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 id)
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 latest deployed version of the process flow definition by the specified identifier.
|
ProcessDefinitionInfo |
ProcessDefinitionService.suspendProcessDefinition(String id)
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.
|
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)
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)
Initializing constructor.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA