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. pubSetMethods in com.jalios.jcms.archive that return ArchivedPublication Modifier and Type Method Description static ArchivedPublicationArchiveManager. getArchive(java.lang.String rowId)Retrieves the Archive from its rowId.static ArchivedPublicationArchiveManager. getArchivedPubFromArchivePath(java.lang.String path)Retrieve the ArchivedPublication associated to the given path.static ArchivedPublicationArchiveManager. 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 intArchivedPublication. compareTo(ArchivedPublication other)voidArchiveEngine. deleteArchiveIndex(ArchivedPublication pub)Delete every information associated with the publicationvoidLuceneArchiveEngine. deleteArchiveIndex(ArchivedPublication pub)Delete every information associated with the publicationstatic java.lang.StringArchiveManager. 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.StringArchiveManager. 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.StringArchiveManager. getArchiveSavedXmlPath(ArchivedPublication pub)Return the path (webapp relative) of the XML file in which the content of the original publication's data was savedvoidArchiveEngine. indexPublication(Publication pub, ArchivedPublication archive)Index a PublicationvoidLuceneArchiveEngine. indexPublication(Publication pub, ArchivedPublication archive)Index a Publication
-