Interface MappingLoader<O extends ObjectType>
- All Known Implementing Classes:
ProjectionMappingLoader
public interface MappingLoader<O extends ObjectType>
- Author:
- semancik
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classTo be used when the exact reason of not-loaded state is not known. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisLoaded()load(String loadReason, Task task, OperationResult result)
-
Method Details
-
isLoaded
-
load
PrismObject<O> load(String loadReason, Task task, OperationResult result) throws ObjectNotFoundException, CommunicationException, SchemaException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException, MappingLoader.NotLoadedException
-