Package | Description |
---|---|
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 |
---|---|
Set<DataProperty> |
ProcessFlow.getProcessData()
Gets the process data properties for a process flow.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessFlow.setProcessData(Set<DataProperty> processData)
Sets the process data properties for a process flow.
|
Modifier and Type | Method and Description |
---|---|
Set<DataProperty> |
CompletedUserTaskDetails.getCompletionProperties()
Gets the completion properties for the user task.
|
Set<DataProperty> |
UserTaskDetails.getCompletionProperties()
Gets the completion properties for this user task.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskService.completeTask(String taskId,
float actualHours,
Set<DataProperty> taskCompletionData,
String comment)
Completes the user task.
|
Constructor and Description |
---|
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.
|
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.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>