Uses of Class
com.logicaldoc.impex.Archive
-
Packages that use Archive Package Description com.logicaldoc.impex com.logicaldoc.impex.dao -
-
Uses of Archive in com.logicaldoc.impex
Methods in com.logicaldoc.impex that return Archive Modifier and Type Method Description ArchiveIndex. getArchive()ArchiveIndexHandler. getArchive()Methods in com.logicaldoc.impex with parameters of type Archive Modifier and Type Method Description booleanArchiveManager. 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)FileArchiveManager. getArchiveDirectory(Archive archive)Retrieves the archive directory from/in which will be import/copied the archive's documentArchiveCacheArchiveCacheManager. getCache(Archive archive)Retrieves 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 Archive Constructor Description Index(Archive archive)IndexCSV(File file, Archive archive)IndexImportHandler(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 Archive Modifier and Type Method Description ArchiveArchiveDAO. findByName(String name, long tenantId)Retrieves the archive by the given nameArchiveHibernateArchiveDAO. findByName(String name, long tenantId)Methods in com.logicaldoc.impex.dao that return types with arguments of type Archive Modifier and Type Method Description List<Archive>ArchiveDAO. findByMode(int mode, Long tenantId)Retrieves all the archive with the given modeList<Archive>HibernateArchiveDAO. findByMode(int mode, Long tenantId)List<Archive>ArchiveDAO. findByModeAndName(int mode, String name, Long tenantId)Retrieves all the archive with the given mode and the given nameList<Archive>HibernateArchiveDAO. findByModeAndName(int mode, String name, Long tenantId)List<Archive>ArchiveDAO. findByModeAndStatus(int mode, int status, Long tenantId)Retrieves all the archive with the given mode and the given statusList<Archive>HibernateArchiveDAO. findByModeAndStatus(int mode, int status, Long tenantId)List<Archive>ArchiveDAO. findByModeAndStatusAndType(int mode, int status, int type, Long tenantId)Retrieves all the archive with the given mode and the given typeList<Archive>HibernateArchiveDAO. findByModeAndStatusAndType(int mode, int status, int type, Long tenantId)List<Archive>ArchiveDAO. findByModeAndType(int mode, int type, Long tenantId)Retrieves all the archive with the given mode and the given typeList<Archive>HibernateArchiveDAO. findByModeAndType(int mode, int type, Long tenantId)List<Archive>ArchiveDAO. findByStatus(int status, Long tenantId)Retrieves all the archive with the given statusList<Archive>HibernateArchiveDAO. findByStatus(int status, Long tenantId)Methods in com.logicaldoc.impex.dao with parameters of type Archive Modifier and Type Method Description voidArchiveDAO. initialize(Archive archive)Initializes lazy loaded collectionsvoidHibernateArchiveDAO. initialize(Archive archive)voidArchiveDAO. store(Archive entity, boolean updateSize)This method persists the entity object and updates the whole sizevoidHibernateArchiveDAO. store(Archive archive)voidHibernateArchiveDAO. store(Archive archive, boolean updateSize)
-