Interface IContentServiceEvent
- All Superinterfaces:
IEvent
,Serializable
Raised when various content service operations occur.
The information about the operation is obtained via the
getHeaders()
method.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static class
static class
static class
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns event headers information in a {@link Map] object.Methods inherited from interface com.webmethods.rtl.event.IEvent
getJcrSessionID, getJcrSessionUserData, getSourceIP, getTimestamp, getVMID, isLocalEvent, raise
-
Field Details
-
HEADER_URI
- See Also:
-
HEADER_ORIGFILE
- See Also:
-
HEADER_MIMETYPE_EXT
- See Also:
-
HEADER_CONTENTSERVICE_NAME
- See Also:
-
HEADER_OPERATION
- See Also:
-
HEADER_THINGID
- See Also:
-
HEADER_INSO_CONVERT
- See Also:
-
HEADER_INSO_MIMETYPE
- See Also:
-
OPERATION_READ
static final int OPERATION_READ- See Also:
-
OPERATION_WRITE
static final int OPERATION_WRITE- See Also:
-
OPERATION_DELETE
static final int OPERATION_DELETE- See Also:
-
OPERATION_DELETE_ROOT
static final int OPERATION_DELETE_ROOT- See Also:
-
-
Method Details
-
getHeaders
Returns event headers information in a {@link Map] object. Use the following keys to obtain the information:HEADER_URI
: unique URI for this content.HEADER_ORIGFILE
: original file name of the content.HEADER_MIMETYPE_EXT
: mime type extension of the content.HEADER_CONTENTSERVICE_NAME
: name of the content service that raised this event.HEADER_OPERATION
: one ofOPERATION_READ
,OPERATION_WRITE
,OPERATION_DELETE
,OPERATION_DELETE_ROOT
HEADER_THINGID
:String
representation of theIThingID
of the content object for this content.HEADER_INSO_CONVERT
: boolean, whether the content is INSO converted or not.HEADER_INSO_MIMETYPE
: INSO mime type of the content.- Returns:
- {@link Map) of event headers.
-