Interface ISetPolicyEvent
- All Superinterfaces:
IEvent
,IModifyEvent
,INotifiableEvent
,IPermissionsEvent
,IPortalEvent
,IThingEvent
,Serializable
Raisd when an item has had its aces added or removed.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Aces were removedstatic final int
Aces were setstatic final int
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
Modifier and TypeMethodDescriptionint
Gets the ace related action that occured.Return policy object IDMethods 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.modify.permissions.IPermissionsEvent
isRecursive
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_SET
static final int ACTION_SETAces were set- See Also:
-
ACTION_REMOVE
static final int ACTION_REMOVEAces were removed- See Also:
-
-
Method Details
-
getAction
int getAction()Gets the ace related action that occured.- Returns:
- int action
- See Also:
-
getPolicyID
IThingID getPolicyID()Return policy object ID- Returns:
-