Class ApprovalProcessExecutionInformationDto
java.lang.Object
com.evolveum.midpoint.web.page.admin.workflow.dto.ApprovalProcessExecutionInformationDto
- All Implemented Interfaces:
Serializable
Extract from ApprovalSchemaExecutionInformationType that could be directly displayed via the GUI as "approval process preview"
(either for the whole process or only the future stages).
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull ApprovalProcessExecutionInformationDto
createFrom
(ApprovalSchemaExecutionInformationType info, ObjectResolver resolver, boolean wholeProcess, Task opTask, OperationResult result) int
int
boolean
boolean
-
Field Details
-
F_PROCESS_NAME
- See Also:
-
F_TARGET_NAME
- See Also:
-
F_STAGES
- See Also:
-
F_TRIGGERS
- See Also:
-
-
Method Details
-
createFrom
@NotNull public static @NotNull ApprovalProcessExecutionInformationDto createFrom(ApprovalSchemaExecutionInformationType info, ObjectResolver resolver, boolean wholeProcess, Task opTask, OperationResult result) -
isWholeProcess
public boolean isWholeProcess() -
getCurrentStageNumber
public int getCurrentStageNumber() -
getNumberOfStages
public int getNumberOfStages() -
getStages
-
getProcessName
-
getTargetName
-
isRunning
public boolean isRunning() -
getTriggers
-