Class EvaluationOrderImpl
java.lang.Object
com.evolveum.midpoint.model.impl.lens.assignments.EvaluationOrderImpl
- All Implemented Interfaces:
EvaluationOrder
,DebugDumpable
,ShortDumpable
,Serializable
,Cloneable
- Author:
- semancik
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptionapplyDifference
(Map<QName, Integer> difference) clone()
debugDump
(int indent) diff
(EvaluationOrder newState) boolean
int
getMatchingRelationOrder
(QName relation) int
int
hashCode()
boolean
boolean
boolean
isValid()
boolean
matches
(Integer assignmentOrder, List<OrderConstraintsType> assignmentOrderConstraint) resetOrder
(QName relation, int newOrder) void
Show the content of the object intended for diagnostics.toString()
static EvaluationOrder
zero
(RelationRegistry relationRegistry) Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDumpLazily
-
Method Details
-
zero
-
getSummaryOrder
public int getSummaryOrder()- Specified by:
getSummaryOrder
in interfaceEvaluationOrder
-
advance
- Specified by:
advance
in interfaceEvaluationOrder
-
decrease
- Specified by:
decrease
in interfaceEvaluationOrder
-
getMatchingRelationOrder
- Specified by:
getMatchingRelationOrder
in interfaceEvaluationOrder
-
resetOrder
- Specified by:
resetOrder
in interfaceEvaluationOrder
-
diff
- Specified by:
diff
in interfaceEvaluationOrder
-
applyDifference
- Specified by:
applyDifference
in interfaceEvaluationOrder
-
isDefined
public boolean isDefined()- Specified by:
isDefined
in interfaceEvaluationOrder
-
getRelations
- Specified by:
getRelations
in interfaceEvaluationOrder
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-
equals
-
hashCode
public int hashCode() -
toString
-
shortDump
- Specified by:
shortDump
in interfaceShortDumpable
-
shortDump
Description copied from interface:ShortDumpable
Show the content of the object intended for diagnostics. This method is supposed to append a compact, human-readable output in a single line. Unlike toString() method, there is no requirement to identify the actual class or type of the object. It is assumed that the class/type will be obvious from the context in which the output is used.- Specified by:
shortDump
in interfaceShortDumpable
- Parameters:
sb
- StringBuilder to which to a compact one-line content of the object intended for diagnostics by system administrator should be appended.
-
getExtraRelations
- Specified by:
getExtraRelations
in interfaceEvaluationOrder
-
clone
- Specified by:
clone
in interfaceEvaluationOrder
- Overrides:
clone
in classObject
-
isValid
public boolean isValid()- Specified by:
isValid
in interfaceEvaluationOrder
-
isOrderOne
public boolean isOrderOne()- Specified by:
isOrderOne
in interfaceEvaluationOrder
-
matches
public boolean matches(Integer assignmentOrder, List<OrderConstraintsType> assignmentOrderConstraint) - Specified by:
matches
in interfaceEvaluationOrder
-