Class ProjectionMappingLoader
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.mappings.ProjectionMappingLoader
- All Implemented Interfaces:
MappingLoader<ShadowType>
- Author:
- semancik
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.model.impl.lens.projector.mappings.MappingLoader
MappingLoader.NotLoadedException
-
Constructor Summary
ConstructorDescriptionProjectionMappingLoader
(LensProjectionContext projectionContext, ContextLoader contextLoader, LoadedStateProvider loadedStateProvider) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isLoaded()
load
(String loadReason, Task task, OperationResult result)
-
Constructor Details
-
ProjectionMappingLoader
public ProjectionMappingLoader(LensProjectionContext projectionContext, ContextLoader contextLoader, LoadedStateProvider loadedStateProvider)
-
-
Method Details
-
isLoaded
- Specified by:
isLoaded
in interfaceMappingLoader<ShadowType>
- Throws:
SchemaException
ConfigurationException
-
load
public PrismObject<ShadowType> load(String loadReason, Task task, OperationResult result) throws ObjectNotFoundException, CommunicationException, SchemaException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException, MappingLoader.NotLoadedException
-