Uses of Class
com.evolveum.midpoint.repo.sql.data.common.RObjectReference

Packages that use RObjectReference
com.evolveum.midpoint.repo.sql.data.common   
com.evolveum.midpoint.repo.sql.data.common.enums   
com.evolveum.midpoint.repo.sql.data.common.type   
com.evolveum.midpoint.repo.sql.util   
 

Uses of RObjectReference in com.evolveum.midpoint.repo.sql.data.common
 

Methods in com.evolveum.midpoint.repo.sql.data.common that return types with arguments of type RObjectReference
 Set<RObjectReference> RUser.getAccountRefs()
           
 Set<RObjectReference> RResource.getApproverRef()
           
 Set<RObjectReference> RAbstractRole.getApproverRefs()
           
 Set<RObjectReference> RSystemConfiguration.getOrgRootRef()
           
 Set<RObjectReference> RObject.getParentOrgRef()
           
 

Methods in com.evolveum.midpoint.repo.sql.data.common with parameters of type RObjectReference
static void RObjectReference.copyFromJAXB(ObjectReferenceType jaxb, RObjectReference repo, PrismContext prismContext)
           
static void RObjectReference.copyToJAXB(RObjectReference repo, ObjectReferenceType jaxb, PrismContext prismContext)
           
 

Method parameters in com.evolveum.midpoint.repo.sql.data.common with type arguments of type RObjectReference
 void RUser.setAccountRefs(Set<RObjectReference> accountRefs)
           
 void RResource.setApproverRef(Set<RObjectReference> approverRef)
           
 void RAbstractRole.setApproverRefs(Set<RObjectReference> approverRefs)
           
 void RSystemConfiguration.setOrgRootRef(Set<RObjectReference> orgRootRef)
           
 void RObject.setParentOrgRef(Set<RObjectReference> parentOrgRef)
           
 

Uses of RObjectReference in com.evolveum.midpoint.repo.sql.data.common.enums
 

Methods in com.evolveum.midpoint.repo.sql.data.common.enums that return RObjectReference
static RObjectReference RReferenceOwner.createObjectReference(RReferenceOwner owner)
           
 

Methods in com.evolveum.midpoint.repo.sql.data.common.enums that return types with arguments of type RObjectReference
 Class<? extends RObjectReference> RReferenceOwner.getClazz()
          This is used for SessionFactory fix in RUtil.fixCompositeIDHandling(org.hibernate.SessionFactory)
 

Uses of RObjectReference in com.evolveum.midpoint.repo.sql.data.common.type
 

Subclasses of RObjectReference in com.evolveum.midpoint.repo.sql.data.common.type
 class RAccountRef
           
 class ROrgRootRef
           
 class RParentOrgRef
           
 class RResourceApproverRef
           
 class RRoleApproverRef
           
 

Uses of RObjectReference in com.evolveum.midpoint.repo.sql.util
 

Methods in com.evolveum.midpoint.repo.sql.util that return RObjectReference
static RObjectReference RUtil.jaxbRefToRepo(ObjectReferenceType reference, PrismContext prismContext, RContainer owner, RReferenceOwner refOwner)
           
 

Methods in com.evolveum.midpoint.repo.sql.util that return types with arguments of type RObjectReference
static Set<RObjectReference> RUtil.safeListReferenceToSet(List<ObjectReferenceType> list, PrismContext prismContext, RContainer owner, RReferenceOwner refOwner)
           
 

Method parameters in com.evolveum.midpoint.repo.sql.util with type arguments of type RObjectReference
static List<ObjectReferenceType> RUtil.safeSetReferencesToList(Set<RObjectReference> set, PrismContext prismContext)
           
 



Copyright © 2013 evolveum. All Rights Reserved.