Constructor and Description |
---|
ModelEvent(LightweightIdentifierGenerator lightweightIdentifierGenerator) |
Modifier and Type | Method and Description |
---|---|
List<ObjectDeltaOperation> |
getAllExecutedDeltas() |
ChangeType |
getChangeType() |
ModelElementContext |
getFocusContext() |
List<ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType>> |
getFocusDeltas() |
List<? extends ObjectDeltaOperation> |
getFocusExecutedDeltas() |
ModelContext |
getModelContext() |
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
getSummarizedFocusDeltas() |
boolean |
hasFocusOfType(Class<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> clazz) |
boolean |
hasFocusOfType(QName focusType) |
boolean |
isCategoryType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventCategoryType eventCategoryType) |
boolean |
isOperationType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventOperationType eventOperationType) |
boolean |
isRelatedToItem(ItemPath itemPath)
Checks if the event is related to an item with a given path.
|
boolean |
isStatusType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventStatusType eventStatusType) |
boolean |
isUserRelated() |
void |
setModelContext(ModelContext modelContext) |
containsItem, containsItem, createExpressionVariables, getId, getRequestee, getRequesteeOid, getRequester, getRequesterOid, isAccountRelated, isAdd, isAlsoSuccess, isCertCampaignStageRelated, isDelete, isFailure, isInProgress, isModify, isOnlyFailure, isSuccess, isWorkflowProcessRelated, isWorkflowRelated, isWorkItemRelated, setRequestee, setRequester, toString
public ModelEvent(LightweightIdentifierGenerator lightweightIdentifierGenerator)
public ModelContext getModelContext()
public ModelElementContext getFocusContext()
public void setModelContext(ModelContext modelContext)
public List<? extends ObjectDeltaOperation> getFocusExecutedDeltas()
public List<ObjectDeltaOperation> getAllExecutedDeltas()
public boolean isStatusType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventStatusType eventStatusType)
isStatusType
in interface Event
isStatusType
in class BaseEvent
public ChangeType getChangeType()
public boolean isOperationType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventOperationType eventOperationType)
isOperationType
in interface Event
isOperationType
in class BaseEvent
public boolean isCategoryType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventCategoryType eventCategoryType)
isCategoryType
in interface Event
isCategoryType
in class BaseEvent
public List<ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType>> getFocusDeltas()
public ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> getSummarizedFocusDeltas() throws SchemaException
SchemaException
public boolean hasFocusOfType(Class<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> clazz)
public boolean hasFocusOfType(QName focusType)
public boolean isRelatedToItem(ItemPath itemPath)
Event
public boolean isUserRelated()
isUserRelated
in interface Event
isUserRelated
in class BaseEvent
Copyright © 2015 evolveum. All rights reserved.