public class ListStepDefinition<T> extends AbstractStepDefinitionContainer<ListStepDefinition<T>> implements StepDefinition
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Map<String,Object> |
parameters |
protected StepListContainer<T> |
stepListContainer |
id, steps
Constructor and Description |
---|
ListStepDefinition() |
ListStepDefinition(StepListContainer<T> stepListContainer) |
Modifier and Type | Method and Description |
---|---|
ListStepDefinition<T> |
clone()
Create a clone of this
StepDefinition instance. |
T |
endList() |
String |
getName() |
Map<String,Object> |
getParameters() |
void |
setName(String name) |
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. |
addFeedbackStep, addFeedbackStep, addHumanStep, addHumanStep, addHumanStep, addHumanStepForGroup, addHumanStepForGroup, addHumanStepForGroup, addHumanStepForWorkflowInitiator, addHumanStepForWorkflowInitiator, addScriptStep, addScriptStep, addStep, createHumanStepDefinition, createHumanStepDefinition, createHumanStepDefinition, createHumanStepDefinition, getId, getSteps, setId
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, setId
protected StepListContainer<T> stepListContainer
protected String name
public ListStepDefinition()
public ListStepDefinition(StepListContainer<T> stepListContainer)
public T endList()
public ListStepDefinition<T> 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 String getName()
public void setName(String name)
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.