Uses of Class
org.chromattic.core.jcr.type.NodeTypeInfo

Packages that use NodeTypeInfo
org.chromattic.core   
org.chromattic.core.jcr.type   
 

Uses of NodeTypeInfo in org.chromattic.core
 

Methods in org.chromattic.core that return NodeTypeInfo
abstract  NodeTypeInfo ObjectContext.getTypeInfo()
          Returns the type info associated with the context.
 NodeTypeInfo EmbeddedContext.getTypeInfo()
           
 

Uses of NodeTypeInfo in org.chromattic.core.jcr.type
 

Subclasses of NodeTypeInfo in org.chromattic.core.jcr.type
 class MixinTypeInfo
          Meta information about a mixin type.
 class PrimaryTypeInfo
          Meta information about a primary node type.
 

Methods in org.chromattic.core.jcr.type that return NodeTypeInfo
 NodeTypeInfo PrimaryTypeInfo.getSuperType(java.lang.String name)
           
 

Methods in org.chromattic.core.jcr.type that return types with arguments of type NodeTypeInfo
 java.util.Set<NodeTypeInfo> PrimaryTypeInfo.getSuperTypes()
           
 

Constructor parameters in org.chromattic.core.jcr.type with type arguments of type NodeTypeInfo
PrimaryTypeInfo(javax.jcr.nodetype.NodeType nodeType, java.util.Set<NodeTypeInfo> superTypes)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.