Uses of Class
org.apache.jackrabbit.core.nodetype.NodeDefId

Packages that use NodeDefId
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.nodetype   
org.apache.jackrabbit.core.state   
 

Uses of NodeDefId in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core with parameters of type NodeDefId
protected  void NodeImpl.onRedefine(NodeDefId defId)
           
 

Uses of NodeDefId in org.apache.jackrabbit.core.nodetype
 

Methods in org.apache.jackrabbit.core.nodetype that return NodeDefId
 NodeDefId NodeDefImpl.getId()
          Returns an identifier for this node definition.

The identifier is computed based on the characteristics of this property definition, i.e.

static NodeDefId NodeDefId.valueOf(String s)
          Returns a NodeDefId holding the value of the specified string.
 NodeDefId NodeDef.getId()
          Returns an identifier for this node definition.
 

Methods in org.apache.jackrabbit.core.nodetype with parameters of type NodeDefId
 NodeDef NodeTypeRegistry.getNodeDef(NodeDefId id)
           
 NodeDefinitionImpl NodeTypeManagerImpl.getNodeDefinition(NodeDefId id)
           
 

Uses of NodeDefId in org.apache.jackrabbit.core.state
 

Methods in org.apache.jackrabbit.core.state that return NodeDefId
 NodeDefId NodeState.getDefinitionId()
          Returns the id of the definition applicable to this node state.
 

Methods in org.apache.jackrabbit.core.state with parameters of type NodeDefId
 void NodeState.setDefinitionId(NodeDefId defId)
          Sets the id of the definition applicable to this node state.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.