Uses of Class
net.infonode.properties.propertymap.PropertyMapImpl

Packages that use PropertyMapImpl
net.infonode.properties.propertymap Property maps are used for storage of property values. 
net.infonode.properties.propertymap.ref   
net.infonode.properties.propertymap.value   
 

Uses of PropertyMapImpl in net.infonode.properties.propertymap
 

Fields in net.infonode.properties.propertymap declared as PropertyMapImpl
private  PropertyMapImpl PropertyMapGroup.defaultMap
           
private  PropertyMapImpl PropertyMapImpl.parent
           
 

Methods in net.infonode.properties.propertymap that return PropertyMapImpl
 PropertyMapImpl PropertyMapImpl.getChildMapImpl(PropertyMapProperty property)
           
 PropertyMapImpl PropertyMapImpl.getParent()
           
 

Methods in net.infonode.properties.propertymap with parameters of type PropertyMapImpl
(package private)  void PropertyMapManager.addMapChanges(PropertyMapImpl propertyMap, ConstMap mapChanges)
           
private  void PropertyMapImpl.addParentSuperMap(PropertyMapImpl propertyObjectImpl, int parentIndex)
           
private  void PropertyMapImpl.addSuperMap(int index, PropertyMapImpl propertyObjectImpl)
           
private  void PropertyMapImpl.addSuperMap(PropertyMapImpl propertyObjectImpl)
           
private  void PropertyMapManager.addTreeChanges(PropertyMapImpl map, PropertyMapImpl modifiedMap, java.util.HashMap changes, java.util.HashMap treeChanges)
           
private  void PropertyMapImpl.doCopy(PropertyMapImpl map, boolean copySuperMaps, boolean recursive, boolean topMap)
           
private  boolean PropertyMapImpl.doValuesEqual(PropertyMapImpl propertyObject, boolean recursive)
           
private  PropertyMapRef PropertyMapImpl.getPathFrom(PropertyMapImpl parentObject)
           
private  PropertyMapRef PropertyMapImpl.getRelativePathTo(PropertyMapImpl propertyObject)
           
 

Constructors in net.infonode.properties.propertymap with parameters of type PropertyMapImpl
PropertyMapImpl(PropertyMapGroup propertyGroup, PropertyMapImpl superObject)
           
PropertyMapImpl(PropertyMapGroup propertyGroup, PropertyMapImpl parent, PropertyMapProperty property)
           
PropertyMapImpl(PropertyMapImpl inheritFrom)
           
PropertyMapImpl(PropertyMapImpl parent, PropertyMapProperty property)
           
 

Uses of PropertyMapImpl in net.infonode.properties.propertymap.ref
 

Methods in net.infonode.properties.propertymap.ref that return PropertyMapImpl
 PropertyMapImpl ThisPropertyMapRef.getMap(PropertyMapImpl object)
           
 PropertyMapImpl PropertyMapRef.getMap(PropertyMapImpl map)
           
 PropertyMapImpl PropertyMapPropertyRef.getMap(PropertyMapImpl object)
           
 PropertyMapImpl ParentMapRef.getMap(PropertyMapImpl object)
           
 PropertyMapImpl CompositeMapRef.getMap(PropertyMapImpl object)
           
 

Methods in net.infonode.properties.propertymap.ref with parameters of type PropertyMapImpl
 PropertyMapImpl ThisPropertyMapRef.getMap(PropertyMapImpl object)
           
 PropertyMapImpl PropertyMapRef.getMap(PropertyMapImpl map)
           
 PropertyMapImpl PropertyMapPropertyRef.getMap(PropertyMapImpl object)
           
 PropertyMapImpl ParentMapRef.getMap(PropertyMapImpl object)
           
 PropertyMapImpl CompositeMapRef.getMap(PropertyMapImpl object)
           
 

Uses of PropertyMapImpl in net.infonode.properties.propertymap.value
 

Fields in net.infonode.properties.propertymap.value declared as PropertyMapImpl
private  PropertyMapImpl PropertyRefValue.map
           
 

Methods in net.infonode.properties.propertymap.value that return PropertyMapImpl
 PropertyMapImpl PropertyRefValue.getMap()
           
 

Methods in net.infonode.properties.propertymap.value with parameters of type PropertyMapImpl
 PropertyValue SimplePropertyValue.copyTo(PropertyMapImpl propertyMap)
           
 PropertyValue PropertyValue.copyTo(PropertyMapImpl propertyMap)
           
 PropertyValue PropertyRefValue.copyTo(PropertyMapImpl propertyMap)
           
static PropertyValue ValueDecoder.decode(java.io.ObjectInputStream in, PropertyMapImpl propertyObject, Property property)
           
static PropertyValue PropertyRefValue.decode(java.io.ObjectInputStream in, PropertyMapImpl propertyObject, Property property)
           
 java.lang.Object SimplePropertyValue.get(PropertyMapImpl object)
           
 java.lang.Object PropertyValue.get(PropertyMapImpl map)
           
 java.lang.Object PropertyRefValue.get(PropertyMapImpl object)
           
 PropertyValue SimplePropertyValue.getSubValue(PropertyMapImpl object)
           
 PropertyValue PropertyValue.getSubValue(PropertyMapImpl object)
           
 PropertyValue PropertyRefValue.getSubValue(PropertyMapImpl object)
           
 java.lang.Object SimplePropertyValue.getWithDefault(PropertyMapImpl object)
           
 java.lang.Object PropertyValue.getWithDefault(PropertyMapImpl object)
           
 java.lang.Object PropertyRefValue.getWithDefault(PropertyMapImpl object)
           
 

Constructors in net.infonode.properties.propertymap.value with parameters of type PropertyMapImpl
PropertyRefValue(PropertyMapImpl map, Property property, PropertyMapRef propertyObjectRef, Property propertyRef, PropertyRefValue parentRef)