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 that was provided when the process flow definition was deployed.
|
Set<String> |
getContextTypes()
Gets the context type identifiers for the types where the process flow 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 flow definition.
|
String |
getDefinitionFileVersion()
Gets the version of the process flow definition file in the repository that was used to deploy the process.
|
String |
getDeployedVersion()
Gets the deployed version of the process flow definition.
|
String |
getDescription()
Gets the description of the process flow definition.
|
String |
getId()
Gets the identifier of the process flow definition as it exists in the definition file.
|
String |
getName()
Gets the name of the process flow definition.
|
ProcessDefinitionInfo.ProcessDefinitionStatus |
getStatus()
Gets the status of the process flow 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 flow definition.name
- The name of the process flow definition.description
- The description of the process flow definition.deployedVersion
- The latest deployed version of the process flow definition.definitionFilePath
- The path of the file that was used to deploy the process flow definition.definitionFileVersion
- The version of the file that was used to deploy the process flow 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 that was provided when the process flow 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) 2020, SAS Institute Inc., Cary, NC, USA