com.evolveum.midpoint.model.util
Class Utils

java.lang.Object
  extended by com.evolveum.midpoint.model.util.Utils

public final class Utils
extends Object

Author:
lazyman

Method Summary
static
<T extends ObjectType>
void
encryptValue(Protector protector, PrismPropertyValue pval, OperationResult result)
           
static
<T extends ObjectType>
void
encryptValues(Protector protector, ObjectDelta<T> object, OperationResult objectResult)
           
static
<T extends ObjectType>
void
encryptValues(Protector protector, PrismObject<T> object, OperationResult objectResult)
           
static ResourceType getResource(ResourceObjectShadowType shadow, ProvisioningService provisioning, OperationResult result)
           
static void resolveResource(ResourceObjectShadowType shadow, ProvisioningService provisioning, OperationResult result)
           
static
<T extends ObjectType>
void
searchIterative(RepositoryService repositoryService, Class<T> type, ObjectQuery query, Handler<PrismObject<T>> handler, int blockSize, OperationResult opResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

resolveResource

public static void resolveResource(ResourceObjectShadowType shadow,
                                   ProvisioningService provisioning,
                                   OperationResult result)
                            throws CommunicationException,
                                   SchemaException,
                                   ObjectNotFoundException,
                                   ConfigurationException,
                                   SecurityViolationException
Throws:
CommunicationException
SchemaException
ObjectNotFoundException
ConfigurationException
SecurityViolationException

getResource

public static ResourceType getResource(ResourceObjectShadowType shadow,
                                       ProvisioningService provisioning,
                                       OperationResult result)
                                throws CommunicationException,
                                       SchemaException,
                                       ObjectNotFoundException,
                                       ConfigurationException,
                                       SecurityViolationException
Throws:
CommunicationException
SchemaException
ObjectNotFoundException
ConfigurationException
SecurityViolationException

encryptValues

public static <T extends ObjectType> void encryptValues(Protector protector,
                                                        PrismObject<T> object,
                                                        OperationResult objectResult)

encryptValues

public static <T extends ObjectType> void encryptValues(Protector protector,
                                                        ObjectDelta<T> object,
                                                        OperationResult objectResult)

encryptValue

public static <T extends ObjectType> void encryptValue(Protector protector,
                                                       PrismPropertyValue pval,
                                                       OperationResult result)

searchIterative

public static <T extends ObjectType> void searchIterative(RepositoryService repositoryService,
                                                          Class<T> type,
                                                          ObjectQuery query,
                                                          Handler<PrismObject<T>> handler,
                                                          int blockSize,
                                                          OperationResult opResult)
                            throws SchemaException
Throws:
SchemaException


Copyright © 2013 evolveum. All Rights Reserved.