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 Archive
Index. getArchive()
Archive
IndexHandler. getArchive()
Methods in com.logicaldoc.impex with parameters of type Archive Modifier and Type Method Description boolean
ArchiveManager. 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 usedboolean
ArchiveManager. 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 documentvoid
ArchiveCacheManager. deleteCache(Archive archive)
File
ArchiveManager. getArchiveDirectory(Archive archive)
Retrieves the archive directory from/in which will be import/copied the archive's documentArchiveCache
ArchiveCacheManager. getCache(Archive archive)
Retrieves the cache for the specified archivevoid
Index. setArchive(Archive archive)
long
ArchiveImporter. updateSizeAndType(Archive archive)
Used to update the archive number of documents and the archive type reading the attributes 'count' on index filevoid
ArchiveManager. writeHtmlIndex(Archive archive)
Writes the index.html file.void
ArchiveManager. writeIndex(Archive archive)
Writes the XML and CSV index files for the archive.void
ArchiveManager. 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 Archive
ArchiveDAO. findByName(String name, long tenantId)
Retrieves the archive by the given nameArchive
HibernateArchiveDAO. 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 void
ArchiveDAO. initialize(Archive archive)
Initializes lazy loaded collectionsvoid
HibernateArchiveDAO. initialize(Archive archive)
boolean
ArchiveDAO. store(Archive entity, boolean updateSize)
This method persists the entity object and updates the whole sizeboolean
HibernateArchiveDAO. store(Archive archive)
boolean
HibernateArchiveDAO. store(Archive archive, boolean updateSize)
-