Class PendingObjectPreviewUtil
java.lang.Object
com.evolveum.midpoint.gui.impl.util.PendingObjectPreviewUtil
Resolves the approval state of a pending object preview from its source case.
For root operation-request cases, matching child approval cases are inspected.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumApproval classification of a transient pending-object preview. -
Method Summary
Modifier and TypeMethodDescriptionstatic <O extends ObjectType>
PendingObjectPreviewUtil.ApprovalStatedetermineApprovalState(CaseType sourceCase, Class<O> expectedType, String expectedOid, PageBase page, OperationResult result)
-
Method Details
-
determineApprovalState
public static <O extends ObjectType> PendingObjectPreviewUtil.ApprovalState determineApprovalState(CaseType sourceCase, Class<O> expectedType, String expectedOid, PageBase page, OperationResult result)
-