Package | Description |
---|---|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionInfo |
ProcessFlowDescriptor.getProcessDefinitionInfo()
Get the process definition information that was used to create this process flow
|
Modifier and Type | Method and Description |
---|---|
List<ProcessDefinitionInfo> |
ProcessFlowService.getProcessDefinitionsByType(DeploymentContextType type)
Gets the latest deployed process definitions at the specified context type.
|
Constructor and Description |
---|
ProcessFlow(String identifier,
ProcessFlowContext context,
String contextPath,
String name,
String description,
ProcessFlowDescriptor.FlowStatus status,
String owner,
ProcessDefinitionInfo processDefinitionInfo,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
long revision) |
ProcessFlowDescriptor(String identifier,
ProcessFlowContext context,
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) 2017, SAS Institute Inc., Cary, NC, USA