Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemEventCauseInformationType
-
Packages that use WorkItemEventCauseInformationType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of WorkItemEventCauseInformationType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return WorkItemEventCauseInformationType Modifier and Type Method Description static @NotNull WorkItemEventCauseInformationTypeApprovalContextUtil. createCause(AbstractWorkItemActionType action)Methods in com.evolveum.midpoint.schema.util with parameters of type WorkItemEventCauseInformationType Modifier and Type Method Description static WorkItemDelegationEventTypeApprovalContextUtil. createDelegationEvent(WorkItemEscalationLevelType newEscalation, List<ObjectReferenceType> assigneesBefore, List<ObjectReferenceType> delegatedTo, @NotNull WorkItemDelegationMethodType method, WorkItemEventCauseInformationType causeInformation, PrismContext prismContext) -
Uses of WorkItemEventCauseInformationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type WorkItemEventCauseInformationType Modifier and Type Method Description WorkItemCompletionEventTypeWorkItemCompletionEventType. cause(WorkItemEventCauseInformationType value)WorkItemDelegationEventTypeWorkItemDelegationEventType. cause(WorkItemEventCauseInformationType value)WorkItemEscalationEventTypeWorkItemEscalationEventType. cause(WorkItemEventCauseInformationType value)WorkItemEventTypeWorkItemEventType. cause(WorkItemEventCauseInformationType value)voidWorkItemEventType. setCause(WorkItemEventCauseInformationType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type WorkItemEventCauseInformationType Constructor Description WorkItemEventCauseInformationType(WorkItemEventCauseInformationType o)Creates a newWorkItemEventCauseInformationTypeinstance by deeply copying a givenWorkItemEventCauseInformationTypeinstance.
-