Uses of Interface
net.shibboleth.metadata.pipeline.Pipeline
Packages that use Pipeline
Package
Description
A set of classes for constructing generic data processing pipelines.
Non-API classes for the pipeline package.
-
Uses of Pipeline in net.shibboleth.metadata.pipeline
Classes in net.shibboleth.metadata.pipeline that implement PipelineModifier and TypeClassDescriptionclassA stage that is composed of other stages.classA very simple implementation ofPipeline.Fields in net.shibboleth.metadata.pipeline declared as PipelineModifier and TypeFieldDescriptionSplitMergeStage.nonselectedItemPipelinePipeline that receives the non-selected items.PipelineAndStrategy.pipelineThe field for thepipelinerecord component.SplitMergeStage.selectedItemPipelinePipeline that receives the selected items.Fields in net.shibboleth.metadata.pipeline with type parameters of type PipelineModifier and TypeFieldDescriptionPipelineMergeStage.mergedPipelinesPipelines whose results become the output of this source.Methods in net.shibboleth.metadata.pipeline that return PipelineModifier and TypeMethodDescriptionSplitMergeStage.getNonselectedItemPipeline()Gets the pipeline that receives the non-selected items.SplitMergeStage.getSelectedItemPipeline()Gets the pipeline that receives the selected items.PipelineAndStrategy.pipeline()Returns the value of thepipelinerecord component.Methods in net.shibboleth.metadata.pipeline that return types with arguments of type PipelineModifier and TypeMethodDescriptionPipelineMergeStage.getMergedPipelines()Gets the unmodifiable set of pipelines used by this stage.PipelineDemultiplexerStage.getPipelineAndSelectionStrategies()Deprecated, for removal: This API element is subject to removal in a future version.Methods in net.shibboleth.metadata.pipeline with parameters of type PipelineModifier and TypeMethodDescriptionExecutes a pipeline.voidSplitMergeStage.setNonselectedItemPipeline(Pipeline<T> pipeline) Sets the pipeline that receives the non-selected items.voidSplitMergeStage.setSelectedItemPipeline(Pipeline<T> pipeline) Sets the pipeline that receives the selected items.Method parameters in net.shibboleth.metadata.pipeline with type arguments of type PipelineModifier and TypeMethodDescriptionvoidPipelineMergeStage.setMergedPipelines(List<? extends Pipeline<T>> pipelines) Sets the pipelines joined by this stage.voidPipelineDemultiplexerStage.setPipelineAndSelectionStrategies(List<net.shibboleth.shared.collection.Pair<Pipeline<T>, Predicate<Item<T>>>> passes) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in net.shibboleth.metadata.pipeline with parameters of type Pipeline -
Uses of Pipeline in net.shibboleth.metadata.pipeline.impl
Fields in net.shibboleth.metadata.pipeline.impl declared as PipelineModifier and TypeFieldDescriptionPipelineCallable.thePipelineThe pipeline to be executed, never null.Constructors in net.shibboleth.metadata.pipeline.impl with parameters of type Pipeline