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

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

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

Subinterfaces of ManageableObjects in org.apache.jackrabbit.ocm.manager.collectionconverter
 interface ManageableCollection
          Common interface used to persist any kind of Collection.
 interface ManageableMap
          Common interface used to persist any kind of Map.
 

Methods in org.apache.jackrabbit.ocm.manager.collectionconverter that return ManageableObjects
 ManageableObjects CollectionConverter.getCollection(Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
          Get a ManageableObjects from the JCR repository
static ManageableObjects ManageableObjectsUtil.getManageableObjects(Class manageableObjectsClass)
          Instantiate a new ManageableObjects
static ManageableObjects ManageableObjectsUtil.getManageableObjects(Object object)
          Convert a java Collection or a Map into a ManageableObjects.
static ManageableObjects ManageableObjectsUtil.getManageableObjects(String manageableObjectsClassName)
          Instantiate a new ManageableObjects
 

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

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

Classes in org.apache.jackrabbit.ocm.manager.collectionconverter.impl that implement ManageableObjects
 class ManageableCollectionImpl
          ManageableCollection ArrayList implementation
 class ManageableMapImpl
          ManageableCollection ArrayList implementation
 

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

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



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