Package | Description |
---|---|
com.sas.lsaf.workflow.processflow |
The service and class definitions to manage process flows.
|
com.sas.lsaf.workflow.processflow.setup |
The service and class definitions to manage 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 |
---|---|
ProcessFlow |
ProcessFlowService.activateProcessFlow(String id)
Activates the specified process flow.
|
ProcessFlow |
ProcessFlowService.copyProcessFlow(ProcessFlowCopyInfo copyInfo)
Copies the process flow using the specified source process flow id.
|
String |
ProcessFlowService.createProcessFlowManifest(String id,
FileCreateInfo manifestFileCreateInfo)
Creates a process flow manifest file for the process flow with the identifier in the repository.
|
void |
ProcessFlowService.deleteProcessFlow(String id)
Deletes the process flow with the specified identifier.
|
ProcessFlow |
ProcessFlowService.getProcessFlowById(String id)
Gets the process flow with the specified identifier.
|
ProcessFlow |
ProcessFlowService.getProcessFlowByNameAndContext(String contextId,
String processFlowName)
Gets process flow with the name at the context.
|
ProcessFlow |
ProcessFlowService.suspendProcessFlow(String id)
Suspends the specified process flow.
|
ProcessFlow |
ProcessFlowService.updateProcessFlow(ProcessFlow processFlow)
Updates the process flow.
|
Modifier and Type | Method and Description |
---|---|
Set<ElementSetup> |
ProcessFlowSetupService.getElementSetups(String id)
Gets the process flow setup elements for the process flow.
|
ElementSetup |
ProcessFlowSetupService.updateElementSetup(ElementSetup elementSetup)
Updates the element setup for the process flow.
|
Modifier and Type | Method and Description |
---|---|
Set<CompletedElement> |
TaskService.getCompletedElementsByProcessFlow(String processFlowId)
Gets the completed elements of the process flow with the identifier.
|
Set<Element> |
TaskService.getCurrentElementsByProcessFlow(String processFlowId)
Gets the current elements of the process flow with the identifier.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>