Interface MappingLoader<O extends ObjectType>
-
- All Known Implementing Classes:
ProjectionMappingLoader
public interface MappingLoader<O extends ObjectType>
- Author:
- semancik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isLoaded()
PrismObject<O>
load(String loadReason, Task task, OperationResult result)
-
-
-
Method Detail
-
isLoaded
boolean isLoaded()
-
load
PrismObject<O> load(String loadReason, Task task, OperationResult result) throws ObjectNotFoundException, CommunicationException, SchemaException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException
-
-