| Package | Description | 
|---|---|
| com.jalios.jcms.archive | 
 Contains the classes used to deal with archives management in JCMS. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.TreeSet<ArchivedPublication> | 
ArchiveBrowserHandler.pubSet  | 
| Modifier and Type | Method and Description | 
|---|---|
static ArchivedPublication | 
ArchiveManager.getArchive(java.lang.String rowId)
Retrieves the Archive from its rowId. 
 | 
static ArchivedPublication | 
ArchiveManager.getArchivedPubFromArchivePath(java.lang.String path)
Retrieve the ArchivedPublication associated to the given path. 
 | 
static ArchivedPublication | 
ArchiveManager.getArchiveFromOriginalId(java.lang.String originalId)
Retrieves the Archive corresponding to the specified original Publication id. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Set<ArchivedPublication> | 
ArchiveManager.getArchiveSet(Member loggedMember,
             java.lang.String[] rowIds)
Retrieves all the Archive identified by the specified ids. 
 | 
PageResult<ArchivedPublication> | 
ArchiveQueryHandler.getPageResult()
Returns a new PageResult of archive for the current settings of this handler. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
ArchivedPublication.compareTo(ArchivedPublication other)  | 
void | 
LuceneArchiveEngine.deleteArchiveIndex(ArchivedPublication pub)
Delete every information associated with the publication 
 | 
void | 
ArchiveEngine.deleteArchiveIndex(ArchivedPublication pub)
Delete every information associated with the publication 
 | 
static java.lang.String | 
ArchiveManager.getArchiveDirectoryPath(Publication originalPub,
                       ArchivedPublication archivePub)
Returns the path of directory in which the Archived files are stored. 
 | 
static java.lang.String | 
ArchiveManager.getArchiveSavedHtmlPath(ArchivedPublication pub,
                       java.lang.String userLang)
Return the path (webapp relative, for jsp inclusion) of the file
 in which the original publication was saved 
 | 
static java.lang.String | 
ArchiveManager.getArchiveSavedXmlPath(ArchivedPublication pub)
Return the path (webapp relative) of the XML file
 in which the content of the original publication's data was saved 
 | 
void | 
LuceneArchiveEngine.indexPublication(Publication pub,
                ArchivedPublication archive)
Index a Publication 
 | 
void | 
ArchiveEngine.indexPublication(Publication pub,
                ArchivedPublication archive)
Index a Publication 
 | 
Copyright © 2001-2010 Jalios SA. All Rights Reserved.