Interface CaseManagementEvent
- All Superinterfaces:
DebugDumpable
,Event
,Serializable
,ShortDumpable
- All Known Subinterfaces:
CaseEvent
Event related to case management: either case-level or work-item-level.
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
@Nullable ApprovalContextType
@NotNull CaseType
getCase()
default String
default @Nullable CaseCorrelationContextType
@Nullable Object
getFocusValue
(@NotNull String pathString) @NotNull Collection<?>
getFocusValues
(@NotNull String pathString) default @Nullable ManualProvisioningContextType
@Nullable ObjectType
@Nullable PolyStringType
default String
Deprecated.@Nullable ObjectType
@Nullable PolyStringType
default boolean
Returns true if this event is related to an approval case.default boolean
Deprecated.boolean
default boolean
Returns true if this event is related to a correlation case.default boolean
Returns true if this event is related to a manual provisioning case.default boolean
Deprecated.boolean
boolean
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
-
getCase
-
getProcessInstanceName1
Deprecated. -
getCaseName
-
getOperationStatus
OperationStatus getOperationStatus() -
getChangeType
ChangeType getChangeType() -
isResultKnown
boolean isResultKnown() -
isApproved
boolean isApproved() -
isRejected
boolean isRejected() -
getApprovalContext
-
getManualProvisioningContext
-
getCorrelationContext
-
doesUseStages
default boolean doesUseStages() -
isApproval
default boolean isApproval()Returns true if this event is related to an approval case. -
isApprovalCase
Deprecated. -
isManualProvisioning
default boolean isManualProvisioning()Returns true if this event is related to a manual provisioning case. -
isManualResourceCase
Deprecated. -
isCorrelation
default boolean isCorrelation()Returns true if this event is related to a correlation case. -
getObject
- Returns:
- The object attached to the case, whatever that means for the particular case. Null if the object cannot be retrieved.
-
getObjectName
- Returns:
- The name of the
getObject()
. Falls back to OID if the object cannot be retrieved.
-
getTarget
- Returns:
- The target object attached to the case, whatever that means for the particular case. Null if the object cannot be retrieved.
-
getTargetName
- Returns:
- The name of the
getTarget()
. Falls back to OID if the object cannot be retrieved.
-
getFocusValue
- Returns:
- The (real) value of given path in the pre-focus in a correlation case. Returns the collection if there are more matching values.
-
getFocusValues
- Returns:
- The (real) values of given path in the pre-focus in a correlation case. Returns the collection if there are more matching values.
-