Package | Description |
---|---|
com.evolveum.midpoint.model.api | |
com.evolveum.midpoint.model.api.expr | |
com.evolveum.midpoint.model.api.hooks |
Modifier and Type | Method and Description |
---|---|
<F extends ObjectType> |
ModelInteractionService.previewChanges(Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
com.evolveum.midpoint.task.api.Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta.
|
<F extends ObjectType> |
ModelInteractionService.unwrapModelContext(LensContextType wrappedContext,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
ProgressListener.onProgressAchieved(ModelContext modelContext,
ProgressInformation progressInformation)
Reports a progress achieved.
|
Modifier and Type | Method and Description |
---|---|
ModelContext |
MidpointFunctions.unwrapModelContext(LensContextType lensContextType) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType |
MidpointFunctions.getResourceDelta(ModelContext context,
String resourceOid)
Returns aggregated delta that is to be executed on a given resource.
|
Modifier and Type | Method and Description |
---|---|
<O extends ObjectType> |
ChangeHook.invoke(ModelContext<O> context,
com.evolveum.midpoint.task.api.Task task,
OperationResult result)
Generic method to be implemented by the hook.
|
void |
ChangeHook.invokeOnException(ModelContext context,
Throwable throwable,
com.evolveum.midpoint.task.api.Task task,
OperationResult result)
This method is invoked by the clockwork when an exception occurs.
|
Copyright © 2015 Evolveum. All rights reserved.