Constructor and Description |
---|
ModelEvent(LightweightIdentifierGenerator lightweightIdentifierGenerator) |
Modifier and Type | Method and Description |
---|---|
List<ObjectDeltaOperation> |
getAllExecutedDeltas() |
ChangeType |
getChangeType() |
String |
getContentAsFormattedList() |
String |
getContentAsFormattedList(boolean showSynchronizationItems,
boolean showAuxiliaryAttributes) |
ModelElementContext |
getFocusContext() |
List<ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType>> |
getFocusDeltas() |
List<? extends ObjectDeltaOperation> |
getFocusExecutedDeltas() |
String |
getFocusTypeName() |
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, getChannel, getId, getNotificationFunctions, getRequestee, getRequesteeDisplayName, getRequesteeName, getRequesteeObject, getRequesteeOid, getRequester, getRequesterOid, getStatusAsText, isAccountRelated, isAdd, isAlsoSuccess, isCertCampaignStageRelated, isDelete, isFailure, isInProgress, isModify, isOnlyFailure, isSuccess, isWorkflowProcessRelated, isWorkflowRelated, isWorkItemRelated, setChannel, setNotificationFunctions, 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
public String getFocusTypeName()
public String getContentAsFormattedList()
public String getContentAsFormattedList(boolean showSynchronizationItems, boolean showAuxiliaryAttributes)
Copyright © 2016 evolveum. All rights reserved.