public interface SourceItemTransformer
Modifier and Type | Method and Description |
---|---|
Item |
getSourceItemType()
Get the item type of the source items.
|
Item |
getTargetItemType()
Get the item type of the target items.
|
Set<Integer> |
transform(TransformContext context,
Set<Integer> source)
Transform the given set of source item ID:s into a set of target item ID:s
|
Item getSourceItemType()
Item getTargetItemType()
Set<Integer> transform(TransformContext context, Set<Integer> source)