public class ProcessDefinitionInfo extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ProcessDefinitionInfo.ProcessDefinitionStatus |
Constructor and Description |
---|
ProcessDefinitionInfo(String id,
String name,
String description,
String deployedVersion,
String definitionFilePath,
String definitionFileVersion,
Set<String> contextTypes,
ProcessDefinitionInfo.ProcessDefinitionStatus status,
String comment)
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) |
String |
getComment()
Gets the comment provided when the process definition was deployed.
|
Set<String> |
getContextTypes()
Gets the context type identifiers for the types where the process definition can be used to create process flows.
|
String |
getDefinitionFilePath()
Gets the source path of the repository file that was used to deploy the process definition.
|
String |
getDefinitionFileVersion()
Gets the version of the process definition file in the repository that was used to deploy the process.
|
String |
getDeployedVersion()
Gets the deployed version of the process definition.
|
String |
getDescription()
Gets the description of the process definition.
|
String |
getId()
Gets the identifier of the process definition as it exists in the definition file.
|
String |
getName()
Gets the name of the process definition.
|
ProcessDefinitionInfo.ProcessDefinitionStatus |
getStatus()
Gets the status of the process definition.
|
int |
hashCode() |
String |
toString() |
public ProcessDefinitionInfo(String id, String name, String description, String deployedVersion, String definitionFilePath, String definitionFileVersion, Set<String> contextTypes, ProcessDefinitionInfo.ProcessDefinitionStatus status, String comment)
id
- the identifier of the process definition.name
- the name of the process definition.description
- the description of the process definition.deployedVersion
- the latest deployed version of the process definition.definitionFilePath
- the path of the file used to deploy the process definition.definitionFileVersion
- the version of the file used to deploy the process definition.contextTypes
- the context type identifiers in which process flows can be created with the process
definition.status
- the status of the process flow definition.comment
- the comment provided when the process definition was deployed.public String getName()
public String getDescription()
public String getDeployedVersion()
public String getDefinitionFilePath()
public String getDefinitionFileVersion()
public Set<String> getContextTypes()
public ProcessDefinitionInfo.ProcessDefinitionStatus getStatus()
ACTIVE
can process flows be created
from the definition.public String getId()
public String getComment()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA