public interface ModelInteractionService
Modifier and Type | Field and Description |
---|---|
static String |
CLASS_NAME_WITH_DOT |
static String |
PREVIEW_CHANGES |
Modifier and Type | Method and Description |
---|---|
<F extends ObjectType,P extends ObjectType> |
previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta.
|
<F extends ObjectType,P extends ObjectType> |
unwrapModelContext(LensContextType wrappedContext,
OperationResult result) |
static final String CLASS_NAME_WITH_DOT
static final String PREVIEW_CHANGES
<F extends ObjectType,P extends ObjectType> ModelContext<F,P> previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result) throws SchemaException, PolicyViolationException, ExpressionEvaluationException, ObjectNotFoundException, ObjectAlreadyExistsException, CommunicationException, ConfigurationException, SecurityViolationException
<F extends ObjectType,P extends ObjectType> ModelContext<F,P> unwrapModelContext(LensContextType wrappedContext, OperationResult result) throws SchemaException, ConfigurationException, ObjectNotFoundException, CommunicationException
Copyright © 2013 evolveum. All rights reserved.