Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemEventType
-
Packages that use WorkItemEventType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of WorkItemEventType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with type parameters of type WorkItemEventType Modifier and Type Method Description static <T extends WorkItemEventType>
List<T>ApprovalContextUtil. getWorkItemEvents(@NotNull CaseType aCase, long workItemId, Class<T> clazz)
Methods in com.evolveum.midpoint.schema.util with parameters of type WorkItemEventType Modifier and Type Method Description static boolean
CaseEventUtil. completedByUserAction(WorkItemEventType event)
static Integer
ApprovalContextUtil. 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_3 Modifier and Type Class Description class
WorkItemCompletionEventType
Event describing the work item completion.class
WorkItemDelegationEventType
Event describing the fact of delegation.class
WorkItemEscalationEventType
Event describing the fact of escalation.
-