Interface ResourceObjectEvent
-
- All Superinterfaces:
DebugDumpable,Event,Serializable,ShortDumpable
public interface ResourceObjectEvent extends Event
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ChangeTypegetChangeType()StringgetContentAsFormattedList()StringgetContentAsFormattedList(boolean showSynchronizationItems, boolean showAuxiliaryAttributes)@NotNull ResourceOperationDescriptiongetOperationDescription()@NotNull OperationStatusgetOperationStatus()StringgetPlaintextPassword()PolyStringTypegetResourceName()StringgetResourceOid()ShadowTypegetShadow()ObjectDelta<ShadowType>getShadowDelta()StringgetShadowName()booleanhasContentToShow()booleanhasContentToShow(boolean watchSynchronizationAttributes, boolean watchAuxiliaryAttributes)booleanisShadowIntent(String intent)booleanisShadowKind(ShadowKindType shadowKindType)-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.notifications.api.events.Event
getAdHocHandler, 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 Detail
-
getOperationDescription
@NotNull @NotNull ResourceOperationDescription getOperationDescription()
-
getChangeType
@NotNull @NotNull ChangeType getChangeType()
-
getOperationStatus
@NotNull @NotNull OperationStatus getOperationStatus()
-
isShadowKind
boolean isShadowKind(ShadowKindType shadowKindType)
-
getShadow
ShadowType getShadow()
-
isShadowIntent
boolean isShadowIntent(String intent)
-
getShadowDelta
ObjectDelta<ShadowType> getShadowDelta()
-
getShadowName
String getShadowName()
-
getResourceName
PolyStringType getResourceName()
-
getResourceOid
String getResourceOid()
-
getPlaintextPassword
String getPlaintextPassword()
-
getContentAsFormattedList
String getContentAsFormattedList()
-
getContentAsFormattedList
String getContentAsFormattedList(boolean showSynchronizationItems, boolean showAuxiliaryAttributes)
-
hasContentToShow
boolean hasContentToShow()
-
hasContentToShow
boolean hasContentToShow(boolean watchSynchronizationAttributes, boolean watchAuxiliaryAttributes)
-
-