Package net.sf.basedb.util.listable
Class CollectExtracts.CollectFromDerivedBioAssays
- java.lang.Object
-
- net.sf.basedb.util.listable.AbstractSourceItemTransformer
-
- net.sf.basedb.util.listable.CollectExtracts.CollectFromDerivedBioAssays
-
- All Implemented Interfaces:
SourceItemTransformer
- Enclosing class:
- CollectExtracts
class CollectExtracts.CollectFromDerivedBioAssays extends AbstractSourceItemTransformer
Transformer implementation that given a set of derived bioassays load their linked extracts and store that in the parent class. The original source of derived bioassays is returned unmodifed.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
loadParents
-
Constructor Summary
Constructors Constructor Description CollectFromDerivedBioAssays(boolean loadParents)
-
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
-
-