public class ProcessDefinitionInfo extends Object implements Serializable
Constructor and Description |
---|
ProcessDefinitionInfo(String id,
String name,
String description,
String version,
String sourcePath,
String sourceVersion,
Set<DeploymentContextType> contexts) |
Modifier and Type | Method and Description |
---|---|
Set<DeploymentContextType> |
getContexts()
Get the contexts in which this process definition can be used to create process flows.
|
String |
getDefinitionFilePath()
Get the source path of the repository file that was used to deploy this process definition.
|
String |
getDefinitionFileVersion()
Get the version of the process definition file in the repository that was used to deploy this process.
|
String |
getDeployedVersion()
Get the deployed version of the process definition.
|
String |
getDescription()
Get the description of this process definition
|
String |
getId()
Get the id of this process definition
|
String |
getName()
Get the name of this process definition
|
public String getName()
public String getDescription()
public String getDeployedVersion()
public String getDefinitionFilePath()
public String getDefinitionFileVersion()
public Set<DeploymentContextType> getContexts()
public String getId()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA