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 |
---|---|
Step<T> |
Step.allowStartIfComplete(String allowStartIfComplete)
Sets the
allow-start-if-complete attribute |
Step<Flow<T>> |
Flow.createStep()
Creates a new
step element |
Step<JobXMLDescriptor> |
JobXMLDescriptor.createStep()
Creates a new
step element |
Step<Flow<T>> |
Flow.getOrCreateStep()
If not already created, a new
step element will be created and returned. |
Step<JobXMLDescriptor> |
JobXMLDescriptor.getOrCreateStep()
If not already created, a new
step element will be created and returned. |
Step<T> |
Step.id(String id)
Sets the
id attribute |
Step<T> |
Step.next(String next)
Sets the
next attribute |
Step<T> |
Step.removeAllEnd()
Removes all
end elements |
Step<T> |
Step.removeAllFail()
Removes all
fail elements |
Step<T> |
Step.removeAllNext()
Removes all
next elements |
Step<T> |
Step.removeAllowStartIfComplete()
Removes the
allow-start-if-complete attribute |
Step<T> |
Step.removeAllStop()
Removes all
stop elements |
Step<T> |
Step.removeBatchlet()
Removes the
batchlet element |
Step<T> |
Step.removeChunk()
Removes the
chunk element |
Step<T> |
Step.removeId()
Removes the
id attribute |
Step<T> |
Step.removeListeners()
Removes the
listeners element |
Step<T> |
Step.removeNext()
Removes the
next attribute |
Step<T> |
Step.removePartition()
Removes the
partition element |
Step<T> |
Step.removeProperties()
Removes the
properties element |
Step<T> |
Step.removeStartLimit()
Removes the
start-limit attribute |
Step<T> |
Step.startLimit(String startLimit)
Sets the
start-limit attribute |
Modifier and Type | Method and Description |
---|---|
End<Step<T>> |
Step.createEnd()
Creates a new
end element |
Fail<Step<T>> |
Step.createFail()
Creates a new
fail element |
Next<Step<T>> |
Step.createNext()
Creates a new
next element |
Stop<Step<T>> |
Step.createStop()
Creates a new
stop element |
List<End<Step<T>>> |
Step.getAllEnd()
Returns all
end elements |
List<Fail<Step<T>>> |
Step.getAllFail()
Returns all
fail elements |
List<Next<Step<T>>> |
Step.getAllNext()
Returns all
next elements |
List<Step<Flow<T>>> |
Flow.getAllStep()
Returns all
step elements |
List<Step<JobXMLDescriptor>> |
JobXMLDescriptor.getAllStep()
Returns all
step elements |
List<Stop<Step<T>>> |
Step.getAllStop()
Returns all
stop elements |
Batchlet<Step<T>> |
Step.getOrCreateBatchlet()
If not already created, a new
batchlet element with the given value will be created. |
Chunk<Step<T>> |
Step.getOrCreateChunk()
If not already created, a new
chunk element with the given value will be created. |
End<Step<T>> |
Step.getOrCreateEnd()
If not already created, a new
end element will be created and returned. |
Fail<Step<T>> |
Step.getOrCreateFail()
If not already created, a new
fail element will be created and returned. |
Listeners<Step<T>> |
Step.getOrCreateListeners()
If not already created, a new
listeners element with the given value will be created. |
Next<Step<T>> |
Step.getOrCreateNext()
If not already created, a new
next element will be created and returned. |
Partition<Step<T>> |
Step.getOrCreatePartition()
If not already created, a new
partition element with the given value will be created. |
Properties<Step<T>> |
Step.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Stop<Step<T>> |
Step.getOrCreateStop()
If not already created, a new
stop element will be created and returned. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.