Package | Description |
---|---|
com.sas.lsaf.workflow.processdefinition |
Service and class definitions for managing process definitions.
|
com.sas.lsaf.workflow.processflow |
Service and class definitions for managing process flows.
|
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 |
---|---|
List<ProcessDefinitionInfo> |
ProcessDefinitionService.getProcessDefinitionsByContextType(String contextTypeId)
Gets the latest deployed process definitions at context with the specified context type.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessFlowContextNotFoundException
Thrown when the specified process definition context can not be found.
|
Modifier and Type | Method and Description |
---|---|
String |
ProcessFlowService.createProcessFlowManifest(String id,
FileCreateInfo manifestFileCreateInfo)
Creates a process flow manifest for the process flow with the specified identifier.
|
void |
ProcessFlowService.deleteProcessFlow(String id)
Deletes the process flow with the specified identifier.
|
ProcessFlow |
ProcessFlowService.getProcessFlowById(String id)
Get process flow with the specified identifier.
|
ProcessFlow |
ProcessFlowService.updateProcessFlow(ProcessFlow processFlow)
Updates the process flow
|
Modifier and Type | Method and Description |
---|---|
Set<ElementSetup> |
ProcessFlowSetupService.getElementSetups(String id)
Get the process flow setup elements for the process flow at the specified context with the specified name.
|
ElementSetup |
ProcessFlowSetupService.updateElementSetup(ElementSetup elementSetup)
Update the element setup for the process flow.
|
Modifier and Type | Method and Description |
---|---|
Set<UserTask> |
TaskService.getAllCurrentUserTasks()
Get all user tasks this user is authorized to see for all active process flows.
|
Set<CompletedElement> |
TaskService.getCompletedElementsByProcessFlow(String processFlowId)
Get the completed elements of the process flow with the given identifier
|
Set<Element> |
TaskService.getCurrentElementsByProcessFlow(String processFlowId)
Get the current elements of the process flow with the given identifier.
|
Set<UserTask> |
TaskService.getCurrentUserTasks()
Get user tasks assigned to the current user.
|
UserTaskDetails |
TaskService.getUserTaskDetails(String taskId)
Gets additional user task information including candidates, data properties, and task assignment history.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA