Package | Description |
---|---|
com.sas.lsaf.workflow.task |
Service and class definitions for managing and retrieving process flow tasks and elements.
|
Modifier and Type | Class and Description |
---|---|
class |
UserTaskDetails
The class that represents a user task in a process flow with additional details, which includes data properties and
task assignment.
|
class |
UserTaskUpdateInfo
The class that represents a user task in a process flow with attributes that can be updated.
|
Modifier and Type | Method and Description |
---|---|
UserTask |
TaskService.getCurrentUserTask(String taskId)
Gets the user task by the specified unique identifier.
|
Modifier and Type | Method and Description |
---|---|
Set<UserTask> |
TaskService.getAllCurrentUserTasks()
Gets all of the user tasks that the user is authorized to access for all active process flows.
|
Set<UserTask> |
TaskService.getCurrentUserTasks()
Gets the user tasks that are assigned to the current user and tasks for which the current user is a candidate for
all active process flows.
|
Constructor and Description |
---|
UserTaskDetails(UserTask userTask,
Set<Principal> candidates,
Set<DataProperty> completionProperties,
Set<UserTaskAssignment> taskAssignmentHistory)
It is not intended or recommended that the consumer of this API construct these objects.
|
UserTaskUpdateInfo(UserTask userTask,
Set<Principal> candidates,
Set<DataProperty> completionProperties)
Constructor.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>