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.
|
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.deployProcessDefinitionFromRepository(String path,
String version,
Set<String> contextTypeIds,
String comment,
boolean activate,
boolean overwrite)
Deploys the process flow definition file from the repository.
|
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.
|
ProcessDefinitionInfo |
ProcessDefinitionService.suspendProcessDefinition(String processDefinitionKey)
Suspends the latest deployed version of the process flow definition so that process flows cannot be created from
it.
|
Modifier and Type | Method and Description |
---|---|
List<ProcessDefinitionInfo> |
ProcessDefinitionService.getAllProcessDefinitions()
Gets all of the latest deployed process flow definitions.
|
List<ProcessDefinitionInfo> |
ProcessDefinitionService.getProcessDefinitionsByContextType(String contextTypeId)
Gets the latest deployed process flow definitions at the context with the context type.
|
List<ProcessDefinitionInfo> |
ProcessDefinitionService.getProcessDefinitionsMappedForAutoFlow(String contextTypeId,
AutoFlowType autoFlowType,
boolean activeOnly)
Gets the process definitions that are enabled and mapped for automatic process flow creation by the specified
context type.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionInfo |
ProcessFlowDescriptor.getProcessDefinitionInfo()
Gets the process flow definition information that was used to create the process flow.
|
Constructor and Description |
---|
ProcessFlow(String id,
String contextId,
String contextPath,
String name,
String description,
ProcessFlowDescriptor.FlowStatus status,
String owner,
ProcessDefinitionInfo processDefinitionInfo,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
long revision,
String autoFlowSource,
AutoFlowType autoFlowType)
It is not intended or recommended that the consumer of this API construct these objects.
|
ProcessFlowDescriptor(String id,
String contextId,
String contextPath,
String name,
String description,
ProcessFlowDescriptor.FlowStatus status,
String owner,
ProcessDefinitionInfo processDefinitionInfo,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
long revision,
AutoFlowType autoFlowType)
Initializing constructor.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>