public interface MutablePipelineDefinition extends MutableType<PipelineDefinition>, MutableObject
PipelineDefinition. Provides TableContext
and state modification capability to the definition.| Modifier and Type | Method and Description |
|---|---|
MutablePipelineDefinition |
addTableContext(TableContext tc)
Adds the given table context to the context list.
|
MutablePipelineDefinition |
removeTableContext(TableContext tc)
Removes the given table context from the context list.
|
toImmutablewritableMutablePipelineDefinition addTableContext(TableContext tc)
tc - the table contextNullPointerException - if tc is nullMutablePipelineDefinition removeTableContext(TableContext tc)
tc - the table contextNullPointerException - if tc is nullCopyright © 2014. All Rights Reserved.