Class AssociationsToShadowReferencesTransformer
java.lang.Object
com.evolveum.midpoint.schema.processor.AssociationsToShadowReferencesTransformer
- All Implemented Interfaces:
- FilterItemPathTransformer
public class AssociationsToShadowReferencesTransformer
extends Object
implements FilterItemPathTransformer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@Nullable ItemPathtransform(ItemPath parentPath, ItemDefinition<?> parentDefinition, ItemFilter filter) 
- 
Constructor Details- 
AssociationsToShadowReferencesTransformerpublic AssociationsToShadowReferencesTransformer()
 
- 
- 
Method Details- 
transform@Nullable public @Nullable ItemPath transform(ItemPath parentPath, ItemDefinition<?> parentDefinition, ItemFilter filter) - Specified by:
- transformin interface- FilterItemPathTransformer
- Parameters:
- parentPath- Item Path of parent filter, to which paths are relative in filter
- parentDefinition- Definition of parent filter.
- filter- actual filter to be transformed.
- Returns:
- null, if item path should be unchanged, otherwise new item path
 
 
-