Package | Description |
---|---|
com.sas.lsaf.workflow.processflow |
Service and class definitions for managing 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 this user task.
|
Set<DataProperty> |
UserTaskDetails.getCompletionProperties()
Gets the completion properties for this 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,
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.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA