Interface ResourceObjectEvent
- All Superinterfaces:
DebugDumpable,Event,Serializable,ShortDumpable
Event about resource object (account) creation, modification, or deletion.
It is emitted when midPoint carries out the respective action.
Not when account is changed on resource (by some other way).
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescription@NotNull ChangeTypeIt may be used from scriptsgetContentAsFormattedList(boolean showSynchronizationItems, boolean showAuxiliaryAttributes, Task task, OperationResult result) getContentAsFormattedList(Task task, OperationResult result) @NotNull ResourceOperationDescription@NotNull OperationStatusbooleanbooleanhasContentToShow(boolean watchSynchronizationAttributes, boolean watchAuxiliaryAttributes) booleanisShadowIntent(String intent) booleanisShadowKind(ShadowKindType shadowKindType) 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
-
getOperationDescription
-
getChangeType
-
getOperationStatus
-
isShadowKind
-
getShadow
ShadowType getShadow() -
isShadowIntent
-
getShadowDelta
ObjectDelta<ShadowType> getShadowDelta() -
getShadowName
String getShadowName() -
getResourceName
PolyStringType getResourceName() -
getResourceOid
String getResourceOid() -
getPlaintextPassword
String getPlaintextPassword() -
getContentAsFormattedList
String getContentAsFormattedList()It may be used from scripts -
getContentAsFormattedList
-
getContentAsFormattedList
String getContentAsFormattedList(boolean showSynchronizationItems, boolean showAuxiliaryAttributes, Task task, OperationResult result) -
hasContentToShow
boolean hasContentToShow() -
hasContentToShow
boolean hasContentToShow(boolean watchSynchronizationAttributes, boolean watchAuxiliaryAttributes)
-