public interface BatchInfo extends Element
Element.Attribute
Modifier and Type | Method and Description |
---|---|
Optional<? extends JobflowInfo> |
findElement(String flowId)
Returns an element.
|
Collection<? extends JobflowInfo> |
getElements()
Returns the element jobflows.
|
String |
getId()
Returns the batch ID of this batch.
|
findAttribute, getAttributes
String getId()
Collection<? extends JobflowInfo> getElements()
Optional<? extends JobflowInfo> findElement(String flowId)
flowId
- the target flow IDnull
if it is not foundCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.