Interface ModelEvent
- All Superinterfaces:
DebugDumpable
,Event
,Serializable
,ShortDumpable
Event about model operation (TODO)
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
getContentAsFormattedList
(boolean showAuxiliaryAttributes) @NotNull ModelElementContext<?>
List<? extends ObjectDeltaOperation>
ObjectDelta<?>
ObjectDelta<?>
ObjectDelta<?>
@NotNull ModelContext<?>
Collection<? extends ModelProjectionContext>
ObjectDelta<? extends AssignmentHolderType>
default boolean
boolean
hasContentToShow
(boolean showAuxiliaryAttributes) boolean
hasFocusOfType
(Class<? extends AssignmentHolderType> clazz) boolean
hasFocusOfType
(QName focusType) Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.notifications.api.events.Event
getChannel, getFocusPassword, getId, getRequestee, getRequesteeDisplayName, getRequesteeObject, getRequesteeOid, getRequester, getRequesterOid, getStatusAsText, isAccountRelated, isAdd, isAlsoSuccess, isCategoryType, isCertCampaignStageRelated, isDelete, isFailure, isInProgress, isModify, isOnlyFailure, isOperationType, isPolicyRuleRelated, isRelatedToItem, isStatusType, isSuccess, isUserRelated, isWorkflowProcessRelated, isWorkflowRelated, isWorkItemRelated, requesteeIs, requesteeIsUser
Methods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDump, shortDumpLazily
-
Method Details
-
getModelContext
-
getFocusContext
-
getProjectionContexts
Collection<? extends ModelProjectionContext> getProjectionContexts() -
getFocusExecutedDeltas
List<? extends ObjectDeltaOperation> getFocusExecutedDeltas() -
getAllExecutedDeltas
List<ObjectDeltaOperation> getAllExecutedDeltas() -
getChangeType
ChangeType getChangeType() -
getFocusPrimaryDelta
ObjectDelta<?> getFocusPrimaryDelta() -
getFocusSecondaryDelta
ObjectDelta<?> getFocusSecondaryDelta() -
getFocusSummaryDelta
- Throws:
SchemaException
-
getFocusDeltas
List<ObjectDelta<AssignmentHolderType>> getFocusDeltas() -
getSummarizedFocusDeltas
- Throws:
SchemaException
-
hasFocusOfType
-
hasFocusOfType
-
getFocusTypeName
String getFocusTypeName() -
hasContentToShow
default boolean hasContentToShow() -
hasContentToShow
boolean hasContentToShow(boolean showAuxiliaryAttributes) -
getContentAsFormattedList
-
getContentAsFormattedList
-