Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemEventType
Packages that use WorkItemEventType
Package
Description
-
Uses of WorkItemEventType in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases with type parameters of type WorkItemEventTypeModifier and TypeMethodDescriptionstatic <T extends WorkItemEventType>
List<T>ApprovalContextUtil.getWorkItemEvents(@NotNull CaseType aCase, long workItemId, Class<T> clazz) Methods in com.evolveum.midpoint.schema.util.cases with parameters of type WorkItemEventTypeModifier and TypeMethodDescriptionstatic booleanCaseEventUtil.completedByUserAction(WorkItemEventType event) static IntegerApprovalContextUtil.getEscalationLevelNumber(WorkItemEventType event) -
Uses of WorkItemEventType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of WorkItemEventType in com.evolveum.midpoint.xml.ns._public.common.common_3Modifier and TypeClassDescriptionclassEvent describing the work item completion.classEvent describing the fact of delegation.classEvent describing the fact of escalation.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type WorkItemEventTypeModifier and TypeFieldDescriptionstatic final Producer<WorkItemEventType>WorkItemEventType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return WorkItemEventTypeModifier and TypeMethodDescriptionWorkItemEventType.attorneyRef(ObjectReferenceType value) WorkItemEventType.attorneyRef(String oid, QName type) WorkItemEventType.attorneyRef(String oid, QName type, QName relation) WorkItemEventType.cause(WorkItemEventCauseInformationType value) WorkItemEventType.clone()ObjectFactory.createWorkItemEventType()WorkItemEventType.escalationLevel(WorkItemEscalationLevelType value) WorkItemEventType.externalWorkItemId(String value) WorkItemEventType.initiatorRef(ObjectReferenceType value) WorkItemEventType.initiatorRef(String oid, QName type) WorkItemEventType.initiatorRef(String oid, QName type, QName relation) WorkItemEventType.originalAssigneeRef(ObjectReferenceType value) WorkItemEventType.originalAssigneeRef(String oid, QName type) WorkItemEventType.originalAssigneeRef(String oid, QName type, QName relation) WorkItemEventType.stageNumber(Integer value) WorkItemEventType.timestamp(XMLGregorianCalendar value) WorkItemEventType.workItemId(Long value)