Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemDelegationMethodType
-
Packages that use WorkItemDelegationMethodType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of WorkItemDelegationMethodType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type WorkItemDelegationMethodType Modifier and Type Method Description static voidApprovalContextUtil. computeAssignees(List<ObjectReferenceType> newAssignees, List<ObjectReferenceType> delegatedTo, List<ObjectReferenceType> delegates, WorkItemDelegationMethodType method, List<ObjectReferenceType> currentAssignees)static WorkItemDelegationEventTypeApprovalContextUtil. createDelegationEvent(WorkItemEscalationLevelType newEscalation, List<ObjectReferenceType> assigneesBefore, List<ObjectReferenceType> delegatedTo, @NotNull WorkItemDelegationMethodType method, WorkItemEventCauseInformationType causeInformation, PrismContext prismContext) -
Uses of WorkItemDelegationMethodType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return WorkItemDelegationMethodType Modifier and Type Method Description static WorkItemDelegationMethodTypeWorkItemDelegationMethodType. fromValue(String v)WorkItemDelegationMethodTypeDelegateWorkItemActionType. getDelegationMethod()WorkItemDelegationMethodTypeWorkItemDelegationEventType. getDelegationMethod()WorkItemDelegationMethodTypeWorkItemDelegationRequestType. getMethod()static WorkItemDelegationMethodTypeWorkItemDelegationMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkItemDelegationMethodType[]WorkItemDelegationMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type WorkItemDelegationMethodType Modifier and Type Method Description DelegateWorkItemActionTypeDelegateWorkItemActionType. delegationMethod(WorkItemDelegationMethodType value)EscalateWorkItemActionTypeEscalateWorkItemActionType. delegationMethod(WorkItemDelegationMethodType value)WorkItemDelegationEventTypeWorkItemDelegationEventType. delegationMethod(WorkItemDelegationMethodType value)WorkItemEscalationEventTypeWorkItemEscalationEventType. delegationMethod(WorkItemDelegationMethodType value)WorkItemDelegationRequestTypeWorkItemDelegationRequestType. method(WorkItemDelegationMethodType value)voidDelegateWorkItemActionType. setDelegationMethod(WorkItemDelegationMethodType value)voidWorkItemDelegationEventType. setDelegationMethod(WorkItemDelegationMethodType value)voidWorkItemDelegationRequestType. setMethod(WorkItemDelegationMethodType value)
-