ExtractToParentExtractTransformer
or SampleToParentSampleTransformer
instead@Deprecated public class ParentsTransformer<I extends MeasuredBioMaterial> extends java.lang.Object implements CollectionTransformer<I,I>
Modifier and Type | Field and Description |
---|---|
private boolean |
copySources
Deprecated.
|
private DbControl |
dc
Deprecated.
|
private ItemQuery<I> |
query
Deprecated.
|
Constructor and Description |
---|
ParentsTransformer(DbControl dc,
boolean copySources,
ItemQuery<I> query)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
transform(java.util.Collection<? extends I> source,
java.util.Collection<? super I> destination)
Deprecated.
Transform the source collection and store the changes in the
destination collection.
|
private final DbControl dc
private final ItemQuery<I extends MeasuredBioMaterial> query
private final boolean copySources
public int transform(java.util.Collection<? extends I> source, java.util.Collection<? super I> destination)
CollectionTransformer
transform
in interface CollectionTransformer<I extends MeasuredBioMaterial,I extends MeasuredBioMaterial>
source
- The source collectiondestination
- The destination collection