Uses of Class
org.apache.jackrabbit.name.Name

Packages that use Name
org.apache.jackrabbit.name   
org.apache.jackrabbit.session   
org.apache.jackrabbit.state.nodetype Node type state implementation. 
 

Uses of Name in org.apache.jackrabbit.name
 

Methods in org.apache.jackrabbit.name that return Name
static Name Name.fromJCRName(Session session, String name)
          Parses the given prefixed JCR name into a qualified name instance.
 

Uses of Name in org.apache.jackrabbit.session
 

Methods in org.apache.jackrabbit.session with parameters of type Name
 String SessionHelper.getName(Name name)
          Returns the prefixed JCR name that represents the given qualified name.
 NodeType SessionHelper.getNodeType(Name name)
          Returns the named node type.
 

Uses of Name in org.apache.jackrabbit.state.nodetype
 

Methods in org.apache.jackrabbit.state.nodetype that return Name
 Name ItemDefinitionState.getName()
          Returns the qualified name of the defined item.
 Name NodeTypeState.getName()
          Returns the node type name.
 Name NodeTypeState.getPrimaryItemName()
          Returns the name of the primary item of the node type.
 Name[] NodeTypeState.getSupertypeNames()
          Returns the names of the declared supertypes.
 Name NodeDefinitionState.getDefaultPrimaryTypeName()
          Returns the name of the default primary type of the defined node.
 Name[] NodeDefinitionState.getRequiredPrimaryTypeNames()
          Returns the names of the required primary types of the defined node.
 

Methods in org.apache.jackrabbit.state.nodetype with parameters of type Name
 void ItemDefinitionState.setName(Name name)
          Sets the qualified name of the defined item.
 void NodeTypeState.setName(Name name)
          Sets the node type name.
 void NodeTypeState.setPrimaryItemName(Name primaryItemName)
          Sets the name of the primary item of the node type.
 void NodeTypeState.addSupertypeName(Name name)
          Adds a supertype name to the list of declared supertypes.
 void NodeDefinitionState.setDefaultPrimaryTypeName(Name defaultPrimaryType)
          Sets the name of the default primary type of the defined node.
 void NodeDefinitionState.addRequiredPrimaryTypeNames(Name requiredPrimaryTypeName)
          Adds a type name to the list of required primary types.
 



Copyright © 2004-2005 . All Rights Reserved.