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

Packages that use PropDefId
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.persistence.bundle.util   
org.apache.jackrabbit.core.state   
 

Uses of PropDefId in org.apache.jackrabbit.core
 

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

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.
 PropDefId PropDef.getId()
          Returns an identifier for this property definition.
static PropDefId PropDefId.valueOf(String s)
          Returns a PropDefId holding the value of the specified string.
 

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.persistence.bundle.util
 

Methods in org.apache.jackrabbit.core.persistence.bundle.util that return PropDefId
 PropDefId NodePropBundle.PropertyEntry.getPropDefId()
          Returns the propdef id.
 

Methods in org.apache.jackrabbit.core.persistence.bundle.util with parameters of type PropDefId
 void NodePropBundle.PropertyEntry.setPropDefId(PropDefId propDefId)
          Sets the propdef 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-2009 The Apache Software Foundation. All Rights Reserved.