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 |
---|---|
Next<Step<T>> |
Step.createNext()
Creates a new
next element |
Next<Decision<T>> |
Decision.createNext()
Creates a new
next element |
Next<Flow<T>> |
Flow.createNext()
Creates a new
next element |
Next<Step<T>> |
Step.getOrCreateNext()
If not already created, a new
next element will be created and returned. |
Next<Decision<T>> |
Decision.getOrCreateNext()
If not already created, a new
next element will be created and returned. |
Next<Flow<T>> |
Flow.getOrCreateNext()
If not already created, a new
next element will be created and returned. |
Next<T> |
Next.on(String on)
Sets the
on attribute |
Next<T> |
Next.removeOn()
Removes the
on attribute |
Next<T> |
Next.removeTo()
Removes the
to attribute |
Next<T> |
Next.to(String to)
Sets the
to attribute |
Modifier and Type | Method and Description |
---|---|
List<Next<Step<T>>> |
Step.getAllNext()
Returns all
next elements |
List<Next<Decision<T>>> |
Decision.getAllNext()
Returns all
next elements |
List<Next<Flow<T>>> |
Flow.getAllNext()
Returns all
next elements |
Copyright © 2020 JBoss by Red Hat. All rights reserved.