public class ProcessDefinitionInfo extends Object implements Serializable
Constructor and Description |
---|
ProcessDefinitionInfo(String id,
String name,
String description,
String deployedVersion,
String definitionFilePath,
String definitionFileVersion,
Set<String> contextTypes)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getContextTypes()
Gets the context type ids for the types where this process definition can be used to create process flows.
|
String |
getDefinitionFilePath()
Gets the source path of the repository file that was used to deploy this process definition.
|
String |
getDefinitionFileVersion()
Gets the version of the process definition file in the repository that was used to deploy this process.
|
String |
getDeployedVersion()
Gets the deployed version of the process definition.
|
String |
getDescription()
Gets the description of this process definition.
|
String |
getId()
Gets the id of this process definition as it exists in the definition file.
|
String |
getName()
Gets the name of this process definition.
|
int |
hashCode() |
String |
toString() |
public ProcessDefinitionInfo(String id, String name, String description, String deployedVersion, String definitionFilePath, String definitionFileVersion, Set<String> contextTypes)
id
- the id of this process definition.name
- the name of this process definition.description
- the description of this process definition.deployedVersion
- the latest deployed version of this process definition.definitionFilePath
- the path of the file used to deploy this process definition.definitionFileVersion
- the version of the file used to deploy this process definition.contextTypes
- the context type ids in which process flows can be created with this process definition.public String getName()
public String getDescription()
public String getDeployedVersion()
public String getDefinitionFilePath()
public String getDefinitionFileVersion()
public Set<String> getContextTypes()
public String getId()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA