Class ReferencePathSegment

java.lang.Object
com.evolveum.midpoint.prism.path.ItemPathSegment
com.evolveum.midpoint.prism.path.ReferencePathSegment
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
ObjectReferencePathSegment, ParentPathSegment

public abstract class ReferencePathSegment extends ItemPathSegment
Denotes reference path segment: either ".." meaning owner, or "@" meaning referenced object. (Note that these are to be used only in filters and order instructions, for now.)
See Also:
  • Constructor Details

    • ReferencePathSegment

      public ReferencePathSegment()
  • Method Details