Package net.sf.basedb.util.listable
Class CollectExtracts.CollectParents
- java.lang.Object
-
- net.sf.basedb.util.listable.AbstractSourceItemTransformer
-
- net.sf.basedb.util.listable.CollectExtracts.CollectParents
-
- All Implemented Interfaces:
SourceItemTransformer
- Enclosing class:
- CollectExtracts
class CollectExtracts.CollectParents extends AbstractSourceItemTransformer
Transformer implementation that collect the parent extracts from the source or collected extracts. The original source of extracts is returned unmodifed.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
includeSource
private boolean
useCollectedAsSource
-
Constructor Summary
Constructors Constructor Description CollectParents(boolean useCollectedAsSource, boolean includeSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Integer>
transform(TransformContext context, Set<Integer> source)
Transform the given set of source item ID:s into a set of target item ID:s-
Methods inherited from class net.sf.basedb.util.listable.AbstractSourceItemTransformer
getSourceItemType, getTargetItemType, safeIdList
-
-
-
-
Method Detail
-
transform
public Set<Integer> transform(TransformContext context, Set<Integer> source)
Description copied from interface:SourceItemTransformer
Transform the given set of source item ID:s into a set of target item ID:s
-
-