Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jobXML10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Decision<Flow<T>> |
Flow.createDecision()
Creates a new
decision element |
Decision<JobXMLDescriptor> |
JobXMLDescriptor.createDecision()
Creates a new
decision element |
Decision<Flow<T>> |
Flow.getOrCreateDecision()
If not already created, a new
decision element will be created and returned. |
Decision<JobXMLDescriptor> |
JobXMLDescriptor.getOrCreateDecision()
If not already created, a new
decision element will be created and returned. |
Decision<T> |
Decision.id(String id)
Sets the
id attribute |
Decision<T> |
Decision.ref(String ref)
Sets the
ref attribute |
Decision<T> |
Decision.removeAllEnd()
Removes all
end elements |
Decision<T> |
Decision.removeAllFail()
Removes all
fail elements |
Decision<T> |
Decision.removeAllNext()
Removes all
next elements |
Decision<T> |
Decision.removeAllStop()
Removes all
stop elements |
Decision<T> |
Decision.removeId()
Removes the
id attribute |
Decision<T> |
Decision.removeProperties()
Removes the
properties element |
Decision<T> |
Decision.removeRef()
Removes the
ref attribute |
Modifier and Type | Method and Description |
---|---|
End<Decision<T>> |
Decision.createEnd()
Creates a new
end element |
Fail<Decision<T>> |
Decision.createFail()
Creates a new
fail element |
Next<Decision<T>> |
Decision.createNext()
Creates a new
next element |
Stop<Decision<T>> |
Decision.createStop()
Creates a new
stop element |
List<Decision<Flow<T>>> |
Flow.getAllDecision()
Returns all
decision elements |
List<Decision<JobXMLDescriptor>> |
JobXMLDescriptor.getAllDecision()
Returns all
decision elements |
List<End<Decision<T>>> |
Decision.getAllEnd()
Returns all
end elements |
List<Fail<Decision<T>>> |
Decision.getAllFail()
Returns all
fail elements |
List<Next<Decision<T>>> |
Decision.getAllNext()
Returns all
next elements |
List<Stop<Decision<T>>> |
Decision.getAllStop()
Returns all
stop elements |
End<Decision<T>> |
Decision.getOrCreateEnd()
If not already created, a new
end element will be created and returned. |
Fail<Decision<T>> |
Decision.getOrCreateFail()
If not already created, a new
fail element will be created and returned. |
Next<Decision<T>> |
Decision.getOrCreateNext()
If not already created, a new
next element will be created and returned. |
Properties<Decision<T>> |
Decision.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Stop<Decision<T>> |
Decision.getOrCreateStop()
If not already created, a new
stop element will be created and returned. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.