@Component public class ContextLoader extends Object
Constructor and Description |
---|
ContextLoader() |
Modifier and Type | Method and Description |
---|---|
<F extends ObjectType,P extends ObjectType> |
determineFocusContext(LensContext<F,P> context,
OperationResult result)
try to load focus context from the projections, e.g.
|
<F extends ObjectType,P extends ObjectType> |
load(LensContext<F,P> context,
String activityDescription,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
makeSureProjectionIsLoaded(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result)
Make sure that the projection context is loaded as approppriate.
|
public <F extends ObjectType,P extends ObjectType> void load(LensContext<F,P> context, String activityDescription, OperationResult result) throws SchemaException, ObjectNotFoundException, CommunicationException, ConfigurationException, SecurityViolationException
public <F extends ObjectType,P extends ObjectType> void makeSureProjectionIsLoaded(LensContext<F,P> context, LensProjectionContext<P> projectionContext, OperationResult result) throws ObjectNotFoundException, CommunicationException, SchemaException, ConfigurationException, SecurityViolationException
public <F extends ObjectType,P extends ObjectType> void determineFocusContext(LensContext<F,P> context, OperationResult result) throws ObjectNotFoundException, SchemaException
Copyright © 2013 evolveum. All rights reserved.