Uses of Class
com.evolveum.midpoint.provisioning.consistency.api.ErrorHandler.FailedOperation

Packages that use ErrorHandler.FailedOperation
com.evolveum.midpoint.provisioning.consistency.api   
com.evolveum.midpoint.provisioning.consistency.impl   
com.evolveum.midpoint.provisioning.impl   
 

Uses of ErrorHandler.FailedOperation in com.evolveum.midpoint.provisioning.consistency.api
 

Methods in com.evolveum.midpoint.provisioning.consistency.api that return ErrorHandler.FailedOperation
static ErrorHandler.FailedOperation ErrorHandler.FailedOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ErrorHandler.FailedOperation[] ErrorHandler.FailedOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolveum.midpoint.provisioning.consistency.api with parameters of type ErrorHandler.FailedOperation
abstract
<T extends ResourceObjectShadowType>
T
ErrorHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
 

Uses of ErrorHandler.FailedOperation in com.evolveum.midpoint.provisioning.consistency.impl
 

Methods in com.evolveum.midpoint.provisioning.consistency.impl with parameters of type ErrorHandler.FailedOperation
<T extends ResourceObjectShadowType>
T
SecurityViolationHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
CommunicationExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ConfigurationExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
GenericErrorHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ObjectNotFoundHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ObjectAlreadyExistHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
SchemaExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
 

Uses of ErrorHandler.FailedOperation in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type ErrorHandler.FailedOperation
protected
<T extends ResourceObjectShadowType>
T
ShadowCache.handleError(Exception ex, T shadow, ErrorHandler.FailedOperation op, ResourceType resource, Collection<? extends ItemDelta> modifications, boolean compensate, Task task, OperationResult parentResult)
           
 



Copyright © 2013 evolveum. All Rights Reserved.