Package net.sf.basedb.util.listable
Class ToDerivedBioAssaySourceItemTransformerFactory
- java.lang.Object
-
- net.sf.basedb.util.listable.AbstractSourceItemTransformerFactory
-
- net.sf.basedb.util.listable.ToDerivedBioAssaySourceItemTransformerFactory
-
- All Implemented Interfaces:
SourceItemTransformerFactory
public class ToDerivedBioAssaySourceItemTransformerFactory extends AbstractSourceItemTransformerFactory
Transformer factory implementation for transforming to derived bioassays. The current implementation support transforming from:SyncFilter.SourceItemTransform.PARENT_TO_CHILD
: BIOSOURCE, SAMPLE, EXTRACT, PHYSICALBIOASSAY, DERIVEDBIOASSAYSyncFilter.SourceItemTransform.CHILD_TO_PARENT
: DERIVEDBIOASSAY, RAWBIOASSAY
- Since:
- 3.5
- Author:
- Nicklas
-
-
Field Summary
Fields Modifier and Type Field Description private static Item[]
CHILD_TO_PARENT
private static Item[]
PARENT_TO_CHILD
-
Constructor Summary
Constructors Constructor Description ToDerivedBioAssaySourceItemTransformerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceItemTransformer
create(Item sourceItemType, SyncFilter.SourceItemTransform transform)
Create a source item transformed that can transform between the given source item and theSourceItemTransformerFactory.getTargetItem()
.-
Methods inherited from class net.sf.basedb.util.listable.AbstractSourceItemTransformerFactory
getSupportedSourceItems, getTargetItem
-
-
-
-
Method Detail
-
create
public SourceItemTransformer create(Item sourceItemType, SyncFilter.SourceItemTransform transform)
Description copied from interface:SourceItemTransformerFactory
Create a source item transformed that can transform between the given source item and theSourceItemTransformerFactory.getTargetItem()
. Calling this method with an unsupported combination should result in a null return value.
-
-