Class PersonaConstruction<AH extends AssignmentHolderType>
java.lang.Object
com.evolveum.midpoint.model.impl.lens.construction.AbstractConstruction<AH,PersonaConstructionType,EvaluatedPersonaConstructionImpl<AH>>
com.evolveum.midpoint.model.impl.lens.construction.PersonaConstruction<AH>
- All Implemented Interfaces:
DebugDumpable
,Serializable
public class PersonaConstruction<AH extends AssignmentHolderType>
extends AbstractConstruction<AH,PersonaConstructionType,EvaluatedPersonaConstructionImpl<AH>>
- Author:
- semancik
- See Also:
-
Field Summary
Fields inherited from class com.evolveum.midpoint.model.impl.lens.construction.AbstractConstruction
assignmentPath, lensContext, now, originType, source
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptiondebugDump
(int indent) @NotNull AssignmentPathImpl
@NotNull PersonaConstructionType
boolean
Typical reason for being ignored is that the resourceRef cannot be resolved.Methods inherited from class com.evolveum.midpoint.model.impl.lens.construction.AbstractConstruction
equals, getFocusOdoAbsolute, getLensContext, getOriginType, getSource, getWasValid, hashCode, isValid, isWeak, setFocusOdoAbsolute, 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
-
Method Details
-
getConstructionBean
- Overrides:
getConstructionBean
in classAbstractConstruction<AH extends AssignmentHolderType,
PersonaConstructionType, EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>>
-
getAssignmentPath
- Overrides:
getAssignmentPath
in classAbstractConstruction<AH extends AssignmentHolderType,
PersonaConstructionType, EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>>
-
getEvaluatedConstructionTriple
- Specified by:
getEvaluatedConstructionTriple
in classAbstractConstruction<AH extends AssignmentHolderType,
PersonaConstructionType, EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>>
-
debugDump
-
isIgnored
public boolean isIgnored()Description copied from class:AbstractConstruction
Typical reason for being ignored is that the resourceRef cannot be resolved.- Specified by:
isIgnored
in classAbstractConstruction<AH extends AssignmentHolderType,
PersonaConstructionType, EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>>
-