@Beta
public interface PiPipelineModel
| Modifier and Type | Method and Description |
|---|---|
Optional<PiActionModel> |
action(String name)
Returns the action model associated with the given name, if present.
|
Collection<PiActionModel> |
actions()
Returns the collection of all action models defined by this pipeline model.
|
Optional<PiHeaderModel> |
header(String name)
Returns the header instance associated with the given name, if present.
|
Collection<PiHeaderModel> |
headers()
Returns the collection of all header instance models defined by this pipeline model.
|
Optional<PiHeaderTypeModel> |
headerType(String name)
Returns the header type associated with the given name, if present.
|
Collection<PiHeaderTypeModel> |
headerTypes()
Returns the collection of all header types defined by this pipeline model.
|
Optional<PiTableModel> |
table(String name)
Returns the table model associated with the given name, if present.
|
Collection<PiTableModel> |
tables()
Returns the collection of all table models defined by this pipeline model.
|
Optional<PiHeaderTypeModel> headerType(String name)
name - string valueCollection<PiHeaderTypeModel> headerTypes()
Optional<PiHeaderModel> header(String name)
name - string valueCollection<PiHeaderModel> headers()
Optional<PiActionModel> action(String name)
name - string valueCollection<PiActionModel> actions()
Optional<PiTableModel> table(String name)
name - string valueCollection<PiTableModel> tables()