public class ChoiceStepsDefinition extends AbstractConditionStepListContainer<ChoiceStepsDefinition> implements StepDefinition
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
parameters |
protected WorkflowDefinition |
workflowDefinition |
currentListStepDefinition, id, steps| Constructor and Description |
|---|
ChoiceStepsDefinition() |
ChoiceStepsDefinition(WorkflowDefinition workflowDefinition) |
| Modifier and Type | Method and Description |
|---|---|
StepDefinition |
clone()
Create a clone of this
StepDefinition instance. |
WorkflowDefinition |
endChoice() |
Map<String,Object> |
getParameters() |
void |
setParameters(Map<String,Object> parameters)
Set the custom parameters.
|
void |
setValues(StepDefinition otherDefinition)
Sets the properties of this
StepDefinition instance based in the
properties present in the given definition. |
addStepList, getId, getStepList, inList, setIdequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, setIdprotected WorkflowDefinition workflowDefinition
public ChoiceStepsDefinition()
public ChoiceStepsDefinition(WorkflowDefinition workflowDefinition)
public WorkflowDefinition endChoice()
public StepDefinition clone()
StepDefinitionStepDefinition instance.clone in interface StepDefinitionclone in class Objectpublic void setValues(StepDefinition otherDefinition)
StepDefinitionStepDefinition instance based in the
properties present in the given definition.setValues in interface StepDefinitionpublic Map<String,Object> getParameters()
getParameters in interface StepDefinitionpublic void setParameters(Map<String,Object> parameters)
StepDefinitionsetParameters in interface StepDefinitionCopyright © 2016 Alfresco. All rights reserved.