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 Summary
Fields inherited from class com.evolveum.midpoint.model.impl.lens.projector.mappings.FocalMappingEvaluationRequest
mapping, mappingKind, originObject -
Constructor Summary
ConstructorsConstructorDescriptionAutoassignRoleMappingEvaluationRequest(@NotNull AutoAssignMappingConfigItem mapping, @NotNull AbstractRoleType role) -
Method Summary
Modifier 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.FocalMappingEvaluationRequest
getAssignmentPathVariables, getMapping, getMappingKind, getMappingOrigin, getOriginObject, getSources, getTargetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDumpLazily
-
Constructor Details
-
AutoassignRoleMappingEvaluationRequest
public AutoassignRoleMappingEvaluationRequest(@NotNull @NotNull AutoAssignMappingConfigItem mapping, @NotNull @NotNull AbstractRoleType role)
-
-
Method Details
-
constructDefaultSource
public <V extends PrismValue,D extends ItemDefinition<?>, Source<V,AH extends AssignmentHolderType> D> constructDefaultSource(ObjectDeltaObject<AH> focusOdo) throws SchemaException - Overrides:
constructDefaultSourcein classFocalMappingEvaluationRequest<AutoassignMappingType,AbstractRoleType> - Throws:
SchemaException
-
getMappingPreExpression
- Overrides:
getMappingPreExpressionin classFocalMappingEvaluationRequest<AutoassignMappingType,AbstractRoleType>
-
getEvaluationPhase
- Specified by:
getEvaluationPhasein classFocalMappingEvaluationRequest<AutoassignMappingType,AbstractRoleType> - Returns:
- The phase this mapping should be evaluated in. If null, the mapping will be skipped if explicit evaluation phase is requested.
-
shortDump
Description 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.
-