Package | Description |
---|---|
com.sas.lsaf.workflow.processdefinition |
Service and class definitions for managing process definitions.
|
com.sas.lsaf.workflow.processflow |
Service and class definitions for managing process flows.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionInfo |
ProcessDefinitionService.activateProcessDefinition(String id)
Activates the latest deployed version of the process 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)
Deploy the process definition file from the repository.
|
ProcessDefinitionInfo |
ProcessDefinitionService.getProcessDefinitionById(String id)
Gets the latest deployed version of the process definition by the specified id.
|
ProcessDefinitionInfo |
ProcessDefinitionService.suspendProcessDefinition(String id)
Suspends the latest deployed version of the process 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 definitions in the system.
|
List<ProcessDefinitionInfo> |
ProcessDefinitionService.getProcessDefinitionsByContextType(String contextTypeId)
Gets the latest deployed process definitions at the context with the context type.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionInfo |
ProcessFlowDescriptor.getProcessDefinitionInfo()
Gets the process 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) 2019, SAS Institute Inc., Cary, NC, USA