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 |
---|---|
Split<JobXMLDescriptor> |
JobXMLDescriptor.createSplit()
Creates a new
split element |
Split<Flow<T>> |
Flow.createSplit()
Creates a new
split element |
Split<JobXMLDescriptor> |
JobXMLDescriptor.getOrCreateSplit()
If not already created, a new
split element will be created and returned. |
Split<Flow<T>> |
Flow.getOrCreateSplit()
If not already created, a new
split element will be created and returned. |
Split<T> |
Split.id(String id)
Sets the
id attribute |
Split<T> |
Split.next(String next)
Sets the
next attribute |
Split<T> |
Split.removeAllFlow()
Removes all
flow elements |
Split<T> |
Split.removeId()
Removes the
id attribute |
Split<T> |
Split.removeNext()
Removes the
next attribute |
Modifier and Type | Method and Description |
---|---|
Flow<Split<T>> |
Split.createFlow()
Creates a new
flow element |
List<Flow<Split<T>>> |
Split.getAllFlow()
Returns all
flow elements |
List<Split<JobXMLDescriptor>> |
JobXMLDescriptor.getAllSplit()
Returns all
split elements |
List<Split<Flow<T>>> |
Flow.getAllSplit()
Returns all
split elements |
Flow<Split<T>> |
Split.getOrCreateFlow()
If not already created, a new
flow element will be created and returned. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.