Class PersonaConstruction<F extends AssignmentHolderType>
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.AbstractConstruction<F,PersonaConstructionType>
-
- com.evolveum.midpoint.model.impl.lens.PersonaConstruction<F>
-
- All Implemented Interfaces:
DebugDumpable
,Serializable
public class PersonaConstruction<F extends AssignmentHolderType> extends AbstractConstruction<F,PersonaConstructionType>
- Author:
- semancik
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description PersonaConstruction(PersonaConstructionType constructionType, ObjectType source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
-
Methods inherited from class com.evolveum.midpoint.model.impl.lens.AbstractConstruction
equals, getAssignmentPath, getChannel, getConstructionType, getDescription, getFocusOdo, getLensContext, getObjectResolver, getOriginType, getRelativityMode, getSource, getWasValid, hashCode, isValid, isWeak, setAssignmentPath, setChannel, setFocusOdo, setLensContext, setObjectResolver, setOriginType, setRelativityMode, setSource, setValid, setWasValid
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
PersonaConstruction
public PersonaConstruction(PersonaConstructionType constructionType, ObjectType source)
-
-
Method Detail
-
debugDump
public String debugDump(int indent)
-
-