Package | Description |
---|---|
com.sas.lsaf.workflow.element |
Class definitions representing base elements in a process flow.
|
com.sas.lsaf.workflow.task |
Service and class definitions for managing and retrieving process flow tasks and elements.
|
Modifier and Type | Method and Description |
---|---|
CompletedElement.TaskCompletedState |
CompletedElement.getCompletedState()
Gets the completed state of the element.
|
static CompletedElement.TaskCompletedState |
CompletedElement.TaskCompletedState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompletedElement.TaskCompletedState[] |
CompletedElement.TaskCompletedState.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,
CompletedElement.TaskCompletedState completedState)
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,
CompletedElement.TaskCompletedState completedState)
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,
CompletedElement.TaskCompletedState completedState,
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,
CompletedElement.TaskCompletedState completedState)
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,
CompletedElement.TaskCompletedState completedState,
String runAsOwner,
String jobPath,
String jobDetails,
String jobVersion,
List<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,
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.
|
CompletedTask(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
String completedBy,
Date completed,
CompletedElement.TaskCompletedState completedState,
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,
CompletedElement.TaskCompletedState completedState,
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,
CompletedElement.TaskCompletedState completedState,
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.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>