public abstract class Event extends Object
Constructor and Description |
---|
Event(LightweightIdentifierGenerator lightweightIdentifierGenerator) |
public Event(LightweightIdentifierGenerator lightweightIdentifierGenerator)
public LightweightIdentifier getId()
public abstract boolean isStatusType(EventStatusType eventStatusType)
public abstract boolean isOperationType(EventOperationType eventOperationType)
public abstract boolean isCategoryType(EventCategoryType eventCategoryType)
public boolean isAccountRelated()
public boolean isUserRelated()
public boolean isWorkItemRelated()
public boolean isWorkflowProcessRelated()
public boolean isWorkflowRelated()
public boolean isAdd()
public boolean isModify()
public boolean isDelete()
public boolean isSuccess()
public boolean isAlsoSuccess()
public boolean isFailure()
public boolean isOnlyFailure()
public boolean isInProgress()
public SimpleObjectRef getRequester()
public String getRequesterOid()
public void setRequester(UserType requester)
public void setRequesterOid(String requesterOid)
public SimpleObjectRef getRequestee()
public String getRequesteeOid()
public void setRequestee(ObjectType requestee)
public void setRequesteeOid(String requesteeOid)
public void createExpressionVariables(Map<QName,Object> variables, NotificationsUtil notificationsUtil, OperationResult result)
Copyright © 2013 evolveum. All rights reserved.