Interface WorkflowEvent
-
- All Superinterfaces:
DebugDumpable
,Event
,Serializable
,ShortDumpable
public interface WorkflowEvent extends Event
-
-
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 ApprovalContextType
getApprovalContext()
@NotNull CaseType
getCase()
ChangeType
getChangeType()
OperationStatus
getOperationStatus()
String
getProcessInstanceName()
@NotNull CaseType
getWorkflowTask()
boolean
isApprovalCase()
boolean
isApproved()
boolean
isManualResourceCase()
boolean
isRejected()
boolean
isResultKnown()
-
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
-
getCase
@NotNull @NotNull CaseType getCase()
-
getProcessInstanceName
String getProcessInstanceName()
-
getOperationStatus
OperationStatus getOperationStatus()
-
getChangeType
ChangeType getChangeType()
-
isApprovalCase
boolean isApprovalCase()
-
isManualResourceCase
boolean isManualResourceCase()
-
isResultKnown
boolean isResultKnown()
-
isApproved
boolean isApproved()
-
isRejected
boolean isRejected()
-
getApprovalContext
@NotNull @NotNull ApprovalContextType getApprovalContext()
-
getWorkflowTask
@NotNull @NotNull CaseType getWorkflowTask()
-
-