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, sourceFields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescriptiondebugDump(int indent) @NotNull AssignmentPathImpl@NotNull PersonaConstructionTypebooleanTypical 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, setWasValidMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
getConstructionBean
- Overrides:
getConstructionBeanin classAbstractConstruction<AH extends AssignmentHolderType,PersonaConstructionType, EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>>
-
getAssignmentPath
- Overrides:
getAssignmentPathin classAbstractConstruction<AH extends AssignmentHolderType,PersonaConstructionType, EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>>
-
getEvaluatedConstructionTriple
- Specified by:
getEvaluatedConstructionTriplein classAbstractConstruction<AH extends AssignmentHolderType,PersonaConstructionType, EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>>
-
debugDump
-
isIgnored
public boolean isIgnored()Description copied from class:AbstractConstructionTypical reason for being ignored is that the resourceRef cannot be resolved.- Specified by:
isIgnoredin classAbstractConstruction<AH extends AssignmentHolderType,PersonaConstructionType, EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>>
-