Uses of Class
com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup.MessagePriority
-
Packages that use NotificationTaskSetup.MessagePriority Package Description com.sas.lsaf.workflow.processflow.setup The service and class definitions to manage process flows setup elements.com.sas.lsaf.workflow.task Service and class definitions for managing and retrieving process flow tasks and elements. -
-
Uses of NotificationTaskSetup.MessagePriority in com.sas.lsaf.workflow.processflow.setup
Methods in com.sas.lsaf.workflow.processflow.setup that return NotificationTaskSetup.MessagePriority Modifier and Type Method Description NotificationTaskSetup.MessagePriority
NotificationTaskSetup. getPriority()
Gets the priority for the notification task.static NotificationTaskSetup.MessagePriority
NotificationTaskSetup.MessagePriority. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NotificationTaskSetup.MessagePriority[]
NotificationTaskSetup.MessagePriority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sas.lsaf.workflow.processflow.setup with parameters of type NotificationTaskSetup.MessagePriority Modifier and Type Method Description void
NotificationTaskSetup. setPriority(NotificationTaskSetup.MessagePriority priority)
Sets the priority for the notification task. -
Uses of NotificationTaskSetup.MessagePriority in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that return NotificationTaskSetup.MessagePriority Modifier and Type Method Description NotificationTaskSetup.MessagePriority
CompletedNotificationTask. getPriority()
Gets the message priority of the notification task.NotificationTaskSetup.MessagePriority
NotificationTask. getPriority()
Gets the message priority of the notification task.Constructors in com.sas.lsaf.workflow.task with parameters of type NotificationTaskSetup.MessagePriority Constructor Description CompletedNotificationTask(java.lang.String typeId, java.lang.String id, java.lang.String elementId, java.lang.String processFlowId, java.lang.String name, java.lang.String description, Element.ElementType type, java.util.Date created, java.util.List<Attribute> attributes, java.lang.String completedBy, java.util.Date completed, java.lang.String completedStatus, CompletedElement.TaskCompletedState completedState, java.util.Set<Principal> recipients, java.lang.String subject, NotificationTaskSetup.MessagePriority priority, java.lang.String message)
It is not intended or recommended that the consumer of this API construct these objects.NotificationTask(java.lang.String typeId, java.lang.String id, java.lang.String elementId, java.lang.String name, java.lang.String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, java.lang.String processFlowId, java.util.Date created, java.util.Date started, Task.TaskStatus taskStatus, java.util.List<Attribute> attributes, java.util.Set<Principal> recipients, java.lang.String subject, NotificationTaskSetup.MessagePriority priority, java.lang.String message)
It is not intended or recommended that the consumer of this API construct these objects.
-