Uses of Class
com.jalios.jcms.archive.ArchivedPublication
-
Packages that use ArchivedPublication Package Description com.jalios.jcms.archive Contains the classes used to deal with archives management in JPlatform. -
-
Uses of ArchivedPublication in com.jalios.jcms.archive
Fields in com.jalios.jcms.archive with type parameters of type ArchivedPublication Modifier and Type Field Description protected java.util.TreeSet<ArchivedPublication>
ArchiveBrowserHandler. pubSet
Methods in com.jalios.jcms.archive that return ArchivedPublication Modifier and Type Method 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.Methods in com.jalios.jcms.archive that return types with arguments of type ArchivedPublication Modifier and Type Method 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.Methods in com.jalios.jcms.archive with parameters of type ArchivedPublication Modifier and Type Method Description int
ArchivedPublication. compareTo(ArchivedPublication other)
void
ArchiveEngine. deleteArchiveIndex(ArchivedPublication pub)
Delete every information associated with the publicationvoid
LuceneArchiveEngine. deleteArchiveIndex(ArchivedPublication pub)
Delete every information associated with the publicationstatic java.lang.String
ArchiveManager. getArchiveDirectoryPath(Publication originalPub, ArchivedPublication archivePub)
Returns the path of directory in which the Archived files are stored.
Either use originalPub or archivePub depending one which one is available (originalPub when archiving, or archivePub later when reading archive).
For compatibility with older version, this method checks if the legacy archive directory/archives/{originalId}
exists, in which case this path is used and returned.
Otherwise, in order to build this path, this methods sses the cdate of the archivePub or the current date if the cdate not available.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 savedstatic 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 savedvoid
ArchiveEngine. indexPublication(Publication pub, ArchivedPublication archive)
Index a Publicationvoid
LuceneArchiveEngine. indexPublication(Publication pub, ArchivedPublication archive)
Index a Publication
-