Class EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.construction.EvaluatedPersonaConstructionImpl<AH>
-
- All Implemented Interfaces:
EvaluatedAbstractConstruction<AH>
,DebugDumpable
,Serializable
public class EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType> extends Object implements EvaluatedAbstractConstruction<AH>
- Author:
- Radovan Semancik
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
PersonaConstruction<AH>
getConstruction()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
getConstruction
public PersonaConstruction<AH> getConstruction()
- Specified by:
getConstruction
in interfaceEvaluatedAbstractConstruction<AH extends AssignmentHolderType>
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-