Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalSchemaExecutionInformationType
-
-
Uses of ApprovalSchemaExecutionInformationType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type ApprovalSchemaExecutionInformationType Modifier and Type Method Description static @NotNull PrismObject<CaseType>
ApprovalSchemaExecutionInformationUtil. getEmbeddedCase(ApprovalSchemaExecutionInformationType executionInfo)
static @NotNull CaseType
ApprovalSchemaExecutionInformationUtil. getEmbeddedCaseBean(ApprovalSchemaExecutionInformationType executionInfo)
static ApprovalStageExecutionInformationType
ApprovalSchemaExecutionInformationUtil. getStage(ApprovalSchemaExecutionInformationType executionInfo, int number)
-
Uses of ApprovalSchemaExecutionInformationType in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases with parameters of type ApprovalSchemaExecutionInformationType Modifier and Type Method Description static ApprovalContextType
ApprovalContextUtil. getApprovalContext(ApprovalSchemaExecutionInformationType info)
static CaseType
ApprovalContextUtil. getCase(ApprovalSchemaExecutionInformationType info)
static String
ApprovalContextUtil. getOutcome(ApprovalSchemaExecutionInformationType info)
static String
ApprovalContextUtil. getProcessName(ApprovalSchemaExecutionInformationType info)
static String
ApprovalContextUtil. getTargetName(ApprovalSchemaExecutionInformationType info)
-
Uses of ApprovalSchemaExecutionInformationType in com.evolveum.midpoint.web.page.admin.workflow.dto
Methods in com.evolveum.midpoint.web.page.admin.workflow.dto with parameters of type ApprovalSchemaExecutionInformationType Modifier and Type Method Description static @NotNull ApprovalProcessExecutionInformationDto
ApprovalProcessExecutionInformationDto. createFrom(ApprovalSchemaExecutionInformationType info, com.evolveum.midpoint.repo.common.ObjectResolver resolver, boolean wholeProcess, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)
-
Uses of ApprovalSchemaExecutionInformationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ApprovalSchemaExecutionInformationType Modifier and Type Field Description static Producer<ApprovalSchemaExecutionInformationType>
ApprovalSchemaExecutionInformationType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ApprovalSchemaExecutionInformationType Modifier and Type Method Description javax.xml.bind.JAXBElement<ApprovalSchemaExecutionInformationType>
ObjectFactory. createApprovalSchemaExecutionInformation(ApprovalSchemaExecutionInformationType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ApprovalSchemaExecutionInformationType Modifier and Type Method Description javax.xml.bind.JAXBElement<ApprovalSchemaExecutionInformationType>
ObjectFactory. createApprovalSchemaExecutionInformation(ApprovalSchemaExecutionInformationType value)
-