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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.model.impl.lens.construction.AbstractConstruction
assignmentPath, constructionBean, lensContext, now, originType, source
-
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)
@NotNull AssignmentPathImpl
getAssignmentPath()
@NotNull PersonaConstructionType
getConstructionBean()
DeltaSetTriple<EvaluatedPersonaConstructionImpl<AH>>
getEvaluatedConstructionTriple()
boolean
isIgnored()
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, getAssignmentPathVariables, 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 Detail
-
getConstructionBean
@NotNull public @NotNull PersonaConstructionType getConstructionBean()
- Overrides:
getConstructionBean
in classAbstractConstruction<AH extends AssignmentHolderType,PersonaConstructionType,EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>>
-
getAssignmentPath
@NotNull public @NotNull AssignmentPathImpl getAssignmentPath()
- Overrides:
getAssignmentPath
in classAbstractConstruction<AH extends AssignmentHolderType,PersonaConstructionType,EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>>
-
getEvaluatedConstructionTriple
public DeltaSetTriple<EvaluatedPersonaConstructionImpl<AH>> getEvaluatedConstructionTriple()
- Specified by:
getEvaluatedConstructionTriple
in classAbstractConstruction<AH extends AssignmentHolderType,PersonaConstructionType,EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>>
-
debugDump
public String debugDump(int indent)
-
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>>
-
-