Package | Description |
---|---|
com.sas.lsaf.workflow.processflow |
The service and class definitions to manage process flows.
|
Modifier and Type | Method and Description |
---|---|
CreationMethod |
ProcessFlowQuery.getCreationMethod()
Gets the process flow creation method to query.
|
CreationMethod |
ProcessFlowSearchResultItem.getCreationMethod()
Gets the method by which the process flow was created.
|
static CreationMethod |
CreationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreationMethod[] |
CreationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessFlowQuery.setCreationMethod(CreationMethod creationMethod)
Sets the process flow creation method to query.
|
Constructor and Description |
---|
ProcessFlowSearchResultItem(String id,
String name,
ProcessFlowDescriptor.FlowStatus status,
String owner,
String processDefinitionKey,
String lastModifiedBy,
Date lastModifiedDate,
String contextPath,
CreationMethod creationMethod)
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>