Class PolicyRulesContext
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.PolicyRulesContext
-
- All Implemented Interfaces:
DebugDumpable
,Serializable
public class PolicyRulesContext extends Object implements Serializable, DebugDumpable
Context related to evaluation and processing of policy rules. Although placed inLensElementContext
, support for this data is currently implemented only for focus, not for projections.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description PolicyRulesContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
Integer
getCounter(String policyRuleIdentifier)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-