public interface Event
Modifier and Type | Method and Description |
---|---|
void |
createExpressionVariables(Map<QName,Object> variables,
OperationResult result) |
LightweightIdentifier |
getId() |
SimpleObjectRef |
getRequestee() |
String |
getRequesteeOid() |
SimpleObjectRef |
getRequester() |
String |
getRequesterOid() |
boolean |
isAccountRelated() |
boolean |
isAdd() |
boolean |
isAlsoSuccess() |
boolean |
isCategoryType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventCategoryType eventCategoryType) |
boolean |
isDelete() |
boolean |
isFailure() |
boolean |
isInProgress() |
boolean |
isModify() |
boolean |
isOnlyFailure() |
boolean |
isOperationType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventOperationType eventOperationType) |
boolean |
isStatusType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventStatusType eventStatusType) |
boolean |
isSuccess() |
boolean |
isUserRelated() |
boolean |
isWorkflowProcessRelated() |
boolean |
isWorkflowRelated() |
boolean |
isWorkItemRelated() |
void |
setRequestee(SimpleObjectRef requestee) |
void |
setRequester(SimpleObjectRef requester) |
LightweightIdentifier getId()
boolean isStatusType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventStatusType eventStatusType)
boolean isOperationType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventOperationType eventOperationType)
boolean isCategoryType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventCategoryType eventCategoryType)
boolean isAccountRelated()
boolean isUserRelated()
boolean isWorkItemRelated()
boolean isWorkflowProcessRelated()
boolean isWorkflowRelated()
boolean isAdd()
boolean isModify()
boolean isDelete()
boolean isSuccess()
boolean isAlsoSuccess()
boolean isFailure()
boolean isOnlyFailure()
boolean isInProgress()
SimpleObjectRef getRequester()
String getRequesterOid()
void setRequester(SimpleObjectRef requester)
SimpleObjectRef getRequestee()
String getRequesteeOid()
void setRequestee(SimpleObjectRef requestee)
void createExpressionVariables(Map<QName,Object> variables, OperationResult result)
Copyright © 2015 evolveum. All rights reserved.