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 |
---|---|
Flow<JobXMLDescriptor> |
JobXMLDescriptor.createFlow()
Creates a new
flow element |
Flow<Flow<T>> |
Flow.createFlow()
Creates a new
flow element |
Flow<Split<T>> |
Split.createFlow()
Creates a new
flow element |
Flow<JobXMLDescriptor> |
JobXMLDescriptor.getOrCreateFlow()
If not already created, a new
flow element will be created and returned. |
Flow<Flow<T>> |
Flow.getOrCreateFlow()
If not already created, a new
flow element will be created and returned. |
Flow<Split<T>> |
Split.getOrCreateFlow()
If not already created, a new
flow element will be created and returned. |
Flow<T> |
Flow.id(String id)
Sets the
id attribute |
Flow<T> |
Flow.next(String next)
Sets the
next attribute |
Flow<T> |
Flow.removeAllDecision()
Removes all
decision elements |
Flow<T> |
Flow.removeAllEnd()
Removes all
end elements |
Flow<T> |
Flow.removeAllFail()
Removes all
fail elements |
Flow<T> |
Flow.removeAllFlow()
Removes all
flow elements |
Flow<T> |
Flow.removeAllNext()
Removes all
next elements |
Flow<T> |
Flow.removeAllSplit()
Removes all
split elements |
Flow<T> |
Flow.removeAllStep()
Removes all
step elements |
Flow<T> |
Flow.removeAllStop()
Removes all
stop elements |
Flow<T> |
Flow.removeId()
Removes the
id attribute |
Flow<T> |
Flow.removeNext()
Removes the
next attribute |
Modifier and Type | Method and Description |
---|---|
Decision<Flow<T>> |
Flow.createDecision()
Creates a new
decision element |
End<Flow<T>> |
Flow.createEnd()
Creates a new
end element |
Fail<Flow<T>> |
Flow.createFail()
Creates a new
fail element |
Flow<Flow<T>> |
Flow.createFlow()
Creates a new
flow element |
Next<Flow<T>> |
Flow.createNext()
Creates a new
next element |
Split<Flow<T>> |
Flow.createSplit()
Creates a new
split element |
Step<Flow<T>> |
Flow.createStep()
Creates a new
step element |
Stop<Flow<T>> |
Flow.createStop()
Creates a new
stop element |
List<Decision<Flow<T>>> |
Flow.getAllDecision()
Returns all
decision elements |
List<End<Flow<T>>> |
Flow.getAllEnd()
Returns all
end elements |
List<Fail<Flow<T>>> |
Flow.getAllFail()
Returns all
fail elements |
List<Flow<JobXMLDescriptor>> |
JobXMLDescriptor.getAllFlow()
Returns all
flow elements |
List<Flow<Flow<T>>> |
Flow.getAllFlow()
Returns all
flow elements |
List<Flow<Flow<T>>> |
Flow.getAllFlow()
Returns all
flow elements |
List<Flow<Split<T>>> |
Split.getAllFlow()
Returns all
flow elements |
List<Next<Flow<T>>> |
Flow.getAllNext()
Returns all
next elements |
List<Split<Flow<T>>> |
Flow.getAllSplit()
Returns all
split elements |
List<Step<Flow<T>>> |
Flow.getAllStep()
Returns all
step elements |
List<Stop<Flow<T>>> |
Flow.getAllStop()
Returns all
stop elements |
Decision<Flow<T>> |
Flow.getOrCreateDecision()
If not already created, a new
decision element will be created and returned. |
End<Flow<T>> |
Flow.getOrCreateEnd()
If not already created, a new
end element will be created and returned. |
Fail<Flow<T>> |
Flow.getOrCreateFail()
If not already created, a new
fail element will be created and returned. |
Flow<Flow<T>> |
Flow.getOrCreateFlow()
If not already created, a new
flow element will be created and returned. |
Next<Flow<T>> |
Flow.getOrCreateNext()
If not already created, a new
next element will be created and returned. |
Split<Flow<T>> |
Flow.getOrCreateSplit()
If not already created, a new
split element will be created and returned. |
Step<Flow<T>> |
Flow.getOrCreateStep()
If not already created, a new
step element will be created and returned. |
Stop<Flow<T>> |
Flow.getOrCreateStop()
If not already created, a new
stop element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.