Class ActionsExecutedObjectsKey
- java.lang.Object
-
- com.evolveum.midpoint.schema.statistics.ActionsExecutedObjectsKey
-
public class ActionsExecutedObjectsKey extends Object
- Author:
- Pavol Mederly
-
-
Constructor Summary
Constructors Constructor Description ActionsExecutedObjectsKey(QName objectType, ChangeType operation, String channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getChannel()
QName
getObjectType()
ChangeType
getOperation()
int
hashCode()
-
-
-
Constructor Detail
-
ActionsExecutedObjectsKey
public ActionsExecutedObjectsKey(QName objectType, ChangeType operation, String channel)
-
-