Nuxeo Enterprise Platform 5.1

Uses of Interface
org.nuxeo.ecm.platform.archive.api.ArchiveRecord

Packages that use ArchiveRecord
org.nuxeo.ecm.platform.archive.api   
org.nuxeo.ecm.platform.archive.ejb   
org.nuxeo.ecm.platform.archive.web.listener   
org.nuxeo.ecm.platform.archive.web.listener.ejb   
 

Uses of ArchiveRecord in org.nuxeo.ecm.platform.archive.api
 

Methods in org.nuxeo.ecm.platform.archive.api that return ArchiveRecord
 ArchiveRecord ArchiveManager.findArchiveRecordById(long archiveRecordId)
          Returns the archive record object with the specified id.
 ArchiveRecord ArchiveRecordFactory.generateArchiveRecordFrom(Object currentDocument)
          This method is used to generate the archive record from the current document model.
 ArchiveRecord ArchiveManager.searchArchiveRecord()
           
 

Methods in org.nuxeo.ecm.platform.archive.api that return types with arguments of type ArchiveRecord
 List<ArchiveRecord> ArchiveManager.findArchiveRecords(String qlString, Map<String,Object> parameters)
          Returns the archive records matched by the specified JPA query.
 Class<ArchiveRecord> ArchiveRecordFactory.getArchiveRecordClass()
          This method returns the class this factory will instantiate.
 List<ArchiveRecord> ArchiveManager.getArchiveRecordsByDocUID(String docUID)
          Returns the archive records of a document by giving the doc uid.
 

Methods in org.nuxeo.ecm.platform.archive.api with parameters of type ArchiveRecord
 void ArchiveManager.addArchiveRecord(ArchiveRecord record)
           
 void ArchiveManager.editArchiveRecord(ArchiveRecord record)
           
 

Uses of ArchiveRecord in org.nuxeo.ecm.platform.archive.ejb
 

Classes in org.nuxeo.ecm.platform.archive.ejb that implement ArchiveRecord
 class ArchiveRecordImpl
          Archive record entity bean implementation.
 

Methods in org.nuxeo.ecm.platform.archive.ejb that return ArchiveRecord
 ArchiveRecord ArchiveManagerBean.findArchiveRecordById(long archiveRecordId)
           
 ArchiveRecord ArchiveRecordFactoryImpl.generateArchiveRecordFrom(Object currentDocument)
           
 ArchiveRecord ArchiveManagerBean.searchArchiveRecord()
           
 

Methods in org.nuxeo.ecm.platform.archive.ejb that return types with arguments of type ArchiveRecord
 List<ArchiveRecord> ArchiveManagerBean.findArchiveRecords(String qlString, Map<String,Object> parameters)
           
 List<ArchiveRecord> ArchiveManagerBean.getArchiveRecordsByDocUID(String docUID)
           
 

Methods in org.nuxeo.ecm.platform.archive.ejb with parameters of type ArchiveRecord
 void ArchiveManagerBean.addArchiveRecord(ArchiveRecord record)
           
 void ArchiveManagerBean.editArchiveRecord(ArchiveRecord record)
           
 

Uses of ArchiveRecord in org.nuxeo.ecm.platform.archive.web.listener
 

Methods in org.nuxeo.ecm.platform.archive.web.listener that return ArchiveRecord
 ArchiveRecord ArchiveManagerActions.getSelectedArchiveRecord()
          Returns the archive record to add/edit.
 

Methods in org.nuxeo.ecm.platform.archive.web.listener with parameters of type ArchiveRecord
 void ArchiveManagerActions.setSelectedArchiveRecord(ArchiveRecord selectedArchiveRecord)
          Sets the archive record to add/edit.
 

Uses of ArchiveRecord in org.nuxeo.ecm.platform.archive.web.listener.ejb
 

Methods in org.nuxeo.ecm.platform.archive.web.listener.ejb that return ArchiveRecord
 ArchiveRecord ArchiveManagerActionsBean.getSelectedArchiveRecord()
           
 

Methods in org.nuxeo.ecm.platform.archive.web.listener.ejb with parameters of type ArchiveRecord
 void ArchiveManagerActionsBean.setSelectedArchiveRecord(ArchiveRecord selectedArchiveRecord)
           
 


Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.