Cumulus4j API
(1.0.1)

Uses of Class
org.cumulus4j.store.model.ObjectContainer

Packages that use ObjectContainer
org.cumulus4j.store Cumulus4j is a plug-in for DataNucleus providing encrypted data-storage. 
org.cumulus4j.store.fieldmanager Package providing field managers for extracting information from the objects to be persisted so we can pass them on to the backend StoreManager(s), and for taking information from the backend and handing it back to the user by way of their own objects. 
org.cumulus4j.store.model Data model classes used to store data and meta-data in the backend. 
 

Uses of ObjectContainer in org.cumulus4j.store
 

Methods in org.cumulus4j.store that return ObjectContainer
 ObjectContainer EncryptionHandler.decryptDataEntry(CryptoContext cryptoContext, DataEntry dataEntry)
          Get a plain (unencrypted) ObjectContainer from the encrypted byte-array in the DataEntry.value property.
 

Methods in org.cumulus4j.store with parameters of type ObjectContainer
 void EncryptionHandler.encryptDataEntry(CryptoContext cryptoContext, DataEntry dataEntry, ObjectContainer objectContainer)
          Encrypt the given plain objectContainer and store the cipher-text into the given dataEntry.
 

Uses of ObjectContainer in org.cumulus4j.store.fieldmanager
 

Constructors in org.cumulus4j.store.fieldmanager with parameters of type ObjectContainer
FetchFieldManager(ObjectProvider op, CryptoContext cryptoContext, ClassMeta classMeta, AbstractClassMetaData dnClassMetaData, ObjectContainer objectContainer)
           
StoreFieldManager(ObjectProvider op, PersistenceManager pmData, ClassMeta classMeta, AbstractClassMetaData dnClassMetaData, ObjectContainer objectContainer)
           
 

Uses of ObjectContainer in org.cumulus4j.store.model
 

Methods in org.cumulus4j.store.model that return ObjectContainer
 ObjectContainer ObjectContainer.clone()
           
 


Cumulus4j API
(1.0.1)

Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.