Package com.evolveum.midpoint.prism.path
Class IdentifierPathSegment
- java.lang.Object
-
- com.evolveum.midpoint.prism.path.ItemPathSegment
-
- com.evolveum.midpoint.prism.path.IdentifierPathSegment
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class IdentifierPathSegment extends ItemPathSegment
Denotes identifier of the object or container (i.e. OID or container ID). Currently supported only for sorting (not even for filtering!).- Author:
- mederly
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentifierPathSegment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemPathSegment
clone()
boolean
equivalent(Object obj)
String
toString()
-
Methods inherited from class com.evolveum.midpoint.prism.path.ItemPathSegment
equals, hashCode, isWildcard, setWildcard
-
-
-
-
Field Detail
-
SYMBOL
public static final String SYMBOL
- See Also:
- Constant Field Values
-
QNAME
public static final QName QNAME
-
-
Method Detail
-
equivalent
public boolean equivalent(Object obj)
- Specified by:
equivalent
in classItemPathSegment
-
clone
public ItemPathSegment clone()
- Specified by:
clone
in classItemPathSegment
-
-