Uses of Interface
net.shibboleth.metadata.CollectionMergeStrategy
Packages that use CollectionMergeStrategy
Package
Description
Base classes for dealing with collections of metadata (whatever metadata might mean to you).
A set of classes for constructing generic data processing pipelines.
-
Uses of CollectionMergeStrategy in net.shibboleth.metadata
Classes in net.shibboleth.metadata that implement CollectionMergeStrategyModifier and TypeClassDescriptionclassA merge strategy that adds source items to the target collection if none of the Items in the target collection have the sameItemIdas source item.classACollectionMergeStrategythat adds the Item from each source, in order, by means of theList.addAll(Collection)method on the target. -
Uses of CollectionMergeStrategy in net.shibboleth.metadata.pipeline
Fields in net.shibboleth.metadata.pipeline declared as CollectionMergeStrategyModifier and TypeFieldDescriptionprivate CollectionMergeStrategyPipelineMergeStage.mergeStrategyStrategy used to merge all the joined pipeline results in to the final Item collection.private CollectionMergeStrategySplitMergeStage.mergeStrategyStrategy used to merge all the joined pipeline results in to the final Item collection.Methods in net.shibboleth.metadata.pipeline that return CollectionMergeStrategyModifier and TypeMethodDescriptionfinal CollectionMergeStrategyPipelineMergeStage.getCollectionMergeStrategy()Gets the strategy used to merge all the joined pipeline results in to the final Item collection.final CollectionMergeStrategySplitMergeStage.getCollectionMergeStrategy()Gets the strategy used to merge all the joined pipeline results in to the final Item collection.Methods in net.shibboleth.metadata.pipeline with parameters of type CollectionMergeStrategyModifier and TypeMethodDescriptionvoidPipelineMergeStage.setCollectionMergeStrategy(CollectionMergeStrategy strategy) Sets the strategy used to merge all the joined pipeline results in to the final Item collection.voidSplitMergeStage.setCollectionMergeStrategy(CollectionMergeStrategy strategy) Sets the strategy used to merge all the joined pipeline results in to the final Item collection.