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 booleanisLoaded()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
-
-