Package com.evolveum.midpoint.prism
Interface ParentVisitable
- All Known Subinterfaces:
ContainerDelta<V>,Item<V,,D> ItemDelegator<V,,D> PrismContainer<C>,PrismContainerable<T>,PrismContainerDelegator<C>,PrismContainerValue<C>,PrismContainerValueDelegator<C>,PrismObject<O>,PrismObjectDelegator<O>,PrismObjectValue<O>,PrismObjectValueDelegator<O>,PrismProperty<T>,PrismPropertyDelegator<T>,PrismReference,PrismReferenceDelegator,ShadowAssociationsContainer,ShadowAttributesContainer,ShadowSimpleAttribute<T>,ValueMetadata
- All Known Implementing Classes:
ContainerDeltaImpl,DummyContainerImpl,DummyItem,DummyPropertyImpl,DummyReferenceImpl,EmbeddedPrismObjectImpl,FlyweightClonedItem,GenericLazyPrismContainerValue,ItemImpl,LazyPrismContainerValue,PrismContainerImpl,PrismContainerValueImpl,PrismObjectImpl,PrismObjectValueImpl,PrismPropertyImpl,PrismReferenceImpl,ShadowAssociation,ShadowAssociationsContainerImpl,ShadowAssociationValue,ShadowAttributesContainerImpl,ShadowReferenceAttribute,ShadowSimpleAttributeImpl,ValueMetadataAdapter
- 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
-