Class ProjectionMappingLoader<F extends ObjectType>
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.mappings.ProjectionMappingLoader<F>
- All Implemented Interfaces:
MappingLoader<ShadowType>
public class ProjectionMappingLoader<F extends ObjectType>
extends Object
implements MappingLoader<ShadowType>
- Author:
- semancik
-
Constructor Summary
ConstructorDescriptionProjectionMappingLoader
(LensProjectionContext projectionContext, ContextLoader contextLoader) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isLoaded()
load
(String loadReason, Task task, OperationResult result)
-
Constructor Details
-
ProjectionMappingLoader
public ProjectionMappingLoader(LensProjectionContext projectionContext, ContextLoader contextLoader)
-
-
Method Details
-
isLoaded
public boolean isLoaded()- Specified by:
isLoaded
in interfaceMappingLoader<F extends ObjectType>
-
load
public PrismObject<ShadowType> load(String loadReason, Task task, OperationResult result) throws ObjectNotFoundException, CommunicationException, SchemaException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException - Specified by:
load
in interfaceMappingLoader<F extends ObjectType>
- Throws:
ObjectNotFoundException
CommunicationException
SchemaException
ConfigurationException
SecurityViolationException
ExpressionEvaluationException
-