Package | Description |
---|---|
com.sas.lsaf.workflow.element |
Class definitions representing base elements in a process flow.
|
com.sas.lsaf.workflow.processflow |
The service and class definitions to manage process flows.
|
com.sas.lsaf.workflow.task |
Service and class definitions for managing and retrieving process flow tasks and elements.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlowDescriptor.FlowStatus |
Element.getFlowStatus()
Gets the status of the process flow that contains the element.
|
Constructor and Description |
---|
Element(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.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlowDescriptor.FlowStatus |
ProcessFlowDescriptor.getStatus()
Gets the status of the process flow.
|
ProcessFlowDescriptor.FlowStatus |
ProcessFlowQuery.getStatus()
Gets the status of the process flow in which to query.
|
ProcessFlowDescriptor.FlowStatus |
ProcessFlowSearchResultItem.getStatus()
Gets the status of the process flow.
|
static ProcessFlowDescriptor.FlowStatus |
ProcessFlowDescriptor.FlowStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessFlowDescriptor.FlowStatus[] |
ProcessFlowDescriptor.FlowStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessFlowQuery.setStatus(ProcessFlowDescriptor.FlowStatus status)
Sets the status of the process flow in which to query.
|
Constructor and Description |
---|
ProcessFlow(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.
|
Constructor and Description |
---|
JobTask(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.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>