public final class Step extends Object
Modifier and Type | Method and Description |
---|---|
void |
addTransitionElement(Transition transition) |
String |
getAllowStartIfComplete() |
boolean |
getAllowStartIfCompleteBoolean() |
String |
getAttributeNext() |
RefArtifact |
getBatchlet() |
Chunk |
getChunk() |
String |
getId() |
List<RefArtifact> |
getListeners() |
Partition |
getPartition() |
Properties |
getProperties() |
String |
getStartLimit() |
int |
getStartLimitInt() |
List<Transition> |
getTransitionElements() |
public String getStartLimit()
public int getStartLimitInt()
public String getAllowStartIfComplete()
public boolean getAllowStartIfCompleteBoolean()
public String getAttributeNext()
public Properties getProperties()
public List<RefArtifact> getListeners()
public RefArtifact getBatchlet()
public Chunk getChunk()
public Partition getPartition()
public final String getId()
getId
in interface JobElement
public List<Transition> getTransitionElements()
getTransitionElements
in interface JobElement
public void addTransitionElement(Transition transition)
addTransitionElement
in interface JobElement
Copyright © 2014 JBoss by Red Hat. All rights reserved.