|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemCollectionFactory | |
|---|---|
| net.shibboleth.metadata | Base classes for dealing with collections of metadata (whatever metadata might mean to you). |
| net.shibboleth.metadata.pipeline | A set of classes for constructing generic data processing pipelines. |
| Uses of ItemCollectionFactory in net.shibboleth.metadata |
|---|
| Classes in net.shibboleth.metadata that implement ItemCollectionFactory | |
|---|---|
class |
SimpleItemCollectionFactory<ItemType extends Item>
Implementation ItemCollectionFactory that produces ArrayList instances. |
| Uses of ItemCollectionFactory in net.shibboleth.metadata.pipeline |
|---|
| Fields in net.shibboleth.metadata.pipeline declared as ItemCollectionFactory | |
|---|---|
private ItemCollectionFactory<ItemType> |
SplitMergeStage.collectionFactory
Factory used to create the Item collection that is then given to the pipelines. |
private ItemCollectionFactory |
PipelineMergeStage.collectionFactory
The factory used to create the item returned by this source. |
private ItemCollectionFactory<ItemType> |
PipelineDemultiplexerStage.collectionFactory
Factory used to create the Item collection that is then given to the pipelines. |
| Methods in net.shibboleth.metadata.pipeline that return ItemCollectionFactory | |
|---|---|
ItemCollectionFactory |
SplitMergeStage.getCollectionFactory()
Gets the factory used to create the Item collection that is then given to the pipelines. |
ItemCollectionFactory |
PipelineMergeStage.getCollectionFactory()
Gets the factory used to create the Item collection produced by this source. |
ItemCollectionFactory |
PipelineDemultiplexerStage.getCollectionFactory()
Gets the factory used to create the Item collection that is then given to the pipelines. |
| Methods in net.shibboleth.metadata.pipeline with parameters of type ItemCollectionFactory | |
|---|---|
void |
PipelineMergeStage.setCollectionFactory(ItemCollectionFactory factory)
Sets the factory used to create the Item collection produced by this source. |
void |
SplitMergeStage.setCollectionFactory(ItemCollectionFactory<ItemType> factory)
Sets the factory used to create the Item collection that is then given to the pipelines. |
void |
PipelineDemultiplexerStage.setCollectionFactory(ItemCollectionFactory<ItemType> factory)
Sets the factory used to create the Item collection that is then given to the pipelines. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||