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(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
          Get a ManageableObjects from the JCR repository
static ManageableObjects ManageableObjectsUtil.getManageableObjects(java.lang.Class manageableObjectsClass)
          Instantiate a new ManageableObjects
static ManageableObjects ManageableObjectsUtil.getManageableObjects(java.lang.Object object)
          Convert a java Collection or a Map into a ManageableObjects.
static ManageableObjects ManageableObjectsUtil.getManageableObjects(java.lang.String manageableObjectsClassName)
          Instantiate a new ManageableObjects
 

Methods in org.apache.jackrabbit.ocm.manager.collectionconverter with parameters of type ManageableObjects
 void CollectionConverter.insertCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, ManageableObjects objects)
          Insert/convert collection elements (a Collection or a Map) into some JCR nodes
 void CollectionConverter.updateCollection(javax.jcr.Session session, javax.jcr.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 abstract  ManageableObjects AbstractCollectionConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
protected  ManageableObjects DefaultCollectionConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
protected  ManageableObjects EnumCollectionConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
protected  ManageableObjects NTCollectionConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
protected  ManageableObjects MultiValueCollectionConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
protected  ManageableObjects BeanReferenceMapConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
protected  ManageableObjects BeanReferenceCollectionConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
protected  ManageableObjects ResidualNodesCollectionConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
protected  ManageableObjects ReferenceCollectionConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
protected  ManageableObjects ResidualPropertiesCollectionConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
 ManageableObjects AbstractCollectionConverterImpl.getCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
 

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



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