Uses of Class
org.chromattic.core.jcr.LinkType

Packages that use LinkType
org.chromattic.core   
org.chromattic.core.jcr   
org.chromattic.core.mapper.onetomany.reference   
 

Uses of LinkType in org.chromattic.core
 

Methods in org.chromattic.core with parameters of type LinkType
protected abstract  Object DomainSession._getReferenced(ObjectContext referentCtx, String name, LinkType linkType)
           
protected abstract
<T> Iterator<T>
DomainSession._getReferents(ObjectContext referencedCtx, String name, Class<T> filterClass, LinkType linkType)
           
protected abstract  boolean DomainSession._setReferenced(ObjectContext referentCtx, String name, ObjectContext referencedCtx, LinkType linkType)
           
 boolean ObjectContext.addReference(String name, Object referent, LinkType linkType)
           
 Object DomainSession.getReferenced(ObjectContext referentCtx, String name, LinkType linkType)
           
 Object ObjectContext.getReferenced(String name, LinkType linkType)
           
<T> Iterator<T>
DomainSession.getReferents(ObjectContext referencedCtx, String name, Class<T> filterClass, LinkType linkType)
           
<T> Iterator<T>
ObjectContext.getReferents(String name, Class<T> filterClass, LinkType linkType)
           
 boolean DomainSession.setReferenced(ObjectContext referentCtx, String name, ObjectContext referencedCtx, LinkType linkType)
           
 void ObjectContext.setReferenced(String name, Object referenced, LinkType linkType)
           
 

Uses of LinkType in org.chromattic.core.jcr
 

Methods in org.chromattic.core.jcr that return LinkType
static LinkType LinkType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LinkType[] LinkType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.chromattic.core.jcr with parameters of type LinkType
 javax.jcr.Node SessionWrapperImpl.getReferenced(javax.jcr.Node referent, String propertyName, LinkType linkType)
           
 javax.jcr.Node SessionWrapper.getReferenced(javax.jcr.Node referent, String propertyName, LinkType linkType)
           
 Iterator<javax.jcr.Node> SessionWrapperImpl.getReferents(javax.jcr.Node referenced, String propertyName, LinkType linkType)
           
 Iterator<javax.jcr.Node> SessionWrapper.getReferents(javax.jcr.Node referenced, String propertyName, LinkType linkType)
           
 javax.jcr.Node SessionWrapperImpl.setReferenced(javax.jcr.Node referent, String propertyName, javax.jcr.Node referenced, LinkType linkType)
           
 javax.jcr.Node SessionWrapper.setReferenced(javax.jcr.Node referent, String propertyName, javax.jcr.Node referenced, LinkType linkType)
           
 

Uses of LinkType in org.chromattic.core.mapper.onetomany.reference
 

Constructors in org.chromattic.core.mapper.onetomany.reference with parameters of type LinkType
JCRNamedReferentPropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info, String propertyName, LinkType linkType)
           
JCRReferentCollectionPropertyMapper(CollectionPropertyInfo<BeanValueInfo> info, String propertyName, LinkType linkType)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.