com.evolveum.midpoint.schema.util
Class ResourceObjectShadowUtil

java.lang.Object
  extended by com.evolveum.midpoint.schema.util.ResourceObjectShadowUtil

public class ResourceObjectShadowUtil
extends java.lang.Object

Methods that would belong to the ResourceObjectShadowType class but cannot go there because of JAXB.

Author:
Radovan Semancik

Constructor Summary
ResourceObjectShadowUtil()
           
 
Method Summary
static java.lang.String getAttributeStringValue(AccountShadowType shadow, javax.xml.namespace.QName attrName)
           
static java.util.List<java.lang.Object> getAttributeValues(AccountShadowType shadow, javax.xml.namespace.QName attrName)
           
static java.lang.String getResourceOid(ResourceObjectShadowType shadow)
           
static java.lang.String getSingleStringAttributeValue(ResourceObjectShadowType shadow, javax.xml.namespace.QName attrName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceObjectShadowUtil

public ResourceObjectShadowUtil()
Method Detail

getResourceOid

public static java.lang.String getResourceOid(ResourceObjectShadowType shadow)

getSingleStringAttributeValue

public static java.lang.String getSingleStringAttributeValue(ResourceObjectShadowType shadow,
                                                             javax.xml.namespace.QName attrName)

getAttributeValues

public static java.util.List<java.lang.Object> getAttributeValues(AccountShadowType shadow,
                                                                  javax.xml.namespace.QName attrName)

getAttributeStringValue

public static java.lang.String getAttributeStringValue(AccountShadowType shadow,
                                                       javax.xml.namespace.QName attrName)


Copyright © 2012 evolveum. All Rights Reserved.