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, setIdequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, setIdprotected WorkflowDefinition workflowDefinition
public ParallelStepsDefinition()
public ParallelStepsDefinition(WorkflowDefinition workflowDefinition)
public WorkflowDefinition endParallel()
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.