Class ObjectGroupingImpl
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.query.ObjectGroupingImpl
-
- All Implemented Interfaces:
ObjectGrouping
,Serializable
public class ObjectGroupingImpl extends Object implements ObjectGrouping
- Author:
- acope
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectGroupingImpl
createGrouping(ItemPath groupBy)
boolean
equals(Object o)
boolean
equals(Object o, boolean exact)
ItemPath
getGroupBy()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
createGrouping
public static ObjectGroupingImpl createGrouping(ItemPath groupBy)
-
getGroupBy
public ItemPath getGroupBy()
- Specified by:
getGroupBy
in interfaceObjectGrouping
-
equals
public boolean equals(Object o, boolean exact)
- Specified by:
equals
in interfaceObjectGrouping
-
-