Package | Description |
---|---|
com.sas.lsaf.workflow.processflow |
The service and class definitions to manage process flows.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessFlow
A process flow is a collection of tasks and elements that can be assigned or executed based on the underlying process
flow definition.
|
Modifier and Type | Method and Description |
---|---|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getAllProcessFlowDescriptors()
Gets all process flows that the user is authorized to see.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getMyProcessFlowDescriptors()
Gets all of the process flows that the user is authorized to see.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getMyProcessFlowDescriptorsByContext(String contextId,
boolean includeChildren)
Gets all of the process flows that are owned by the current user at a context, and (optionally) below.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getProcessFlowDescriptorsByContext(String contextId,
boolean includeChildren)
Gets the process flows at the context and (optionally) below.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA