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
Constructors Constructor Description ProjectionMappingLoader(LensProjectionContext projectionContext, ContextLoader contextLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isLoaded()
PrismObject<ShadowType>
load(String loadReason, Task task, OperationResult result)
-
-
-
Constructor Detail
-
ProjectionMappingLoader
public ProjectionMappingLoader(LensProjectionContext projectionContext, ContextLoader contextLoader)
-
-
Method Detail
-
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
-
-