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 ItemPathSegmentclone()booleanequivalent(Object obj)StringtoString()- 
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:
 equivalentin classItemPathSegment
 
- 
clone
public ItemPathSegment clone()
- Specified by:
 clonein classItemPathSegment
 
 - 
 
 -