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

Packages that use PropDefId
org.apache.jackrabbit.core.nodetype   
org.apache.jackrabbit.core.state   
 

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

Methods in org.apache.jackrabbit.core.nodetype that return PropDefId
 PropDefId PropDefImpl.getId()
          Returns an identifier for this property definition.

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

static PropDefId PropDefId.valueOf(String s)
          Returns a PropDefId holding the value of the specified string.
 PropDefId PropDef.getId()
          Returns an identifier for this property definition.
 

Methods in org.apache.jackrabbit.core.nodetype with parameters of type PropDefId
 PropDef NodeTypeRegistry.getPropDef(PropDefId id)
           
 PropertyDefinitionImpl NodeTypeManagerImpl.getPropertyDefinition(PropDefId id)
           
 

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

Methods in org.apache.jackrabbit.core.state that return PropDefId
 PropDefId PropertyState.getDefinitionId()
          Returns the id of the definition applicable to this property state.
 

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



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