Package | Description |
---|---|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
Modifier and Type | Method and Description |
---|---|
static DeploymentContextType |
DeploymentContextType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentContextType[] |
DeploymentContextType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<DeploymentContextType> |
ProcessDefinitionInfo.getContexts()
Get the contexts in which this process definition can be used to create process flows.
|
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 |
---|
ProcessDefinitionInfo(String id,
String name,
String description,
String version,
String sourcePath,
String sourceVersion,
Set<DeploymentContextType> contexts) |
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA