Uses of Class
com.evolveum.midpoint.web.model.dto.ResourceObjectShadowDto

Packages that use ResourceObjectShadowDto
com.evolveum.midpoint.web.model   
com.evolveum.midpoint.web.model.dto   
com.evolveum.midpoint.web.model.impl   
 

Uses of ResourceObjectShadowDto in com.evolveum.midpoint.web.model
 

Methods in com.evolveum.midpoint.web.model that return types with arguments of type ResourceObjectShadowDto
<T extends ResourceObjectShadowType>
java.util.List<ResourceObjectShadowDto<T>>
ResourceManager.listObjectShadows(java.lang.String oid, java.lang.Class<T> resourceObjectShadowType)
           
 java.util.Collection<ResourceObjectShadowDto<ResourceObjectShadowType>> ResourceManager.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging)
           
 

Uses of ResourceObjectShadowDto in com.evolveum.midpoint.web.model.dto
 

Subclasses of ResourceObjectShadowDto in com.evolveum.midpoint.web.model.dto
 class AccountShadowDto
           
 class GuiAccountShadowDto
           
 

Uses of ResourceObjectShadowDto in com.evolveum.midpoint.web.model.impl
 

Methods in com.evolveum.midpoint.web.model.impl that return types with arguments of type ResourceObjectShadowDto
<T extends ResourceObjectShadowType>
java.util.List<ResourceObjectShadowDto<T>>
ResourceManagerImpl.listObjectShadows(java.lang.String oid, java.lang.Class<T> resourceObjectShadowType)
           
 java.util.Collection<ResourceObjectShadowDto<ResourceObjectShadowType>> ResourceManagerImpl.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging)
           
 



Copyright © 2012 evolveum. All Rights Reserved.