Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkItemType
-
-
Uses of AbstractWorkItemType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type AbstractWorkItemType Modifier and Type Method Description @NotNull List<ObjectReferenceType>ModelInteractionService. getDeputyAssignees(AbstractWorkItemType workItem, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Gets "deputy assignees" i.e. -
Uses of AbstractWorkItemType in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type AbstractWorkItemType Modifier and Type Method Description static booleanDeputyUtils. limitationsAllow(List<OtherPrivilegesLimitationType> limitations, QName itemName, AbstractWorkItemType workItem) -
Uses of AbstractWorkItemType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type AbstractWorkItemType Modifier and Type Method Description static StringWorkItemTypeUtil. getComment(AbstractWorkItemType workItem)static StringApprovalContextUtil. getEscalationLevelDisplayName(AbstractWorkItemType workItem)static @Nullable StringApprovalContextUtil. getEscalationLevelInfo(AbstractWorkItemType workItem)static StringApprovalContextUtil. getEscalationLevelName(AbstractWorkItemType workItem)static intApprovalContextUtil. getEscalationLevelNumber(AbstractWorkItemType workItem)static byte[]WorkItemTypeUtil. getEvidence(AbstractWorkItemType workItem)static StringWorkItemTypeUtil. getEvidenceContentType(AbstractWorkItemType workItem)static StringWorkItemTypeUtil. getEvidenceFilename(AbstractWorkItemType workItem)static StringWorkItemTypeUtil. getOutcome(AbstractWorkItemType workItem)static AbstractWorkItemOutputTypeWorkItemTypeUtil. getOutput(AbstractWorkItemType workItem)static voidWorkItemTypeUtil. setEvidence(AbstractWorkItemType workItem, byte[] file) -
Uses of AbstractWorkItemType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of AbstractWorkItemType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description classAccessCertificationWorkItemTypeA work item for a certification case.classCaseWorkItemTypeA work item for a (generic) case.
-