Package | Description |
---|---|
com.sas.lsaf.workflow.element |
Class definitions representing base elements in a process flow.
|
com.sas.lsaf.workflow.processflow.setup |
Service and class definitions for managing process flows setup elements.
|
com.sas.lsaf.workflow.task |
Service and class definitions for managing and retrieving process flow tasks and elements.
|
Modifier and Type | Method and Description |
---|---|
Element.ElementType |
CompletedElement.getType()
Gets the type of the completed element.
|
Element.ElementType |
Element.getType()
Gets the type of the element.
|
static Element.ElementType |
Element.ElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element.ElementType[] |
Element.ElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CompletedElement(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
String completedBy,
Date completed)
It is not intended or recommended that the consumer of this API construct these objects.
|
CompletedEvent(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
String completedBy,
Date completed)
It is not intended or recommended that the consumer of this API construct these objects.
|
CompletedEventGateway(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
String completedBy,
Date completed,
CompletedEvent triggeredEvent)
It is not intended or recommended that the consumer of this API construct these objects.
|
CompletedSignalEvent(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
String completedBy,
Date completed,
String signalName,
String signaledBy)
It is not intended or recommended that the consumer of this API construct these objects.
|
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 |
---|---|
Element.ElementType |
ElementSetup.getType()
Gets the type of the element.
|
Constructor and Description |
---|
ElementSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowId)
It is not intended or recommended that the consumer of this API construct these objects.
|
EventSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowId)
It is not intended or recommended that the consumer of this API construct these objects.
|
JobTaskSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier)
It is not intended or recommended that the consumer of this API construct these objects.
|
NotificationTaskSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier)
It is not intended or recommended that the consumer of this API construct these objects.
|
SignalEventSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowId,
String signalName,
Set<String> locations)
It is not intended or recommended that the consumer of this API construct these objects.
|
TaskSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowId)
It is not intended or recommended that the consumer of this API construct these objects.
|
TimerEventSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowId,
TimerEventSetup.TimerType timerType)
It is not intended or recommended that the consumer of this API construct these objects.
|
UserTaskSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier)
It is not intended or recommended that the consumer of this API construct these objects.
|
Constructor and Description |
---|
CompletedJobTask(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,
CompletedTask.TaskCompletedState completedState,
String runAsOwner,
String jobPath,
String jobDetails,
String jobVersion,
Set<ParameterValue> parameterValues)
It is not intended or recommended that the consumer of this API construct these objects.
|
CompletedNotificationTask(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,
CompletedTask.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.
|
CompletedTask(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
String completedBy,
Date completed,
List<Attribute> attributes)
It is not intended or recommended that the consumer of this API construct these objects.
|
CompletedUserTask(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
List<Attribute> attributes,
String completedBy,
Date completed,
Task.Complexity complexity,
Task.Priority priority,
Date dueDate,
String completionComment,
float totalActualHours)
It is not intended or recommended that the consumer of this API construct these objects.
|
CompletedUserTaskDetails(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
List<Attribute> attributes,
String completedBy,
Date completed,
Task.Complexity complexity,
Task.Priority priority,
Date dueDate,
String completionComment,
float totalActualHours,
Set<DataProperty> completionProperties,
Set<UserTaskAssignment> taskAssignmentHistory)
It is not intended or recommended that the consumer of this API construct these objects.
|
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,
Set<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)
It is not intended or recommended that the consumer of this API construct these objects.
|
UserTaskDetails(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> candidates,
Set<DataProperty> completionProperties,
Set<UserTaskAssignment> taskAssignmentHistory)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA