Package | Description |
---|---|
com.sas.lsaf.workflow.processdefinition |
The service and class definitions to manage process flow definitions.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionInfo |
ProcessDefinitionService.activateProcessDefinition(String processDefinitionKey)
Activates the latest deployed version of the process flow definition so that process flows can be created from
it.
|
ProcessDefinitionInfo |
ProcessDefinitionService.getProcessDefinitionById(String id)
Gets the process flow definition with the specified unique id.
|
ProcessDefinitionInfo |
ProcessDefinitionService.getProcessDefinitionByKey(String processDefinitionKey)
Gets the latest deployed version of the process flow definition by the specified process definition key.
|
Set<FlowElementDefinition> |
ProcessDefinitionService.getProcessDefinitionElements(String id)
Gets the elements of a process flow definition.
|
ProcessDefinitionMapping |
ProcessDefinitionService.getProcessDefinitionMappingByType(AutoFlowType type,
String processDefinitionKey)
Gets the element mapping for the process definition based on the auto flow type.
|
ProcessDefinitionInfo |
ProcessDefinitionService.suspendProcessDefinition(String processDefinitionKey)
Suspends the latest deployed version of the process flow definition so that process flows cannot be created from
it.
|
ProcessDefinitionMapping |
ProcessDefinitionService.updateProcessDefinitionMapping(ProcessDefinitionMapping mapping)
Updates the element mapping for the process definition based on the auto flow type.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlow |
ProcessFlowService.createProcessFlow(String contextId,
String processFlowName,
String processDefinitionKey)
Creates a process flow at the context using the latest deployed version of the process flow definition.
|
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.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>