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 SummaryConstructorsConstructorDescriptionProjectionMappingLoader(LensProjectionContext projectionContext, ContextLoader contextLoader) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisLoaded()load(String loadReason, Task task, OperationResult result) 
- 
Constructor Details- 
ProjectionMappingLoaderpublic ProjectionMappingLoader(LensProjectionContext projectionContext, ContextLoader contextLoader) 
 
- 
- 
Method Details- 
isLoadedpublic boolean isLoaded()- Specified by:
- isLoadedin interface- MappingLoader<F extends ObjectType>
 
- 
loadpublic PrismObject<ShadowType> load(String loadReason, Task task, OperationResult result) throws ObjectNotFoundException, CommunicationException, SchemaException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException - Specified by:
- loadin interface- MappingLoader<F extends ObjectType>
- Throws:
- ObjectNotFoundException
- CommunicationException
- SchemaException
- ConfigurationException
- SecurityViolationException
- ExpressionEvaluationException
 
 
-