public class ToRawBioAssaySourceItemTransformerFactory extends AbstractSourceItemTransformerFactory
SyncFilter.SourceItemTransform.PARENT_TO_CHILD
: BIOSOURCE, SAMPLE, EXTRACT, PHYSICALBIOASSAY, DERIVEDBIOASSAY
SyncFilter.SourceItemTransform.CHILD_TO_PARENT
: None
Modifier and Type | Field and Description |
---|---|
private static Item[] |
CHILD_TO_PARENT |
private static Item[] |
PARENT_TO_CHILD |
Constructor and Description |
---|
ToRawBioAssaySourceItemTransformerFactory() |
Modifier and Type | Method and Description |
---|---|
SourceItemTransformer |
create(Item sourceItemType,
SyncFilter.SourceItemTransform transform)
Create a source item transformed that can transform between the given
source item and the
SourceItemTransformerFactory.getTargetItem() . |
getSupportedSourceItems, getTargetItem
private static Item[] PARENT_TO_CHILD
private static Item[] CHILD_TO_PARENT
public ToRawBioAssaySourceItemTransformerFactory()
public SourceItemTransformer create(Item sourceItemType, SyncFilter.SourceItemTransform transform)
SourceItemTransformerFactory
SourceItemTransformerFactory.getTargetItem()
. Calling this method
with an unsupported combination should result in a null return value.