Class Summary |
AddAllTransformer<I> |
Collection transformer implementation that adds all elements in
the source collection to the destination collection. |
BasicItemToIdTransformer |
Collection transformer implementation that extracts the ID from
BasicItem :s. |
MultiStepCollectionTransformer<S,D> |
Collection transformer implementation that transforms a source
collection into the destination collection using multiple steps. |
RemoveAllTransformer<I> |
Collection transformer implementation that removes all elements in
the source collection from the destination collection. |