Interface FilterItemPathTransformer
- All Known Implementing Classes:
AssociationsToShadowReferencesTransformer
public interface FilterItemPathTransformer
-
Method Summary
Modifier and TypeMethodDescription@Nullable ItemPathtransform(ItemPath parentPath, ItemDefinition<?> parentDefinition, ItemFilter filter)
-
Method Details
-
transform
@Nullable @Nullable ItemPath transform(ItemPath parentPath, ItemDefinition<?> parentDefinition, ItemFilter filter) - Parameters:
parentPath- Item Path of parent filter, to which paths are relative in filterparentDefinition- Definition of parent filter.filter- actual filter to be transformed.- Returns:
- null, if item path should be unchanged, otherwise new item path
-