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 ApprovalContextTypegetApprovalContext()@NotNull CaseTypegetCase()ChangeTypegetChangeType()OperationStatusgetOperationStatus()StringgetProcessInstanceName()@NotNull CaseTypegetWorkflowTask()booleanisApprovalCase()booleanisApproved()booleanisManualResourceCase()booleanisRejected()booleanisResultKnown()-
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()
-
-