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  Object DomainSessionImpl._getReferenced(EntityContext referentCtx, String name, LinkType linkType)
           
protected abstract  Object DomainSession._getReferenced(EntityContext referentCtx, String name, LinkType linkType)
           
protected
<T> Iterator<T>
DomainSessionImpl._getReferents(EntityContext referencedCtx, String name, Class<T> filterClass, LinkType linkType)
           
protected abstract
<T> Iterator<T>
DomainSession._getReferents(EntityContext referencedCtx, String name, Class<T> filterClass, LinkType linkType)
           
protected  boolean DomainSessionImpl._setReferenced(EntityContext referentCtx, String name, EntityContext referencedCtx, LinkType linkType)
           
protected abstract  boolean DomainSession._setReferenced(EntityContext referentCtx, String name, EntityContext referencedCtx, LinkType linkType)
           
 boolean EntityContext.addReference(String name, Object referent, LinkType linkType)
           
 Object DomainSession.getReferenced(EntityContext referentCtx, String name, LinkType linkType)
           
 Object EntityContext.getReferenced(String name, LinkType linkType)
           
<T> Iterator<T>
DomainSession.getReferents(EntityContext referencedCtx, String name, Class<T> filterClass, LinkType linkType)
           
<T> Iterator<T>
EntityContext.getReferents(String name, Class<T> filterClass, LinkType linkType)
           
 boolean DomainSession.setReferenced(EntityContext referentCtx, String name, EntityContext referencedCtx, LinkType linkType)
           
 void EntityContext.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(Class<O> contextType, SingleValuedPropertyInfo<BeanValueInfo> info, String propertyName, LinkType linkType)
           
JCRReferentCollectionPropertyMapper(CollectionPropertyInfo<BeanValueInfo> info, String propertyName, LinkType linkType)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.