Uses of Interface
org.apache.jackrabbit.ocm.manager.collectionconverter.ManageableCollection

Packages that use ManageableCollection
org.apache.jackrabbit.ocm.manager.collectionconverter   
org.apache.jackrabbit.ocm.manager.collectionconverter.impl   
 

Uses of ManageableCollection in org.apache.jackrabbit.ocm.manager.collectionconverter
 

Methods in org.apache.jackrabbit.ocm.manager.collectionconverter that return ManageableCollection
 ManageableCollection CollectionConverter.getCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
          Get a ManageableCollection from the JCR repository
static ManageableCollection ManageableCollectionUtil.getManageableCollection(Class collectionClass)
          Instantiate a new ManageableCollection
static ManageableCollection ManageableCollectionUtil.getManageableCollection(Object object)
          Convert a java Collection object into a ManageableCollection.
static ManageableCollection ManageableCollectionUtil.getManageableCollection(String manageableCollectionClassName)
          Instantiate a new ManageableCollection
 

Methods in org.apache.jackrabbit.ocm.manager.collectionconverter with parameters of type ManageableCollection
 void CollectionConverter.insertCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
          Insert/convert collection elements into some JCR nodes
 void CollectionConverter.updateCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
          Update collection elements already present in the JCR repository
 

Uses of ManageableCollection in org.apache.jackrabbit.ocm.manager.collectionconverter.impl
 

Classes in org.apache.jackrabbit.ocm.manager.collectionconverter.impl that implement ManageableCollection
 class ManageableArrayList
          ManageableCollection ArrayList implementation
 class ManageableSet
          This class/interface
 class ManageableVector
          ManageableCollection Vector implementation
 class ManagedHashMap
          The ManagedHashMap class provides Map support to JCR Mapping
 

Methods in org.apache.jackrabbit.ocm.manager.collectionconverter.impl that return ManageableCollection
protected  ManageableCollection ResidualNodesCollectionConverterImpl.doGetCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
           
protected  ManageableCollection BeanReferenceCollectionConverterImpl.doGetCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
           
protected  ManageableCollection MultiValueCollectionConverterImpl.doGetCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
           
protected abstract  ManageableCollection AbstractCollectionConverterImpl.doGetCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
           
protected  ManageableCollection DefaultCollectionConverterImpl.doGetCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
           
protected  ManageableCollection NTCollectionConverterImpl.doGetCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
           
protected  ManageableCollection ResidualPropertiesCollectionConverterImpl.doGetCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
           
protected  ManageableCollection ReferenceCollectionConverterImpl.doGetCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
           
 ManageableCollection AbstractCollectionConverterImpl.getCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
           
 

Methods in org.apache.jackrabbit.ocm.manager.collectionconverter.impl with parameters of type ManageableCollection
protected  void ResidualNodesCollectionConverterImpl.doInsertCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void BeanReferenceCollectionConverterImpl.doInsertCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void MultiValueCollectionConverterImpl.doInsertCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected abstract  void AbstractCollectionConverterImpl.doInsertCollection(Session session, Node parentNode, CollectionDescriptor descriptor, ManageableCollection collection)
           
protected  void DefaultCollectionConverterImpl.doInsertCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void NTCollectionConverterImpl.doInsertCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void ResidualPropertiesCollectionConverterImpl.doInsertCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void ReferenceCollectionConverterImpl.doInsertCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void ResidualNodesCollectionConverterImpl.doUpdateCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void BeanReferenceCollectionConverterImpl.doUpdateCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void MultiValueCollectionConverterImpl.doUpdateCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected abstract  void AbstractCollectionConverterImpl.doUpdateCollection(Session session, Node parentNode, CollectionDescriptor descriptor, ManageableCollection collection)
           
protected  void DefaultCollectionConverterImpl.doUpdateCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void NTCollectionConverterImpl.doUpdateCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void ResidualPropertiesCollectionConverterImpl.doUpdateCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void ReferenceCollectionConverterImpl.doUpdateCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
 void AbstractCollectionConverterImpl.insertCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
 void AbstractCollectionConverterImpl.updateCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
 



Copyright © 2004-2008 Apache Software Foundation. All Rights Reserved.