Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkItemType
Packages that use AbstractWorkItemType
Package
Description
-
Uses of AbstractWorkItemType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type AbstractWorkItemTypeModifier and TypeMethodDescription@NotNull List<ObjectReferenceType>ModelInteractionService.getDeputyAssignees(AbstractWorkItemType workItem, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Gets "deputy assignees" i.e. users that are deputies of assignees. -
Uses of AbstractWorkItemType in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type AbstractWorkItemTypeModifier and TypeMethodDescriptionstatic booleanDeputyUtils.limitationsAllow(List<OtherPrivilegesLimitationType> limitations, QName itemName, AbstractWorkItemType workItem) -
Uses of AbstractWorkItemType in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases with parameters of type AbstractWorkItemTypeModifier and TypeMethodDescriptionstatic StringWorkItemTypeUtil.getComment(AbstractWorkItemType workItem) static StringWorkItemTypeUtil.getEscalationLevelDisplayName(AbstractWorkItemType workItem) static @Nullable StringApprovalContextUtil.getEscalationLevelInfo(AbstractWorkItemType workItem) static StringWorkItemTypeUtil.getEscalationLevelName(AbstractWorkItemType workItem) static intWorkItemTypeUtil.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_3Modifier and TypeClassDescriptionclassA work item for a certification case.classA work item for a (generic) case.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type AbstractWorkItemTypeModifier and TypeFieldDescriptionstatic final Producer<AbstractWorkItemType>AbstractWorkItemType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AbstractWorkItemTypeModifier and TypeMethodDescriptionAbstractWorkItemType.assigneeRef(ObjectReferenceType value) AbstractWorkItemType.assigneeRef(String oid, QName type) AbstractWorkItemType.assigneeRef(String oid, QName type, QName relation) AbstractWorkItemType.candidateRef(ObjectReferenceType value) AbstractWorkItemType.candidateRef(String oid, QName type) AbstractWorkItemType.candidateRef(String oid, QName type, QName relation) AbstractWorkItemType.clone()AbstractWorkItemType.closeTimestamp(String value) AbstractWorkItemType.closeTimestamp(XMLGregorianCalendar value) ObjectFactory.createAbstractWorkItemType()AbstractWorkItemType.createTimestamp(String value) AbstractWorkItemType.createTimestamp(XMLGregorianCalendar value) AbstractWorkItemType.deadline(XMLGregorianCalendar value) AbstractWorkItemType.escalationLevel(WorkItemEscalationLevelType value) AbstractWorkItemType.name(PolyStringType value) AbstractWorkItemType.originalAssigneeRef(ObjectReferenceType value) AbstractWorkItemType.originalAssigneeRef(String oid, QName type) AbstractWorkItemType.originalAssigneeRef(String oid, QName type, QName relation) AbstractWorkItemType.output(AbstractWorkItemOutputType value) AbstractWorkItemType.performerRef(ObjectReferenceType value) AbstractWorkItemType.performerRef(String oid, QName type) AbstractWorkItemType.performerRef(String oid, QName type, QName relation) AbstractWorkItemType.stageNumber(Integer value)