com.evolveum.midpoint.model.util
Class Utils

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

public final class Utils
extends java.lang.Object

Author:
lazyman

Method Summary
static ResourceType getResource(ResourceObjectShadowType shadow, ProvisioningService provisioning, OperationResult result)
           
static void resolveResource(ResourceObjectShadowType shadow, ProvisioningService provisioning, OperationResult result)
           
 
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
Throws:
CommunicationException
SchemaException
ObjectNotFoundException

getResource

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


Copyright © 2012 evolveum. All Rights Reserved.