
public interface JobElement extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addTransitionElement(Transition transition)
Adds a
org.jberet.job.model.Transition to the list of transition elements of this job element. |
String |
getId()
Gets the id of this job element.
|
List<Transition> |
getTransitionElements()
Gets the list of transition elements, such as
Transition.End,
Transition.Fail, Transition.Next,
Transition.Stop. |
String getId()
List<Transition> getTransitionElements()
Transition.End,
Transition.Fail, Transition.Next,
Transition.Stop.void addTransitionElement(Transition transition)
org.jberet.job.model.Transition to the list of transition elements of this job element.transition - a org.jberet.job.model.TransitionCopyright © 2016 JBoss by Red Hat. All rights reserved.