Class UndefinedEvaluationOrderImpl
java.lang.Object
com.evolveum.midpoint.model.impl.lens.assignments.UndefinedEvaluationOrderImpl
- 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) int
getMatchingRelationOrder
(QName relation) int
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()
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, 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
shortDump, shortDumpLazily
-
Method Details
-
getSummaryOrder
public int getSummaryOrder()- Specified by:
getSummaryOrder
in interfaceEvaluationOrder
-
advance
- Specified by:
advance
in interfaceEvaluationOrder
-
decrease
- Specified by:
decrease
in interfaceEvaluationOrder
-
clone
- Specified by:
clone
in interfaceEvaluationOrder
- Overrides:
clone
in classObject
-
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
-
isValid
public boolean isValid()- Specified by:
isValid
in interfaceEvaluationOrder
-
getRelations
- Specified by:
getRelations
in interfaceEvaluationOrder
-
getMatchingRelationOrder
- Specified by:
getMatchingRelationOrder
in interfaceEvaluationOrder
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-
toString
-
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
-
isOrderOne
public boolean isOrderOne()- Specified by:
isOrderOne
in interfaceEvaluationOrder
-
matches
public boolean matches(Integer assignmentOrder, List<OrderConstraintsType> assignmentOrderConstraint) - Specified by:
matches
in interfaceEvaluationOrder
-