Modifier and Type | Method and Description |
---|---|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelInteractionService.unwrapModelContext(com.evolveum.midpoint.xml.ns._public.model.model_context_3.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(com.evolveum.midpoint.xml.ns._public.model.model_context_3.LensContextType lensContextType) |
Modifier and Type | Method and Description |
---|---|
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 com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ChangeHook.invoke(ModelContext<O> context,
Task task,
OperationResult result)
Generic method to be implemented by the hook.
|
void |
ChangeHook.invokeOnException(ModelContext context,
Throwable throwable,
Task task,
OperationResult result)
This method is invoked by the clockwork when an exception occurs.
|
Modifier and Type | Method and Description |
---|---|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.previewChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.unwrapModelContext(com.evolveum.midpoint.xml.ns._public.model.model_context_3.LensContextType wrappedContext,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SystemConfigurationHandler.invoke(ModelContext<O> context,
Task task,
OperationResult parentResult) |
void |
SystemConfigurationHandler.invokeOnException(ModelContext context,
Throwable throwable,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
ModelContext |
MidpointFunctionsImpl.unwrapModelContext(com.evolveum.midpoint.xml.ns._public.model.model_context_3.LensContextType lensContextType) |
Modifier and Type | Method and Description |
---|---|
ObjectDeltaType |
MidpointFunctionsImpl.getResourceDelta(ModelContext context,
String resourceOid) |
Modifier and Type | Class and Description |
---|---|
class |
LensContext<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
class |
LensContextPlaceholder<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>
This class does nothing.
|
Modifier and Type | Method and Description |
---|---|
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.assertResolvedResourceRefs(ModelContext<F> context) |
Modifier and Type | Method and Description |
---|---|
ModelContext |
ModelEvent.getModelContext() |
Modifier and Type | Method and Description |
---|---|
void |
ModelEvent.setModelContext(ModelContext modelContext) |
Modifier and Type | Method and Description |
---|---|
HookOperationMode |
NotificationChangeHook.invoke(ModelContext context,
Task task,
OperationResult result) |
void |
NotificationChangeHook.invokeOnException(ModelContext context,
Throwable throwable,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
HookOperationMode |
ReportManagerImpl.invoke(ModelContext context,
Task task,
OperationResult parentResult)
Transforms change:
1/ ReportOutputType DELETE to MODIFY some attribute to mark it for deletion.
|
void |
ReportManagerImpl.invokeOnException(ModelContext context,
Throwable throwable,
Task task,
OperationResult result) |
Constructor and Description |
---|
ModelOperationStatusDto(ModelContext modelContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGuiProgressListener.onProgressAchieved(ModelContext modelContext,
ProgressInformation progressInformation) |
Modifier and Type | Method and Description |
---|---|
HookOperationMode |
WfHook.invoke(ModelContext context,
Task task,
OperationResult parentResult) |
void |
WfHook.invokeOnException(ModelContext context,
Throwable throwable,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
ModelContext |
Job.retrieveModelContext(OperationResult result) |
ModelContext |
WfTaskUtil.retrieveModelContext(Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
JobCreationInstruction.addTaskModelContext(ModelContext modelContext) |
static JobCreationInstruction |
JobCreationInstruction.createModelOperationChildJob(Job parentJob,
ModelContext modelContext) |
static JobCreationInstruction |
JobCreationInstruction.createModelOperationRootJob(ChangeProcessor changeProcessor,
ModelContext modelContext) |
void |
Job.storeModelContext(ModelContext modelContext) |
void |
WfTaskUtil.storeModelContext(Task task,
ModelContext context) |
Modifier and Type | Method and Description |
---|---|
JobCreationInstruction |
BaseModelInvocationProcessingHelper.createInstructionForRoot(ChangeProcessor changeProcessor,
ModelContext modelContext,
Task taskFromModel)
More specific version of the previous method, having contextForRoot equals to modelContext.
|
JobCreationInstruction |
BaseModelInvocationProcessingHelper.createInstructionForRoot(ChangeProcessor changeProcessor,
ModelContext modelContext,
Task taskFromModel,
ModelContext contextForRoot)
Creates a root job creation instruction.
|
JobCreationInstruction |
BaseModelInvocationProcessingHelper.createInstructionForRoot(ChangeProcessor changeProcessor,
ModelContext modelContext,
Task taskFromModel,
ModelContext contextForRoot)
Creates a root job creation instruction.
|
HookOperationMode |
ChangeProcessor.processModelInvocation(ModelContext context,
Task taskFromModel,
OperationResult result)
Processes workflow-related aspect of a model operation.
|
Modifier and Type | Method and Description |
---|---|
HookOperationMode |
GeneralChangeProcessor.processModelInvocation(ModelContext context,
Task taskFromModel,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
boolean |
GcpScenarioBean.determineActivation(com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralChangeProcessorScenarioType scenarioType,
ModelContext context,
Task taskFromModel,
OperationResult result)
Determines whether the process should be run in a given situation.
|
boolean |
BaseGcpScenarioBean.determineActivation(com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralChangeProcessorScenarioType scenarioType,
ModelContext context,
Task taskFromModel,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
LensContext |
PrimaryChangeProcessor.contextCopyWithNoDelta(ModelContext context) |
void |
PcpChildJobCreationInstruction.prepareCommonAttributes(PrimaryChangeAspect aspect,
ModelContext<?> modelContext,
String objectOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> requester) |
HookOperationMode |
PrimaryChangeProcessor.processModelInvocation(ModelContext context,
Task taskFromModel,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
String |
PrimaryChangeAspectHelper.getObjectOid(ModelContext<?> modelContext) |
List<PcpChildJobCreationInstruction> |
PrimaryChangeAspect.prepareJobCreationInstructions(ModelContext<?> modelContext,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> change,
Task taskFromModel,
OperationResult result)
Examines the change and determines whether there are pieces that require (change type specific)
approval, for example, if there are roles added.
|
Modifier and Type | Method and Description |
---|---|
List<PcpChildJobCreationInstruction> |
ChangePasswordAspect.prepareJobCreationInstructions(ModelContext<?> modelContext,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> change,
Task taskFromModel,
OperationResult result) |
List<PcpChildJobCreationInstruction> |
AddRoleAssignmentAspect.prepareJobCreationInstructions(ModelContext<?> modelContext,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> change,
Task taskFromModel,
OperationResult result) |
HookOperationMode |
PrimaryUserChangeProcessor.processModelInvocation(ModelContext context,
Task taskFromModel,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
static String |
MiscDataUtil.getFocusObjectName(ModelContext<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> modelContext)
Retrieves focus object name from the model context.
|
Copyright © 2015 evolveum. All rights reserved.