
public final class Decision extends Object implements PropertiesHolder
jsl:Decision job XML element type.| 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.
|
Properties |
getProperties()
Gets the
org.jberet.job.model.Properties contained in this job element. |
String |
getRef()
Gets the ref name for the associated decider.
|
List<Transition> |
getTransitionElements()
Gets the list of transition elements, such as
Transition.End,
Transition.Fail, Transition.Next,
Transition.Stop. |
void |
setProperties(Properties properties)
Sets the
org.jberet.job.model.Properties contained in this job element. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProperties, setPropertiespublic String getRef()
public final String getId()
JobElementgetId in interface JobElementpublic List<Transition> getTransitionElements()
JobElementTransition.End,
Transition.Fail, Transition.Next,
Transition.Stop.getTransitionElements in interface JobElementpublic void addTransitionElement(Transition transition)
JobElementorg.jberet.job.model.Transition to the list of transition elements of this job element.addTransitionElement in interface JobElementtransition - a org.jberet.job.model.Transitionpublic Properties getProperties()
org.jberet.job.model.Properties contained in this job element.org.jberet.job.model.Properties contained in this job elementpublic void setProperties(Properties properties)
org.jberet.job.model.Properties contained in this job element.properties - org.jberet.job.model.Properties for this job elementCopyright © 2016 JBoss by Red Hat. All rights reserved.