public class ParallelStepsDefinition extends AbstractStepListContainer<ParallelStepsDefinition> implements StepDefinition
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
parameters |
protected WorkflowDefinition |
workflowDefinition |
currentListStepDefinition, id, steps
Constructor and Description |
---|
ParallelStepsDefinition() |
ParallelStepsDefinition(WorkflowDefinition workflowDefinition) |
Modifier and Type | Method and Description |
---|---|
StepDefinition |
clone()
Create a clone of this
StepDefinition instance. |
WorkflowDefinition |
endParallel() |
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, setId
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, setId
protected WorkflowDefinition workflowDefinition
public ParallelStepsDefinition()
public ParallelStepsDefinition(WorkflowDefinition workflowDefinition)
public WorkflowDefinition endParallel()
public StepDefinition clone()
StepDefinition
StepDefinition
instance.clone
in interface StepDefinition
clone
in class Object
public void setValues(StepDefinition otherDefinition)
StepDefinition
StepDefinition
instance based in the
properties present in the given definition.setValues
in interface StepDefinition
public Map<String,Object> getParameters()
getParameters
in interface StepDefinition
public void setParameters(Map<String,Object> parameters)
StepDefinition
setParameters
in interface StepDefinition
Copyright © 2016 Alfresco. All rights reserved.