public class ToBioSourceSourceItemTransformerFactory extends AbstractSourceItemTransformerFactory
SyncFilter.SourceItemTransform.PARENT_TO_CHILD
: None
SyncFilter.SourceItemTransform.CHILD_TO_PARENT
: SAMPLE, EXTRACT, PHYSICALBIOASSAY, DERIVEDBIOASSAY, RAWBIOASSAY
Modifier and Type | Field and Description |
---|---|
private static Item[] |
CHILD_TO_PARENT |
private static Item[] |
PARENT_TO_CHILD |
Constructor and Description |
---|
ToBioSourceSourceItemTransformerFactory() |
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 ToBioSourceSourceItemTransformerFactory()
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.