| 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, toStringpublic 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 EventisStatusType in class BaseEventpublic ChangeType getChangeType()
public boolean isOperationType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventOperationType eventOperationType)
isOperationType in interface EventisOperationType in class BaseEventpublic boolean isCategoryType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventCategoryType eventCategoryType)
isCategoryType in interface EventisCategoryType in class BaseEventpublic 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
SchemaExceptionpublic 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)
Eventpublic boolean isUserRelated()
isUserRelated in interface EventisUserRelated in class BaseEventpublic String getFocusTypeName()
public String getContentAsFormattedList()
public String getContentAsFormattedList(boolean showSynchronizationItems, boolean showAuxiliaryAttributes)
Copyright © 2016 evolveum. All rights reserved.