Package | Description |
---|---|
com.sas.lsaf.workflow.processdefinition |
Service and class definitions for managing process definitions.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionInfo.ProcessDefinitionStatus |
ProcessDefinitionInfo.getStatus()
Gets the status of the process 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 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.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA