Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
-
Packages that use CaseEventType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of CaseEventType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with type parameters of type CaseEventType Modifier and Type Method Description static <T extends CaseEventType>
List<T>ApprovalContextUtil. getEvents(@NotNull CaseType aCase, @NotNull Class<T> clazz)static <T extends CaseEventType>
List<T>ApprovalContextUtil. getEventsForCurrentStage(@NotNull CaseType aCase, @NotNull Class<T> clazz)Methods in com.evolveum.midpoint.schema.util that return types with arguments of type CaseEventType Modifier and Type Method Description static List<CaseEventType>CaseEventUtil. getEventsForStage(CaseType aCase, int stageNumber) -
Uses of CaseEventType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of CaseEventType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description classCaseCompletionEventTypeEvent describing the completion of a workflow process instance.classCaseCreationEventTypeEvent describing the creation of a workflow process instance.classStageCompletionEventTypeEvent describing the completion of a workflow process instance stage.classWorkItemCompletionEventTypeEvent describing the work item completion.classWorkItemDelegationEventTypeEvent describing the fact of delegation.classWorkItemEscalationEventTypeEvent describing the fact of escalation.classWorkItemEventTypeProcess event related to a specific work item.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type CaseEventType Modifier and Type Method Description List<CaseEventType>AccessCertificationCaseType. createEventList()List<CaseEventType>ApprovalStageExecutionRecordType. createEventList()List<CaseEventType>CaseType. createEventList()List<CaseEventType>AccessCertificationCaseType. getEvent()List<CaseEventType>ApprovalStageExecutionRecordType. getEvent()List<CaseEventType>CaseType. getEvent()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CaseEventType Modifier and Type Method Description AccessCertificationAssignmentCaseTypeAccessCertificationAssignmentCaseType. event(CaseEventType value)AccessCertificationCaseTypeAccessCertificationCaseType. event(CaseEventType value)ApprovalStageExecutionRecordTypeApprovalStageExecutionRecordType. event(CaseEventType value)CaseTypeCaseType. event(CaseEventType value)
-