Package net.sf.basedb.util.listable
Class ToRawBioAssaySourceItemTransformerFactory
- java.lang.Object
-
- net.sf.basedb.util.listable.AbstractSourceItemTransformerFactory
-
- net.sf.basedb.util.listable.ToRawBioAssaySourceItemTransformerFactory
-
- All Implemented Interfaces:
SourceItemTransformerFactory
public class ToRawBioAssaySourceItemTransformerFactory extends AbstractSourceItemTransformerFactory
Transformer factory implementation for transforming to raw bioassays. The current implementation support transforming from:SyncFilter.SourceItemTransform.PARENT_TO_CHILD
: BIOSOURCE, SAMPLE, EXTRACT, PHYSICALBIOASSAY, DERIVEDBIOASSAYSyncFilter.SourceItemTransform.CHILD_TO_PARENT
: None
- 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 ToRawBioAssaySourceItemTransformerFactory()
-
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.
-
-