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 StringMay be used from scriptsgetContentAsFormattedList(boolean showAuxiliaryAttributes, Task task, OperationResult result) default StringgetContentAsFormattedList(Task task, OperationResult result) @NotNull ModelElementContext<?>List<? extends ObjectDeltaOperation>ObjectDelta<?>ObjectDelta<?>ObjectDelta<?>@NotNull ModelContext<?>Collection<? extends ModelProjectionContext>ObjectDelta<? extends AssignmentHolderType>default booleanbooleanhasContentToShow(boolean showAuxiliaryAttributes) booleanhasFocusOfType(Class<? extends AssignmentHolderType> clazz) booleanhasFocusOfType(QName focusType) Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazilyMethods 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, requesteeIsUserMethods 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
May be used from scripts -
getContentAsFormattedList
-
getContentAsFormattedList
String getContentAsFormattedList(boolean showAuxiliaryAttributes, Task task, OperationResult result)
-