|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArchiveManager
Archives manager interface.
:XXX: http://jira.nuxeo.org/browse/NXP-514
| Method Summary | |
|---|---|
void |
addArchiveRecord(ArchiveRecord record)
|
Boolean |
deleteArchiveRecord(long recordId)
|
void |
editArchiveRecord(ArchiveRecord record)
|
ArchiveRecord |
findArchiveRecordById(long archiveRecordId)
Returns the archive record object with the specified id. |
List<ArchiveRecord> |
findArchiveRecords(String qlString,
Map<String,Object> parameters)
Returns the archive records matched by the specified JPA query. |
List<ArchiveRecord> |
getArchiveRecordsByDocUID(String docUID)
Returns the archive records of a document by giving the doc uid. |
ArchiveRecord |
searchArchiveRecord()
|
| Method Detail |
|---|
List<ArchiveRecord> getArchiveRecordsByDocUID(String docUID)
throws Exception
docUID - the document UID
Exception
ArchiveRecord findArchiveRecordById(long archiveRecordId)
throws Exception
archiveRecordId - the id of the archive record
Exception
List<ArchiveRecord> findArchiveRecords(String qlString,
Map<String,Object> parameters)
qlString - the query to executeparameters - the named parameters to be set on the query
ArchiveRecord searchArchiveRecord()
throws Exception
Exception
void addArchiveRecord(ArchiveRecord record)
throws Exception
record - : the archive record info to be added
Exception
void editArchiveRecord(ArchiveRecord record)
throws Exception
record - : the archive record to edit
Exception
Boolean deleteArchiveRecord(long recordId)
throws Exception
record - : the archive record to delete
Exception
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||