See: Description
| Interface | Description |
|---|---|
| CollectionMergeStrategy |
Strategy used to merge the results of each child pipeline in to the collection of Items given to this stage.
|
| Item<T> |
A wrapper around a piece of information processed by pipeline stages.
|
| ItemCollectionSerializer<T> |
Item collection serializers convert a
Collection of Items into an octet stream. |
| ItemIdentificationStrategy |
Strategy for determining a displayable identifier for a given
Item. |
| ItemMetadata |
Additional information associated with an
Item while it is being worked with. |
| ItemSerializer<T> |
Item serializers convert an
Item into an octet stream. |
| Class | Description |
|---|---|
| AbstractCompositeItemIdentificationStrategy |
Abstract class implementing a generic two-part strategy for item identification.
|
| AbstractItem<T> |
Base implementation of an
Item. |
| DeduplicatingItemIdMergeStrategy |
A merge strategy that adds source items to the target collection if none of the Items in the target collection have
the same
ItemId as source item. |
| ErrorStatus |
A type of
StatusMetadata that indicates something is definitely wrong with the Item. |
| FirstItemIdItemIdentificationStrategy | |
| InfoStatus |
A type of
StatusMetadata that carries informational messages. |
| ItemId |
Carries a unique identifier for the data carried by an
Item. |
| ItemTag |
A
ItemMetadata that associates a tag with a given Item. |
| SimpleCollectionMergeStrategy |
A
CollectionMergeStrategy that adds the Item from each source, in order, by means of the
Collection.addAll(Collection) method on the target. |
| SimpleItemCollectionFactory<T> |
Implementation
Supplier that produces ArrayList instances. |
| SimpleItemCollectionSerializer<T> |
A simple
ItemCollectionSerializer which just serializes each Item
in turn. |
| StatusMetadata |
A
ItemMetadata implementation that carries status information about an Item. |
| Version |
Class for getting and printing the version of the metadata pipeline.
|
| WarningStatus |
A type of
StatusMetadata that indicates something may be "off" about the Item. |
Copyright © 1999–2016. All rights reserved.