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 SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescriptiondefault boolean@Nullable ApprovalContextType@NotNull CaseTypegetCase()default Stringdefault @Nullable CaseCorrelationContextType@Nullable ObjectgetFocusValue(@NotNull String pathString) @NotNull Collection<?>getFocusValues(@NotNull String pathString) default @Nullable ManualProvisioningContextType@Nullable ObjectType@Nullable PolyStringTypedefault StringDeprecated.@Nullable ObjectType@Nullable PolyStringTypedefault booleanReturns true if this event is related to an approval case.default booleanDeprecated.booleandefault booleanReturns true if this event is related to a correlation case.default booleanReturns true if this event is related to a manual provisioning case.default booleanDeprecated.booleanbooleanMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.notifications.api.events.EventgetChannel, 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.ShortDumpableshortDump, shortDump, shortDumpLazily
- 
Method Details- 
getCase
- 
getProcessInstanceName1Deprecated.
- 
getCaseName
- 
getOperationStatusOperationStatus getOperationStatus()
- 
getChangeTypeChangeType getChangeType()
- 
isResultKnownboolean isResultKnown()
- 
isApprovedboolean isApproved()
- 
isRejectedboolean isRejected()
- 
getApprovalContext
- 
getManualProvisioningContext
- 
getCorrelationContext
- 
doesUseStagesdefault boolean doesUseStages()
- 
isApprovaldefault boolean isApproval()Returns true if this event is related to an approval case.
- 
isApprovalCaseDeprecated.
- 
isManualProvisioningdefault boolean isManualProvisioning()Returns true if this event is related to a manual provisioning case.
- 
isManualResourceCaseDeprecated.
- 
isCorrelationdefault 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.
 
 
-