Uses of Enum Class
com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor.FlowStatus
Packages that use ProcessFlowDescriptor.FlowStatus
Package
Description
Class definitions representing base elements in a process flow.
The service and class definitions to manage process flows.
Service and class definitions for managing and retrieving process flow tasks and elements.
-
Uses of ProcessFlowDescriptor.FlowStatus in com.sas.lsaf.workflow.element
Methods in com.sas.lsaf.workflow.element that return ProcessFlowDescriptor.FlowStatusModifier and TypeMethodDescriptionElement.getFlowStatus()Gets the status of the process flow that contains the element.Constructors in com.sas.lsaf.workflow.element with parameters of type ProcessFlowDescriptor.FlowStatusModifierConstructorDescriptionElement(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created) It is not intended or recommended that the consumer of this API construct these objects.SignalEvent(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, String signalName, Set<String> locations) It is not intended or recommended that the consumer of this API construct these objects.TimerEvent(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of ProcessFlowDescriptor.FlowStatus in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that return ProcessFlowDescriptor.FlowStatusModifier and TypeMethodDescriptionProcessFlowDescriptor.getStatus()Gets the status of the process flow.ProcessFlowQuery.getStatus()Gets the status of the process flow in which to query.ProcessFlowSearchResultItem.getStatus()Gets the status of the process flow.Returns the enum constant of this class with the specified name.static ProcessFlowDescriptor.FlowStatus[]ProcessFlowDescriptor.FlowStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.workflow.processflow with parameters of type ProcessFlowDescriptor.FlowStatusModifier and TypeMethodDescriptionvoidProcessFlowQuery.setStatus(ProcessFlowDescriptor.FlowStatus status) Sets the status of the process flow in which to query.Constructors in com.sas.lsaf.workflow.processflow with parameters of type ProcessFlowDescriptor.FlowStatusModifierConstructorDescriptionProcessFlow(String id, String contextId, String contextPath, String name, String description, ProcessFlowDescriptor.FlowStatus status, String owner, ProcessDefinitionInfo processDefinitionInfo, String createdBy, Date created, String lastModifiedBy, Date lastModified, long revision, String autoFlowSource, AutoFlowType autoFlowType) It is not intended or recommended that the consumer of this API construct these objects.ProcessFlowDescriptor(String id, String contextId, String contextPath, String name, String description, ProcessFlowDescriptor.FlowStatus status, String owner, ProcessDefinitionInfo processDefinitionInfo, String createdBy, Date created, String lastModifiedBy, Date lastModified, long revision, AutoFlowType autoFlowType) The initializing constructor.ProcessFlowSearchResultItem(String id, String name, ProcessFlowDescriptor.FlowStatus status, String owner, String processDefinitionKey, String lastModifiedBy, Date lastModifiedDate, String contextPath, CreationMethod creationMethod) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of ProcessFlowDescriptor.FlowStatus in com.sas.lsaf.workflow.task
Constructors in com.sas.lsaf.workflow.task with parameters of type ProcessFlowDescriptor.FlowStatusModifierConstructorDescriptionJobTask(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, String jobPath, String jobVersion, List<ParameterValue> parameterValues) 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.Task(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) It is not intended or recommended that the consumer of this API construct these objects.UserTask(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, String assignee, Date assigned, Task.Priority priority, Task.Complexity complexity, Date dueDate, float actualHours) It is not intended or recommended that the consumer of this API construct these objects.