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

Packages that use RContainerType
com.evolveum.midpoint.repo.sql.data.common   
com.evolveum.midpoint.repo.sql.data.common.any   
com.evolveum.midpoint.repo.sql.data.common.embedded   
com.evolveum.midpoint.repo.sql.data.common.id   
com.evolveum.midpoint.repo.sql.util   
 

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

Methods in com.evolveum.midpoint.repo.sql.data.common that return RContainerType
 RContainerType RAnyContainer.getOwnerType()
           
 RContainerType RObjectReference.getType()
          Represents QName type attribute in reference e.g.
 RContainerType ObjectReference.getType()
           
static
<T extends RContainer>
RContainerType
RContainerType.getType(Class<T> clazz)
           
static RContainerType RContainerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RContainerType[] RContainerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolveum.midpoint.repo.sql.data.common with parameters of type RContainerType
 void RAnyContainer.setOwnerType(RContainerType ownerType)
           
 void RObjectReference.setType(RContainerType type)
           
 

Uses of RContainerType in com.evolveum.midpoint.repo.sql.data.common.any
 

Methods in com.evolveum.midpoint.repo.sql.data.common.any that return RContainerType
 RContainerType RAnyDate.getOwnerType()
           
 RContainerType RAnyClob.getOwnerType()
           
 RContainerType RAnyLong.getOwnerType()
           
 RContainerType RAnyString.getOwnerType()
           
 RContainerType RAnyReference.getOwnerType()
           
 RContainerType RAnyReference.getTargetType()
           
 

Methods in com.evolveum.midpoint.repo.sql.data.common.any with parameters of type RContainerType
 void RAnyDate.setOwnerType(RContainerType ownerType)
           
 void RAnyClob.setOwnerType(RContainerType ownerType)
           
 void RAnyLong.setOwnerType(RContainerType ownerType)
           
 void RAnyString.setOwnerType(RContainerType ownerType)
           
 void RAnyReference.setOwnerType(RContainerType ownerType)
           
 void RAnyReference.setTargetType(RContainerType targetType)
           
 

Uses of RContainerType in com.evolveum.midpoint.repo.sql.data.common.embedded
 

Methods in com.evolveum.midpoint.repo.sql.data.common.embedded that return RContainerType
 RContainerType REmbeddedReference.getType()
           
 

Methods in com.evolveum.midpoint.repo.sql.data.common.embedded with parameters of type RContainerType
 void REmbeddedReference.setType(RContainerType type)
           
 

Uses of RContainerType in com.evolveum.midpoint.repo.sql.data.common.id
 

Methods in com.evolveum.midpoint.repo.sql.data.common.id that return RContainerType
 RContainerType RAnyReferenceId.getOwnerType()
           
 RContainerType RAnyClobId.getOwnerType()
           
 RContainerType RAnyContainerId.getOwnerType()
           
 RContainerType RAnyLongId.getOwnerType()
           
 RContainerType RAnyDateId.getOwnerType()
           
 RContainerType RAnyStringId.getOwnerType()
           
 

Methods in com.evolveum.midpoint.repo.sql.data.common.id with parameters of type RContainerType
 void RAnyReferenceId.setOwnerType(RContainerType ownerType)
           
 void RAnyClobId.setOwnerType(RContainerType ownerType)
           
 void RAnyContainerId.setOwnerType(RContainerType ownerType)
           
 void RAnyLongId.setOwnerType(RContainerType ownerType)
           
 void RAnyDateId.setOwnerType(RContainerType ownerType)
           
 void RAnyStringId.setOwnerType(RContainerType ownerType)
           
 

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

Methods in com.evolveum.midpoint.repo.sql.util that return RContainerType
static RContainerType ClassMapper.getHQLTypeForQName(QName qname)
           
 

Methods in com.evolveum.midpoint.repo.sql.util that return types with arguments of type RContainerType
static Collection<RContainerType> ClassMapper.getKnownTypes()
           
 

Methods in com.evolveum.midpoint.repo.sql.util with parameters of type RContainerType
static ObjectTypes ClassMapper.getObjectTypeForHQLType(RContainerType type)
           
static QName ClassMapper.getQNameForHQLType(RContainerType type)
           
 



Copyright © 2013 evolveum. All Rights Reserved.