Interface IUpdateEvent
- All Superinterfaces:
IEvent
,IModifyEvent
,INotifiableEvent
,IPortalEvent
,IThingEvent
,Serializable
- All Known Subinterfaces:
IAddNoteEvent
,IWorkspaceUpdateEvent
An item has been updated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Content was updatedstatic final int
Content was updatedstatic final int
Content was updatedstatic final int
Content was updatedstatic final int
Properties were updatedstatic final int
Content was updatedstatic final int
Content was updatedstatic final int
Content was updatedstatic final int
static final String
When the content is updated, this is the property that changes (aka the content-length)Fields inherited from interface com.webmethods.portal.event.IPortalEvent
OPERATION_ADD, OPERATION_ALL, OPERATION_CREATE, OPERATION_DEFAULT, OPERATION_DELETE, OPERATION_GROUP_PORTAL, OPERATION_GROUP_WORKFLOW, OPERATION_MOVE, OPERATION_NO_OP, OPERATION_NONE, OPERATION_READ, OPERATION_REMOVE, OPERATION_UPDATE, STATUS_ANY, STATUS_DENIED, STATUS_ERROR, STATUS_SUCCESS
-
Method Summary
Methods inherited from interface com.webmethods.rtl.event.IEvent
getJcrSessionID, getJcrSessionUserData, getSourceIP, getTimestamp, getVMID, isLocalEvent, raise
Methods inherited from interface com.webmethods.portal.event.modify.IModifyEvent
getDifferenceMap, getModifiedID
Methods inherited from interface com.webmethods.portal.event.IPortalEvent
getOperation, getOperation, getOperationName, getOperationName, getOperationTemplateName, getOperationTemplateName, getRelationId, getRelationIsFrom, getStatus, getStatus, getStatusName, getStatusName, getThingId, getUserId, isDeliverable
-
Field Details
-
ACTION_UNKNOWN
static final int ACTION_UNKNOWN- See Also:
-
ACTION_PROPERTIES
static final int ACTION_PROPERTIESProperties were updated- See Also:
-
ACTION_CONTENT
static final int ACTION_CONTENTContent was updated- See Also:
-
ACTION_CHECKOUT
static final int ACTION_CHECKOUTContent was updated- See Also:
-
ACTION_CHECKIN
static final int ACTION_CHECKINContent was updated- See Also:
-
ACTION_ADDTOVERSIONING
static final int ACTION_ADDTOVERSIONINGContent was updated- See Also:
-
ACTION_UNDO_CHECKOUT
static final int ACTION_UNDO_CHECKOUTContent was updated- See Also:
-
ACTION_SET_CURRENT_VERSION
static final int ACTION_SET_CURRENT_VERSIONContent was updated- See Also:
-
ACTION_REMOVE_FROM_VERSIONING
static final int ACTION_REMOVE_FROM_VERSIONINGContent was updated- See Also:
-
CONTENT_LENGTH_PROP
When the content is updated, this is the property that changes (aka the content-length)- See Also:
-
-
Method Details
-
getAction
int getAction()Get the action.- Returns:
- int The action.
- See Also:
-