Class AutoassignRoleMappingEvaluationRequest
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.mappings.FocalMappingEvaluationRequest<AutoassignMappingType,AbstractRoleType>
 
com.evolveum.midpoint.model.impl.lens.projector.mappings.AutoassignRoleMappingEvaluationRequest
- All Implemented Interfaces:
- ShortDumpable,- Serializable
public class AutoassignRoleMappingEvaluationRequest
extends FocalMappingEvaluationRequest<AutoassignMappingType,AbstractRoleType> 
- See Also:
- 
Field SummaryFields inherited from class com.evolveum.midpoint.model.impl.lens.projector.mappings.FocalMappingEvaluationRequestmapping, mappingKind, originObject
- 
Constructor SummaryConstructorsConstructorDescriptionAutoassignRoleMappingEvaluationRequest(@NotNull AutoAssignMappingConfigItem mapping, @NotNull AbstractRoleType role) 
- 
Method SummaryModifier and TypeMethodDescription<V extends PrismValue,D extends ItemDefinition<?>, AH extends AssignmentHolderType> 
 Source<V,D> constructDefaultSource(ObjectDeltaObject<AH> focusOdo) voidShow the content of the object intended for diagnostics.Methods inherited from class com.evolveum.midpoint.model.impl.lens.projector.mappings.FocalMappingEvaluationRequestgetAssignmentPathVariables, getMapping, getMappingKind, getMappingOrigin, getOriginObject, getSources, getTargetMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.ShortDumpableshortDump, shortDumpLazily
- 
Constructor Details- 
AutoassignRoleMappingEvaluationRequestpublic AutoassignRoleMappingEvaluationRequest(@NotNull @NotNull AutoAssignMappingConfigItem mapping, @NotNull @NotNull AbstractRoleType role) 
 
- 
- 
Method Details- 
constructDefaultSourcepublic <V extends PrismValue,D extends ItemDefinition<?>, Source<V,AH extends AssignmentHolderType> D> constructDefaultSource(ObjectDeltaObject<AH> focusOdo) throws SchemaException - Overrides:
- constructDefaultSourcein class- FocalMappingEvaluationRequest<AutoassignMappingType,- AbstractRoleType> 
- Throws:
- SchemaException
 
- 
getMappingPreExpression- Overrides:
- getMappingPreExpressionin class- FocalMappingEvaluationRequest<AutoassignMappingType,- AbstractRoleType> 
 
- 
getEvaluationPhase- Specified by:
- getEvaluationPhasein class- FocalMappingEvaluationRequest<AutoassignMappingType,- AbstractRoleType> 
- Returns:
- The phase this mapping should be evaluated in. If null, the mapping will be skipped if explicit evaluation phase is requested.
 
- 
shortDumpDescription copied from interface:ShortDumpableShow the content of the object intended for diagnostics. This method is supposed to append a compact, human-readable output in a single line. Unlike toString() method, there is no requirement to identify the actual class or type of the object. It is assumed that the class/type will be obvious from the context in which the output is used.- Parameters:
- sb- StringBuilder to which to a compact one-line content of the object intended for diagnostics by system administrator should be appended.
 
 
-