Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
Packages that use CaseEventType
Package
Description
-
Uses of CaseEventType in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases with type parameters of type CaseEventTypeModifier and TypeMethodDescriptionstatic <T extends CaseEventType>
List<T>static <T extends CaseEventType>
List<T>ApprovalContextUtil.getEventsForCurrentStage
(@NotNull CaseType aCase, @NotNull Class<T> clazz) Methods in com.evolveum.midpoint.schema.util.cases that return types with arguments of type CaseEventTypeModifier and TypeMethodDescriptionstatic List<CaseEventType>
CaseEventUtil.getEventsForStage
(CaseType aCase, int stageNumber) -
Uses of CaseEventType in com.evolveum.midpoint.web.page.admin.workflow.dto
Methods in com.evolveum.midpoint.web.page.admin.workflow.dto with parameters of type CaseEventTypeModifier and TypeMethodDescriptionstatic <O extends ObjectType>
@Nullable DecisionDtoDecisionDto.create
(CaseEventType e, @Nullable PageBase pageBase) -
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_3Modifier and TypeClassDescriptionclass
Event describing the completion of a workflow process instance.class
Event describing the creation of a workflow process instance.class
Event describing the completion of a workflow process instance stage.class
Event describing the work item completion.class
Event describing the fact of delegation.class
Event describing the fact of escalation.class
Process event related to a specific work item.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type CaseEventTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return CaseEventTypeModifier and TypeMethodDescriptionCaseEventType.attorneyRef
(ObjectReferenceType value) CaseEventType.attorneyRef
(String oid, QName type) CaseEventType.attorneyRef
(String oid, QName type, QName relation) AccessCertificationAssignmentCaseType.beginEvent()
AccessCertificationCaseType.beginEvent()
ApprovalStageExecutionRecordType.beginEvent()
CaseType.beginEvent()
CaseEventType.clone()
ObjectFactory.createCaseEventType()
CaseEventType.initiatorRef
(ObjectReferenceType value) CaseEventType.initiatorRef
(String oid, QName type) CaseEventType.initiatorRef
(String oid, QName type, QName relation) CaseEventType.stageNumber
(Integer value) CaseEventType.timestamp
(XMLGregorianCalendar value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type CaseEventTypeModifier and TypeMethodDescriptionAccessCertificationCaseType.createEventList()
ApprovalStageExecutionRecordType.createEventList()
CaseType.createEventList()
AccessCertificationCaseType.getEvent()
ApprovalStageExecutionRecordType.getEvent()
CaseType.getEvent()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CaseEventTypeModifier and TypeMethodDescriptionAccessCertificationAssignmentCaseType.event
(CaseEventType value) AccessCertificationCaseType.event
(CaseEventType value) ApprovalStageExecutionRecordType.event
(CaseEventType value) CaseType.event
(CaseEventType value)