Uses of Class
com.logicaldoc.impex.Archive
Packages that use Archive
-
Uses of Archive in com.logicaldoc.impex
Methods in com.logicaldoc.impex that return ArchiveMethods in com.logicaldoc.impex with parameters of type ArchiveModifier and TypeMethodDescriptionbooleanArchiveManager.addEntry(Archive archive, com.logicaldoc.core.document.Version version, com.logicaldoc.core.security.User user, String sid) Adds a new entry taking care of locking the document, a default comment will be usedbooleanArchiveManager.addEntry(Archive archive, com.logicaldoc.core.document.Version version, com.logicaldoc.core.security.User user, String comment, String sid) Adds a new entry taking care of locking the documentvoidArchiveCacheManager.deleteCache(Archive archive) ArchiveManager.getArchiveDirectory(Archive archive) Retrieves the archive directory from/in which will be import/copied the archive's documentRetrieves the cache for the specified archivevoidIndex.setArchive(Archive archive) longArchiveImporter.updateSizeAndType(Archive archive) Used to update the archive number of documents and the archive type reading the attributes 'count' on index filevoidArchiveManager.writeHtmlIndex(Archive archive) Writes the index.html file.voidArchiveManager.writeIndex(Archive archive) Writes the XML and CSV index files for the archive.voidArchiveManager.writeIndex(Archive archive, Writer writer) Writes the XML index file for the archive in the specified writerConstructors in com.logicaldoc.impex with parameters of type ArchiveModifierConstructorDescriptionIndexImportHandler(Archive archive, ArchiveImporter importer, Map<String, com.logicaldoc.core.metadata.Template> templates, Collection<com.logicaldoc.core.folder.Folder> workspaces, com.logicaldoc.core.security.Tenant tenant) -
Uses of Archive in com.logicaldoc.impex.dao
Methods in com.logicaldoc.impex.dao that return ArchiveModifier and TypeMethodDescriptionArchiveDAO.findByName(String name, long tenantId) Retrieves the archive by the given nameHibernateArchiveDAO.findByName(String name, long tenantId) Methods in com.logicaldoc.impex.dao that return types with arguments of type ArchiveModifier and TypeMethodDescriptionArchiveDAO.findByMode(int mode, Long tenantId) Retrieves all the archive with the given modeHibernateArchiveDAO.findByMode(int mode, Long tenantId) ArchiveDAO.findByModeAndName(int mode, String name, Long tenantId) Retrieves all the archive with the given mode and the given nameHibernateArchiveDAO.findByModeAndName(int mode, String name, Long tenantId) ArchiveDAO.findByModeAndStatus(int mode, int status, Long tenantId) Retrieves all the archive with the given mode and the given statusHibernateArchiveDAO.findByModeAndStatus(int mode, int status, Long tenantId) ArchiveDAO.findByModeAndStatusAndType(int mode, int status, int type, Long tenantId) Retrieves all the archive with the given mode and the given typeHibernateArchiveDAO.findByModeAndStatusAndType(int mode, int status, int type, Long tenantId) ArchiveDAO.findByModeAndType(int mode, int type, Long tenantId) Retrieves all the archive with the given mode and the given typeHibernateArchiveDAO.findByModeAndType(int mode, int type, Long tenantId) ArchiveDAO.findByStatus(int status, Long tenantId) Retrieves all the archive with the given statusHibernateArchiveDAO.findByStatus(int status, Long tenantId) Methods in com.logicaldoc.impex.dao with parameters of type ArchiveModifier and TypeMethodDescriptionvoidArchiveDAO.initialize(Archive archive) Initializes lazy loaded collectionsvoidHibernateArchiveDAO.initialize(Archive archive) voidThis method persists the entity object and updates the whole sizevoidvoid