Uses of Enum Class
com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup.MessagePriority
Packages that use NotificationTaskSetup.MessagePriority
Package
Description
The service and class definitions to manage process flows setup elements.
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.MessagePriorityModifier and TypeMethodDescriptionNotificationTaskSetup.getPriority()Gets the priority for the notification task.Returns the enum constant of this class with the specified name.NotificationTaskSetup.MessagePriority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.workflow.processflow.setup with parameters of type NotificationTaskSetup.MessagePriorityModifier and TypeMethodDescriptionvoidNotificationTaskSetup.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.MessagePriorityModifier and TypeMethodDescriptionCompletedNotificationTask.getPriority()Gets the message priority of the notification task.NotificationTask.getPriority()Gets the message priority of the notification task.Constructors in com.sas.lsaf.workflow.task with parameters of type NotificationTaskSetup.MessagePriorityModifierConstructorDescriptionCompletedNotificationTask(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, List<Attribute> attributes, String completedBy, Date completed, String completedStatus, CompletedElement.TaskCompletedState completedState, Set<Principal> recipients, String subject, NotificationTaskSetup.MessagePriority priority, String message) It is not intended or recommended that the consumer of this API construct these objects.NotificationTask(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, Date started, Task.TaskStatus taskStatus, List<Attribute> attributes, Set<Principal> recipients, String subject, NotificationTaskSetup.MessagePriority priority, String message) It is not intended or recommended that the consumer of this API construct these objects.