Package com.evolveum.midpoint.prism
Interface ParentVisitable
- All Known Subinterfaces:
ContainerDelta<V>
,Item<V,
,D> PrismContainer<C>
,PrismContainerable<T>
,PrismContainerValue<C>
,PrismContainerValueDelegator<C>
,PrismObject<O>
,PrismObjectValue<O>
,PrismProperty<T>
,PrismReference
,ShadowAssociationsContainer
,ShadowAttributesContainer
,ShadowSimpleAttribute<T>
,ValueMetadata
- All Known Implementing Classes:
com.evolveum.midpoint.prism.impl.ItemImpl
,com.evolveum.midpoint.prism.impl.PrismContainerImpl
,com.evolveum.midpoint.prism.impl.PrismContainerValueImpl
,com.evolveum.midpoint.prism.impl.PrismPropertyImpl
,com.evolveum.midpoint.prism.impl.PrismReferenceImpl
,ShadowAssociation
,ShadowAssociationsContainerImpl
,ShadowAssociationValue
,ShadowAttributesContainerImpl
,ShadowReferenceAttribute
,ShadowSimpleAttributeImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Allows a visitor to follow the path along the "parent" relationship.
-
Method Summary
-
Method Details
-
acceptParentVisitor
-