public interface Workflow
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Workflow.State |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getErrorMessage() |
String |
getLabelName()
Deprecated.
Since Workflows 4.9 a workflow can be associated with multiple labels, this method
will only return the first one. Use
getLabelNames() instead. |
List<String> |
getLabelNames()
The labels associated with this worklow.
|
String |
getName() |
List<String> |
getStateNames() |
String |
getWorkflowMarkup() |
List<? extends WorkflowParameter> |
getWorkflowParameters() |
List<Workflow.State> |
getWorkflowStates() |
boolean |
isActive() |
boolean |
isInvertLabels()
Is the label condition inverted, ie, workflow is active for pages that
don't have the labels in
getLabelNames() |
String getName()
String getWorkflowMarkup()
List<Workflow.State> getWorkflowStates()
String getLabelName()
getLabelNames() instead.List<String> getLabelNames()
isInvertLabels()), a workflow
will be active on a page if that page has none of the labels specified.boolean isInvertLabels()
getLabelNames()boolean isActive()
String getErrorMessage()
String getDescription()
List<? extends WorkflowParameter> getWorkflowParameters()
Copyright © 2021 Comala Technology Solutions, Inc.. All rights reserved.