Package | Description |
---|---|
com.sas.lsaf.workflow.processdefinition |
The service and class definitions to manage process flow definitions.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionInfo.ProcessDefinitionStatus |
ProcessDefinitionInfo.getStatus()
Gets the status of the process flow definition.
|
static ProcessDefinitionInfo.ProcessDefinitionStatus |
ProcessDefinitionInfo.ProcessDefinitionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessDefinitionInfo.ProcessDefinitionStatus[] |
ProcessDefinitionInfo.ProcessDefinitionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ProcessDefinitionInfo(String id,
String processDefinitionKey,
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.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>