Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalContextType
Packages that use ApprovalContextType
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of ApprovalContextType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type ApprovalContextTypeModifier and TypeMethodDescriptionstatic List<EvaluatedTriggerGroupDto>WebComponentUtil.computeTriggers(ApprovalContextType wfc, Integer stage) -
Uses of ApprovalContextType in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases that return ApprovalContextTypeModifier and TypeMethodDescriptionstatic ApprovalContextTypeApprovalContextUtil.getApprovalContext(ApprovalSchemaExecutionInformationType info) static ApprovalContextTypeApprovalContextUtil.getApprovalContext(CaseWorkItemType workItem) static @NotNull ApprovalContextTypeApprovalContextUtil.getApprovalContextRequired(@NotNull CaseType currentCase) Methods in com.evolveum.midpoint.schema.util.cases with parameters of type ApprovalContextTypeModifier and TypeMethodDescriptionstatic ApprovalSchemaTypeApprovalContextUtil.getApprovalSchema(ApprovalContextType wfc) static @NotNull List<SchemaAttachedPolicyRuleType>ApprovalContextUtil.getAttachedPolicyRules(ApprovalContextType actx, int order) static @NotNull List<EvaluatedPolicyRuleType>ApprovalContextUtil.getRulesForStage(ApprovalContextType actx, Integer stageNumber) static List<List<EvaluatedPolicyRuleType>>ApprovalContextUtil.getRulesPerStage(ApprovalContextType actx) static IntegerApprovalContextUtil.getStageCount(ApprovalContextType wfc) static ApprovalStageDefinitionTypeApprovalContextUtil.getStageDefinition(ApprovalContextType actx, int stageNumber) static booleanApprovalContextUtil.isClosed(ApprovalContextType wfc) -
Uses of ApprovalContextType in com.evolveum.midpoint.web.component.wf
Methods in com.evolveum.midpoint.web.component.wf with parameters of type ApprovalContextTypeModifier and TypeMethodDescriptionstatic StringWfGuiUtil.getLocalizedProcessName(ApprovalContextType wfc, org.apache.wicket.Component component) Creates localized process instance name from the workflow context (if possible); otherwise returns null.static StringWfGuiUtil.getLocalizedTaskName(ApprovalContextType wfc, org.apache.wicket.Component component) -
Uses of ApprovalContextType in com.evolveum.midpoint.web.page.admin.workflow.dto
Methods in com.evolveum.midpoint.web.page.admin.workflow.dto that return ApprovalContextTypeModifier and TypeMethodDescription@NotNull ApprovalContextTypeProcessInstanceDto.getApprovalContext() -
Uses of ApprovalContextType 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 ApprovalContextTypeModifier and TypeFieldDescriptionstatic final Producer<ApprovalContextType>ApprovalContextType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ApprovalContextTypeModifier and TypeMethodDescriptionApprovalContextType.approvalSchema(ApprovalSchemaType value) CaseType.beginApprovalContext()ApprovalContextType.changeAspect(String value) ApprovalContextType.clone()ObjectFactory.createApprovalContextType()ApprovalContextType.deltasToApprove(ObjectTreeDeltasType value) CaseType.getApprovalContext()ApprovalContextType.immediateExecution(Boolean value) ApprovalContextType.policyRules(SchemaAttachedPolicyRulesType value) ApprovalContextType.resultingDeltas(ObjectTreeDeltasType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ApprovalContextTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ApprovalContextType>ObjectFactory.createApprovalContext(ApprovalContextType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ApprovalContextTypeModifier and TypeMethodDescriptionCaseType.approvalContext(ApprovalContextType value) jakarta.xml.bind.JAXBElement<ApprovalContextType>ObjectFactory.createApprovalContext(ApprovalContextType value) voidCaseType.setApprovalContext(ApprovalContextType value)