Test Info
Library Name | LogicalDOC_JAVA |
Version #1 | 8.9.0 |
Version #2 | 8.9.1 |
Subject | Binary Compatibility |
Test Results
Total Java Modules | 46 |
Total Methods / Classes | 19556 / 2194 |
Compatibility |
83% |
Problem Summary
| Severity | Count |
Added Methods | - | 1870 |
Removed Methods | High | 1728 |
Problems with Data Types | High | 378 |
Medium | 38 |
Low | 9 |
Problems with Methods | High | 221 |
Medium | 0 |
Low | 212 |
Other Changes in Data Types | - | 265 |
Added Methods 1870
logicaldoc-audit-8.9.1-plugin.jar,
Audit.class
package com.logicaldoc.audit
Audit.getDocumentHistoryDao ( ) : DocumentHistoryDAO
com/logicaldoc/audit/Audit.getDocumentHistoryDao:()Lcom/logicaldoc/core/document/DocumentHistoryDAO;
Audit.getUserHistoryDao ( ) : UserHistoryDAO
com/logicaldoc/audit/Audit.getUserHistoryDao:()Lcom/logicaldoc/core/security/user/UserHistoryDAO;
Audit.setDocumentHistoryDao ( DocumentHistoryDAO documentHistoryDao ) : void
com/logicaldoc/audit/Audit.setDocumentHistoryDao:(Lcom/logicaldoc/core/document/DocumentHistoryDAO;)V
Audit.setUserHistoryDao ( UserHistoryDAO userHistoryDao ) : void
com/logicaldoc/audit/Audit.setUserHistoryDao:(Lcom/logicaldoc/core/security/user/UserHistoryDAO;)V
logicaldoc-audit-8.9.1-plugin.jar,
AuditServiceImpl.class
package com.logicaldoc.audit
AuditServiceImpl.deleteSubscriptions ( List<Long> ids ) : void
com/logicaldoc/audit/AuditServiceImpl.deleteSubscriptions:(Ljava/util/List;)V
AuditServiceImpl.subscribeDocuments ( List<Long> docIds, List<String> events, Long userId, Long groupId ) : void
com/logicaldoc/audit/AuditServiceImpl.subscribeDocuments:(Ljava/util/List;Ljava/util/List;Ljava/lang/Long;Ljava/lang/Long;)V
AuditServiceImpl.subscribeFolder ( long folderId, boolean currentOnly, List<String> events, Long userId, Long groupId ) : void
com/logicaldoc/audit/AuditServiceImpl.subscribeFolder:(JZLjava/util/List;Ljava/lang/Long;Ljava/lang/Long;)V
AuditServiceImpl.update ( List<Long> ids, boolean currentOnly, List<String> events ) : void
com/logicaldoc/audit/AuditServiceImpl.update:(Ljava/util/List;ZLjava/util/List;)V
logicaldoc-audit-8.9.1-plugin.jar,
AuditUser.class
package com.logicaldoc.audit
AuditUser.afterStore ( User user, UserHistory transaction, Map<String,Object> dictionary ) : void
com/logicaldoc/audit/AuditUser.afterStore:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;Ljava/util/Map;)V
AuditUser.beforeStore ( User user, UserHistory transaction, Map<String,Object> dictionary ) : void
com/logicaldoc/audit/AuditUser.beforeStore:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;Ljava/util/Map;)V
logicaldoc-audit-8.9.1-plugin.jar,
SoapAuditClient.class
package com.logicaldoc.audit.webservice.soap.client
SoapAuditClient.SoapAuditClient ( String endpoint, int gzipThreshold, boolean log, int timeout )
com/logicaldoc/audit/webservice/soap/client/SoapAuditClient."<init>":(Ljava/lang/String;IZI)V
SoapAuditClient.SoapAuditClient ( String endpoint, int timeout )
com/logicaldoc/audit/webservice/soap/client/SoapAuditClient."<init>":(Ljava/lang/String;I)V
logicaldoc-barcode-8.9.1-plugin.jar,
BarcodeManager.class
package com.logicaldoc.barcode
BarcodeManager.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/barcode/BarcodeManager.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-barcode-8.9.1-plugin.jar,
BarcodeProcessor.class
package com.logicaldoc.barcode
BarcodeProcessor.processDocument ( Document document, User user ) : void
com/logicaldoc/barcode/BarcodeProcessor.processDocument:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-barcode-8.9.1-plugin.jar,
BarcodeServiceImpl.class
package com.logicaldoc.barcode
BarcodeServiceImpl.markUnprocessable ( List<Long> docIds ) : void
com/logicaldoc/barcode/BarcodeServiceImpl.markUnprocessable:(Ljava/util/List;)V
logicaldoc-calendar-8.9.1-plugin.jar,
CalendarServiceImpl.class
package com.logicaldoc.calendar
CalendarServiceImpl.find ( GUICalendarEventSearchCriteria parameters ) : List<GUICalendarEvent>
com/logicaldoc/calendar/CalendarServiceImpl.find:(Lcom/logicaldoc/gui/common/client/beans/GUICalendarEventSearchCriteria;)Ljava/util/List;
logicaldoc-chat-8.9.1-plugin.jar,
ChatServiceImpl.class
package com.logicaldoc.chat
ChatServiceImpl.invite ( List<String> users, String invitation ) : void
com/logicaldoc/chat/ChatServiceImpl.invite:(Ljava/util/List;Ljava/lang/String;)V
logicaldoc-cmis-8.9.1-plugin.jar,
LDRepository.class
package com.logicaldoc.cmis
LDRepository.setHistoryDao ( DocumentHistoryDAO historyDao ) : void
com/logicaldoc/cmis/LDRepository.setHistoryDao:(Lcom/logicaldoc/core/document/DocumentHistoryDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
AbstractAttributeSet.class
package com.logicaldoc.core.metadata
AbstractAttributeSet.equals ( Object obj ) : boolean
com/logicaldoc/core/metadata/AbstractAttributeSet.equals:(Ljava/lang/Object;)Z
AbstractAttributeSet.hashCode ( ) : int
com/logicaldoc/core/metadata/AbstractAttributeSet.hashCode:()I
logicaldoc-core-8.9.1-plugin.jar,
AbstractAuthenticator.class
package com.logicaldoc.core.security.authentication
AbstractAuthenticator.authenticate ( String username, String password, String key ) : User
com/logicaldoc/core/security/authentication/AbstractAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
AbstractAuthenticator.authenticate ( String username, String password, String key, Client client ) : User
com/logicaldoc/core/security/authentication/AbstractAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-core-8.9.1-plugin.jar,
AbstractDocument.class
package com.logicaldoc.core.document
AbstractDocument.getDocAttrs ( ) : int
com/logicaldoc/core/document/AbstractDocument.getDocAttrs:()I
AbstractDocument.setDocAttrs ( int docAttrs ) : void
com/logicaldoc/core/document/AbstractDocument.setDocAttrs:(I)V
logicaldoc-core-8.9.1-plugin.jar,
AbstractDocumentProcessor.class
package com.logicaldoc.core.task
AbstractDocumentProcessor.processDocument ( Document p1, User p2 ) [abstract] : void
com/logicaldoc/core/task/AbstractDocumentProcessor.processDocument:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/user/User;)V
AbstractDocumentProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/task/AbstractDocumentProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
AccessControlEntry.class
package com.logicaldoc.core.security
AccessControlEntry.AccessControlEntry ( )
com/logicaldoc/core/security/AccessControlEntry."<init>":()V
AccessControlEntry.AccessControlEntry ( AccessControlEntry source )
com/logicaldoc/core/security/AccessControlEntry."<init>":(Lcom/logicaldoc/core/security/AccessControlEntry;)V
AccessControlEntry.AccessControlEntry ( long groupId )
com/logicaldoc/core/security/AccessControlEntry."<init>":(J)V
AccessControlEntry.equals ( Object obj ) : boolean
com/logicaldoc/core/security/AccessControlEntry.equals:(Ljava/lang/Object;)Z
AccessControlEntry.getAdd ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getAdd:()I
AccessControlEntry.getArchive ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getArchive:()I
AccessControlEntry.getAutomation ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getAutomation:()I
AccessControlEntry.getCalendar ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getCalendar:()I
AccessControlEntry.getDelete ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getDelete:()I
AccessControlEntry.getDownload ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getDownload:()I
AccessControlEntry.getEmail ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getEmail:()I
AccessControlEntry.getExport ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getExport:()I
AccessControlEntry.getGroupId ( ) : long
com/logicaldoc/core/security/AccessControlEntry.getGroupId:()J
AccessControlEntry.getImmutable ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getImmutable:()I
AccessControlEntry.getImport ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getImport:()I
AccessControlEntry.getMove ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getMove:()I
AccessControlEntry.getPassword ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getPassword:()I
AccessControlEntry.getPrint ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getPrint:()I
AccessControlEntry.getRead ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getRead:()I
AccessControlEntry.getReadingreq ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getReadingreq:()I
AccessControlEntry.getRename ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getRename:()I
AccessControlEntry.getSecurity ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getSecurity:()I
AccessControlEntry.getSign ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getSign:()I
AccessControlEntry.getStorage ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getStorage:()I
AccessControlEntry.getSubscription ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getSubscription:()I
AccessControlEntry.getWorkflow ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getWorkflow:()I
AccessControlEntry.getWrite ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getWrite:()I
AccessControlEntry.grantedPermissions ( ) : Set<Permission>
com/logicaldoc/core/security/AccessControlEntry.grantedPermissions:()Ljava/util/Set;
AccessControlEntry.grantPermissions ( Set<Permission> permissions ) : void
com/logicaldoc/core/security/AccessControlEntry.grantPermissions:(Ljava/util/Set;)V
AccessControlEntry.hashCode ( ) : int
com/logicaldoc/core/security/AccessControlEntry.hashCode:()I
AccessControlEntry.setAdd ( int add ) : void
com/logicaldoc/core/security/AccessControlEntry.setAdd:(I)V
AccessControlEntry.setArchive ( int archive ) : void
com/logicaldoc/core/security/AccessControlEntry.setArchive:(I)V
AccessControlEntry.setAutomation ( int automation ) : void
com/logicaldoc/core/security/AccessControlEntry.setAutomation:(I)V
AccessControlEntry.setCalendar ( int calendar ) : void
com/logicaldoc/core/security/AccessControlEntry.setCalendar:(I)V
AccessControlEntry.setDelete ( int delete ) : void
com/logicaldoc/core/security/AccessControlEntry.setDelete:(I)V
AccessControlEntry.setDownload ( int download ) : void
com/logicaldoc/core/security/AccessControlEntry.setDownload:(I)V
AccessControlEntry.setEmail ( int email ) : void
com/logicaldoc/core/security/AccessControlEntry.setEmail:(I)V
AccessControlEntry.setExport ( int export ) : void
com/logicaldoc/core/security/AccessControlEntry.setExport:(I)V
AccessControlEntry.setGroupId ( long groupId ) : void
com/logicaldoc/core/security/AccessControlEntry.setGroupId:(J)V
AccessControlEntry.setImmutable ( int immutable ) : void
com/logicaldoc/core/security/AccessControlEntry.setImmutable:(I)V
AccessControlEntry.setImport ( int iimport ) : void
com/logicaldoc/core/security/AccessControlEntry.setImport:(I)V
AccessControlEntry.setMove ( int move ) : void
com/logicaldoc/core/security/AccessControlEntry.setMove:(I)V
AccessControlEntry.setPassword ( int password ) : void
com/logicaldoc/core/security/AccessControlEntry.setPassword:(I)V
AccessControlEntry.setPrint ( int print ) : void
com/logicaldoc/core/security/AccessControlEntry.setPrint:(I)V
AccessControlEntry.setRead ( int read ) : void
com/logicaldoc/core/security/AccessControlEntry.setRead:(I)V
AccessControlEntry.setReadingreq ( int readingreq ) : void
com/logicaldoc/core/security/AccessControlEntry.setReadingreq:(I)V
AccessControlEntry.setRename ( int rename ) : void
com/logicaldoc/core/security/AccessControlEntry.setRename:(I)V
AccessControlEntry.setSecurity ( int security ) : void
com/logicaldoc/core/security/AccessControlEntry.setSecurity:(I)V
AccessControlEntry.setSign ( int sign ) : void
com/logicaldoc/core/security/AccessControlEntry.setSign:(I)V
AccessControlEntry.setStorage ( int storage ) : void
com/logicaldoc/core/security/AccessControlEntry.setStorage:(I)V
AccessControlEntry.setSubscription ( int subscription ) : void
com/logicaldoc/core/security/AccessControlEntry.setSubscription:(I)V
AccessControlEntry.setWorkflow ( int workflow ) : void
com/logicaldoc/core/security/AccessControlEntry.setWorkflow:(I)V
AccessControlEntry.setWrite ( int write ) : void
com/logicaldoc/core/security/AccessControlEntry.setWrite:(I)V
logicaldoc-core-8.9.1-plugin.jar,
AccessControlUtil.class
package com.logicaldoc.core.security
AccessControlUtil.removeForbiddenPermissionsForGuests ( Securable securable ) [static] : void
com/logicaldoc/core/security/AccessControlUtil.removeForbiddenPermissionsForGuests:(Lcom/logicaldoc/core/security/Securable;)V
logicaldoc-core-8.9.1-plugin.jar,
Attribute.class
package com.logicaldoc.core.metadata
Attribute.getDisplayValue ( ) : Object
com/logicaldoc/core/metadata/Attribute.getDisplayValue:()Ljava/lang/Object;
logicaldoc-core-8.9.1-plugin.jar,
AttributeOptionDAO.class
package com.logicaldoc.core.metadata
AttributeOptionDAO.deleteBySetIdAndAttribute ( long p1, String p2 ) [abstract] : void
com/logicaldoc/core/metadata/AttributeOptionDAO.deleteBySetIdAndAttribute:(JLjava/lang/String;)V
logicaldoc-core-8.9.1-plugin.jar,
Authenticator.class
package com.logicaldoc.core.security.authentication
Authenticator.authenticate ( String p1, String p2 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
Authenticator.authenticate ( String p1, String p2, String p3 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
Authenticator.authenticate ( String p1, String p2, String p3, Client p4 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/User;
Authenticator.pickUser ( String p1 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-core-8.9.1-plugin.jar,
BookmarkDAO.class
package com.logicaldoc.core.document
BookmarkDAO.findBookmarkedDocs ( long p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/BookmarkDAO.findBookmarkedDocs:(J)Ljava/util/List;
BookmarkDAO.findByUserId ( long p1 ) [abstract] : List<Bookmark>
com/logicaldoc/core/document/BookmarkDAO.findByUserId:(J)Ljava/util/List;
BookmarkDAO.findByUserIdAndDocId ( long p1, long p2 ) [abstract] : Bookmark
com/logicaldoc/core/document/BookmarkDAO.findByUserIdAndDocId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
BookmarkDAO.findByUserIdAndFolderId ( long p1, long p2 ) [abstract] : Bookmark
com/logicaldoc/core/document/BookmarkDAO.findByUserIdAndFolderId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
BookmarkDAO.isDocBookmarkedByUser ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/BookmarkDAO.isDocBookmarkedByUser:(JJ)Z
logicaldoc-core-8.9.1-plugin.jar,
DefaultAuthenticator.class
package com.logicaldoc.core.security.authentication
DefaultAuthenticator.authenticate ( String username, String password ) : User
com/logicaldoc/core/security/authentication/DefaultAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
DefaultAuthenticator.authenticate ( String username, String password, String key, Client client ) : User
com/logicaldoc/core/security/authentication/DefaultAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/User;
DefaultAuthenticator.pickUser ( String username ) : User
com/logicaldoc/core/security/authentication/DefaultAuthenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
DefaultAuthenticator.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/authentication/DefaultAuthenticator.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
DefaultAuthenticator.validateUser ( User user ) : void
com/logicaldoc/core/security/authentication/DefaultAuthenticator.validateUser:(Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-core-8.9.1-plugin.jar,
DeviceDAO.class
package com.logicaldoc.core.security
DeviceDAO.cleanOldDevices ( int p1 ) [abstract] : void
com/logicaldoc/core/security/DeviceDAO.cleanOldDevices:(I)V
DeviceDAO.findByDevice ( Device p1 ) [abstract] : Device
com/logicaldoc/core/security/DeviceDAO.findByDevice:(Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
DeviceDAO.findByDeviceId ( String p1 ) [abstract] : Device
com/logicaldoc/core/security/DeviceDAO.findByDeviceId:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Device;
DeviceDAO.findByUserId ( long p1 ) [abstract] : List<Device>
com/logicaldoc/core/security/DeviceDAO.findByUserId:(J)Ljava/util/List;
DeviceDAO.findTrustedDevices ( long p1 ) [abstract] : List<Device>
com/logicaldoc/core/security/DeviceDAO.findTrustedDevices:(J)Ljava/util/List;
DeviceDAO.isTrustedDevice ( String p1, HttpServletRequest p2 ) [abstract] : boolean
com/logicaldoc/core/security/DeviceDAO.isTrustedDevice:(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;)Z
DeviceDAO.trustDevice ( User p1, Device p2 ) [abstract] : Device
com/logicaldoc/core/security/DeviceDAO.trustDevice:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
logicaldoc-core-8.9.1-plugin.jar,
DigestProcessor.class
package com.logicaldoc.core.document
DigestProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/document/DigestProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
DocTool.class
package com.logicaldoc.core.automation
DocTool.copy ( Document doc, String targetPath, boolean links, boolean notes, boolean security, String username ) : Document
com/logicaldoc/core/automation/DocTool.copy:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;ZZZLjava/lang/String;)Lcom/logicaldoc/core/document/Document;
logicaldoc-core-8.9.1-plugin.jar,
DocumentDAO.class
package com.logicaldoc.core.document
DocumentDAO.applyParentFolderSecurity ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.applyParentFolderSecurity:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.archive ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.archive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.cleanExpiredTransactions ( ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.cleanExpiredTransactions:()V
DocumentDAO.cleanUnexistingUniqueTags ( ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.cleanUnexistingUniqueTags:()V
DocumentDAO.cleanUnexistingUniqueTagsOneByOne ( ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.cleanUnexistingUniqueTagsOneByOne:()V
DocumentDAO.computeTotalSize ( Long p1, Long p2, boolean p3 ) [abstract] : long
com/logicaldoc/core/document/DocumentDAO.computeTotalSize:(Ljava/lang/Long;Ljava/lang/Long;Z)J
DocumentDAO.count ( Long p1, boolean p2, boolean p3 ) [abstract] : long
com/logicaldoc/core/document/DocumentDAO.count:(Ljava/lang/Long;ZZ)J
DocumentDAO.countByIndexed ( int p1 ) [abstract] : long
com/logicaldoc/core/document/DocumentDAO.countByIndexed:(I)J
DocumentDAO.delete ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.delete:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.delete ( long p1, int p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.delete:(JILcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.deleteAll ( Collection<Document> p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.deleteAll:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.deleteAll ( Collection<Document> p1, int p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.deleteAll:(Ljava/util/Collection;ILcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.deleteOrphaned ( long p1 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.deleteOrphaned:(J)V
DocumentDAO.findAliasIds ( long p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/DocumentDAO.findAliasIds:(J)Ljava/util/List;
DocumentDAO.findAllTags ( String p1, Long p2 ) [abstract] : List<String>
com/logicaldoc/core/document/DocumentDAO.findAllTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/List;
DocumentDAO.findArchivedByFolder ( long p1 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findArchivedByFolder:(J)Ljava/util/List;
DocumentDAO.findByCustomId ( String p1, long p2 ) [abstract] : Document
com/logicaldoc/core/document/DocumentDAO.findByCustomId:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
DocumentDAO.findByFileNameAndParentFolderId ( Long p1, String p2, Long p3, Long p4, Integer p5 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findByFileNameAndParentFolderId:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByFolder ( long p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findByFolder:(JLjava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByIds ( Set<Long> p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findByIds:(Ljava/util/Set;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByIndexed ( int p1 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findByIndexed:(I)Ljava/util/List;
DocumentDAO.findByLockUserAndStatus ( Long p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findByLockUserAndStatus:(Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByPath ( String p1, long p2 ) [abstract] : Document
com/logicaldoc/core/document/DocumentDAO.findByPath:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
DocumentDAO.findByUserId ( long p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/DocumentDAO.findByUserId:(J)Ljava/util/List;
DocumentDAO.findByUserIdAndTag ( long p1, String p2, Integer p3 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findByUserIdAndTag:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findDeleted ( long p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findDeleted:(JLjava/lang/Integer;)Ljava/util/List;
DocumentDAO.findDeletedDocIds ( ) [abstract] : List<Long>
com/logicaldoc/core/document/DocumentDAO.findDeletedDocIds:()Ljava/util/List;
DocumentDAO.findDeletedDocs ( ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findDeletedDocs:()Ljava/util/List;
DocumentDAO.findDocIdByFolder ( long p1, Integer p2 ) [abstract] : List<Long>
com/logicaldoc/core/document/DocumentDAO.findDocIdByFolder:(JLjava/lang/Integer;)Ljava/util/List;
DocumentDAO.findDocIdByTag ( String p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/DocumentDAO.findDocIdByTag:(Ljava/lang/String;)Ljava/util/List;
DocumentDAO.findDocIdByUserIdAndTag ( long p1, String p2 ) [abstract] : List<Long>
com/logicaldoc/core/document/DocumentDAO.findDocIdByUserIdAndTag:(JLjava/lang/String;)Ljava/util/List;
DocumentDAO.findDocument ( long p1 ) [abstract] : Document
com/logicaldoc/core/document/DocumentDAO.findDocument:(J)Lcom/logicaldoc/core/document/Document;
DocumentDAO.findDuplicatedDigests ( Long p1, Long p2 ) [abstract] : List<String>
com/logicaldoc/core/document/DocumentDAO.findDuplicatedDigests:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
DocumentDAO.findLastDownloadsByUserId ( long p1, int p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findLastDownloadsByUserId:(JI)Ljava/util/List;
DocumentDAO.findLastModifiedByUserId ( long p1, int p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findLastModifiedByUserId:(JI)Ljava/util/List;
DocumentDAO.findLinkedDocuments ( long p1, String p2, Integer p3 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findLinkedDocuments:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findPublishedIds ( Collection<Long> p1 ) [abstract] : Collection<Long>
com/logicaldoc/core/document/DocumentDAO.findPublishedIds:(Ljava/util/Collection;)Ljava/util/Collection;
DocumentDAO.findTags ( long p1 ) [abstract] : List<String>
com/logicaldoc/core/document/DocumentDAO.findTags:(J)Ljava/util/List;
DocumentDAO.findTags ( String p1, Long p2 ) [abstract] : Map<String,Long>
com/logicaldoc/core/document/DocumentDAO.findTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/Map;
DocumentDAO.getEnabledPermissions ( long p1, long p2 ) [abstract] : Set<Permission>
com/logicaldoc/core/document/DocumentDAO.getEnabledPermissions:(JJ)Ljava/util/Set;
DocumentDAO.getTagCloud ( long p1, int p2 ) [abstract] : List<TagCloud>
com/logicaldoc/core/document/DocumentDAO.getTagCloud:(JI)Ljava/util/List;
DocumentDAO.getTagCloud ( String p1 ) [abstract] : List<TagCloud>
com/logicaldoc/core/document/DocumentDAO.getTagCloud:(Ljava/lang/String;)Ljava/util/List;
DocumentDAO.getWorkspace ( long p1 ) [abstract] : Folder
com/logicaldoc/core/document/DocumentDAO.getWorkspace:(J)Lcom/logicaldoc/core/folder/Folder;
DocumentDAO.initialize ( Document p1 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.initialize:(Lcom/logicaldoc/core/document/Document;)V
DocumentDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/document/DocumentDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
DocumentDAO.insertNewUniqueTags ( ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.insertNewUniqueTags:()V
DocumentDAO.isDownloadEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/DocumentDAO.isDownloadEnabled:(JJ)Z
DocumentDAO.isMoveEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/DocumentDAO.isMoveEnabled:(JJ)Z
DocumentDAO.isPermissionEnabled ( Permission p1, long p2, long p3 ) [abstract] : boolean
com/logicaldoc/core/document/DocumentDAO.isPermissionEnabled:(Lcom/logicaldoc/core/security/Permission;JJ)Z
DocumentDAO.isPrintEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/DocumentDAO.isPrintEnabled:(JJ)Z
DocumentDAO.isReadEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/DocumentDAO.isReadEnabled:(JJ)Z
DocumentDAO.isWriteEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/DocumentDAO.isWriteEnabled:(JJ)Z
DocumentDAO.makeImmutable ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.makeImmutable:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.restore ( long p1, long p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.restore:(JJLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.saveDocumentHistory ( Document p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.saveDocumentHistory:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.setPassword ( long p1, String p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.setPassword:(JLjava/lang/String;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.store ( Document p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.store:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.unarchive ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.unarchive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.unsetPassword ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.unsetPassword:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.updateCountUniqueTags ( ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.updateCountUniqueTags:()V
DocumentDAO.updateDigest ( Document p1 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.updateDigest:(Lcom/logicaldoc/core/document/Document;)V
logicaldoc-core-8.9.1-plugin.jar,
DocumentEvent.class
package com.logicaldoc.core.document
DocumentEvent.valuesAsString ( ) [static] : Set<String>
com/logicaldoc/core/document/DocumentEvent.valuesAsString:()Ljava/util/Set;
logicaldoc-core-8.9.1-plugin.jar,
DocumentHistoryDAO.class
package com.logicaldoc.core.document
DocumentHistoryDAO.cleanOldHistories ( int p1 ) [abstract] : void
com/logicaldoc/core/document/DocumentHistoryDAO.cleanOldHistories:(I)V
DocumentHistoryDAO.findByDocId ( long p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findByDocId:(J)Ljava/util/List;
DocumentHistoryDAO.findByDocIdAndEvent ( long p1, String p2 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findByDocIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
DocumentHistoryDAO.findByFolderId ( long p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findByFolderId:(J)Ljava/util/List;
DocumentHistoryDAO.findByPath ( String p1, Date p2, Collection<String> p3, Integer p4 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findByPath:(Ljava/lang/String;Ljava/util/Date;Ljava/util/Collection;Ljava/lang/Integer;)Ljava/util/List;
DocumentHistoryDAO.findByUserId ( long p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findByUserId:(J)Ljava/util/List;
DocumentHistoryDAO.findByUserIdAndEvent ( long p1, String p2, String p3 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
DocumentHistoryDAO.findNotNotified ( Integer p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findNotNotified:(Ljava/lang/Integer;)Ljava/util/List;
DocumentHistoryDAO.markHistoriesAsRead ( String p1, long p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentHistoryDAO.markHistoriesAsRead:(Ljava/lang/String;J)V
logicaldoc-core-8.9.1-plugin.jar,
DocumentLinkDAO.class
package com.logicaldoc.core.document
DocumentLinkDAO.findByDocId ( long p1 ) [abstract] : List<DocumentLink>
com/logicaldoc/core/document/DocumentLinkDAO.findByDocId:(J)Ljava/util/List;
DocumentLinkDAO.findByDocId ( long p1, String p2 ) [abstract] : List<DocumentLink>
com/logicaldoc/core/document/DocumentLinkDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
DocumentLinkDAO.findByDocIdsAndType ( long p1, long p2, String p3 ) [abstract] : DocumentLink
com/logicaldoc/core/document/DocumentLinkDAO.findByDocIdsAndType:(JJLjava/lang/String;)Lcom/logicaldoc/core/document/DocumentLink;
logicaldoc-core-8.9.1-plugin.jar,
DocumentManager.class
package com.logicaldoc.core.document
DocumentManager.archiveDocuments ( Set<Long> p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentManager.archiveDocuments:(Ljava/util/Set;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentManager.copyToFolder ( Document p1, Folder p2, DocumentHistory p3, boolean p4, boolean p5, boolean p6 ) [abstract] : Document
com/logicaldoc/core/document/DocumentManager.copyToFolder:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/document/DocumentHistory;ZZZ)Lcom/logicaldoc/core/document/Document;
logicaldoc-core-8.9.1-plugin.jar,
DocumentManagerImpl.class
package com.logicaldoc.core.document
DocumentManagerImpl.archiveDocuments ( Set<Long> docIds, DocumentHistory transaction ) : void
com/logicaldoc/core/document/DocumentManagerImpl.archiveDocuments:(Ljava/util/Set;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentManagerImpl.copyToFolder ( Document doc, Folder folder, DocumentHistory transaction, boolean links, boolean notes, boolean security ) : Document
com/logicaldoc/core/document/DocumentManagerImpl.copyToFolder:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/document/DocumentHistory;ZZZ)Lcom/logicaldoc/core/document/Document;
DocumentManagerImpl.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setDocumentDAO:(Lcom/logicaldoc/core/document/DocumentDAO;)V
DocumentManagerImpl.setDocumentLinkDAO ( DocumentLinkDAO documentLinkDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setDocumentLinkDAO:(Lcom/logicaldoc/core/document/DocumentLinkDAO;)V
DocumentManagerImpl.setDocumentNoteDAO ( DocumentNoteDAO documentNoteDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setDocumentNoteDAO:(Lcom/logicaldoc/core/document/DocumentNoteDAO;)V
DocumentManagerImpl.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
DocumentManagerImpl.setVersionDAO ( VersionDAO versionDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setVersionDAO:(Lcom/logicaldoc/core/document/VersionDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
DocumentNoteDAO.class
package com.logicaldoc.core.document
DocumentNoteDAO.copyAnnotations ( long p1, String p2, String p3 ) [abstract] : int
com/logicaldoc/core/document/DocumentNoteDAO.copyAnnotations:(JLjava/lang/String;Ljava/lang/String;)I
DocumentNoteDAO.findByDocId ( long p1, String p2 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/DocumentNoteDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
DocumentNoteDAO.findByDocIdAndType ( long p1, String p2, String p3 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/DocumentNoteDAO.findByDocIdAndType:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
DocumentNoteDAO.findByDocIdAndTypes ( long p1, String p2, Collection<String> p3 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/DocumentNoteDAO.findByDocIdAndTypes:(JLjava/lang/String;Ljava/util/Collection;)Ljava/util/List;
DocumentNoteDAO.findByUserId ( long p1 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/DocumentNoteDAO.findByUserId:(J)Ljava/util/List;
DocumentNoteDAO.store ( DocumentNote p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentNoteDAO.store:(Lcom/logicaldoc/core/document/DocumentNote;Lcom/logicaldoc/core/document/DocumentHistory;)V
logicaldoc-core-8.9.1-plugin.jar,
EMail.class
package com.logicaldoc.core.communication
EMail.getAddresses ( ) : Set<InternetAddress>
com/logicaldoc/core/communication/EMail.getAddresses:()Ljava/util/Set;
EMail.getAddressesBCC ( ) : Set<InternetAddress>
com/logicaldoc/core/communication/EMail.getAddressesBCC:()Ljava/util/Set;
EMail.getAddressesCC ( ) : Set<InternetAddress>
com/logicaldoc/core/communication/EMail.getAddressesCC:()Ljava/util/Set;
logicaldoc-core-8.9.1-plugin.jar,
FolderDAO.class
package com.logicaldoc.core.folder
FolderDAO.applySecurityToTree ( long p1, FolderHistory p2 ) [abstract] : void
com/logicaldoc/core/folder/FolderDAO.applySecurityToTree:(JLcom/logicaldoc/core/folder/FolderHistory;)V
logicaldoc-core-8.9.1-plugin.jar,
FormatConverterManager.class
package com.logicaldoc.core.conversion
FormatConverterManager.init ( ) : void
com/logicaldoc/core/conversion/FormatConverterManager.init:()V
FormatConverterManager.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/core/conversion/FormatConverterManager.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
FulltextSearchOptions.class
package com.logicaldoc.core.searchengine
FulltextSearchOptions.getFields ( ) : Set<String>
com/logicaldoc/core/searchengine/FulltextSearchOptions.getFields:()Ljava/util/Set;
FulltextSearchOptions.setFields ( Set<String> flds ) : void
com/logicaldoc/core/searchengine/FulltextSearchOptions.setFields:(Ljava/util/Set;)V
logicaldoc-core-8.9.1-plugin.jar,
Group.class
package com.logicaldoc.core.security.user
Group.clearUsers ( ) : void
com/logicaldoc/core/security/user/Group.clearUsers:()V
Group.getDescription ( ) : String
com/logicaldoc/core/security/user/Group.getDescription:()Ljava/lang/String;
Group.getName ( ) : String
com/logicaldoc/core/security/user/Group.getName:()Ljava/lang/String;
Group.getSource ( ) : String
com/logicaldoc/core/security/user/Group.getSource:()Ljava/lang/String;
Group.getType ( ) : int
com/logicaldoc/core/security/user/Group.getType:()I
Group.getUser ( ) : User
com/logicaldoc/core/security/user/Group.getUser:()Lcom/logicaldoc/core/security/user/User;
Group.getUsers ( ) : Set<User>
com/logicaldoc/core/security/user/Group.getUsers:()Ljava/util/Set;
Group.Group ( )
com/logicaldoc/core/security/user/Group."<init>":()V
Group.isAdmin ( ) : boolean
com/logicaldoc/core/security/user/Group.isAdmin:()Z
Group.isGuest ( ) : boolean
com/logicaldoc/core/security/user/Group.isGuest:()Z
Group.isUserGroup ( ) : boolean
com/logicaldoc/core/security/user/Group.isUserGroup:()Z
Group.reset ( ) : void
com/logicaldoc/core/security/user/Group.reset:()V
Group.setDescription ( String description ) : void
com/logicaldoc/core/security/user/Group.setDescription:(Ljava/lang/String;)V
Group.setName ( String name ) : void
com/logicaldoc/core/security/user/Group.setName:(Ljava/lang/String;)V
Group.setSource ( String source ) : void
com/logicaldoc/core/security/user/Group.setSource:(Ljava/lang/String;)V
Group.setType ( int type ) : void
com/logicaldoc/core/security/user/Group.setType:(I)V
Group.setUsers ( Set<User> users ) : void
com/logicaldoc/core/security/user/Group.setUsers:(Ljava/util/Set;)V
Group.toString ( ) : String
com/logicaldoc/core/security/user/Group.toString:()Ljava/lang/String;
logicaldoc-core-8.9.1-plugin.jar,
GroupDAO.class
package com.logicaldoc.core.security.user
GroupDAO.count ( ) [abstract] : int
com/logicaldoc/core/security/user/GroupDAO.count:()I
GroupDAO.findAllGroupNames ( long p1 ) [abstract] : Collection<String>
com/logicaldoc/core/security/user/GroupDAO.findAllGroupNames:(J)Ljava/util/Collection;
GroupDAO.findByLikeName ( String p1, long p2 ) [abstract] : Collection<Group>
com/logicaldoc/core/security/user/GroupDAO.findByLikeName:(Ljava/lang/String;J)Ljava/util/Collection;
GroupDAO.findByName ( String p1, long p2 ) [abstract] : Group
com/logicaldoc/core/security/user/GroupDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/security/user/Group;
GroupDAO.fixGuestPermissions ( Group p1 ) [abstract] : void
com/logicaldoc/core/security/user/GroupDAO.fixGuestPermissions:(Lcom/logicaldoc/core/security/user/Group;)V
GroupDAO.inheritACLs ( Group p1, long p2 ) [abstract] : void
com/logicaldoc/core/security/user/GroupDAO.inheritACLs:(Lcom/logicaldoc/core/security/user/Group;J)V
GroupDAO.initialize ( Group p1 ) [abstract] : void
com/logicaldoc/core/security/user/GroupDAO.initialize:(Lcom/logicaldoc/core/security/user/Group;)V
GroupDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/GroupDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
GroupDAO.insert ( Group p1, long p2 ) [abstract] : void
com/logicaldoc/core/security/user/GroupDAO.insert:(Lcom/logicaldoc/core/security/user/Group;J)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateAttributeOptionDAO.class
package com.logicaldoc.core.metadata
HibernateAttributeOptionDAO.deleteBySetIdAndAttribute ( long setId, String attribute ) : void
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.deleteBySetIdAndAttribute:(JLjava/lang/String;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateBookmarkDAO.class
package com.logicaldoc.core.document
HibernateBookmarkDAO.findBookmarkedDocs ( long userId ) : List<Long>
com/logicaldoc/core/document/HibernateBookmarkDAO.findBookmarkedDocs:(J)Ljava/util/List;
HibernateBookmarkDAO.findByUserId ( long userId ) : List<Bookmark>
com/logicaldoc/core/document/HibernateBookmarkDAO.findByUserId:(J)Ljava/util/List;
HibernateBookmarkDAO.findByUserIdAndDocId ( long userId, long docId ) : Bookmark
com/logicaldoc/core/document/HibernateBookmarkDAO.findByUserIdAndDocId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
HibernateBookmarkDAO.findByUserIdAndFolderId ( long userId, long folderId ) : Bookmark
com/logicaldoc/core/document/HibernateBookmarkDAO.findByUserIdAndFolderId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
HibernateBookmarkDAO.HibernateBookmarkDAO ( )
com/logicaldoc/core/document/HibernateBookmarkDAO."<init>":()V
HibernateBookmarkDAO.isDocBookmarkedByUser ( long docId, long userId ) : boolean
com/logicaldoc/core/document/HibernateBookmarkDAO.isDocBookmarkedByUser:(JJ)Z
logicaldoc-core-8.9.1-plugin.jar,
HibernateDeviceDAO.class
package com.logicaldoc.core.security.user
HibernateDeviceDAO.cleanOldDevices ( int ttl ) : void
com/logicaldoc/core/security/user/HibernateDeviceDAO.cleanOldDevices:(I)V
HibernateDeviceDAO.delete ( long deviceId, int code ) : void
com/logicaldoc/core/security/user/HibernateDeviceDAO.delete:(JI)V
HibernateDeviceDAO.findByDevice ( Device device ) : Device
com/logicaldoc/core/security/user/HibernateDeviceDAO.findByDevice:(Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
HibernateDeviceDAO.findByDeviceId ( String deviceId ) : Device
com/logicaldoc/core/security/user/HibernateDeviceDAO.findByDeviceId:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Device;
HibernateDeviceDAO.findByUserId ( long userId ) : List<Device>
com/logicaldoc/core/security/user/HibernateDeviceDAO.findByUserId:(J)Ljava/util/List;
HibernateDeviceDAO.findTrustedDevices ( long userId ) : List<Device>
com/logicaldoc/core/security/user/HibernateDeviceDAO.findTrustedDevices:(J)Ljava/util/List;
HibernateDeviceDAO.isTrustedDevice ( String username, HttpServletRequest request ) : boolean
com/logicaldoc/core/security/user/HibernateDeviceDAO.isTrustedDevice:(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;)Z
HibernateDeviceDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/user/HibernateDeviceDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
HibernateDeviceDAO.store ( Device entity ) : void
com/logicaldoc/core/security/user/HibernateDeviceDAO.store:(Lcom/logicaldoc/core/security/Device;)V
HibernateDeviceDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/HibernateDeviceDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateDeviceDAO.trustDevice ( User user, Device requestDevice ) : Device
com/logicaldoc/core/security/user/HibernateDeviceDAO.trustDevice:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
logicaldoc-core-8.9.1-plugin.jar,
HibernateDocumentDAO.class
package com.logicaldoc.core.document
HibernateDocumentDAO.applyParentFolderSecurity ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.applyParentFolderSecurity:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.archive ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.archive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.cleanExpiredTransactions ( ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.cleanExpiredTransactions:()V
HibernateDocumentDAO.cleanUnexistingUniqueTags ( ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.cleanUnexistingUniqueTags:()V
HibernateDocumentDAO.cleanUnexistingUniqueTagsOneByOne ( ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.cleanUnexistingUniqueTagsOneByOne:()V
HibernateDocumentDAO.computeTotalSize ( Long tenantId, Long userId, boolean computeDeleted ) : long
com/logicaldoc/core/document/HibernateDocumentDAO.computeTotalSize:(Ljava/lang/Long;Ljava/lang/Long;Z)J
HibernateDocumentDAO.count ( Long tenantId, boolean computeDeleted, boolean computeArchived ) : long
com/logicaldoc/core/document/HibernateDocumentDAO.count:(Ljava/lang/Long;ZZ)J
HibernateDocumentDAO.countByIndexed ( int indexed ) : long
com/logicaldoc/core/document/HibernateDocumentDAO.countByIndexed:(I)J
HibernateDocumentDAO.delete ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.delete:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.delete ( long docId, int delCode, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.delete:(JILcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.deleteAll ( Collection<Document> documents, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.deleteAll:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.deleteAll ( Collection<Document> documents, int delCode, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.deleteAll:(Ljava/util/Collection;ILcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.deleteOrphaned ( long deleteUserId ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.deleteOrphaned:(J)V
HibernateDocumentDAO.findAliasIds ( long docId ) : List<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findAliasIds:(J)Ljava/util/List;
HibernateDocumentDAO.findAllTags ( String firstLetter, Long tenantId ) : List<String>
com/logicaldoc/core/document/HibernateDocumentDAO.findAllTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/List;
HibernateDocumentDAO.findArchivedByFolder ( long folderId ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findArchivedByFolder:(J)Ljava/util/List;
HibernateDocumentDAO.findByCustomId ( String customId, long tenantId ) : Document
com/logicaldoc/core/document/HibernateDocumentDAO.findByCustomId:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
HibernateDocumentDAO.findByFileNameAndParentFolderId ( Long folderId, String fileName, Long excludeId, Long tenantId, Integer max ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findByFileNameAndParentFolderId:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByFolder ( long folderId, Integer max ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findByFolder:(JLjava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByIds ( Set<Long> ids, Integer max ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findByIds:(Ljava/util/Set;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByIndexed ( int indexed ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findByIndexed:(I)Ljava/util/List;
HibernateDocumentDAO.findByLockUserAndStatus ( Long userId, Integer status ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findByLockUserAndStatus:(Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByPath ( String path, long tenantId ) : Document
com/logicaldoc/core/document/HibernateDocumentDAO.findByPath:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
HibernateDocumentDAO.findByUserId ( long userId ) : List<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findByUserId:(J)Ljava/util/List;
HibernateDocumentDAO.findByUserIdAndTag ( long userId, String tag, Integer max ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findByUserIdAndTag:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findDeleted ( long userId, Integer maxHits ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findDeleted:(JLjava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findDeletedDocIds ( ) : List<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findDeletedDocIds:()Ljava/util/List;
HibernateDocumentDAO.findDeletedDocs ( ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findDeletedDocs:()Ljava/util/List;
HibernateDocumentDAO.findDocIdByFolder ( long folderId, Integer max ) : List<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findDocIdByFolder:(JLjava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findDocIdByTag ( String tag ) : List<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findDocIdByTag:(Ljava/lang/String;)Ljava/util/List;
HibernateDocumentDAO.findDocIdByUserIdAndTag ( long userId, String tag ) : List<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findDocIdByUserIdAndTag:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentDAO.findDocument ( long docId ) : Document
com/logicaldoc/core/document/HibernateDocumentDAO.findDocument:(J)Lcom/logicaldoc/core/document/Document;
HibernateDocumentDAO.findDuplicatedDigests ( Long tenantId, Long folderId ) : List<String>
com/logicaldoc/core/document/HibernateDocumentDAO.findDuplicatedDigests:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
HibernateDocumentDAO.findLastDownloadsByUserId ( long userId, int maxResults ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findLastDownloadsByUserId:(JI)Ljava/util/List;
HibernateDocumentDAO.findLastModifiedByUserId ( long userId, int maxElements ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findLastModifiedByUserId:(JI)Ljava/util/List;
HibernateDocumentDAO.findLinkedDocuments ( long docId, String linkType, Integer direction ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findLinkedDocuments:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findPublishedIds ( Collection<Long> folderIds ) : Collection<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findPublishedIds:(Ljava/util/Collection;)Ljava/util/Collection;
HibernateDocumentDAO.findTags ( long docId ) : List<String>
com/logicaldoc/core/document/HibernateDocumentDAO.findTags:(J)Ljava/util/List;
HibernateDocumentDAO.findTags ( String firstLetter, Long tenantId ) : Map<String,Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/Map;
HibernateDocumentDAO.getEnabledPermissions ( long docId, long userId ) : Set<Permission>
com/logicaldoc/core/document/HibernateDocumentDAO.getEnabledPermissions:(JJ)Ljava/util/Set;
HibernateDocumentDAO.getTagCloud ( long tenantId, int maxTags ) : List<TagCloud>
com/logicaldoc/core/document/HibernateDocumentDAO.getTagCloud:(JI)Ljava/util/List;
HibernateDocumentDAO.getTagCloud ( String sid ) : List<TagCloud>
com/logicaldoc/core/document/HibernateDocumentDAO.getTagCloud:(Ljava/lang/String;)Ljava/util/List;
HibernateDocumentDAO.getWorkspace ( long docId ) : Folder
com/logicaldoc/core/document/HibernateDocumentDAO.getWorkspace:(J)Lcom/logicaldoc/core/folder/Folder;
HibernateDocumentDAO.initialize ( Document doc ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.initialize:(Lcom/logicaldoc/core/document/Document;)V
HibernateDocumentDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateDocumentDAO.insertNewUniqueTags ( ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.insertNewUniqueTags:()V
HibernateDocumentDAO.isDownloadEnabled ( long id, long userId ) : boolean
com/logicaldoc/core/document/HibernateDocumentDAO.isDownloadEnabled:(JJ)Z
HibernateDocumentDAO.isMoveEnabled ( long id, long userId ) : boolean
com/logicaldoc/core/document/HibernateDocumentDAO.isMoveEnabled:(JJ)Z
HibernateDocumentDAO.isPermissionEnabled ( Permission permission, long documentId, long userId ) : boolean
com/logicaldoc/core/document/HibernateDocumentDAO.isPermissionEnabled:(Lcom/logicaldoc/core/security/Permission;JJ)Z
HibernateDocumentDAO.isPrintEnabled ( long id, long userId ) : boolean
com/logicaldoc/core/document/HibernateDocumentDAO.isPrintEnabled:(JJ)Z
HibernateDocumentDAO.isReadEnabled ( long docId, long userId ) : boolean
com/logicaldoc/core/document/HibernateDocumentDAO.isReadEnabled:(JJ)Z
HibernateDocumentDAO.isWriteEnabled ( long id, long userId ) : boolean
com/logicaldoc/core/document/HibernateDocumentDAO.isWriteEnabled:(JJ)Z
HibernateDocumentDAO.makeImmutable ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.makeImmutable:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.restore ( long docId, long folderId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.restore:(JJLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.saveDocumentHistory ( Document doc, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.saveDocumentHistory:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.setConfig ( ContextProperties config ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
HibernateDocumentDAO.setDocumentHistoryDAO ( DocumentHistoryDAO documentHistoryDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setDocumentHistoryDAO:(Lcom/logicaldoc/core/document/DocumentHistoryDAO;)V
HibernateDocumentDAO.setFolderDAO ( FolderDAO folderDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setFolderDAO:(Lcom/logicaldoc/core/folder/FolderDAO;)V
HibernateDocumentDAO.setLinkDAO ( DocumentLinkDAO linkDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setLinkDAO:(Lcom/logicaldoc/core/document/DocumentLinkDAO;)V
HibernateDocumentDAO.setListenerManager ( DocumentListenerManager listenerManager ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setListenerManager:(Lcom/logicaldoc/core/document/DocumentListenerManager;)V
HibernateDocumentDAO.setNoteDAO ( DocumentNoteDAO noteDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setNoteDAO:(Lcom/logicaldoc/core/document/DocumentNoteDAO;)V
HibernateDocumentDAO.setPassword ( long docId, String password, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setPassword:(JLjava/lang/String;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.setStorer ( Storer storer ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setStorer:(Lcom/logicaldoc/core/store/Storer;)V
HibernateDocumentDAO.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setTenantDAO:(Lcom/logicaldoc/core/security/TenantDAO;)V
HibernateDocumentDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
HibernateDocumentDAO.setVersionDAO ( VersionDAO versionDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setVersionDAO:(Lcom/logicaldoc/core/document/VersionDAO;)V
HibernateDocumentDAO.store ( Document doc ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.store:(Lcom/logicaldoc/core/document/Document;)V
HibernateDocumentDAO.store ( Document doc, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.store:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateDocumentDAO.unarchive ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.unarchive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.unsetPassword ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.unsetPassword:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.updateCountUniqueTags ( ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.updateCountUniqueTags:()V
HibernateDocumentDAO.updateDigest ( Document doc ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.updateDigest:(Lcom/logicaldoc/core/document/Document;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateDocumentHistoryDAO.class
package com.logicaldoc.core.document
HibernateDocumentHistoryDAO.cleanOldHistories ( int ttl ) : void
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.cleanOldHistories:(I)V
HibernateDocumentHistoryDAO.findByDocId ( long docId ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findByDocId:(J)Ljava/util/List;
HibernateDocumentHistoryDAO.findByDocIdAndEvent ( long docId, String event ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findByDocIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentHistoryDAO.findByFolderId ( long folderId ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findByFolderId:(J)Ljava/util/List;
HibernateDocumentHistoryDAO.findByPath ( String pathExpression, Date oldestDate, Collection<String> events, Integer max ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findByPath:(Ljava/lang/String;Ljava/util/Date;Ljava/util/Collection;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentHistoryDAO.findByUserId ( long userId ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findByUserId:(J)Ljava/util/List;
HibernateDocumentHistoryDAO.findByUserIdAndEvent ( long userId, String event, String sessionId ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
HibernateDocumentHistoryDAO.findNotNotified ( Integer max ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findNotNotified:(Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentHistoryDAO.markHistoriesAsRead ( String event, long userId ) : void
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.markHistoriesAsRead:(Ljava/lang/String;J)V
HibernateDocumentHistoryDAO.store ( DocumentHistory history ) : void
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.store:(Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentHistoryDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateDocumentLinkDAO.class
package com.logicaldoc.core.document
HibernateDocumentLinkDAO.delete ( long id, int code ) : void
com/logicaldoc/core/document/HibernateDocumentLinkDAO.delete:(JI)V
HibernateDocumentLinkDAO.findByDocId ( long docId ) : List<DocumentLink>
com/logicaldoc/core/document/HibernateDocumentLinkDAO.findByDocId:(J)Ljava/util/List;
HibernateDocumentLinkDAO.findByDocId ( long docId, String type ) : List<DocumentLink>
com/logicaldoc/core/document/HibernateDocumentLinkDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentLinkDAO.findByDocIdsAndType ( long docId1, long docId2, String type ) : DocumentLink
com/logicaldoc/core/document/HibernateDocumentLinkDAO.findByDocIdsAndType:(JJLjava/lang/String;)Lcom/logicaldoc/core/document/DocumentLink;
HibernateDocumentLinkDAO.HibernateDocumentLinkDAO ( )
com/logicaldoc/core/document/HibernateDocumentLinkDAO."<init>":()V
HibernateDocumentLinkDAO.store ( DocumentLink entity ) : void
com/logicaldoc/core/document/HibernateDocumentLinkDAO.store:(Lcom/logicaldoc/core/document/DocumentLink;)V
HibernateDocumentLinkDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateDocumentLinkDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateDocumentNoteDAO.class
package com.logicaldoc.core.document
HibernateDocumentNoteDAO.copyAnnotations ( long docId, String oldFileVersion, String newFileVersion ) : int
com/logicaldoc/core/document/HibernateDocumentNoteDAO.copyAnnotations:(JLjava/lang/String;Ljava/lang/String;)I
HibernateDocumentNoteDAO.delete ( long id, int code ) : void
com/logicaldoc/core/document/HibernateDocumentNoteDAO.delete:(JI)V
HibernateDocumentNoteDAO.findByDocId ( long docId, String fileVersion ) : List<DocumentNote>
com/logicaldoc/core/document/HibernateDocumentNoteDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentNoteDAO.findByDocIdAndType ( long docId, String fileVersion, String type ) : List<DocumentNote>
com/logicaldoc/core/document/HibernateDocumentNoteDAO.findByDocIdAndType:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
HibernateDocumentNoteDAO.findByDocIdAndTypes ( long docId, String fileVersion, Collection<String> types ) : List<DocumentNote>
com/logicaldoc/core/document/HibernateDocumentNoteDAO.findByDocIdAndTypes:(JLjava/lang/String;Ljava/util/Collection;)Ljava/util/List;
HibernateDocumentNoteDAO.findByUserId ( long userId ) : List<DocumentNote>
com/logicaldoc/core/document/HibernateDocumentNoteDAO.findByUserId:(J)Ljava/util/List;
HibernateDocumentNoteDAO.HibernateDocumentNoteDAO ( )
com/logicaldoc/core/document/HibernateDocumentNoteDAO."<init>":()V
HibernateDocumentNoteDAO.store ( DocumentNote note ) : void
com/logicaldoc/core/document/HibernateDocumentNoteDAO.store:(Lcom/logicaldoc/core/document/DocumentNote;)V
HibernateDocumentNoteDAO.store ( DocumentNote note, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentNoteDAO.store:(Lcom/logicaldoc/core/document/DocumentNote;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentNoteDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateDocumentNoteDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateFolderDAO.class
package com.logicaldoc.core.folder
HibernateFolderDAO.applySecurityToTree ( long rootId, FolderHistory transaction ) : void
com/logicaldoc/core/folder/HibernateFolderDAO.applySecurityToTree:(JLcom/logicaldoc/core/folder/FolderHistory;)V
HibernateFolderDAO.getUserDAO ( ) : UserDAO
com/logicaldoc/core/folder/HibernateFolderDAO.getUserDAO:()Lcom/logicaldoc/core/security/user/UserDAO;
HibernateFolderDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/folder/HibernateFolderDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateGroupDAO.class
package com.logicaldoc.core.security.user
HibernateGroupDAO.count ( ) : int
com/logicaldoc/core/security/user/HibernateGroupDAO.count:()I
HibernateGroupDAO.delete ( long groupId, int code ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.delete:(JI)V
HibernateGroupDAO.exists ( String groupname, long tenantId ) : boolean
com/logicaldoc/core/security/user/HibernateGroupDAO.exists:(Ljava/lang/String;J)Z
HibernateGroupDAO.findAllGroupNames ( long tenantId ) : Collection<String>
com/logicaldoc/core/security/user/HibernateGroupDAO.findAllGroupNames:(J)Ljava/util/Collection;
HibernateGroupDAO.findByLikeName ( String name, long tenantId ) : Collection<Group>
com/logicaldoc/core/security/user/HibernateGroupDAO.findByLikeName:(Ljava/lang/String;J)Ljava/util/Collection;
HibernateGroupDAO.findByName ( String name, long tenantId ) : Group
com/logicaldoc/core/security/user/HibernateGroupDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/security/user/Group;
HibernateGroupDAO.fixGuestPermissions ( Group group ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.fixGuestPermissions:(Lcom/logicaldoc/core/security/user/Group;)V
HibernateGroupDAO.getMenuDAO ( ) : MenuDAO
com/logicaldoc/core/security/user/HibernateGroupDAO.getMenuDAO:()Lcom/logicaldoc/core/security/menu/MenuDAO;
HibernateGroupDAO.inheritACLs ( Group group, long parentGroupId ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.inheritACLs:(Lcom/logicaldoc/core/security/user/Group;J)V
HibernateGroupDAO.initialize ( Group group ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.initialize:(Lcom/logicaldoc/core/security/user/Group;)V
HibernateGroupDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateGroupDAO.insert ( Group group, long parentGroupId ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.insert:(Lcom/logicaldoc/core/security/user/Group;J)V
HibernateGroupDAO.setMenuDAO ( MenuDAO menuDAO ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.setMenuDAO:(Lcom/logicaldoc/core/security/menu/MenuDAO;)V
HibernateGroupDAO.store ( Group group ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.store:(Lcom/logicaldoc/core/security/user/Group;)V
HibernateGroupDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateMenuDAO.class
package com.logicaldoc.core.security.menu
HibernateMenuDAO.computePathExtended ( long menuId ) : String
com/logicaldoc/core/security/menu/HibernateMenuDAO.computePathExtended:(J)Ljava/lang/String;
HibernateMenuDAO.createPath ( long parentId, long tenantId, int type, String path, boolean inheritSecurity ) : Menu
com/logicaldoc/core/security/menu/HibernateMenuDAO.createPath:(JJILjava/lang/String;Z)Lcom/logicaldoc/core/security/menu/Menu;
HibernateMenuDAO.delete ( long menuId, int code ) : void
com/logicaldoc/core/security/menu/HibernateMenuDAO.delete:(JI)V
HibernateMenuDAO.deleteAll ( Collection<Menu> menus ) : void
com/logicaldoc/core/security/menu/HibernateMenuDAO.deleteAll:(Ljava/util/Collection;)V
HibernateMenuDAO.findByGroupId ( long groupId ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByGroupId:(J)Ljava/util/List;
HibernateMenuDAO.findByName ( Menu parent, String name, boolean caseSensitive ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByName:(Lcom/logicaldoc/core/security/menu/Menu;Ljava/lang/String;Z)Ljava/util/List;
HibernateMenuDAO.findByName ( String name ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
HibernateMenuDAO.findByNameAndParentId ( String name, long parentId ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByNameAndParentId:(Ljava/lang/String;J)Ljava/util/List;
HibernateMenuDAO.findByParentId ( long parentId, boolean enaledOnly ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByParentId:(JZ)Ljava/util/List;
HibernateMenuDAO.findByUserId ( long userId ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByUserId:(J)Ljava/util/List;
HibernateMenuDAO.findByUserId ( long userId, long parentId, boolean enabledOnly ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByUserId:(JJZ)Ljava/util/List;
HibernateMenuDAO.findByUserId ( long userId, long parentId, Integer type, boolean enabledOnly ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByUserId:(JJLjava/lang/Integer;Z)Ljava/util/List;
HibernateMenuDAO.findChildren ( long parentId, Integer max ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findChildren:(JLjava/lang/Integer;)Ljava/util/List;
HibernateMenuDAO.findChildren ( long parentId, long userId ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findChildren:(JJ)Ljava/util/List;
HibernateMenuDAO.findIdByUserId ( long userId, long parentId ) : List<Long>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findIdByUserId:(JJ)Ljava/util/List;
HibernateMenuDAO.findIdByUserId ( long userId, long parentId, Integer type ) : List<Long>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findIdByUserId:(JJLjava/lang/Integer;)Ljava/util/List;
HibernateMenuDAO.findMenuIdByUserId ( long userId, boolean enabledOnly ) : List<Long>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findMenuIdByUserId:(JZ)Ljava/util/List;
HibernateMenuDAO.findMenuIdByUserIdAndPermission ( long userId, Permission permission, boolean enabledOnly ) : List<Long>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findMenuIdByUserIdAndPermission:(JLcom/logicaldoc/core/security/Permission;Z)Ljava/util/List;
HibernateMenuDAO.findNameById ( long menuId ) : String
com/logicaldoc/core/security/menu/HibernateMenuDAO.findNameById:(J)Ljava/lang/String;
HibernateMenuDAO.findParents ( long menuId ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findParents:(J)Ljava/util/List;
HibernateMenuDAO.getUserDAO ( ) : UserDAO
com/logicaldoc/core/security/menu/HibernateMenuDAO.getUserDAO:()Lcom/logicaldoc/core/security/user/UserDAO;
HibernateMenuDAO.hasWriteAccess ( Menu menu, long userId ) : boolean
com/logicaldoc/core/security/menu/HibernateMenuDAO.hasWriteAccess:(Lcom/logicaldoc/core/security/menu/Menu;J)Z
HibernateMenuDAO.HibernateMenuDAO ( )
com/logicaldoc/core/security/menu/HibernateMenuDAO."<init>":()V
HibernateMenuDAO.isMenuWriteable ( long menuId, long userId ) : int
com/logicaldoc/core/security/menu/HibernateMenuDAO.isMenuWriteable:(JJ)I
HibernateMenuDAO.isReadEnable ( long menuId, long userId ) : boolean
com/logicaldoc/core/security/menu/HibernateMenuDAO.isReadEnable:(JJ)Z
HibernateMenuDAO.isWriteEnable ( long menuId, long userId ) : boolean
com/logicaldoc/core/security/menu/HibernateMenuDAO.isWriteEnable:(JJ)Z
HibernateMenuDAO.restore ( long menuId, boolean parents ) : void
com/logicaldoc/core/security/menu/HibernateMenuDAO.restore:(JZ)V
HibernateMenuDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/menu/HibernateMenuDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
HibernateMenuDAO.store ( Menu menu ) : void
com/logicaldoc/core/security/menu/HibernateMenuDAO.store:(Lcom/logicaldoc/core/security/menu/Menu;)V
HibernateMenuDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/menu/HibernateMenuDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernatePasswordHistoryDAO.class
package com.logicaldoc.core.security.user
HibernatePasswordHistoryDAO.cleanOldHistories ( long userId, int retain ) : void
com/logicaldoc/core/security/user/HibernatePasswordHistoryDAO.cleanOldHistories:(JI)V
HibernatePasswordHistoryDAO.findByUserId ( long userId, Integer max ) : List<PasswordHistory>
com/logicaldoc/core/security/user/HibernatePasswordHistoryDAO.findByUserId:(JLjava/lang/Integer;)Ljava/util/List;
HibernatePasswordHistoryDAO.findByUserIdAndPassword ( long userId, String password, int max ) : PasswordHistory
com/logicaldoc/core/security/user/HibernatePasswordHistoryDAO.findByUserIdAndPassword:(JLjava/lang/String;I)Lcom/logicaldoc/core/security/user/PasswordHistory;
logicaldoc-core-8.9.1-plugin.jar,
HibernateRatingDAO.class
package com.logicaldoc.core.document
HibernateRatingDAO.delete ( long id, int code ) : void
com/logicaldoc/core/document/HibernateRatingDAO.delete:(JI)V
HibernateRatingDAO.findByDocId ( long docId ) : List<Rating>
com/logicaldoc/core/document/HibernateRatingDAO.findByDocId:(J)Ljava/util/List;
HibernateRatingDAO.findByDocIdAndUserId ( long docId, long userId ) : Rating
com/logicaldoc/core/document/HibernateRatingDAO.findByDocIdAndUserId:(JJ)Lcom/logicaldoc/core/document/Rating;
HibernateRatingDAO.findVotesByDocId ( long docId ) : Rating
com/logicaldoc/core/document/HibernateRatingDAO.findVotesByDocId:(J)Lcom/logicaldoc/core/document/Rating;
HibernateRatingDAO.HibernateRatingDAO ( )
com/logicaldoc/core/document/HibernateRatingDAO."<init>":()V
HibernateRatingDAO.store ( Rating rating, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateRatingDAO.store:(Lcom/logicaldoc/core/document/Rating;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateRatingDAO.updateDocumentRating ( long docId, DocumentHistory transaction ) : int
com/logicaldoc/core/document/HibernateRatingDAO.updateDocumentRating:(JLcom/logicaldoc/core/document/DocumentHistory;)I
logicaldoc-core-8.9.1-plugin.jar,
HibernateSessionDAO.class
package com.logicaldoc.core.security
HibernateSessionDAO.cleanOldSessions ( int ttl ) : void
com/logicaldoc/core/security/HibernateSessionDAO.cleanOldSessions:(I)V
HibernateSessionDAO.countSessions ( Long tenantId, Integer status ) : int
com/logicaldoc/core/security/HibernateSessionDAO.countSessions:(Ljava/lang/Long;Ljava/lang/Integer;)I
HibernateSessionDAO.deleteCurrentNodeSessions ( ) : void
com/logicaldoc/core/security/HibernateSessionDAO.deleteCurrentNodeSessions:()V
HibernateSessionDAO.findByNode ( String node ) : List<Session>
com/logicaldoc/core/security/HibernateSessionDAO.findByNode:(Ljava/lang/String;)Ljava/util/List;
HibernateSessionDAO.findBySid ( String sid ) : Session
com/logicaldoc/core/security/HibernateSessionDAO.findBySid:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Session;
HibernateSessionDAO.HibernateSessionDAO ( )
com/logicaldoc/core/security/HibernateSessionDAO."<init>":()V
HibernateSessionDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/HibernateSessionDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateSessionDAO.initialize ( Session session ) : void
com/logicaldoc/core/security/HibernateSessionDAO.initialize:(Lcom/logicaldoc/core/security/Session;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateTemplateDAO.class
package com.logicaldoc.core.metadata
HibernateTemplateDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/metadata/HibernateTemplateDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateTicketDAO.class
package com.logicaldoc.core.ticket
HibernateTicketDAO.getDocumentDAO ( ) : DocumentDAO
com/logicaldoc/core/ticket/HibernateTicketDAO.getDocumentDAO:()Lcom/logicaldoc/core/document/DocumentDAO;
HibernateTicketDAO.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/ticket/HibernateTicketDAO.setDocumentDAO:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateUserDAO.class
package com.logicaldoc.core.security.user
HibernateUserDAO.count ( Long tenantId ) : int
com/logicaldoc/core/security/user/HibernateUserDAO.count:(Ljava/lang/Long;)I
HibernateUserDAO.countGuests ( Long tenantId ) : int
com/logicaldoc/core/security/user/HibernateUserDAO.countGuests:(Ljava/lang/Long;)I
HibernateUserDAO.delete ( long userId, int code ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.delete:(JI)V
HibernateUserDAO.delete ( long userId, UserHistory transaction ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.delete:(JLcom/logicaldoc/core/security/user/UserHistory;)V
HibernateUserDAO.findAdminUser ( String tenantName ) : User
com/logicaldoc/core/security/user/HibernateUserDAO.findAdminUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
HibernateUserDAO.findByGroup ( long groupId ) : Set<User>
com/logicaldoc/core/security/user/HibernateUserDAO.findByGroup:(J)Ljava/util/Set;
HibernateUserDAO.findById ( long id ) : User
com/logicaldoc/core/security/user/HibernateUserDAO.findById:(J)Lcom/logicaldoc/core/security/user/User;
HibernateUserDAO.findById ( long p1 ) : PersistentObject
com/logicaldoc/core/security/user/HibernateUserDAO.findById:(J)Lcom/logicaldoc/core/PersistentObject;
HibernateUserDAO.findByLikeUsername ( String username ) : List<User>
com/logicaldoc/core/security/user/HibernateUserDAO.findByLikeUsername:(Ljava/lang/String;)Ljava/util/List;
HibernateUserDAO.findByName ( String name ) : List<User>
com/logicaldoc/core/security/user/HibernateUserDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
HibernateUserDAO.findByUsername ( String username ) : User
com/logicaldoc/core/security/user/HibernateUserDAO.findByUsername:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
HibernateUserDAO.findByUsernameAndName ( String username, String name ) : List<User>
com/logicaldoc/core/security/user/HibernateUserDAO.findByUsernameAndName:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
HibernateUserDAO.findByUsernameIgnoreCase ( String username ) : User
com/logicaldoc/core/security/user/HibernateUserDAO.findByUsernameIgnoreCase:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
HibernateUserDAO.findUserSettings ( long userId, String namePrefix ) : Map<String,Generic>
com/logicaldoc/core/security/user/HibernateUserDAO.findUserSettings:(JLjava/lang/String;)Ljava/util/Map;
HibernateUserDAO.getUser ( String username ) : User
com/logicaldoc/core/security/user/HibernateUserDAO.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
HibernateUserDAO.getUserHistoryDAO ( ) : UserHistoryDAO
com/logicaldoc/core/security/user/HibernateUserDAO.getUserHistoryDAO:()Lcom/logicaldoc/core/security/user/UserHistoryDAO;
HibernateUserDAO.getUserListenerManager ( ) : UserListenerManager
com/logicaldoc/core/security/user/HibernateUserDAO.getUserListenerManager:()Lcom/logicaldoc/core/security/user/UserListenerManager;
HibernateUserDAO.ignoreCaseLogin ( ) [static] : boolean
com/logicaldoc/core/security/user/HibernateUserDAO.ignoreCaseLogin:()Z
HibernateUserDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateUserDAO.initialize ( User user ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.initialize:(Lcom/logicaldoc/core/security/user/User;)V
HibernateUserDAO.isInactive ( String username ) : boolean
com/logicaldoc/core/security/user/HibernateUserDAO.isInactive:(Ljava/lang/String;)Z
HibernateUserDAO.isPasswordExpired ( String username ) : boolean
com/logicaldoc/core/security/user/HibernateUserDAO.isPasswordExpired:(Ljava/lang/String;)Z
HibernateUserDAO.setConfig ( ContextProperties config ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
HibernateUserDAO.setGenericDAO ( GenericDAO genericDAO ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.setGenericDAO:(Lcom/logicaldoc/core/generic/GenericDAO;)V
HibernateUserDAO.setPasswordHistoryDAO ( PasswordHistoryDAO passwordHistoryDAO ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.setPasswordHistoryDAO:(Lcom/logicaldoc/core/security/user/PasswordHistoryDAO;)V
HibernateUserDAO.setUserHistoryDAO ( UserHistoryDAO userHistoryDAO ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.setUserHistoryDAO:(Lcom/logicaldoc/core/security/user/UserHistoryDAO;)V
HibernateUserDAO.setUserListenerManager ( UserListenerManager userListenerManager ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.setUserListenerManager:(Lcom/logicaldoc/core/security/user/UserListenerManager;)V
HibernateUserDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateUserDAO.store ( User user ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.store:(Lcom/logicaldoc/core/security/user/User;)V
HibernateUserDAO.store ( User user, UserHistory transaction ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.store:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateUserHistoryDAO.class
package com.logicaldoc.core.security.user
HibernateUserHistoryDAO.cleanOldHistories ( int ttl ) : void
com/logicaldoc/core/security/user/HibernateUserHistoryDAO.cleanOldHistories:(I)V
HibernateUserHistoryDAO.createUserHistory ( User user, String eventType, String comment, String sessionId, Client client ) : UserHistory
com/logicaldoc/core/security/user/HibernateUserHistoryDAO.createUserHistory:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/UserHistory;
HibernateUserHistoryDAO.findByUserId ( long userId ) : List<UserHistory>
com/logicaldoc/core/security/user/HibernateUserHistoryDAO.findByUserId:(J)Ljava/util/List;
HibernateUserHistoryDAO.findByUserIdAndEvent ( long userId, String event ) : List<UserHistory>
com/logicaldoc/core/security/user/HibernateUserHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
HibernateUserHistoryDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/HibernateUserHistoryDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateUserHistoryDAO.store ( UserHistory history ) : void
com/logicaldoc/core/security/user/HibernateUserHistoryDAO.store:(Lcom/logicaldoc/core/security/user/UserHistory;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateVersionDAO.class
package com.logicaldoc.core.document
HibernateVersionDAO.delete ( long versionId, int delCode ) : void
com/logicaldoc/core/document/HibernateVersionDAO.delete:(JI)V
HibernateVersionDAO.deleteVersion ( Version versionToDelete, int delCode ) : void
com/logicaldoc/core/document/HibernateVersionDAO.deleteVersion:(Lcom/logicaldoc/core/document/Version;I)V
HibernateVersionDAO.findByDocId ( long docId ) : List<Version>
com/logicaldoc/core/document/HibernateVersionDAO.findByDocId:(J)Ljava/util/List;
HibernateVersionDAO.findByFileVersion ( long docId, String fileVersion ) : Version
com/logicaldoc/core/document/HibernateVersionDAO.findByFileVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
HibernateVersionDAO.findByVersion ( long docId, String version ) : Version
com/logicaldoc/core/document/HibernateVersionDAO.findByVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
HibernateVersionDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateVersionDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateVersionDAO.initialize ( Version version ) : void
com/logicaldoc/core/document/HibernateVersionDAO.initialize:(Lcom/logicaldoc/core/document/Version;)V
HibernateVersionDAO.setFolderDAO ( FolderDAO folderDAO ) : void
com/logicaldoc/core/document/HibernateVersionDAO.setFolderDAO:(Lcom/logicaldoc/core/folder/FolderDAO;)V
HibernateVersionDAO.setStorer ( Storer storer ) : void
com/logicaldoc/core/document/HibernateVersionDAO.setStorer:(Lcom/logicaldoc/core/store/Storer;)V
HibernateVersionDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateVersionDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateVersionDAO.store ( Version version ) : void
com/logicaldoc/core/document/HibernateVersionDAO.store:(Lcom/logicaldoc/core/document/Version;)V
HibernateVersionDAO.updateDigest ( Version version ) : void
com/logicaldoc/core/document/HibernateVersionDAO.updateDigest:(Lcom/logicaldoc/core/document/Version;)V
logicaldoc-core-8.9.1-plugin.jar,
History.class
package com.logicaldoc.core
History.getUser ( ) : User
com/logicaldoc/core/History.getUser:()Lcom/logicaldoc/core/security/user/User;
History.setUser ( User user ) : void
com/logicaldoc/core/History.setUser:(Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-core-8.9.1-plugin.jar,
ImageUtil.class
package com.logicaldoc.core.imaging
ImageUtil.generateTransparentSinglePixelPng ( ) [static] : BufferedImage
com/logicaldoc/core/imaging/ImageUtil.generateTransparentSinglePixelPng:()Ljava/awt/image/BufferedImage;
ImageUtil.getImageBytes ( BufferedImage image ) [static] : byte[ ]
com/logicaldoc/core/imaging/ImageUtil.getImageBytes:(Ljava/awt/image/BufferedImage;)[B
logicaldoc-core-8.9.1-plugin.jar,
IndexerTask.class
package com.logicaldoc.core.searchengine
IndexerTask.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/searchengine/IndexerTask.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
IndexerTask.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/core/searchengine/IndexerTask.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
IndexOptimizer.class
package com.logicaldoc.core.searchengine
IndexOptimizer.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/searchengine/IndexOptimizer.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
LanguageManager.class
package com.logicaldoc.core.i18n
LanguageManager.getActiveLanguages ( String tenantName ) : List<Language>
com/logicaldoc/core/i18n/LanguageManager.getActiveLanguages:(Ljava/lang/String;)Ljava/util/List;
LanguageManager.getLanguages ( ) : List<Language>
com/logicaldoc/core/i18n/LanguageManager.getLanguages:()Ljava/util/List;
logicaldoc-core-8.9.1-plugin.jar,
Menu.class
package com.logicaldoc.core.security.menu
Menu.compareTo ( Menu o ) : int
com/logicaldoc/core/security/menu/Menu.compareTo:(Lcom/logicaldoc/core/security/menu/Menu;)I
Menu.compareTo ( Object p1 ) : int
com/logicaldoc/core/security/menu/Menu.compareTo:(Ljava/lang/Object;)I
Menu.equals ( Object obj ) : boolean
com/logicaldoc/core/security/menu/Menu.equals:(Ljava/lang/Object;)Z
Menu.getAutomation ( ) : String
com/logicaldoc/core/security/menu/Menu.getAutomation:()Ljava/lang/String;
Menu.getDescription ( ) : String
com/logicaldoc/core/security/menu/Menu.getDescription:()Ljava/lang/String;
Menu.getEnabled ( ) : int
com/logicaldoc/core/security/menu/Menu.getEnabled:()I
Menu.getIcon ( ) : String
com/logicaldoc/core/security/menu/Menu.getIcon:()Ljava/lang/String;
Menu.getName ( ) : String
com/logicaldoc/core/security/menu/Menu.getName:()Ljava/lang/String;
Menu.getParentId ( ) : long
com/logicaldoc/core/security/menu/Menu.getParentId:()J
Menu.getPosition ( ) : int
com/logicaldoc/core/security/menu/Menu.getPosition:()I
Menu.getRoutineId ( ) : Long
com/logicaldoc/core/security/menu/Menu.getRoutineId:()Ljava/lang/Long;
Menu.getType ( ) : int
com/logicaldoc/core/security/menu/Menu.getType:()I
Menu.hashCode ( ) : int
com/logicaldoc/core/security/menu/Menu.hashCode:()I
Menu.Menu ( )
com/logicaldoc/core/security/menu/Menu."<init>":()V
Menu.setAutomation ( String automation ) : void
com/logicaldoc/core/security/menu/Menu.setAutomation:(Ljava/lang/String;)V
Menu.setDescription ( String description ) : void
com/logicaldoc/core/security/menu/Menu.setDescription:(Ljava/lang/String;)V
Menu.setEnabled ( int enabled ) : void
com/logicaldoc/core/security/menu/Menu.setEnabled:(I)V
Menu.setIcon ( String icon ) : void
com/logicaldoc/core/security/menu/Menu.setIcon:(Ljava/lang/String;)V
Menu.setName ( String name ) : void
com/logicaldoc/core/security/menu/Menu.setName:(Ljava/lang/String;)V
Menu.setParentId ( long parentId ) : void
com/logicaldoc/core/security/menu/Menu.setParentId:(J)V
Menu.setPosition ( int position ) : void
com/logicaldoc/core/security/menu/Menu.setPosition:(I)V
Menu.setRoutineId ( Long routineId ) : void
com/logicaldoc/core/security/menu/Menu.setRoutineId:(Ljava/lang/Long;)V
Menu.setType ( int type ) : void
com/logicaldoc/core/security/menu/Menu.setType:(I)V
logicaldoc-core-8.9.1-plugin.jar,
MenuDAO.class
package com.logicaldoc.core.security.menu
MenuDAO.computePathExtended ( long p1 ) [abstract] : String
com/logicaldoc/core/security/menu/MenuDAO.computePathExtended:(J)Ljava/lang/String;
MenuDAO.createPath ( long p1, long p2, int p3, String p4, boolean p5 ) [abstract] : Menu
com/logicaldoc/core/security/menu/MenuDAO.createPath:(JJILjava/lang/String;Z)Lcom/logicaldoc/core/security/menu/Menu;
MenuDAO.findByGroupId ( long p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByGroupId:(J)Ljava/util/List;
MenuDAO.findByName ( Menu p1, String p2, boolean p3 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByName:(Lcom/logicaldoc/core/security/menu/Menu;Ljava/lang/String;Z)Ljava/util/List;
MenuDAO.findByName ( String p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
MenuDAO.findByNameAndParentId ( String p1, long p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByNameAndParentId:(Ljava/lang/String;J)Ljava/util/List;
MenuDAO.findByParentId ( long p1, boolean p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByParentId:(JZ)Ljava/util/List;
MenuDAO.findByUserId ( long p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByUserId:(J)Ljava/util/List;
MenuDAO.findByUserId ( long p1, long p2, boolean p3 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByUserId:(JJZ)Ljava/util/List;
MenuDAO.findChildren ( long p1, Integer p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findChildren:(JLjava/lang/Integer;)Ljava/util/List;
MenuDAO.findChildren ( long p1, long p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findChildren:(JJ)Ljava/util/List;
MenuDAO.findIdByUserId ( long p1, long p2 ) [abstract] : List<Long>
com/logicaldoc/core/security/menu/MenuDAO.findIdByUserId:(JJ)Ljava/util/List;
MenuDAO.findMenuIdByUserId ( long p1, boolean p2 ) [abstract] : List<Long>
com/logicaldoc/core/security/menu/MenuDAO.findMenuIdByUserId:(JZ)Ljava/util/List;
MenuDAO.findMenuIdByUserIdAndPermission ( long p1, Permission p2, boolean p3 ) [abstract] : List<Long>
com/logicaldoc/core/security/menu/MenuDAO.findMenuIdByUserIdAndPermission:(JLcom/logicaldoc/core/security/Permission;Z)Ljava/util/List;
MenuDAO.findNameById ( long p1 ) [abstract] : String
com/logicaldoc/core/security/menu/MenuDAO.findNameById:(J)Ljava/lang/String;
MenuDAO.findParents ( long p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findParents:(J)Ljava/util/List;
MenuDAO.hasWriteAccess ( Menu p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/menu/MenuDAO.hasWriteAccess:(Lcom/logicaldoc/core/security/menu/Menu;J)Z
MenuDAO.isMenuWriteable ( long p1, long p2 ) [abstract] : int
com/logicaldoc/core/security/menu/MenuDAO.isMenuWriteable:(JJ)I
MenuDAO.isReadEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/menu/MenuDAO.isReadEnable:(JJ)Z
MenuDAO.isWriteEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/menu/MenuDAO.isWriteEnable:(JJ)Z
MenuDAO.restore ( long p1, boolean p2 ) [abstract] : void
com/logicaldoc/core/security/menu/MenuDAO.restore:(JZ)V
logicaldoc-core-8.9.1-plugin.jar,
PasswordHistory.class
package com.logicaldoc.core.security.user
PasswordHistory.compareTo ( Object p1 ) : int
com/logicaldoc/core/security/user/PasswordHistory.compareTo:(Ljava/lang/Object;)I
PasswordHistory.compareTo ( PasswordHistory other ) : int
com/logicaldoc/core/security/user/PasswordHistory.compareTo:(Lcom/logicaldoc/core/security/user/PasswordHistory;)I
PasswordHistory.equals ( Object obj ) : boolean
com/logicaldoc/core/security/user/PasswordHistory.equals:(Ljava/lang/Object;)Z
PasswordHistory.getDate ( ) : Date
com/logicaldoc/core/security/user/PasswordHistory.getDate:()Ljava/util/Date;
PasswordHistory.getPassword ( ) : String
com/logicaldoc/core/security/user/PasswordHistory.getPassword:()Ljava/lang/String;
PasswordHistory.getUserId ( ) : long
com/logicaldoc/core/security/user/PasswordHistory.getUserId:()J
PasswordHistory.PasswordHistory ( )
com/logicaldoc/core/security/user/PasswordHistory."<init>":()V
PasswordHistory.setDate ( Date date ) : void
com/logicaldoc/core/security/user/PasswordHistory.setDate:(Ljava/util/Date;)V
PasswordHistory.setPassword ( String password ) : void
com/logicaldoc/core/security/user/PasswordHistory.setPassword:(Ljava/lang/String;)V
PasswordHistory.setUserId ( long userId ) : void
com/logicaldoc/core/security/user/PasswordHistory.setUserId:(J)V
logicaldoc-core-8.9.1-plugin.jar,
PasswordHistoryDAO.class
package com.logicaldoc.core.security.user
PasswordHistoryDAO.cleanOldHistories ( long p1, int p2 ) [abstract] : void
com/logicaldoc/core/security/user/PasswordHistoryDAO.cleanOldHistories:(JI)V
PasswordHistoryDAO.findByUserId ( long p1, Integer p2 ) [abstract] : List<PasswordHistory>
com/logicaldoc/core/security/user/PasswordHistoryDAO.findByUserId:(JLjava/lang/Integer;)Ljava/util/List;
PasswordHistoryDAO.findByUserIdAndPassword ( long p1, String p2, int p3 ) [abstract] : PasswordHistory
com/logicaldoc/core/security/user/PasswordHistoryDAO.findByUserIdAndPassword:(JLjava/lang/String;I)Lcom/logicaldoc/core/security/user/PasswordHistory;
logicaldoc-core-8.9.1-plugin.jar,
Permission.class
package com.logicaldoc.core.security
Permission.match ( String... names ) [static] : Set<Permission>
com/logicaldoc/core/security/Permission.match:([Ljava/lang/String;)Ljava/util/Set;
logicaldoc-core-8.9.1-plugin.jar,
PluginDbInit.class
package com.logicaldoc.core.dbinit
PluginDbInit.init ( Set<String> ids ) : void
com/logicaldoc/core/dbinit/PluginDbInit.init:(Ljava/util/Set;)V
logicaldoc-core-8.9.1-plugin.jar,
RatingDAO.class
package com.logicaldoc.core.document
RatingDAO.findByDocId ( long p1 ) [abstract] : List<Rating>
com/logicaldoc/core/document/RatingDAO.findByDocId:(J)Ljava/util/List;
RatingDAO.findByDocIdAndUserId ( long p1, long p2 ) [abstract] : Rating
com/logicaldoc/core/document/RatingDAO.findByDocIdAndUserId:(JJ)Lcom/logicaldoc/core/document/Rating;
RatingDAO.findVotesByDocId ( long p1 ) [abstract] : Rating
com/logicaldoc/core/document/RatingDAO.findVotesByDocId:(J)Lcom/logicaldoc/core/document/Rating;
RatingDAO.store ( Rating p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/RatingDAO.store:(Lcom/logicaldoc/core/document/Rating;Lcom/logicaldoc/core/document/DocumentHistory;)V
RatingDAO.updateDocumentRating ( long p1, DocumentHistory p2 ) [abstract] : int
com/logicaldoc/core/document/RatingDAO.updateDocumentRating:(JLcom/logicaldoc/core/document/DocumentHistory;)I
logicaldoc-core-8.9.1-plugin.jar,
Search.class
package com.logicaldoc.core.searchengine
Search.getAccessibleFolderIds ( ) : Collection<Long>
com/logicaldoc/core/searchengine/Search.getAccessibleFolderIds:()Ljava/util/Collection;
Search.getDeniedDocIds ( List<Hit> hits, Collection<Long> accessibleFolderIds ) : Set<Long>
com/logicaldoc/core/searchengine/Search.getDeniedDocIds:(Ljava/util/List;Ljava/util/Collection;)Ljava/util/Set;
logicaldoc-core-8.9.1-plugin.jar,
SearchEngine.class
package com.logicaldoc.core.searchengine
SearchEngine.search ( String p1, Set<String> p2, String p3, Integer p4 ) [abstract] : Hits
com/logicaldoc/core/searchengine/SearchEngine.search:(Ljava/lang/String;Ljava/util/Set;Ljava/lang/String;Ljava/lang/Integer;)Lcom/logicaldoc/core/searchengine/Hits;
logicaldoc-core-8.9.1-plugin.jar,
SearchTool.class
package com.logicaldoc.core.automation
SearchTool.search ( long tenantId, String expression, Set<String> filters, String expressionLanguage ) : List<Hit>
com/logicaldoc/core/automation/SearchTool.search:(JLjava/lang/String;Ljava/util/Set;Ljava/lang/String;)Ljava/util/List;
logicaldoc-core-8.9.1-plugin.jar,
Securable.class
package com.logicaldoc.core.security
Securable.addAccessControlEntry ( AccessControlEntry p1 ) [abstract] : void
com/logicaldoc/core/security/Securable.addAccessControlEntry:(Lcom/logicaldoc/core/security/AccessControlEntry;)V
Securable.getAccessControlEntry ( long p1 ) [abstract] : AccessControlEntry
com/logicaldoc/core/security/Securable.getAccessControlEntry:(J)Lcom/logicaldoc/core/security/AccessControlEntry;
Securable.getAccessControlList ( ) [abstract] : Set<AccessControlEntry>
com/logicaldoc/core/security/Securable.getAccessControlList:()Ljava/util/Set;
Securable.setAccessControlList ( Set<AccessControlEntry> p1 ) [abstract] : void
com/logicaldoc/core/security/Securable.setAccessControlList:(Ljava/util/Set;)V
logicaldoc-core-8.9.1-plugin.jar,
SecurableExtensibleObject.class
package com.logicaldoc.core.security
SecurableExtensibleObject.addAccessControlEntry ( AccessControlEntry ace ) : void
com/logicaldoc/core/security/SecurableExtensibleObject.addAccessControlEntry:(Lcom/logicaldoc/core/security/AccessControlEntry;)V
SecurableExtensibleObject.equals ( Object obj ) : boolean
com/logicaldoc/core/security/SecurableExtensibleObject.equals:(Ljava/lang/Object;)Z
SecurableExtensibleObject.getAccessControlEntry ( long groupId ) : AccessControlEntry
com/logicaldoc/core/security/SecurableExtensibleObject.getAccessControlEntry:(J)Lcom/logicaldoc/core/security/AccessControlEntry;
SecurableExtensibleObject.getAccessControlList ( ) : Set<AccessControlEntry>
com/logicaldoc/core/security/SecurableExtensibleObject.getAccessControlList:()Ljava/util/Set;
SecurableExtensibleObject.hashCode ( ) : int
com/logicaldoc/core/security/SecurableExtensibleObject.hashCode:()I
SecurableExtensibleObject.SecurableExtensibleObject ( )
com/logicaldoc/core/security/SecurableExtensibleObject."<init>":()V
SecurableExtensibleObject.setAccessControlList ( Set<AccessControlEntry> acl ) : void
com/logicaldoc/core/security/SecurableExtensibleObject.setAccessControlList:(Ljava/util/Set;)V
logicaldoc-core-8.9.1-plugin.jar,
SecurablePersistentObject.class
package com.logicaldoc.core.security
SecurablePersistentObject.addAccessControlEntry ( AccessControlEntry ace ) : void
com/logicaldoc/core/security/SecurablePersistentObject.addAccessControlEntry:(Lcom/logicaldoc/core/security/AccessControlEntry;)V
SecurablePersistentObject.equals ( Object obj ) : boolean
com/logicaldoc/core/security/SecurablePersistentObject.equals:(Ljava/lang/Object;)Z
SecurablePersistentObject.getAccessControlEntry ( long groupId ) : AccessControlEntry
com/logicaldoc/core/security/SecurablePersistentObject.getAccessControlEntry:(J)Lcom/logicaldoc/core/security/AccessControlEntry;
SecurablePersistentObject.getAccessControlList ( ) : Set<AccessControlEntry>
com/logicaldoc/core/security/SecurablePersistentObject.getAccessControlList:()Ljava/util/Set;
SecurablePersistentObject.hashCode ( ) : int
com/logicaldoc/core/security/SecurablePersistentObject.hashCode:()I
SecurablePersistentObject.SecurablePersistentObject ( )
com/logicaldoc/core/security/SecurablePersistentObject."<init>":()V
SecurablePersistentObject.setAccessControlList ( Set<AccessControlEntry> acl ) : void
com/logicaldoc/core/security/SecurablePersistentObject.setAccessControlList:(Ljava/util/Set;)V
logicaldoc-core-8.9.1-plugin.jar,
SecurityTool.class
package com.logicaldoc.core.automation
SecurityTool.getUser ( long userId ) : User
com/logicaldoc/core/automation/SecurityTool.getUser:(J)Lcom/logicaldoc/core/security/user/User;
SecurityTool.getUser ( String username ) : User
com/logicaldoc/core/automation/SecurityTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-core-8.9.1-plugin.jar,
Session.class
package com.logicaldoc.core.security
Session.getUser ( ) : User
com/logicaldoc/core/security/Session.getUser:()Lcom/logicaldoc/core/security/user/User;
logicaldoc-core-8.9.1-plugin.jar,
SessionDAO.class
package com.logicaldoc.core.security
SessionDAO.cleanOldSessions ( int p1 ) [abstract] : void
com/logicaldoc/core/security/SessionDAO.cleanOldSessions:(I)V
SessionDAO.countSessions ( Long p1, Integer p2 ) [abstract] : int
com/logicaldoc/core/security/SessionDAO.countSessions:(Ljava/lang/Long;Ljava/lang/Integer;)I
SessionDAO.deleteCurrentNodeSessions ( ) [abstract] : void
com/logicaldoc/core/security/SessionDAO.deleteCurrentNodeSessions:()V
SessionDAO.findByNode ( String p1 ) [abstract] : List<Session>
com/logicaldoc/core/security/SessionDAO.findByNode:(Ljava/lang/String;)Ljava/util/List;
SessionDAO.findBySid ( String p1 ) [abstract] : Session
com/logicaldoc/core/security/SessionDAO.findBySid:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Session;
logicaldoc-core-8.9.1-plugin.jar,
SessionManager.class
package com.logicaldoc.core.security
SessionManager.createSession ( User user, Client client ) : Session
com/logicaldoc/core/security/SessionManager.createSession:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/Session;
SessionManager.getSessionDao ( ) : SessionDAO
com/logicaldoc/core/security/SessionManager.getSessionDao:()Lcom/logicaldoc/core/security/SessionDAO;
SessionManager.setSessionDao ( SessionDAO sessionDao ) : void
com/logicaldoc/core/security/SessionManager.setSessionDao:(Lcom/logicaldoc/core/security/SessionDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
StandardSearchEngine.class
package com.logicaldoc.core.searchengine
StandardSearchEngine.prepareSearchQuery ( String expression, Set<String> filters, String expressionLanguage, Integer rows ) : SolrQuery
com/logicaldoc/core/searchengine/StandardSearchEngine.prepareSearchQuery:(Ljava/lang/String;Ljava/util/Set;Ljava/lang/String;Ljava/lang/Integer;)Lorg/apache/solr/client/solrj/SolrQuery;
StandardSearchEngine.search ( String expression, Set<String> filters, String expressionLanguage, Integer rows ) : Hits
com/logicaldoc/core/searchengine/StandardSearchEngine.search:(Ljava/lang/String;Ljava/util/Set;Ljava/lang/String;Ljava/lang/Integer;)Lcom/logicaldoc/core/searchengine/Hits;
StandardSearchEngine.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/searchengine/StandardSearchEngine.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
StandardSearchEngine.setNoteDao ( DocumentNoteDAO noteDao ) : void
com/logicaldoc/core/searchengine/StandardSearchEngine.setNoteDao:(Lcom/logicaldoc/core/document/DocumentNoteDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
StatsCollector.class
package com.logicaldoc.core.stats
StatsCollector.getDocumentDAO ( ) : DocumentDAO
com/logicaldoc/core/stats/StatsCollector.getDocumentDAO:()Lcom/logicaldoc/core/document/DocumentDAO;
StatsCollector.getGroupDAO ( ) : GroupDAO
com/logicaldoc/core/stats/StatsCollector.getGroupDAO:()Lcom/logicaldoc/core/security/user/GroupDAO;
StatsCollector.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/stats/StatsCollector.setDocumentDAO:(Lcom/logicaldoc/core/document/DocumentDAO;)V
StatsCollector.setGroupDAO ( GroupDAO groupDAO ) : void
com/logicaldoc/core/stats/StatsCollector.setGroupDAO:(Lcom/logicaldoc/core/security/user/GroupDAO;)V
StatsCollector.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/core/stats/StatsCollector.setTenantDAO:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
SystemInfo.class
package com.logicaldoc.core
SystemInfo.getFeatures ( ) : Set<String>
com/logicaldoc/core/SystemInfo.getFeatures:()Ljava/util/Set;
SystemInfo.setFeatures ( Set<String> features ) : void
com/logicaldoc/core/SystemInfo.setFeatures:(Ljava/util/Set;)V
logicaldoc-core-8.9.1-plugin.jar,
TagsProcessor.class
package com.logicaldoc.core.document
TagsProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/document/TagsProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
Task.class
package com.logicaldoc.core.task
Task.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/core/task/Task.setUserDao:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
TenantDAO.class
package com.logicaldoc.core.security
TenantDAO.count ( ) [abstract] : int
com/logicaldoc/core/security/TenantDAO.count:()I
TenantDAO.findAllNames ( ) [abstract] : Set<String>
com/logicaldoc/core/security/TenantDAO.findAllNames:()Ljava/util/Set;
TenantDAO.findByName ( String p1 ) [abstract] : Tenant
com/logicaldoc/core/security/TenantDAO.findByName:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Tenant;
TenantDAO.getTenantName ( long p1 ) [abstract] : String
com/logicaldoc/core/security/TenantDAO.getTenantName:(J)Ljava/lang/String;
logicaldoc-core-8.9.1-plugin.jar,
ThumbnailManager.class
package com.logicaldoc.core.document.thumbnail
ThumbnailManager.init ( ) : void
com/logicaldoc/core/document/thumbnail/ThumbnailManager.init:()V
logicaldoc-core-8.9.1-plugin.jar,
UnexistingResourceException.class
package com.logicaldoc.core.security.authorization
UnexistingResourceException.getSecurityObject ( ) : String
com/logicaldoc/core/security/authorization/UnexistingResourceException.getSecurityObject:()Ljava/lang/String;
UnexistingResourceException.getUsername ( ) : String
com/logicaldoc/core/security/authorization/UnexistingResourceException.getUsername:()Ljava/lang/String;
UnexistingResourceException.UnexistingResourceException ( )
com/logicaldoc/core/security/authorization/UnexistingResourceException."<init>":()V
UnexistingResourceException.UnexistingResourceException ( String message )
com/logicaldoc/core/security/authorization/UnexistingResourceException."<init>":(Ljava/lang/String;)V
UnexistingResourceException.UnexistingResourceException ( String message, Throwable cause )
com/logicaldoc/core/security/authorization/UnexistingResourceException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
UnexistingResourceException.UnexistingResourceException ( String username, String resource )
com/logicaldoc/core/security/authorization/UnexistingResourceException."<init>":(Ljava/lang/String;Ljava/lang/String;)V
UnexistingResourceException.UnexistingResourceException ( String username, String resource, Throwable cause )
com/logicaldoc/core/security/authorization/UnexistingResourceException."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
UnexistingResourceException.UnexistingResourceException ( Throwable cause )
com/logicaldoc/core/security/authorization/UnexistingResourceException."<init>":(Ljava/lang/Throwable;)V
logicaldoc-core-8.9.1-plugin.jar,
User.class
package com.logicaldoc.core.security.user
User.addGroup ( Group group ) : void
com/logicaldoc/core/security/user/User.addGroup:(Lcom/logicaldoc/core/security/user/Group;)V
User.clearPassword ( ) : void
com/logicaldoc/core/security/user/User.clearPassword:()V
User.getAvatar ( ) : String
com/logicaldoc/core/security/user/User.getAvatar:()Ljava/lang/String;
User.getBuilding ( ) : String
com/logicaldoc/core/security/user/User.getBuilding:()Ljava/lang/String;
User.getCertDN ( ) : String
com/logicaldoc/core/security/user/User.getCertDN:()Ljava/lang/String;
User.getCertExpire ( ) : Date
com/logicaldoc/core/security/user/User.getCertExpire:()Ljava/util/Date;
User.getCity ( ) : String
com/logicaldoc/core/security/user/User.getCity:()Ljava/lang/String;
User.getCompany ( ) : String
com/logicaldoc/core/security/user/User.getCompany:()Ljava/lang/String;
User.getCountry ( ) : String
com/logicaldoc/core/security/user/User.getCountry:()Ljava/lang/String;
User.getDateFormat ( ) : String
com/logicaldoc/core/security/user/User.getDateFormat:()Ljava/lang/String;
User.getDateFormatLong ( ) : String
com/logicaldoc/core/security/user/User.getDateFormatLong:()Ljava/lang/String;
User.getDateFormatShort ( ) : String
com/logicaldoc/core/security/user/User.getDateFormatShort:()Ljava/lang/String;
User.getDecodedPassword ( ) : String
com/logicaldoc/core/security/user/User.getDecodedPassword:()Ljava/lang/String;
User.getDefaultWorkspace ( ) : Long
com/logicaldoc/core/security/user/User.getDefaultWorkspace:()Ljava/lang/Long;
User.getDepartment ( ) : String
com/logicaldoc/core/security/user/User.getDepartment:()Ljava/lang/String;
User.getDocsGrid ( ) : String
com/logicaldoc/core/security/user/User.getDocsGrid:()Ljava/lang/String;
User.getEmail ( ) : String
com/logicaldoc/core/security/user/User.getEmail:()Ljava/lang/String;
User.getEmail2 ( ) : String
com/logicaldoc/core/security/user/User.getEmail2:()Ljava/lang/String;
User.getEmailSignature ( ) : String
com/logicaldoc/core/security/user/User.getEmailSignature:()Ljava/lang/String;
User.getEmailSignature2 ( ) : String
com/logicaldoc/core/security/user/User.getEmailSignature2:()Ljava/lang/String;
User.getEnabled ( ) : int
com/logicaldoc/core/security/user/User.getEnabled:()I
User.getEnforceWorkingTime ( ) : int
com/logicaldoc/core/security/user/User.getEnforceWorkingTime:()I
User.getExpire ( ) : Date
com/logicaldoc/core/security/user/User.getExpire:()Ljava/util/Date;
User.getFirstName ( ) : String
com/logicaldoc/core/security/user/User.getFirstName:()Ljava/lang/String;
User.getFullName ( ) : String
com/logicaldoc/core/security/user/User.getFullName:()Ljava/lang/String;
User.getGroups ( ) : Set<Group>
com/logicaldoc/core/security/user/User.getGroups:()Ljava/util/Set;
User.getHitsGrid ( ) : String
com/logicaldoc/core/security/user/User.getHitsGrid:()Ljava/lang/String;
User.getInitials ( ) : String
com/logicaldoc/core/security/user/User.getInitials:()Ljava/lang/String;
User.getIpBlackList ( ) : String
com/logicaldoc/core/security/user/User.getIpBlackList:()Ljava/lang/String;
User.getIpWhiteList ( ) : String
com/logicaldoc/core/security/user/User.getIpWhiteList:()Ljava/lang/String;
User.getKey ( ) : String
com/logicaldoc/core/security/user/User.getKey:()Ljava/lang/String;
User.getLanguage ( ) : String
com/logicaldoc/core/security/user/User.getLanguage:()Ljava/lang/String;
User.getLastEnabled ( ) : Date
com/logicaldoc/core/security/user/User.getLastEnabled:()Ljava/util/Date;
User.getLastLogin ( ) : Date
com/logicaldoc/core/security/user/User.getLastLogin:()Ljava/util/Date;
User.getLocale ( ) : Locale
com/logicaldoc/core/security/user/User.getLocale:()Ljava/util/Locale;
User.getMaxInactivity ( ) : Integer
com/logicaldoc/core/security/user/User.getMaxInactivity:()Ljava/lang/Integer;
User.getName ( ) : String
com/logicaldoc/core/security/user/User.getName:()Ljava/lang/String;
User.getOrganizationalUnit ( ) : String
com/logicaldoc/core/security/user/User.getOrganizationalUnit:()Ljava/lang/String;
User.getPassword ( ) : String
com/logicaldoc/core/security/user/User.getPassword:()Ljava/lang/String;
User.getPasswordChanged ( ) : Date
com/logicaldoc/core/security/user/User.getPasswordChanged:()Ljava/util/Date;
User.getPasswordExpired ( ) : int
com/logicaldoc/core/security/user/User.getPasswordExpired:()I
User.getPasswordExpires ( ) : int
com/logicaldoc/core/security/user/User.getPasswordExpires:()I
User.getPasswordmd4 ( ) : String
com/logicaldoc/core/security/user/User.getPasswordmd4:()Ljava/lang/String;
User.getPostalcode ( ) : String
com/logicaldoc/core/security/user/User.getPostalcode:()Ljava/lang/String;
User.getQuota ( ) : long
com/logicaldoc/core/security/user/User.getQuota:()J
User.getRepass ( ) : String
com/logicaldoc/core/security/user/User.getRepass:()Ljava/lang/String;
User.getSearchPref ( ) : String
com/logicaldoc/core/security/user/User.getSearchPref:()Ljava/lang/String;
User.getSecondFactor ( ) : String
com/logicaldoc/core/security/user/User.getSecondFactor:()Ljava/lang/String;
User.getSource ( ) : int
com/logicaldoc/core/security/user/User.getSource:()I
User.getState ( ) : String
com/logicaldoc/core/security/user/User.getState:()Ljava/lang/String;
User.getStreet ( ) : String
com/logicaldoc/core/security/user/User.getStreet:()Ljava/lang/String;
User.getTelephone ( ) : String
com/logicaldoc/core/security/user/User.getTelephone:()Ljava/lang/String;
User.getTelephone2 ( ) : String
com/logicaldoc/core/security/user/User.getTelephone2:()Ljava/lang/String;
User.getTimeZone ( ) : String
com/logicaldoc/core/security/user/User.getTimeZone:()Ljava/lang/String;
User.getType ( ) : int
com/logicaldoc/core/security/user/User.getType:()I
User.getUserGroup ( ) : Group
com/logicaldoc/core/security/user/User.getUserGroup:()Lcom/logicaldoc/core/security/user/Group;
User.getUserGroupName ( ) : String
com/logicaldoc/core/security/user/User.getUserGroupName:()Ljava/lang/String;
User.getUserGroups ( ) : Set<UserGroup>
com/logicaldoc/core/security/user/User.getUserGroups:()Ljava/util/Set;
User.getUsername ( ) : String
com/logicaldoc/core/security/user/User.getUsername:()Ljava/lang/String;
User.getWelcomeScreen ( ) : Integer
com/logicaldoc/core/security/user/User.getWelcomeScreen:()Ljava/lang/Integer;
User.getWorkingTimes ( ) : Set<WorkingTime>
com/logicaldoc/core/security/user/User.getWorkingTimes:()Ljava/util/Set;
User.isAdmin ( ) : boolean
com/logicaldoc/core/security/user/User.isAdmin:()Z
User.isExpired ( ) : boolean
com/logicaldoc/core/security/user/User.isExpired:()Z
User.isInWorkingTime ( ) : boolean
com/logicaldoc/core/security/user/User.isInWorkingTime:()Z
User.isMemberOf ( String groupName ) : boolean
com/logicaldoc/core/security/user/User.isMemberOf:(Ljava/lang/String;)Z
User.isReadonly ( ) : boolean
com/logicaldoc/core/security/user/User.isReadonly:()Z
User.removeGroup ( long groupId ) : void
com/logicaldoc/core/security/user/User.removeGroup:(J)V
User.removeGroupMemberships ( String source ) : void
com/logicaldoc/core/security/user/User.removeGroupMemberships:(Ljava/lang/String;)V
User.reset ( ) : void
com/logicaldoc/core/security/user/User.reset:()V
User.setAvatar ( String avatar ) : void
com/logicaldoc/core/security/user/User.setAvatar:(Ljava/lang/String;)V
User.setBuilding ( String building ) : void
com/logicaldoc/core/security/user/User.setBuilding:(Ljava/lang/String;)V
User.setCertDN ( String certDN ) : void
com/logicaldoc/core/security/user/User.setCertDN:(Ljava/lang/String;)V
User.setCertExpire ( Date certExpire ) : void
com/logicaldoc/core/security/user/User.setCertExpire:(Ljava/util/Date;)V
User.setCity ( String ct ) : void
com/logicaldoc/core/security/user/User.setCity:(Ljava/lang/String;)V
User.setCompany ( String company ) : void
com/logicaldoc/core/security/user/User.setCompany:(Ljava/lang/String;)V
User.setCountry ( String cnt ) : void
com/logicaldoc/core/security/user/User.setCountry:(Ljava/lang/String;)V
User.setDateFormat ( String dateFormat ) : void
com/logicaldoc/core/security/user/User.setDateFormat:(Ljava/lang/String;)V
User.setDateFormatLong ( String dateFormatLong ) : void
com/logicaldoc/core/security/user/User.setDateFormatLong:(Ljava/lang/String;)V
User.setDateFormatShort ( String dateFormatShort ) : void
com/logicaldoc/core/security/user/User.setDateFormatShort:(Ljava/lang/String;)V
User.setDecodedPassword ( String pwd ) : void
com/logicaldoc/core/security/user/User.setDecodedPassword:(Ljava/lang/String;)V
User.setDefaultWorkspace ( Long defaultWorkspace ) : void
com/logicaldoc/core/security/user/User.setDefaultWorkspace:(Ljava/lang/Long;)V
User.setDepartment ( String department ) : void
com/logicaldoc/core/security/user/User.setDepartment:(Ljava/lang/String;)V
User.setDocsGrid ( String docsGrid ) : void
com/logicaldoc/core/security/user/User.setDocsGrid:(Ljava/lang/String;)V
User.setEmail ( String mail ) : void
com/logicaldoc/core/security/user/User.setEmail:(Ljava/lang/String;)V
User.setEmail2 ( String email2 ) : void
com/logicaldoc/core/security/user/User.setEmail2:(Ljava/lang/String;)V
User.setEmailSignature ( String emailSignature ) : void
com/logicaldoc/core/security/user/User.setEmailSignature:(Ljava/lang/String;)V
User.setEmailSignature2 ( String emailSignature2 ) : void
com/logicaldoc/core/security/user/User.setEmailSignature2:(Ljava/lang/String;)V
User.setEnabled ( int enabled ) : void
com/logicaldoc/core/security/user/User.setEnabled:(I)V
User.setEnforceWorkingTime ( int enforceWorkingTime ) : void
com/logicaldoc/core/security/user/User.setEnforceWorkingTime:(I)V
User.setExpire ( Date expire ) : void
com/logicaldoc/core/security/user/User.setExpire:(Ljava/util/Date;)V
User.setFirstName ( String firstName ) : void
com/logicaldoc/core/security/user/User.setFirstName:(Ljava/lang/String;)V
User.setGroups ( Set<Group> groups ) : void
com/logicaldoc/core/security/user/User.setGroups:(Ljava/util/Set;)V
User.setHitsGrid ( String hitsGrid ) : void
com/logicaldoc/core/security/user/User.setHitsGrid:(Ljava/lang/String;)V
User.setIpBlackList ( String ipBlackList ) : void
com/logicaldoc/core/security/user/User.setIpBlackList:(Ljava/lang/String;)V
User.setIpWhiteList ( String ipWhiteList ) : void
com/logicaldoc/core/security/user/User.setIpWhiteList:(Ljava/lang/String;)V
User.setKey ( String key ) : void
com/logicaldoc/core/security/user/User.setKey:(Ljava/lang/String;)V
User.setLanguage ( String lang ) : void
com/logicaldoc/core/security/user/User.setLanguage:(Ljava/lang/String;)V
User.setLastEnabled ( Date lastEnabled ) : void
com/logicaldoc/core/security/user/User.setLastEnabled:(Ljava/util/Date;)V
User.setLastLogin ( Date lastLogin ) : void
com/logicaldoc/core/security/user/User.setLastLogin:(Ljava/util/Date;)V
User.setLocale ( Locale locale ) : void
com/logicaldoc/core/security/user/User.setLocale:(Ljava/util/Locale;)V
User.setMaxInactivity ( Integer maxInactivity ) : void
com/logicaldoc/core/security/user/User.setMaxInactivity:(Ljava/lang/Integer;)V
User.setName ( String name ) : void
com/logicaldoc/core/security/user/User.setName:(Ljava/lang/String;)V
User.setOrganizationalUnit ( String organizationalUnit ) : void
com/logicaldoc/core/security/user/User.setOrganizationalUnit:(Ljava/lang/String;)V
User.setPassword ( String pwd ) : void
com/logicaldoc/core/security/user/User.setPassword:(Ljava/lang/String;)V
User.setPasswordChanged ( Date passwordChanged ) : void
com/logicaldoc/core/security/user/User.setPasswordChanged:(Ljava/util/Date;)V
User.setPasswordExpired ( int passwordExpired ) : void
com/logicaldoc/core/security/user/User.setPasswordExpired:(I)V
User.setPasswordExpires ( int passwordExpires ) : void
com/logicaldoc/core/security/user/User.setPasswordExpires:(I)V
User.setPasswordmd4 ( String passwordmd4 ) : void
com/logicaldoc/core/security/user/User.setPasswordmd4:(Ljava/lang/String;)V
User.setPostalcode ( String pc ) : void
com/logicaldoc/core/security/user/User.setPostalcode:(Ljava/lang/String;)V
User.setQuota ( long quota ) : void
com/logicaldoc/core/security/user/User.setQuota:(J)V
User.setRepass ( String repass ) : void
com/logicaldoc/core/security/user/User.setRepass:(Ljava/lang/String;)V
User.setSearchPref ( String searchPref ) : void
com/logicaldoc/core/security/user/User.setSearchPref:(Ljava/lang/String;)V
User.setSecondFactor ( String secondFactor ) : void
com/logicaldoc/core/security/user/User.setSecondFactor:(Ljava/lang/String;)V
User.setSource ( int source ) : void
com/logicaldoc/core/security/user/User.setSource:(I)V
User.setState ( String state ) : void
com/logicaldoc/core/security/user/User.setState:(Ljava/lang/String;)V
User.setStreet ( String str ) : void
com/logicaldoc/core/security/user/User.setStreet:(Ljava/lang/String;)V
User.setTelephone ( String phone ) : void
com/logicaldoc/core/security/user/User.setTelephone:(Ljava/lang/String;)V
User.setTelephone2 ( String telephone2 ) : void
com/logicaldoc/core/security/user/User.setTelephone2:(Ljava/lang/String;)V
User.setTimeZone ( String timeZone ) : void
com/logicaldoc/core/security/user/User.setTimeZone:(Ljava/lang/String;)V
User.setType ( int type ) : void
com/logicaldoc/core/security/user/User.setType:(I)V
User.setUserGroups ( Set<UserGroup> userGroups ) : void
com/logicaldoc/core/security/user/User.setUserGroups:(Ljava/util/Set;)V
User.setUsername ( String uname ) : void
com/logicaldoc/core/security/user/User.setUsername:(Ljava/lang/String;)V
User.setWelcomeScreen ( Integer welcomeScreen ) : void
com/logicaldoc/core/security/user/User.setWelcomeScreen:(Ljava/lang/Integer;)V
User.setWorkingTimes ( Set<WorkingTime> workingTimes ) : void
com/logicaldoc/core/security/user/User.setWorkingTimes:(Ljava/util/Set;)V
User.toString ( ) : String
com/logicaldoc/core/security/user/User.toString:()Ljava/lang/String;
User.User ( )
com/logicaldoc/core/security/user/User."<init>":()V
logicaldoc-core-8.9.1-plugin.jar,
UserDAO.class
package com.logicaldoc.core.security.user
UserDAO.count ( Long p1 ) [abstract] : int
com/logicaldoc/core/security/user/UserDAO.count:(Ljava/lang/Long;)I
UserDAO.countGuests ( Long p1 ) [abstract] : int
com/logicaldoc/core/security/user/UserDAO.countGuests:(Ljava/lang/Long;)I
UserDAO.delete ( long p1, UserHistory p2 ) [abstract] : void
com/logicaldoc/core/security/user/UserDAO.delete:(JLcom/logicaldoc/core/security/user/UserHistory;)V
UserDAO.findAdminUser ( String p1 ) [abstract] : User
com/logicaldoc/core/security/user/UserDAO.findAdminUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
UserDAO.findByGroup ( long p1 ) [abstract] : Set<User>
com/logicaldoc/core/security/user/UserDAO.findByGroup:(J)Ljava/util/Set;
UserDAO.findByLikeUsername ( String p1 ) [abstract] : List<User>
com/logicaldoc/core/security/user/UserDAO.findByLikeUsername:(Ljava/lang/String;)Ljava/util/List;
UserDAO.findByName ( String p1 ) [abstract] : List<User>
com/logicaldoc/core/security/user/UserDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
UserDAO.findByUsername ( String p1 ) [abstract] : User
com/logicaldoc/core/security/user/UserDAO.findByUsername:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
UserDAO.findByUsernameAndName ( String p1, String p2 ) [abstract] : List<User>
com/logicaldoc/core/security/user/UserDAO.findByUsernameAndName:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
UserDAO.findByUsernameIgnoreCase ( String p1 ) [abstract] : User
com/logicaldoc/core/security/user/UserDAO.findByUsernameIgnoreCase:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
UserDAO.findUserSettings ( long p1, String p2 ) [abstract] : Map<String,Generic>
com/logicaldoc/core/security/user/UserDAO.findUserSettings:(JLjava/lang/String;)Ljava/util/Map;
UserDAO.getUser ( String p1 ) [abstract] : User
com/logicaldoc/core/security/user/UserDAO.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
UserDAO.isInactive ( String p1 ) [abstract] : boolean
com/logicaldoc/core/security/user/UserDAO.isInactive:(Ljava/lang/String;)Z
UserDAO.isPasswordExpired ( String p1 ) [abstract] : boolean
com/logicaldoc/core/security/user/UserDAO.isPasswordExpired:(Ljava/lang/String;)Z
UserDAO.store ( User p1, UserHistory p2 ) [abstract] : void
com/logicaldoc/core/security/user/UserDAO.store:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;)V
logicaldoc-core-8.9.1-plugin.jar,
UserEvent.class
package com.logicaldoc.core.security.user
UserEvent.fromString ( String event ) [static] : UserEvent
com/logicaldoc/core/security/user/UserEvent.fromString:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/UserEvent;
UserEvent.toString ( ) : String
com/logicaldoc/core/security/user/UserEvent.toString:()Ljava/lang/String;
UserEvent.valueOf ( String name ) [static] : UserEvent
com/logicaldoc/core/security/user/UserEvent.valueOf:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/UserEvent;
UserEvent.values ( ) [static] : UserEvent[ ]
com/logicaldoc/core/security/user/UserEvent.values:()[Lcom/logicaldoc/core/security/user/UserEvent;
logicaldoc-core-8.9.1-plugin.jar,
UserGroup.class
package com.logicaldoc.core.security.user
UserGroup.equals ( Object obj ) : boolean
com/logicaldoc/core/security/user/UserGroup.equals:(Ljava/lang/Object;)Z
UserGroup.getGroupId ( ) : long
com/logicaldoc/core/security/user/UserGroup.getGroupId:()J
UserGroup.hashCode ( ) : int
com/logicaldoc/core/security/user/UserGroup.hashCode:()I
UserGroup.setGroupId ( long groupId ) : void
com/logicaldoc/core/security/user/UserGroup.setGroupId:(J)V
UserGroup.toString ( ) : String
com/logicaldoc/core/security/user/UserGroup.toString:()Ljava/lang/String;
UserGroup.UserGroup ( )
com/logicaldoc/core/security/user/UserGroup."<init>":()V
UserGroup.UserGroup ( long groupId )
com/logicaldoc/core/security/user/UserGroup."<init>":(J)V
logicaldoc-core-8.9.1-plugin.jar,
UserHistory.class
package com.logicaldoc.core.security.user
UserHistory.getAuthor ( ) : String
com/logicaldoc/core/security/user/UserHistory.getAuthor:()Ljava/lang/String;
UserHistory.setAuthor ( String author ) : void
com/logicaldoc/core/security/user/UserHistory.setAuthor:(Ljava/lang/String;)V
UserHistory.UserHistory ( )
com/logicaldoc/core/security/user/UserHistory."<init>":()V
UserHistory.UserHistory ( UserHistory source )
com/logicaldoc/core/security/user/UserHistory."<init>":(Lcom/logicaldoc/core/security/user/UserHistory;)V
logicaldoc-core-8.9.1-plugin.jar,
UserHistoryDAO.class
package com.logicaldoc.core.security.user
UserHistoryDAO.cleanOldHistories ( int p1 ) [abstract] : void
com/logicaldoc/core/security/user/UserHistoryDAO.cleanOldHistories:(I)V
UserHistoryDAO.createUserHistory ( User p1, String p2, String p3, String p4, Client p5 ) [abstract] : UserHistory
com/logicaldoc/core/security/user/UserHistoryDAO.createUserHistory:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/UserHistory;
UserHistoryDAO.findByUserId ( long p1 ) [abstract] : List<UserHistory>
com/logicaldoc/core/security/user/UserHistoryDAO.findByUserId:(J)Ljava/util/List;
UserHistoryDAO.findByUserIdAndEvent ( long p1, String p2 ) [abstract] : List<UserHistory>
com/logicaldoc/core/security/user/UserHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
logicaldoc-core-8.9.1-plugin.jar,
UserListener.class
package com.logicaldoc.core.security.user
UserListener.afterStore ( User p1, UserHistory p2, Map<String,Object> p3 ) [abstract] : void
com/logicaldoc/core/security/user/UserListener.afterStore:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;Ljava/util/Map;)V
UserListener.beforeStore ( User p1, UserHistory p2, Map<String,Object> p3 ) [abstract] : void
com/logicaldoc/core/security/user/UserListener.beforeStore:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;Ljava/util/Map;)V
logicaldoc-core-8.9.1-plugin.jar,
UserListenerManager.class
package com.logicaldoc.core.security.user
UserListenerManager.getListeners ( ) : List<UserListener>
com/logicaldoc/core/security/user/UserListenerManager.getListeners:()Ljava/util/List;
UserListenerManager.init ( ) : void
com/logicaldoc/core/security/user/UserListenerManager.init:()V
UserListenerManager.UserListenerManager ( )
com/logicaldoc/core/security/user/UserListenerManager."<init>":()V
logicaldoc-core-8.9.1-plugin.jar,
UserTool.class
package com.logicaldoc.core.automation
UserTool.getUser ( long userId ) : User
com/logicaldoc/core/automation/UserTool.getUser:(J)Lcom/logicaldoc/core/security/user/User;
UserTool.getUser ( String username ) : User
com/logicaldoc/core/automation/UserTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-core-8.9.1-plugin.jar,
UserUtil.class
package com.logicaldoc.core.util
UserUtil.generateDefaultAvatar ( User user ) [static] : void
com/logicaldoc/core/util/UserUtil.generateDefaultAvatar:(Lcom/logicaldoc/core/security/user/User;)V
UserUtil.saveAvatar ( User user, File avatarImageFile ) [static] : void
com/logicaldoc/core/util/UserUtil.saveAvatar:(Lcom/logicaldoc/core/security/user/User;Ljava/io/File;)V
logicaldoc-core-8.9.1-plugin.jar,
Version.class
package com.logicaldoc.core.document
Version.create ( Document document, User user, String comment, String event, boolean release ) [static] : Version
com/logicaldoc/core/document/Version.create:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;Z)Lcom/logicaldoc/core/document/Version;
logicaldoc-core-8.9.1-plugin.jar,
VersionDAO.class
package com.logicaldoc.core.document
VersionDAO.findByDocId ( long p1 ) [abstract] : List<Version>
com/logicaldoc/core/document/VersionDAO.findByDocId:(J)Ljava/util/List;
VersionDAO.findByFileVersion ( long p1, String p2 ) [abstract] : Version
com/logicaldoc/core/document/VersionDAO.findByFileVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
VersionDAO.findByVersion ( long p1, String p2 ) [abstract] : Version
com/logicaldoc/core/document/VersionDAO.findByVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
VersionDAO.updateDigest ( Version p1 ) [abstract] : void
com/logicaldoc/core/document/VersionDAO.updateDigest:(Lcom/logicaldoc/core/document/Version;)V
logicaldoc-core-8.9.1-plugin.jar,
WorkingTime.class
package com.logicaldoc.core.security.user
WorkingTime.equals ( Object obj ) : boolean
com/logicaldoc/core/security/user/WorkingTime.equals:(Ljava/lang/Object;)Z
WorkingTime.getDayOfWeek ( ) : int
com/logicaldoc/core/security/user/WorkingTime.getDayOfWeek:()I
WorkingTime.getDescription ( ) : String
com/logicaldoc/core/security/user/WorkingTime.getDescription:()Ljava/lang/String;
WorkingTime.getHourEnd ( ) : int
com/logicaldoc/core/security/user/WorkingTime.getHourEnd:()I
WorkingTime.getHourStart ( ) : int
com/logicaldoc/core/security/user/WorkingTime.getHourStart:()I
WorkingTime.getLabel ( ) : String
com/logicaldoc/core/security/user/WorkingTime.getLabel:()Ljava/lang/String;
WorkingTime.getMinuteEnd ( ) : int
com/logicaldoc/core/security/user/WorkingTime.getMinuteEnd:()I
WorkingTime.getMinuteStart ( ) : int
com/logicaldoc/core/security/user/WorkingTime.getMinuteStart:()I
WorkingTime.hashCode ( ) : int
com/logicaldoc/core/security/user/WorkingTime.hashCode:()I
WorkingTime.matchesCurrentTime ( ) : boolean
com/logicaldoc/core/security/user/WorkingTime.matchesCurrentTime:()Z
WorkingTime.setDayOfWeek ( int dayOfWeek ) : void
com/logicaldoc/core/security/user/WorkingTime.setDayOfWeek:(I)V
WorkingTime.setDescription ( String description ) : void
com/logicaldoc/core/security/user/WorkingTime.setDescription:(Ljava/lang/String;)V
WorkingTime.setHourEnd ( int hourEnd ) : void
com/logicaldoc/core/security/user/WorkingTime.setHourEnd:(I)V
WorkingTime.setHourStart ( int hourStart ) : void
com/logicaldoc/core/security/user/WorkingTime.setHourStart:(I)V
WorkingTime.setLabel ( String label ) : void
com/logicaldoc/core/security/user/WorkingTime.setLabel:(Ljava/lang/String;)V
WorkingTime.setMinuteEnd ( int minuteEnd ) : void
com/logicaldoc/core/security/user/WorkingTime.setMinuteEnd:(I)V
WorkingTime.setMinuteStart ( int minuteStart ) : void
com/logicaldoc/core/security/user/WorkingTime.setMinuteStart:(I)V
WorkingTime.WorkingTime ( )
com/logicaldoc/core/security/user/WorkingTime."<init>":()V
WorkingTime.WorkingTime ( int dayOfWeek, int hourStart, int minuteStart )
com/logicaldoc/core/security/user/WorkingTime."<init>":(III)V
WorkingTime.WorkingTime ( WorkingTime source )
com/logicaldoc/core/security/user/WorkingTime."<init>":(Lcom/logicaldoc/core/security/user/WorkingTime;)V
logicaldoc-docusign-8.9.1-plugin.jar,
DocuSignPoller.class
package com.logicaldoc.docusign
DocuSignPoller.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/docusign/DocuSignPoller.getDocumentDao:()Lcom/logicaldoc/core/document/DocumentDAO;
DocuSignPoller.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/docusign/DocuSignPoller.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-docusign-8.9.1-plugin.jar,
DocuSignUtil.class
package com.logicaldoc.docusign
DocuSignUtil.markEnvelopeAsProcessed ( String envelopeId, String envelopeSubject, User user ) [static] : void
com/logicaldoc/docusign/DocuSignUtil.markEnvelopeAsProcessed:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-dropbox-8.9.1-plugin.jar,
DropboxServiceImpl.class
package com.logicaldoc.dropbox
DropboxServiceImpl.exportDocuments ( String targetPath, List<Long> folderIds, List<Long> docIds ) : boolean
com/logicaldoc/dropbox/DropboxServiceImpl.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Z
DropboxServiceImpl.importDocuments ( long targetFolder, List<String> paths ) : int
com/logicaldoc/dropbox/DropboxServiceImpl.importDocuments:(JLjava/util/List;)I
DropboxServiceImpl.saveAccessToken ( User user, String token, String account ) : void
com/logicaldoc/dropbox/DropboxServiceImpl.saveAccessToken:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-email-8.9.1-plugin.jar,
EmailCrawler.class
package com.logicaldoc.email
EmailCrawler.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/email/EmailCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/DocumentDAO;
EmailCrawler.getDocumentHistoryDao ( ) : DocumentHistoryDAO
com/logicaldoc/email/EmailCrawler.getDocumentHistoryDao:()Lcom/logicaldoc/core/document/DocumentHistoryDAO;
EmailCrawler.getDocumentLinkDao ( ) : DocumentLinkDAO
com/logicaldoc/email/EmailCrawler.getDocumentLinkDao:()Lcom/logicaldoc/core/document/DocumentLinkDAO;
EmailCrawler.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/email/EmailCrawler.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
EmailCrawler.setDocumentHistoryDao ( DocumentHistoryDAO documentHistoryDAO ) : void
com/logicaldoc/email/EmailCrawler.setDocumentHistoryDao:(Lcom/logicaldoc/core/document/DocumentHistoryDAO;)V
EmailCrawler.setDocumentLinkDao ( DocumentLinkDAO documentLinkDao ) : void
com/logicaldoc/email/EmailCrawler.setDocumentLinkDao:(Lcom/logicaldoc/core/document/DocumentLinkDAO;)V
logicaldoc-enterprise-automation-8.9.1-plugin.jar,
AutomationEventListener.class
package com.logicaldoc.enterprise.automation
AutomationEventListener.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/enterprise/automation/AutomationEventListener.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
AutomationEventListener.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/enterprise/automation/AutomationEventListener.setUserDao:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-enterprise-automation-8.9.1-plugin.jar,
AutomationRoutine.class
package com.logicaldoc.enterprise.automation
AutomationRoutine.equals ( Object obj ) : boolean
com/logicaldoc/enterprise/automation/AutomationRoutine.equals:(Ljava/lang/Object;)Z
AutomationRoutine.hashCode ( ) : int
com/logicaldoc/enterprise/automation/AutomationRoutine.hashCode:()I
logicaldoc-enterprise-automation-8.9.1-plugin.jar,
AutomationRoutineAclDataServlet.class
package com.logicaldoc.enterprise.automation
AutomationRoutineAclDataServlet.AutomationRoutineAclDataServlet ( )
com/logicaldoc/enterprise/automation/AutomationRoutineAclDataServlet."<init>":()V
AutomationRoutineAclDataServlet.service ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/enterprise/automation/AutomationRoutineAclDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
logicaldoc-enterprise-automation-8.9.1-plugin.jar,
AutomationRoutineDAO.class
package com.logicaldoc.enterprise.automation
AutomationRoutineDAO.isReadEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/enterprise/automation/AutomationRoutineDAO.isReadEnabled:(JJ)Z
AutomationRoutineDAO.isWriteEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/enterprise/automation/AutomationRoutineDAO.isWriteEnabled:(JJ)Z
logicaldoc-enterprise-automation-8.9.1-plugin.jar,
AutomationServiceImpl.class
package com.logicaldoc.enterprise.automation
AutomationServiceImpl.deleteRoutines ( List<Long> ids ) : void
com/logicaldoc/enterprise/automation/AutomationServiceImpl.deleteRoutines:(Ljava/util/List;)V
AutomationServiceImpl.deleteTriggers ( List<Long> ids ) : void
com/logicaldoc/enterprise/automation/AutomationServiceImpl.deleteTriggers:(Ljava/util/List;)V
AutomationServiceImpl.execute ( GUIAutomationRoutine guiRoutine, List<Long> docIds, Long folderId ) : void
com/logicaldoc/enterprise/automation/AutomationServiceImpl.execute:(Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;Ljava/util/List;Ljava/lang/Long;)V
logicaldoc-enterprise-automation-8.9.1-plugin.jar,
HibernateAutomationRoutineDAO.class
package com.logicaldoc.enterprise.automation
HibernateAutomationRoutineDAO.isReadEnabled ( long routineId, long userId ) : boolean
com/logicaldoc/enterprise/automation/HibernateAutomationRoutineDAO.isReadEnabled:(JJ)Z
HibernateAutomationRoutineDAO.isWriteEnabled ( long routineId, long userId ) : boolean
com/logicaldoc/enterprise/automation/HibernateAutomationRoutineDAO.isWriteEnabled:(JJ)Z
HibernateAutomationRoutineDAO.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/enterprise/automation/HibernateAutomationRoutineDAO.setUserDao:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
AbstractSecondFactorAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
AbstractSecondFactorAuthenticator.generateKey ( User p1 ) : String
com/logicaldoc/enterprise/security/twofactorsauth/AbstractSecondFactorAuthenticator.generateKey:(Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
AbstractSecondFactorAuthenticator.isEnabledForUser ( User p1 ) : boolean
com/logicaldoc/enterprise/security/twofactorsauth/AbstractSecondFactorAuthenticator.isEnabledForUser:(Lcom/logicaldoc/core/security/user/User;)Z
logicaldoc-enterprise-core-8.9.1-plugin.jar,
AuthenticationChain.class
package com.logicaldoc.core.security.authentication
AuthenticationChain.authenticate ( String p1, String p2 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
AuthenticationChain.authenticate ( String p1, String p2, String p3, Client p4 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/User;
AuthenticationChain.checkAnonymousLogin ( String p1, String p2, Client p3 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.checkAnonymousLogin:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/User;
AuthenticationChain.pickUser ( String p1 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
CleanerTask.class
package com.logicaldoc.enterprise.cleaner
CleanerTask.setDeviceDao ( DeviceDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setDeviceDao:(Lcom/logicaldoc/core/security/DeviceDAO;)V
CleanerTask.setDocumentDao ( DocumentDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
CleanerTask.setDocumentHistoryDao ( DocumentHistoryDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setDocumentHistoryDao:(Lcom/logicaldoc/core/document/DocumentHistoryDAO;)V
CleanerTask.setSessionDao ( SessionDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setSessionDao:(Lcom/logicaldoc/core/security/SessionDAO;)V
CleanerTask.setUserHistoryDao ( UserHistoryDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setUserHistoryDao:(Lcom/logicaldoc/core/security/user/UserHistoryDAO;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ClusterSearchEngine.class
package com.logicaldoc.enterprise.cluster
ClusterSearchEngine.search ( String p1, Set<String> p2, String p3, Integer p4 ) : Hits
com/logicaldoc/enterprise/cluster/ClusterSearchEngine.search:(Ljava/lang/String;Ljava/util/Set;Ljava/lang/String;Ljava/lang/Integer;)Lcom/logicaldoc/core/searchengine/Hits;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ClusterServiceImpl.class
package com.logicaldoc.enterprise.cluster
ClusterServiceImpl.makeGlobal ( List<String> p1 ) : void
com/logicaldoc/enterprise/cluster/ClusterServiceImpl.makeGlobal:(Ljava/util/List;)V
ClusterServiceImpl.makeLocal ( List<String> p1 ) : void
com/logicaldoc/enterprise/cluster/ClusterServiceImpl.makeLocal:(Ljava/util/List;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
Duo.class
package com.logicaldoc.enterprise.security.twofactorsauth
Duo.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/Duo.authenticate:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
Duo.generateKey ( User p1 ) : String
com/logicaldoc/enterprise/security/twofactorsauth/Duo.generateKey:(Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
EmailAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
EmailAuthenticator.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/EmailAuthenticator.authenticate:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
EmailAuthenticator.generateKey ( User p1 ) : String
com/logicaldoc/enterprise/security/twofactorsauth/EmailAuthenticator.generateKey:(Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
EnterpriseFolderService.class
package com.logicaldoc.enterprise.folder
EnterpriseFolderService.loadTemplates ( ) : List<GUIValue>
com/logicaldoc/enterprise/folder/EnterpriseFolderService.loadTemplates:()Ljava/util/List;
EnterpriseFolderService.saveTemplates ( List<GUIValue> p1 ) : void
com/logicaldoc/enterprise/folder/EnterpriseFolderService.saveTemplates:(Ljava/util/List;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
EnterpriseInfoService.class
package com.logicaldoc.enterprise
EnterpriseInfoService.getSessionInfo ( ) : List<GUIParameter>
com/logicaldoc/enterprise/EnterpriseInfoService.getSessionInfo:()Ljava/util/List;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
EnterpriseTagService.class
package com.logicaldoc.enterprise
EnterpriseTagService.getSettings ( ) : List<GUIParameter>
com/logicaldoc/enterprise/EnterpriseTagService.getSettings:()Ljava/util/List;
EnterpriseTagService.getTagCloud ( ) : List<GUITag>
com/logicaldoc/enterprise/EnterpriseTagService.getTagCloud:()Ljava/util/List;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
GoogleAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
GoogleAuthenticator.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/GoogleAuthenticator.authenticate:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
HibernateReadingRequestDAO.class
package com.logicaldoc.enterprise.reading
HibernateReadingRequestDAO.notifyReadingRequests ( Collection<ReadingRequest> p1, DocumentHistory p2 ) : void
com/logicaldoc/enterprise/reading/HibernateReadingRequestDAO.notifyReadingRequests:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
HibernateTenantDAO.class
package com.logicaldoc.core.security
HibernateTenantDAO.count ( ) : int
com/logicaldoc/core/security/HibernateTenantDAO.count:()I
HibernateTenantDAO.delete ( long p1, int p2 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.delete:(JI)V
HibernateTenantDAO.findAllNames ( ) : Set<String>
com/logicaldoc/core/security/HibernateTenantDAO.findAllNames:()Ljava/util/Set;
HibernateTenantDAO.findByName ( String p1 ) : Tenant
com/logicaldoc/core/security/HibernateTenantDAO.findByName:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Tenant;
HibernateTenantDAO.getTenantName ( long p1 ) : String
com/logicaldoc/core/security/HibernateTenantDAO.getTenantName:(J)Ljava/lang/String;
HibernateTenantDAO.HibernateTenantDAO ( )
com/logicaldoc/core/security/HibernateTenantDAO."<init>":()V
HibernateTenantDAO.setAttributeSetDao ( AttributeSetDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setAttributeSetDao:(Lcom/logicaldoc/core/metadata/AttributeSetDAO;)V
HibernateTenantDAO.setConfig ( ContextProperties p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
HibernateTenantDAO.setDashletDao ( DashletDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setDashletDao:(Lcom/logicaldoc/core/dashlet/DashletDAO;)V
HibernateTenantDAO.setFolderDao ( FolderDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setFolderDao:(Lcom/logicaldoc/core/folder/FolderDAO;)V
HibernateTenantDAO.setGenericDao ( GenericDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setGenericDao:(Lcom/logicaldoc/core/generic/GenericDAO;)V
HibernateTenantDAO.setGroupDao ( GroupDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setGroupDao:(Lcom/logicaldoc/core/security/user/GroupDAO;)V
HibernateTenantDAO.setMessageTemplateDao ( MessageTemplateDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setMessageTemplateDao:(Lcom/logicaldoc/core/communication/MessageTemplateDAO;)V
HibernateTenantDAO.setTemplateDao ( TemplateDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setTemplateDao:(Lcom/logicaldoc/core/metadata/TemplateDAO;)V
HibernateTenantDAO.setUserDao ( UserDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setUserDao:(Lcom/logicaldoc/core/security/user/UserDAO;)V
HibernateTenantDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateTenantDAO.store ( Tenant p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.store:(Lcom/logicaldoc/core/security/Tenant;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ReadingRequest.class
package com.logicaldoc.enterprise.reading
ReadingRequest.setRequestor ( User p1 ) : void
com/logicaldoc/enterprise/reading/ReadingRequest.setRequestor:(Lcom/logicaldoc/core/security/user/User;)V
ReadingRequest.setUser ( User p1 ) : void
com/logicaldoc/enterprise/reading/ReadingRequest.setUser:(Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ReadingRequestDAO.class
package com.logicaldoc.enterprise.reading
ReadingRequestDAO.notifyReadingRequests ( Collection<ReadingRequest> p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/enterprise/reading/ReadingRequestDAO.notifyReadingRequests:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ReadingRequestService.class
package com.logicaldoc.enterprise.webservice.rest
ReadingRequestService.askReadingConfirmation ( Long[ ] p1, Long[ ] p2, Long[ ] p3, boolean p4, String p5 ) [abstract] : void
com/logicaldoc/enterprise/webservice/rest/ReadingRequestService.askReadingConfirmation:([Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
ReadingRequestService.confirmReading ( long p1, String p2 ) [abstract] : void
com/logicaldoc/enterprise/webservice/rest/ReadingRequestService.confirmReading:(JLjava/lang/String;)V
ReadingRequestService.getUnconfirmedReadings ( ) [abstract] : WSReadingRequest[ ]
com/logicaldoc/enterprise/webservice/rest/ReadingRequestService.getUnconfirmedReadings:()[Lcom/logicaldoc/enterprise/webservice/model/WSReadingRequest;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ReadingRequestService.class
package com.logicaldoc.enterprise.webservice.soap
ReadingRequestService.askReadingConfirmation ( String p1, Long[ ] p2, Long[ ] p3, Long[ ] p4, boolean p5, String p6 ) [abstract] : void
com/logicaldoc/enterprise/webservice/soap/ReadingRequestService.askReadingConfirmation:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
ReadingRequestService.confirmReading ( String p1, long p2, String p3 ) [abstract] : void
com/logicaldoc/enterprise/webservice/soap/ReadingRequestService.confirmReading:(Ljava/lang/String;JLjava/lang/String;)V
ReadingRequestService.getUnconfirmedReadings ( String p1 ) [abstract] : WSReadingRequest[ ]
com/logicaldoc/enterprise/webservice/soap/ReadingRequestService.getUnconfirmedReadings:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSReadingRequest;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ReadingRequestServiceImpl.class
package com.logicaldoc.enterprise.reading
ReadingRequestServiceImpl.askReadingConfirmation ( List<Long> p1, List<Long> p2, List<Long> p3, boolean p4, String p5 ) : void
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.askReadingConfirmation:(Ljava/util/List;Ljava/util/List;Ljava/util/List;ZLjava/lang/String;)V
ReadingRequestServiceImpl.confirmReadings ( List<Long> p1, String p2 ) : void
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.confirmReadings:(Ljava/util/List;Ljava/lang/String;)V
ReadingRequestServiceImpl.getUnconfimedReadings ( ) : List<GUIReadingRequest>
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.getUnconfimedReadings:()Ljava/util/List;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
RestReadingRequestClient.class
package com.logicaldoc.enterprise.webservice.rest.client
RestReadingRequestClient.askReadingConfirmation ( Long[ ] p1, Long[ ] p2, Long[ ] p3, boolean p4, String p5 ) : void
com/logicaldoc/enterprise/webservice/rest/client/RestReadingRequestClient.askReadingConfirmation:([Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
RestReadingRequestClient.confirmReading ( long p1, String p2 ) : void
com/logicaldoc/enterprise/webservice/rest/client/RestReadingRequestClient.confirmReading:(JLjava/lang/String;)V
RestReadingRequestClient.getUnconfirmedReadings ( ) : WSReadingRequest[ ]
com/logicaldoc/enterprise/webservice/rest/client/RestReadingRequestClient.getUnconfirmedReadings:()[Lcom/logicaldoc/enterprise/webservice/model/WSReadingRequest;
RestReadingRequestClient.RestReadingRequestClient ( String p1, String p2, String p3 )
com/logicaldoc/enterprise/webservice/rest/client/RestReadingRequestClient."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
RestReadingRequestClient.RestReadingRequestClient ( String p1, String p2, String p3, int p4 )
com/logicaldoc/enterprise/webservice/rest/client/RestReadingRequestClient."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
RestReadingRequestService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestReadingRequestService.askReadingConfirmation ( Long[ ] p1, Long[ ] p2, Long[ ] p3, boolean p4, String p5 ) : void
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService.askReadingConfirmation:([Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
RestReadingRequestService.confirmReading ( long p1, String p2 ) : void
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService.confirmReading:(JLjava/lang/String;)V
RestReadingRequestService.getUnconfirmedReadings ( ) : WSReadingRequest[ ]
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService.getUnconfirmedReadings:()[Lcom/logicaldoc/enterprise/webservice/model/WSReadingRequest;
RestReadingRequestService.RestReadingRequestService ( )
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService."<init>":()V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
SecondFactorAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
SecondFactorAuthenticator.authenticate ( User p1, String p2 ) [abstract] : void
com/logicaldoc/enterprise/security/twofactorsauth/SecondFactorAuthenticator.authenticate:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
SecondFactorAuthenticator.generateKey ( User p1 ) [abstract] : String
com/logicaldoc/enterprise/security/twofactorsauth/SecondFactorAuthenticator.generateKey:(Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
SecondFactorAuthenticator.isEnabledForUser ( User p1 ) [abstract] : boolean
com/logicaldoc/enterprise/security/twofactorsauth/SecondFactorAuthenticator.isEnabledForUser:(Lcom/logicaldoc/core/security/user/User;)Z
logicaldoc-enterprise-core-8.9.1-plugin.jar,
SoapReadingRequestClient.class
package com.logicaldoc.enterprise.webservice.soap.client
SoapReadingRequestClient.askReadingConfirmation ( String p1, Long[ ] p2, Long[ ] p3, Long[ ] p4, boolean p5, String p6 ) : void
com/logicaldoc/enterprise/webservice/soap/client/SoapReadingRequestClient.askReadingConfirmation:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
SoapReadingRequestClient.confirmReading ( String p1, long p2, String p3 ) : void
com/logicaldoc/enterprise/webservice/soap/client/SoapReadingRequestClient.confirmReading:(Ljava/lang/String;JLjava/lang/String;)V
SoapReadingRequestClient.getUnconfirmedReadings ( String p1 ) : WSReadingRequest[ ]
com/logicaldoc/enterprise/webservice/soap/client/SoapReadingRequestClient.getUnconfirmedReadings:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSReadingRequest;
SoapReadingRequestClient.SoapReadingRequestClient ( String p1 )
com/logicaldoc/enterprise/webservice/soap/client/SoapReadingRequestClient."<init>":(Ljava/lang/String;)V
SoapReadingRequestClient.SoapReadingRequestClient ( String p1, int p2 )
com/logicaldoc/enterprise/webservice/soap/client/SoapReadingRequestClient."<init>":(Ljava/lang/String;I)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
SoapReadingRequestService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapReadingRequestService.askReadingConfirmation ( String p1, Long[ ] p2, Long[ ] p3, Long[ ] p4, boolean p5, String p6 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService.askReadingConfirmation:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
SoapReadingRequestService.confirmReading ( String p1, long p2, String p3 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService.confirmReading:(Ljava/lang/String;JLjava/lang/String;)V
SoapReadingRequestService.getUnconfirmedReadings ( String p1 ) : WSReadingRequest[ ]
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService.getUnconfirmedReadings:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSReadingRequest;
SoapReadingRequestService.SoapReadingRequestService ( )
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService."<init>":()V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
SystemDiagnosis.class
package com.logicaldoc.enterprise.diagnosis
SystemDiagnosis.setDocumentDao ( DocumentDAO p1 ) : void
com/logicaldoc/enterprise/diagnosis/SystemDiagnosis.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
TwoFactorsAuthentication.class
package com.logicaldoc.enterprise.security.twofactorsauth
TwoFactorsAuthentication.checkSecondFactor ( User p1, String p2 ) [static] : void
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthentication.checkSecondFactor:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
TwoFactorsAuthentication.generateKey ( User p1 ) [static] : String
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthentication.generateKey:(Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
TwoFactorsAuthenticationProvider.class
package com.logicaldoc.enterprise.security.twofactorsauth
TwoFactorsAuthenticationProvider.getUser ( String p1 ) : User
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthenticationProvider.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
TwoFactorsAuthenticationServiceImpl.class
package com.logicaldoc.enterprise.security.twofactorsauth
TwoFactorsAuthenticationServiceImpl.generateGoogleAuthorizationCredentials ( String p1 ) : List<String>
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthenticationServiceImpl.generateGoogleAuthorizationCredentials:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
UpdateServiceImpl.class
package com.logicaldoc.enterprise.update
UpdateServiceImpl.checkDownloadStatus ( ) : List<Integer>
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkDownloadStatus:()Ljava/util/List;
UpdateServiceImpl.checkPatch ( ) : List<GUIPatch>
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkPatch:()Ljava/util/List;
UpdateServiceImpl.checkUpdate ( ) : List<GUIParameter>
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkUpdate:()Ljava/util/List;
UpdateServiceImpl.getPatchNotes ( String p1 ) : List<String>
com/logicaldoc/enterprise/update/UpdateServiceImpl.getPatchNotes:(Ljava/lang/String;)Ljava/util/List;
UpdateServiceImpl.getUpdateNotes ( String p1 ) : List<String>
com/logicaldoc/enterprise/update/UpdateServiceImpl.getUpdateNotes:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
UserCounter.class
package com.logicaldoc.enterprise
UserCounter.afterStore ( User p1, UserHistory p2, Map<String,Object> p3 ) : void
com/logicaldoc/enterprise/UserCounter.afterStore:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;Ljava/util/Map;)V
UserCounter.beforeStore ( User p1, UserHistory p2, Map<String,Object> p3 ) : void
com/logicaldoc/enterprise/UserCounter.beforeStore:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;Ljava/util/Map;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
WSReadingRequest.class
package com.logicaldoc.enterprise.webservice.model
WSReadingRequest.getAlertConfirmation ( ) : int
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getAlertConfirmation:()I
WSReadingRequest.getConfirmed ( ) : Date
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getConfirmed:()Ljava/util/Date;
WSReadingRequest.getDocId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getDocId:()J
WSReadingRequest.getFileName ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getFileName:()Ljava/lang/String;
WSReadingRequest.getFileVersion ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getFileVersion:()Ljava/lang/String;
WSReadingRequest.getId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getId:()J
WSReadingRequest.getRequestComment ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestComment:()Ljava/lang/String;
WSReadingRequest.getRequestorId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestorId:()J
WSReadingRequest.getRequestorLogin ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestorLogin:()Ljava/lang/String;
WSReadingRequest.getRequestorName ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestorName:()Ljava/lang/String;
WSReadingRequest.getUserId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getUserId:()J
WSReadingRequest.getUserLogin ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getUserLogin:()Ljava/lang/String;
WSReadingRequest.getUsername ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getUsername:()Ljava/lang/String;
WSReadingRequest.setAlertConfirmation ( int p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setAlertConfirmation:(I)V
WSReadingRequest.setConfirmed ( Date p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setConfirmed:(Ljava/util/Date;)V
WSReadingRequest.setDocId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setDocId:(J)V
WSReadingRequest.setFileName ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setFileName:(Ljava/lang/String;)V
WSReadingRequest.setFileVersion ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setFileVersion:(Ljava/lang/String;)V
WSReadingRequest.setId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setId:(J)V
WSReadingRequest.setRequestComment ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestComment:(Ljava/lang/String;)V
WSReadingRequest.setRequestorId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestorId:(J)V
WSReadingRequest.setRequestorLogin ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestorLogin:(Ljava/lang/String;)V
WSReadingRequest.setRequestorName ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestorName:(Ljava/lang/String;)V
WSReadingRequest.setUserId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setUserId:(J)V
WSReadingRequest.setUserLogin ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setUserLogin:(Ljava/lang/String;)V
WSReadingRequest.setUsername ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setUsername:(Ljava/lang/String;)V
WSReadingRequest.WSReadingRequest ( )
com/logicaldoc/enterprise/webservice/model/WSReadingRequest."<init>":()V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
YubiKey.class
package com.logicaldoc.enterprise.security.twofactorsauth
YubiKey.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/YubiKey.authenticate:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
logicaldoc-enterprise-gui-8.9.1-plugin.jar,
DocumentsListGrid.class
package com.logicaldoc.enterprise.gui.mobile.client.search
DocumentsListGrid.DocumentsListGrid ( List<GUIDocument> documents, Cursor cur )
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid."<init>":(Ljava/util/List;Lcom/logicaldoc/gui/frontend/client/document/grid/Cursor;)V
DocumentsListGrid.getDocuments ( ) : List<GUIDocument>
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getDocuments:()Ljava/util/List;
DocumentsListGrid.getIds ( ) : List<Long>
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getIds:()Ljava/util/List;
DocumentsListGrid.getSelectedDocuments ( ) : List<GUIDocument>
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getSelectedDocuments:()Ljava/util/List;
DocumentsListGrid.getSelectedIds ( ) : List<Long>
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getSelectedIds:()Ljava/util/List;
DocumentsListGrid.setDocuments ( List<GUIDocument> documents ) : void
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.setDocuments:(Ljava/util/List;)V
logicaldoc-enterprise-gui-8.9.1-plugin.jar,
FolderNavigator.class
package com.logicaldoc.enterprise.gui.mobile.client
FolderNavigator.addDocuments ( List<GUIDocument> docs ) : void
com/logicaldoc/enterprise/gui/mobile/client/FolderNavigator.addDocuments:(Ljava/util/List;)V
logicaldoc-enterprise-gui-8.9.1-plugin.jar,
LicenseServiceImpl.class
package com.logicaldoc.enterprise.gui.license.server
LicenseServiceImpl.getBundle ( String locale ) [static] : List<GUIValue>
com/logicaldoc/enterprise/gui/license/server/LicenseServiceImpl.getBundle:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-enterprise-gui-8.9.1-plugin.jar,
Navigator.class
package com.logicaldoc.enterprise.gui.mobile.client
Navigator.addDocuments ( List<GUIDocument> docs ) : void
com/logicaldoc/enterprise/gui/mobile/client/Navigator.addDocuments:(Ljava/util/List;)V
logicaldoc-enterprise-gui-8.9.1-plugin.jar,
Search.class
package com.logicaldoc.enterprise.gui.mobile.client.search
Search.getLastResult ( ) : List<GUIDocument>
com/logicaldoc/enterprise/gui/mobile/client/search/Search.getLastResult:()Ljava/util/List;
logicaldoc-enterprise-storer-8.9.1-plugin.jar,
FSCleanerTask.class
package com.logicaldoc.enterprise.storer
FSCleanerTask.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/enterprise/storer/FSCleanerTask.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-form-8.9.1-plugin.jar,
FormManager.class
package com.logicaldoc.form
FormManager.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/form/FormManager.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-form-8.9.1-plugin.jar,
FormsDataServlet.class
package com.logicaldoc.form
FormsDataServlet.FormsDataServlet ( )
com/logicaldoc/form/FormsDataServlet."<init>":()V
FormsDataServlet.service ( HttpServletRequest request, HttpServletResponse response, Session session, Integer max, Locale locale ) : void
com/logicaldoc/form/FormsDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lcom/logicaldoc/core/security/Session;Ljava/lang/Integer;Ljava/util/Locale;)V
logicaldoc-form-8.9.1-plugin.jar,
FormServiceImpl.class
package com.logicaldoc.form
FormServiceImpl.delete ( long id ) : void
com/logicaldoc/form/FormServiceImpl.delete:(J)V
FormServiceImpl.FormServiceImpl ( )
com/logicaldoc/form/FormServiceImpl."<init>":()V
FormServiceImpl.fromForm ( Form form ) : GUIForm
com/logicaldoc/form/FormServiceImpl.fromForm:(Lcom/logicaldoc/form/Form;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
FormServiceImpl.getById ( long id ) : GUIForm
com/logicaldoc/form/FormServiceImpl.getById:(J)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
FormServiceImpl.getPreFilledLink ( GUIForm form, String responderEmail ) : String
com/logicaldoc/form/FormServiceImpl.getPreFilledLink:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;Ljava/lang/String;)Ljava/lang/String;
FormServiceImpl.invite ( GUIForm prefilledForm, GUIEmail email, String locale ) : void
com/logicaldoc/form/FormServiceImpl.invite:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;Lcom/logicaldoc/gui/common/client/beans/GUIEmail;Ljava/lang/String;)V
FormServiceImpl.processImage ( ) : String
com/logicaldoc/form/FormServiceImpl.processImage:()Ljava/lang/String;
FormServiceImpl.save ( GUIForm guiForm ) : GUIForm
com/logicaldoc/form/FormServiceImpl.save:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
logicaldoc-ftp-8.9.1-plugin.jar,
FtpUser.class
package com.logicaldoc.ftp
FtpUser.FtpUser ( User user )
com/logicaldoc/ftp/FtpUser."<init>":(Lcom/logicaldoc/core/security/user/User;)V
FtpUser.getUser ( ) : User
com/logicaldoc/ftp/FtpUser.getUser:()Lcom/logicaldoc/core/security/user/User;
logicaldoc-gdrive-8.9.1-plugin.jar,
GDriveServiceImpl.class
package com.logicaldoc.gdrive
GDriveServiceImpl.exportDocuments ( List<Long> ids ) : List<String>
com/logicaldoc/gdrive/GDriveServiceImpl.exportDocuments:(Ljava/util/List;)Ljava/util/List;
GDriveServiceImpl.importDocuments ( List<String> resourceIds, long targetFolderId, String format ) : void
com/logicaldoc/gdrive/GDriveServiceImpl.importDocuments:(Ljava/util/List;JLjava/lang/String;)V
GDriveServiceImpl.loadSettings ( ) : List<String>
com/logicaldoc/gdrive/GDriveServiceImpl.loadSettings:()Ljava/util/List;
GDriveServiceImpl.search ( String expression ) : List<GUIDocument>
com/logicaldoc/gdrive/GDriveServiceImpl.search:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
AccessControlListDS.class
package com.logicaldoc.gui.common.client.data
AccessControlListDS.AccessControlListDS ( long id, String objectType )
com/logicaldoc/gui/common/client/data/AccessControlListDS."<init>":(JLjava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
AttributeSetService.class
package com.logicaldoc.gui.frontend.client.services
AttributeSetService.deleteOptions ( long p1, String p2, List<String> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetService.deleteOptions:(JLjava/lang/String;Ljava/util/List;)V
AttributeSetService.getAttributeSets ( ) [abstract] : List<GUIAttributeSet>
com/logicaldoc/gui/frontend/client/services/AttributeSetService.getAttributeSets:()Ljava/util/List;
AttributeSetService.parseOptions ( long p1, String p2 ) [abstract] : List<GUIValue>
com/logicaldoc/gui/frontend/client/services/AttributeSetService.parseOptions:(JLjava/lang/String;)Ljava/util/List;
AttributeSetService.saveOptions ( long p1, String p2, List<GUIValue> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetService.saveOptions:(JLjava/lang/String;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
AttributeSetServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
AttributeSetServiceAsync.deleteOptions ( long p1, String p2, List<String> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetServiceAsync.deleteOptions:(JLjava/lang/String;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AttributeSetServiceAsync.saveOptions ( long p1, String p2, List<GUIValue> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetServiceAsync.saveOptions:(JLjava/lang/String;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
AuditService.class
package com.logicaldoc.gui.frontend.client.services
AuditService.deleteSubscriptions ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.deleteSubscriptions:(Ljava/util/List;)V
AuditService.subscribeDocuments ( List<Long> p1, List<String> p2, Long p3, Long p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.subscribeDocuments:(Ljava/util/List;Ljava/util/List;Ljava/lang/Long;Ljava/lang/Long;)V
AuditService.subscribeFolder ( long p1, boolean p2, List<String> p3, Long p4, Long p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.subscribeFolder:(JZLjava/util/List;Ljava/lang/Long;Ljava/lang/Long;)V
AuditService.update ( List<Long> p1, boolean p2, List<String> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.update:(Ljava/util/List;ZLjava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
AuditServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
AuditServiceAsync.deleteSubscriptions ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.deleteSubscriptions:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AuditServiceAsync.subscribeDocuments ( List<Long> p1, List<String> p2, Long p3, Long p4, AsyncCallback<Void> p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.subscribeDocuments:(Ljava/util/List;Ljava/util/List;Ljava/lang/Long;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AuditServiceAsync.subscribeFolder ( long p1, boolean p2, List<String> p3, Long p4, Long p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.subscribeFolder:(JZLjava/util/List;Ljava/lang/Long;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AuditServiceAsync.update ( List<Long> p1, boolean p2, List<String> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.update:(Ljava/util/List;ZLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
AutomationDialog.class
package com.logicaldoc.gui.frontend.client.folder
AutomationDialog.AutomationDialog ( Long folderId, List<Long> docIds )
com/logicaldoc/gui/frontend/client/folder/AutomationDialog."<init>":(Ljava/lang/Long;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
AutomationRoutineAclDS.class
package com.logicaldoc.gui.common.client.data
AutomationRoutineAclDS.AutomationRoutineAclDS ( long routineId )
com/logicaldoc/gui/common/client/data/AutomationRoutineAclDS."<init>":(J)V
logicaldoc-gui-8.9.1-plugin.jar,
AutomationRoutineSecurity.class
package com.logicaldoc.gui.frontend.client.settings.automation
AutomationRoutineSecurity.getACL ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/frontend/client/settings/automation/AutomationRoutineSecurity.getACL:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
AutomationService.class
package com.logicaldoc.gui.frontend.client.services
AutomationService.deleteRoutines ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationService.deleteRoutines:(Ljava/util/List;)V
AutomationService.deleteTriggers ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationService.deleteTriggers:(Ljava/util/List;)V
AutomationService.execute ( GUIAutomationRoutine p1, List<Long> p2, Long p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationService.execute:(Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;Ljava/util/List;Ljava/lang/Long;)V
logicaldoc-gui-8.9.1-plugin.jar,
AutomationServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
AutomationServiceAsync.deleteRoutines ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationServiceAsync.deleteRoutines:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AutomationServiceAsync.deleteTriggers ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationServiceAsync.deleteTriggers:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AutomationServiceAsync.execute ( GUIAutomationRoutine p1, List<Long> p2, Long p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationServiceAsync.execute:(Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;Ljava/util/List;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
AwesomeFactory.class
package com.logicaldoc.gui.common.client.util
AwesomeFactory.getColoredIconHtmlWithoutI18N ( String icon, String text, String color ) [static] : String
com/logicaldoc/gui/common/client/util/AwesomeFactory.getColoredIconHtmlWithoutI18N:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
AwesomeFactory.getIndexedIconButtonHTML ( long docId, Integer indexed, String color ) [static] : String
com/logicaldoc/gui/common/client/util/AwesomeFactory.getIndexedIconButtonHTML:(JLjava/lang/Integer;Ljava/lang/String;)Ljava/lang/String;
AwesomeFactory.getSignedIconButtonHTML ( long docId, String fileName, String tooltip, String color ) [static] : String
com/logicaldoc/gui/common/client/util/AwesomeFactory.getSignedIconButtonHTML:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
AwesomeFactory.getStampedIconButtonHTML ( long docId, String fileVersion, String tooltip, String color ) [static] : String
com/logicaldoc/gui/common/client/util/AwesomeFactory.getStampedIconButtonHTML:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
logicaldoc-gui-8.9.1-plugin.jar,
BarcodeService.class
package com.logicaldoc.gui.frontend.client.services
BarcodeService.markUnprocessable ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/BarcodeService.markUnprocessable:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
BarcodeServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
BarcodeServiceAsync.markUnprocessable ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/BarcodeServiceAsync.markUnprocessable:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
CalendarService.class
package com.logicaldoc.gui.frontend.client.services
CalendarService.find ( GUICalendarEventSearchCriteria p1 ) [abstract] : List<GUICalendarEvent>
com/logicaldoc/gui/frontend/client/services/CalendarService.find:(Lcom/logicaldoc/gui/common/client/beans/GUICalendarEventSearchCriteria;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ChatService.class
package com.logicaldoc.gui.frontend.client.services
ChatService.invite ( List<String> p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ChatService.invite:(Ljava/util/List;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
ChatServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ChatServiceAsync.invite ( List<String> p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ChatServiceAsync.invite:(Ljava/util/List;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
ClusterService.class
package com.logicaldoc.gui.frontend.client.services
ClusterService.makeGlobal ( List<String> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterService.makeGlobal:(Ljava/util/List;)V
ClusterService.makeLocal ( List<String> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterService.makeLocal:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ClusterServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ClusterServiceAsync.makeGlobal ( List<String> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterServiceAsync.makeGlobal:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ClusterServiceAsync.makeLocal ( List<String> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterServiceAsync.makeLocal:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
Constants.class
package com.logicaldoc.gui.common.client
Constants.getAuditDefaultEvents ( ) [static] : List<String>
com/logicaldoc/gui/common/client/Constants.getAuditDefaultEvents:()Ljava/util/List;
Constants.getFulltextDefaultFields ( ) [static] : List<String>
com/logicaldoc/gui/common/client/Constants.getFulltextDefaultFields:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ContactService.class
package com.logicaldoc.gui.frontend.client.services
ContactService.delete ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactService.delete:(Ljava/util/List;)V
ContactService.parseContacts ( boolean p1, GUIParseContactsParameters p2 ) [abstract] : List<GUIContact>
com/logicaldoc/gui/frontend/client/services/ContactService.parseContacts:(ZLcom/logicaldoc/gui/common/client/beans/GUIParseContactsParameters;)Ljava/util/List;
ContactService.shareContacts ( List<Long> p1, List<Long> p2, List<Long> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactService.shareContacts:(Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ContactServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ContactServiceAsync.delete ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactServiceAsync.delete:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ContactServiceAsync.shareContacts ( List<Long> p1, List<Long> p2, List<Long> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactServiceAsync.shareContacts:(Ljava/util/List;Ljava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
ContactsImportPreview.class
package com.logicaldoc.gui.frontend.client.personal.contacts
ContactsImportPreview.setContacts ( List<GUIContact> contacts ) : void
com/logicaldoc/gui/frontend/client/personal/contacts/ContactsImportPreview.setContacts:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
CustomIdPanel.class
package com.logicaldoc.gui.frontend.client.metadata
CustomIdPanel.CustomIdPanel ( List<GUIScheme> schemesData )
com/logicaldoc/gui/frontend/client/metadata/CustomIdPanel."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DashletService.class
package com.logicaldoc.gui.frontend.client.services
DashletService.loadDashlets ( ) [abstract] : List<GUIDashlet>
com/logicaldoc/gui/frontend/client/services/DashletService.loadDashlets:()Ljava/util/List;
DashletService.saveDashlets ( List<GUIDashlet> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletService.saveDashlets:(Ljava/util/List;)V
DashletService.saveUserDashlets ( List<GUIDashlet> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletService.saveUserDashlets:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DashletServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DashletServiceAsync.saveDashlets ( List<GUIDashlet> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletServiceAsync.saveDashlets:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DashletServiceAsync.saveUserDashlets ( List<GUIDashlet> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletServiceAsync.saveUserDashlets:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
DigitalSignatureDialog.class
package com.logicaldoc.gui.frontend.client.document.signature
DigitalSignatureDialog.DigitalSignatureDialog ( List<Long> docIds )
com/logicaldoc/gui/frontend/client/document/signature/DigitalSignatureDialog."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentChangeListener.class
package com.logicaldoc.gui.common.client.widgets
DocumentChangeListener.onChanged ( GUIDocument p1 ) [abstract] : void
com/logicaldoc/gui/common/client/widgets/DocumentChangeListener.onChanged:(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentController.class
package com.logicaldoc.gui.common.client.controllers
DocumentController.deleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/common/client/controllers/DocumentController.deleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentDetailsPanel.class
package com.logicaldoc.gui.frontend.client.document
DocumentDetailsPanel.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/document/DocumentDetailsPanel.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentGridUtil.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentGridUtil.getIds ( Record[ ] records ) [static] : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentGridUtil.getIds:([Lcom/smartgwt/client/data/Record;)Ljava/util/List;
DocumentGridUtil.toDocuments ( Record[ ] records ) [static] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentGridUtil.toDocuments:([Lcom/smartgwt/client/data/Record;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
DocumentObserver.class
package com.logicaldoc.gui.common.client.controllers
DocumentObserver.onDocumentsDeleted ( List<GUIDocument> p1 ) [abstract] : void
com/logicaldoc/gui/common/client/controllers/DocumentObserver.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentSecurityPanel.class
package com.logicaldoc.gui.frontend.client.document
DocumentSecurityPanel.DocumentSecurityPanel ( GUIDocument document )
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
DocumentSecurityPanel.equals ( Object obj ) : boolean
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.equals:(Ljava/lang/Object;)Z
DocumentSecurityPanel.getACL ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.getACL:()Ljava/util/List;
DocumentSecurityPanel.hashCode ( ) : int
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.hashCode:()I
DocumentSecurityPanel.onCopyParentFolderSecurity ( ) : void
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.onCopyParentFolderSecurity:()V
DocumentSecurityPanel.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.onDraw:()V
DocumentSecurityPanel.onSave ( ) : void
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.onSave:()V
DocumentSecurityPanel.validate ( ) : boolean
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.validate:()Z
logicaldoc-gui-8.9.1-plugin.jar,
DocumentSelector.class
package com.logicaldoc.gui.common.client.widgets
DocumentSelector.addDocumentChangeListener ( DocumentChangeListener listener ) : void
com/logicaldoc/gui/common/client/widgets/DocumentSelector.addDocumentChangeListener:(Lcom/logicaldoc/gui/common/client/widgets/DocumentChangeListener;)V
DocumentSelector.DocumentSelector ( String name, List<FormItemIcon> additionalIcons )
com/logicaldoc/gui/common/client/widgets/DocumentSelector."<init>":(Ljava/lang/String;Ljava/util/List;)V
DocumentSelector.getDocument ( ) : GUIDocument
com/logicaldoc/gui/common/client/widgets/DocumentSelector.getDocument:()Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentSelector.getDocumentId ( ) : Long
com/logicaldoc/gui/common/client/widgets/DocumentSelector.getDocumentId:()Ljava/lang/Long;
DocumentSelector.getDocumentName ( ) : String
com/logicaldoc/gui/common/client/widgets/DocumentSelector.getDocumentName:()Ljava/lang/String;
DocumentSelector.setDocument ( GUIDocument document ) : void
com/logicaldoc/gui/common/client/widgets/DocumentSelector.setDocument:(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
DocumentSelector.setDocument ( Long documentId, String fileName ) : void
com/logicaldoc/gui/common/client/widgets/DocumentSelector.setDocument:(Ljava/lang/Long;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentSelectorDialog.class
package com.logicaldoc.gui.frontend.client.document.selector
DocumentSelectorDialog.onSelection ( List<GUIDocument> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/document/selector/DocumentSelectorDialog.onSelection:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentSelectorPanel.class
package com.logicaldoc.gui.frontend.client.document.selector
DocumentSelectorPanel.getSelection ( ) : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/selector/DocumentSelectorPanel.getSelection:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
DocumentService.class
package com.logicaldoc.gui.frontend.client.services
DocumentService.addBookmarks ( List<Long> p1, int p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.addBookmarks:(Ljava/util/List;I)V
DocumentService.addDocuments ( boolean p1, String p2, boolean p3, GUIDocument p4 ) [abstract] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/services/DocumentService.addDocuments:(ZLjava/lang/String;ZLcom/logicaldoc/gui/common/client/beans/GUIDocument;)Ljava/util/List;
DocumentService.addDocuments ( String p1, long p2, boolean p3, String p4, boolean p5, Long p6 ) [abstract] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/services/DocumentService.addDocuments:(Ljava/lang/String;JZLjava/lang/String;ZLjava/lang/Long;)Ljava/util/List;
DocumentService.applyParentFolderSecurity ( long p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.applyParentFolderSecurity:(J)V
DocumentService.archiveDocuments ( List<Long> p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.archiveDocuments:(Ljava/util/List;Ljava/lang/String;)V
DocumentService.bulkUpdate ( List<Long> p1, GUIDocument p2, boolean p3 ) [abstract] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/services/DocumentService.bulkUpdate:(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Z)Ljava/util/List;
DocumentService.checkout ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.checkout:(Ljava/util/List;)V
DocumentService.countDocuments ( List<Long> p1, int p2 ) [abstract] : long
com/logicaldoc/gui/frontend/client/services/DocumentService.countDocuments:(Ljava/util/List;I)J
DocumentService.createDownloadTicket ( long p1, int p2, String p3, Integer p4, Date p5, Integer p6, Integer p7 ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/DocumentService.createDownloadTicket:(JILjava/lang/String;Ljava/lang/Integer;Ljava/util/Date;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
DocumentService.delete ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.delete:(Ljava/util/List;)V
DocumentService.deleteBookmarks ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteBookmarks:(Ljava/util/List;)V
DocumentService.deleteFromTrash ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteFromTrash:(Ljava/util/List;)V
DocumentService.deleteLinks ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteLinks:(Ljava/util/List;)V
DocumentService.deleteNotes ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteNotes:(Ljava/util/List;)V
DocumentService.deleteVersions ( List<Long> p1 ) [abstract] : GUIDocument
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteVersions:(Ljava/util/List;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.getEnabledPermissions ( List<Long> p1 ) [abstract] : GUIAccessControlEntry
com/logicaldoc/gui/frontend/client/services/DocumentService.getEnabledPermissions:(Ljava/util/List;)Lcom/logicaldoc/gui/common/client/beans/GUIAccessControlEntry;
DocumentService.getNotes ( long p1, String p2, Collection<String> p3 ) [abstract] : List<GUIDocumentNote>
com/logicaldoc/gui/frontend/client/services/DocumentService.getNotes:(JLjava/lang/String;Ljava/util/Collection;)Ljava/util/List;
DocumentService.getVersionsById ( long p1, long p2 ) [abstract] : List<GUIVersion>
com/logicaldoc/gui/frontend/client/services/DocumentService.getVersionsById:(JJ)Ljava/util/List;
DocumentService.indexDocuments ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.indexDocuments:(Ljava/util/List;)V
DocumentService.linkDocuments ( List<Long> p1, List<Long> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.linkDocuments:(Ljava/util/List;Ljava/util/List;)V
DocumentService.lock ( List<Long> p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.lock:(Ljava/util/List;Ljava/lang/String;)V
DocumentService.makeImmutable ( List<Long> p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.makeImmutable:(Ljava/util/List;Ljava/lang/String;)V
DocumentService.markIndexable ( List<Long> p1, int p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.markIndexable:(Ljava/util/List;I)V
DocumentService.markUnindexable ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.markUnindexable:(Ljava/util/List;)V
DocumentService.merge ( List<Long> p1, long p2, String p3 ) [abstract] : GUIDocument
com/logicaldoc/gui/frontend/client/services/DocumentService.merge:(Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.restore ( List<Long> p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.restore:(Ljava/util/List;J)V
DocumentService.saveACL ( GUIDocument p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
DocumentService.saveNotes ( long p1, List<GUIDocumentNote> p2, Collection<String> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.saveNotes:(JLjava/util/List;Ljava/util/Collection;)V
DocumentService.unarchiveDocuments ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.unarchiveDocuments:(Ljava/util/List;)V
DocumentService.unlock ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.unlock:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DocumentServiceAsync.addBookmarks ( List<Long> p1, int p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.addBookmarks:(Ljava/util/List;ILcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.applyParentFolderSecurity ( long p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.applyParentFolderSecurity:(JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.archiveDocuments ( List<Long> p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.archiveDocuments:(Ljava/util/List;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.bulkUpdate ( List<Long> p1, GUIDocument p2, boolean p3, AsyncCallback<List<GUIDocument>> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.bulkUpdate:(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;ZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.checkout ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.checkout:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.countDocuments ( List<Long> p1, int p2, AsyncCallback<Long> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.countDocuments:(Ljava/util/List;ILcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.delete ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.delete:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteBookmarks ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteBookmarks:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteFromTrash ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteFromTrash:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteLinks ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteLinks:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteNotes ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteNotes:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteVersions ( List<Long> p1, AsyncCallback<GUIDocument> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteVersions:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.getEnabledPermissions ( List<Long> p1, AsyncCallback<GUIAccessControlEntry> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.getEnabledPermissions:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.indexDocuments ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.indexDocuments:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.linkDocuments ( List<Long> p1, List<Long> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.linkDocuments:(Ljava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.lock ( List<Long> p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.lock:(Ljava/util/List;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.makeImmutable ( List<Long> p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.makeImmutable:(Ljava/util/List;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.markIndexable ( List<Long> p1, int p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.markIndexable:(Ljava/util/List;ILcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.markUnindexable ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.markUnindexable:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.merge ( List<Long> p1, long p2, String p3, AsyncCallback<GUIDocument> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.merge:(Ljava/util/List;JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.restore ( List<Long> p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.restore:(Ljava/util/List;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.saveACL ( GUIDocument p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.saveNotes ( long p1, List<GUIDocumentNote> p2, Collection<String> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.saveNotes:(JLjava/util/List;Ljava/util/Collection;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.unarchiveDocuments ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.unarchiveDocuments:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.unlock ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.unlock:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentsGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentsGrid.getDocuments ( ) [abstract] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getDocuments:()Ljava/util/List;
DocumentsGrid.getIds ( ) [abstract] : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getIds:()Ljava/util/List;
DocumentsGrid.getSelectedDocuments ( ) [abstract] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getSelectedDocuments:()Ljava/util/List;
DocumentsGrid.getSelectedIds ( ) [abstract] : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getSelectedIds:()Ljava/util/List;
DocumentsGrid.setDocuments ( List<GUIDocument> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.setDocuments:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentsListGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentsListGrid.getDocuments ( ) : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getDocuments:()Ljava/util/List;
DocumentsListGrid.getIds ( ) : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getIds:()Ljava/util/List;
DocumentsListGrid.getSelectedDocuments ( ) : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getSelectedDocuments:()Ljava/util/List;
DocumentsListGrid.getSelectedIds ( ) : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getSelectedIds:()Ljava/util/List;
DocumentsListGrid.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.onDocumentsDeleted:(Ljava/util/List;)V
DocumentsListGrid.setDocuments ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.setDocuments:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentsPanel.class
package com.logicaldoc.gui.frontend.client.document
DocumentsPanel.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/document/DocumentsPanel.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentsTileGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentsTileGrid.getDocuments ( ) : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getDocuments:()Ljava/util/List;
DocumentsTileGrid.getIds ( ) : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getIds:()Ljava/util/List;
DocumentsTileGrid.getSelectedDocuments ( ) : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getSelectedDocuments:()Ljava/util/List;
DocumentsTileGrid.getSelectedIds ( ) : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getSelectedIds:()Ljava/util/List;
DocumentsTileGrid.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.onDocumentsDeleted:(Ljava/util/List;)V
DocumentsTileGrid.setDocuments ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.setDocuments:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentToolbar.class
package com.logicaldoc.gui.frontend.client.document
DocumentToolbar.prepareButtons ( ) : void
com/logicaldoc/gui/frontend/client/document/DocumentToolbar.prepareButtons:()V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentUtil.class
package com.logicaldoc.gui.frontend.client.document
DocumentUtil.downloadDocument ( long docId ) [static] : void
com/logicaldoc/gui/frontend/client/document/DocumentUtil.downloadDocument:(J)V
DocumentUtil.downloadDocumentResource ( String docId, String url ) [static] : void
com/logicaldoc/gui/frontend/client/document/DocumentUtil.downloadDocumentResource:(Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
DropboxService.class
package com.logicaldoc.gui.frontend.client.services
DropboxService.exportDocuments ( String p1, List<Long> p2, List<Long> p3 ) [abstract] : boolean
com/logicaldoc/gui/frontend/client/services/DropboxService.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Z
DropboxService.importDocuments ( long p1, List<String> p2 ) [abstract] : int
com/logicaldoc/gui/frontend/client/services/DropboxService.importDocuments:(JLjava/util/List;)I
logicaldoc-gui-8.9.1-plugin.jar,
DropboxServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DropboxServiceAsync.exportDocuments ( String p1, List<Long> p2, List<Long> p3, AsyncCallback<Boolean> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DropboxServiceAsync.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DropboxServiceAsync.importDocuments ( long p1, List<String> p2, AsyncCallback<Integer> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DropboxServiceAsync.importDocuments:(JLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
EmailDialog.class
package com.logicaldoc.gui.frontend.client.document
EmailDialog.EmailDialog ( List<Long> docIds, String docTitle )
com/logicaldoc/gui/frontend/client/document/EmailDialog."<init>":(Ljava/util/List;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
ExtendedPropertiesPanel.class
package com.logicaldoc.gui.common.client.widgets
ExtendedPropertiesPanel.prepareDocumentItem ( GUIAttribute att, List<FormItemIcon> multiValIcons ) : FormItem
com/logicaldoc/gui/common/client/widgets/ExtendedPropertiesPanel.prepareDocumentItem:(Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;Ljava/util/List;)Lcom/smartgwt/client/widgets/form/fields/FormItem;
ExtendedPropertiesPanel.validateDocument ( String itemName, String attributeName ) : void
com/logicaldoc/gui/common/client/widgets/ExtendedPropertiesPanel.validateDocument:(Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
FillRoutineParams.class
package com.logicaldoc.gui.frontend.client.document.grid
FillRoutineParams.FillRoutineParams ( String title, GUIAutomationRoutine routine, long folderId, List<Long> docIds )
com/logicaldoc/gui/frontend/client/document/grid/FillRoutineParams."<init>":(Ljava/lang/String;Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;JLjava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
FillStamp.class
package com.logicaldoc.gui.frontend.client.document.stamp
FillStamp.FillStamp ( List<GUIDocument> documents, GUIStamp stamp, boolean visualPositioning )
com/logicaldoc/gui/frontend/client/document/stamp/FillStamp."<init>":(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;Z)V
logicaldoc-gui-8.9.1-plugin.jar,
FolderNavigator.class
package com.logicaldoc.gui.frontend.client.folder
FolderNavigator.getSelectedIds ( ) : List<Long>
com/logicaldoc/gui/frontend/client/folder/FolderNavigator.getSelectedIds:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
FolderSearchDialog.class
package com.logicaldoc.gui.frontend.client.folder
FolderSearchDialog.getLastResult ( ) : List<ListGridRecord>
com/logicaldoc/gui/frontend/client/folder/FolderSearchDialog.getLastResult:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
FolderSecurityPanel.class
package com.logicaldoc.gui.frontend.client.folder
FolderSecurityPanel.getACL ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/frontend/client/folder/FolderSecurityPanel.getACL:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
FolderService.class
package com.logicaldoc.gui.frontend.client.services
FolderService.computeStats ( long p1 ) [abstract] : List<Long>
com/logicaldoc/gui/frontend/client/services/FolderService.computeStats:(J)Ljava/util/List;
FolderService.copyFolders ( List<Long> p1, long p2, boolean p3, String p4, GUIFolder p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.copyFolders:(Ljava/util/List;JZLjava/lang/String;Lcom/logicaldoc/gui/common/client/beans/GUIFolder;)V
FolderService.delete ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.delete:(Ljava/util/List;)V
FolderService.deleteFromTrash ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.deleteFromTrash:(Ljava/util/List;)V
FolderService.inheritACL ( long p1, long p2 ) [abstract] : GUIFolder
com/logicaldoc/gui/frontend/client/services/FolderService.inheritACL:(JJ)Lcom/logicaldoc/gui/common/client/beans/GUIFolder;
FolderService.loadTemplates ( ) [abstract] : List<GUIValue>
com/logicaldoc/gui/frontend/client/services/FolderService.loadTemplates:()Ljava/util/List;
FolderService.merge ( List<Long> p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.merge:(Ljava/util/List;J)V
FolderService.move ( List<Long> p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.move:(Ljava/util/List;J)V
FolderService.paste ( List<Long> p1, long p2, String p3, boolean p4, boolean p5, boolean p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.paste:(Ljava/util/List;JLjava/lang/String;ZZZ)V
FolderService.pasteAsAlias ( List<Long> p1, long p2, String p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.pasteAsAlias:(Ljava/util/List;JLjava/lang/String;)V
FolderService.restore ( List<Long> p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.restore:(Ljava/util/List;J)V
FolderService.saveACL ( GUIFolder p1, boolean p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIFolder;Z)V
FolderService.saveTemplates ( List<GUIValue> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.saveTemplates:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
FolderServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
FolderServiceAsync.copyFolders ( List<Long> p1, long p2, boolean p3, String p4, GUIFolder p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.copyFolders:(Ljava/util/List;JZLjava/lang/String;Lcom/logicaldoc/gui/common/client/beans/GUIFolder;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.delete ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.delete:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.deleteFromTrash ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.deleteFromTrash:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.inheritACL ( long p1, long p2, AsyncCallback<GUIFolder> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.inheritACL:(JJLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.merge ( List<Long> p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.merge:(Ljava/util/List;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.move ( List<Long> p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.move:(Ljava/util/List;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.paste ( List<Long> p1, long p2, String p3, boolean p4, boolean p5, boolean p6, AsyncCallback<Void> p7 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.paste:(Ljava/util/List;JLjava/lang/String;ZZZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.pasteAsAlias ( List<Long> p1, long p2, String p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.pasteAsAlias:(Ljava/util/List;JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.restore ( List<Long> p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.restore:(Ljava/util/List;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.saveACL ( GUIFolder p1, boolean p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIFolder;ZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.saveTemplates ( List<GUIValue> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.saveTemplates:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
FolderTemplatesPanel.class
package com.logicaldoc.gui.frontend.client.metadata
FolderTemplatesPanel.reloadTemplates ( List<GUIValue> templates ) : void
com/logicaldoc/gui/frontend/client/metadata/FolderTemplatesPanel.reloadTemplates:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ForkEditor.class
package com.logicaldoc.gui.frontend.client.workflow.designer
ForkEditor.ForkEditor ( StateWidget widget )
com/logicaldoc/gui/frontend/client/workflow/designer/ForkEditor."<init>":(Lcom/logicaldoc/gui/frontend/client/workflow/designer/StateWidget;)V
logicaldoc-gui-8.9.1-plugin.jar,
Frontend.class
package com.logicaldoc.gui.frontend.client
Frontend.declareDownloadDocumentResource ( ) [static] : void
com/logicaldoc/gui/frontend/client/Frontend.declareDownloadDocumentResource:()V
logicaldoc-gui-8.9.1-plugin.jar,
GDriveService.class
package com.logicaldoc.gui.frontend.client.services
GDriveService.exportDocuments ( List<Long> p1 ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/GDriveService.exportDocuments:(Ljava/util/List;)Ljava/util/List;
GDriveService.importDocuments ( List<String> p1, long p2, String p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/GDriveService.importDocuments:(Ljava/util/List;JLjava/lang/String;)V
GDriveService.loadSettings ( ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/GDriveService.loadSettings:()Ljava/util/List;
GDriveService.search ( String p1 ) [abstract] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/services/GDriveService.search:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
GDriveServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
GDriveServiceAsync.exportDocuments ( List<Long> p1, AsyncCallback<List<String>> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/GDriveServiceAsync.exportDocuments:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
GDriveServiceAsync.importDocuments ( List<String> p1, long p2, String p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/GDriveServiceAsync.importDocuments:(Ljava/util/List;JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
GridUtil.class
package com.logicaldoc.gui.common.client.util
GridUtil.getIds ( ListGridRecord[ ] records ) [static] : List<Long>
com/logicaldoc/gui/common/client/util/GridUtil.getIds:([Lcom/smartgwt/client/widgets/grid/ListGridRecord;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
GroupSelectorCombo.class
package com.logicaldoc.gui.common.client.widgets
GroupSelectorCombo.getGroupIds ( ) : List<Long>
com/logicaldoc/gui/common/client/widgets/GroupSelectorCombo.getGroupIds:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
GUIAccessControlEntry.class
package com.logicaldoc.gui.common.client.beans
GUIAccessControlEntry.getAllowedPermissions ( ) : Set<String>
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.getAllowedPermissions:()Ljava/util/Set;
GUIAccessControlEntry.getEntityId ( ) : long
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.getEntityId:()J
GUIAccessControlEntry.getLabel ( ) : String
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.getLabel:()Ljava/lang/String;
GUIAccessControlEntry.getName ( ) : String
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.getName:()Ljava/lang/String;
GUIAccessControlEntry.GUIAccessControlEntry ( )
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry."<init>":()V
GUIAccessControlEntry.GUIAccessControlEntry ( String... allowedPermissions )
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry."<init>":([Ljava/lang/String;)V
GUIAccessControlEntry.isAdd ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isAdd:()Z
GUIAccessControlEntry.isArchive ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isArchive:()Z
GUIAccessControlEntry.isAutomation ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isAutomation:()Z
GUIAccessControlEntry.isCalendar ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isCalendar:()Z
GUIAccessControlEntry.isDelete ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isDelete:()Z
GUIAccessControlEntry.isDownload ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isDownload:()Z
GUIAccessControlEntry.isEmail ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isEmail:()Z
GUIAccessControlEntry.isExport ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isExport:()Z
GUIAccessControlEntry.isImmutable ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isImmutable:()Z
GUIAccessControlEntry.isImport ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isImport:()Z
GUIAccessControlEntry.isMove ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isMove:()Z
GUIAccessControlEntry.isPassword ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isPassword:()Z
GUIAccessControlEntry.isPermissionAllowed ( String permission ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isPermissionAllowed:(Ljava/lang/String;)Z
GUIAccessControlEntry.isPrint ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isPrint:()Z
GUIAccessControlEntry.isRead ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isRead:()Z
GUIAccessControlEntry.isReadingreq ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isReadingreq:()Z
GUIAccessControlEntry.isRename ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isRename:()Z
GUIAccessControlEntry.isSecurity ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isSecurity:()Z
GUIAccessControlEntry.isSign ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isSign:()Z
GUIAccessControlEntry.isStorage ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isStorage:()Z
GUIAccessControlEntry.isSubscription ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isSubscription:()Z
GUIAccessControlEntry.isWorkflow ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isWorkflow:()Z
GUIAccessControlEntry.isWrite ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isWrite:()Z
GUIAccessControlEntry.setAdd ( boolean add ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setAdd:(Z)V
GUIAccessControlEntry.setArchive ( boolean archive ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setArchive:(Z)V
GUIAccessControlEntry.setAutomation ( boolean automation ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setAutomation:(Z)V
GUIAccessControlEntry.setCalendar ( boolean calendar ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setCalendar:(Z)V
GUIAccessControlEntry.setDelete ( boolean delete ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setDelete:(Z)V
GUIAccessControlEntry.setDownload ( boolean download ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setDownload:(Z)V
GUIAccessControlEntry.setEmail ( boolean email ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setEmail:(Z)V
GUIAccessControlEntry.setEntityId ( long entityId ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setEntityId:(J)V
GUIAccessControlEntry.setExport ( boolean export ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setExport:(Z)V
GUIAccessControlEntry.setImmutable ( boolean immutable ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setImmutable:(Z)V
GUIAccessControlEntry.setImport ( boolean iimport ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setImport:(Z)V
GUIAccessControlEntry.setLabel ( String label ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setLabel:(Ljava/lang/String;)V
GUIAccessControlEntry.setMove ( boolean move ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setMove:(Z)V
GUIAccessControlEntry.setName ( String name ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setName:(Ljava/lang/String;)V
GUIAccessControlEntry.setPassword ( boolean password ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setPassword:(Z)V
GUIAccessControlEntry.setPrint ( boolean print ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setPrint:(Z)V
GUIAccessControlEntry.setRead ( boolean read ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setRead:(Z)V
GUIAccessControlEntry.setReadingreq ( boolean readingreq ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setReadingreq:(Z)V
GUIAccessControlEntry.setRename ( boolean rename ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setRename:(Z)V
GUIAccessControlEntry.setSecurity ( boolean security ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setSecurity:(Z)V
GUIAccessControlEntry.setSign ( boolean sign ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setSign:(Z)V
GUIAccessControlEntry.setStorage ( boolean storage ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setStorage:(Z)V
GUIAccessControlEntry.setSubscription ( boolean subscription ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setSubscription:(Z)V
GUIAccessControlEntry.setWorkflow ( boolean workflow ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setWorkflow:(Z)V
GUIAccessControlEntry.setWrite ( boolean write ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setWrite:(Z)V
GUIAccessControlEntry.toString ( ) : String
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.toString:()Ljava/lang/String;
logicaldoc-gui-8.9.1-plugin.jar,
GUIAttribute.class
package com.logicaldoc.gui.common.client.beans
GUIAttribute.getForbiddenNames ( ) [static] : List<String>
com/logicaldoc/gui/common/client/beans/GUIAttribute.getForbiddenNames:()Ljava/util/List;
GUIAttribute.getOptions ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIAttribute.getOptions:()Ljava/util/List;
GUIAttribute.setOptions ( List<String> options ) : void
com/logicaldoc/gui/common/client/beans/GUIAttribute.setOptions:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIAttributeSet.class
package com.logicaldoc.gui.common.client.beans
GUIAttributeSet.getAttributes ( ) : List<GUIAttribute>
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.getAttributes:()Ljava/util/List;
GUIAttributeSet.getAttributesOrderedByPosition ( ) : List<GUIAttribute>
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.getAttributesOrderedByPosition:()Ljava/util/List;
GUIAttributeSet.repositionAttributes ( List<String> names ) : void
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.repositionAttributes:(Ljava/util/List;)V
GUIAttributeSet.setAttributes ( List<GUIAttribute> attributes ) : void
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.setAttributes:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIAutomationRoutine.class
package com.logicaldoc.gui.common.client.beans
GUIAutomationRoutine.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.getAccessControlList:()Ljava/util/List;
GUIAutomationRoutine.getPermissions ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.getPermissions:()Ljava/util/List;
GUIAutomationRoutine.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.setAccessControlList:(Ljava/util/List;)V
GUIAutomationRoutine.setPermissions ( List<String> permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.setPermissions:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUICalendarEvent.class
package com.logicaldoc.gui.common.client.beans
GUICalendarEvent.getDocuments ( ) : List<GUIDocument>
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getDocuments:()Ljava/util/List;
GUICalendarEvent.getParticipants ( ) : List<GUIUser>
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getParticipants:()Ljava/util/List;
GUICalendarEvent.getParticipantsGroups ( ) : List<GUIGroup>
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getParticipantsGroups:()Ljava/util/List;
GUICalendarEvent.getReminders ( ) : List<GUIReminder>
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getReminders:()Ljava/util/List;
GUICalendarEvent.setDocuments ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setDocuments:(Ljava/util/List;)V
GUICalendarEvent.setParticipants ( List<GUIUser> participants ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setParticipants:(Ljava/util/List;)V
GUICalendarEvent.setParticipantsGroups ( List<GUIGroup> participantsGroups ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setParticipantsGroups:(Ljava/util/List;)V
GUICalendarEvent.setReminders ( List<GUIReminder> reminders ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setReminders:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIDocument.class
package com.logicaldoc.gui.common.client.beans
GUIDocument.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUIDocument.getAccessControlList:()Ljava/util/List;
GUIDocument.getAllowedPermissions ( ) : GUIAccessControlEntry
com/logicaldoc/gui/common/client/beans/GUIDocument.getAllowedPermissions:()Lcom/logicaldoc/gui/common/client/beans/GUIAccessControlEntry;
GUIDocument.getDocAttrs ( ) : int
com/logicaldoc/gui/common/client/beans/GUIDocument.getDocAttrs:()I
GUIDocument.getNotifyUsers ( ) : List<Long>
com/logicaldoc/gui/common/client/beans/GUIDocument.getNotifyUsers:()Ljava/util/List;
GUIDocument.getTags ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIDocument.getTags:()Ljava/util/List;
GUIDocument.hasPermission ( String permission ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.hasPermission:(Ljava/lang/String;)Z
GUIDocument.isDelete ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.isDelete:()Z
GUIDocument.isDownload ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.isDownload:()Z
GUIDocument.isMove ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.isMove:()Z
GUIDocument.isRename ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.isRename:()Z
GUIDocument.isWrite ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.isWrite:()Z
GUIDocument.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setAccessControlList:(Ljava/util/List;)V
GUIDocument.setAllowedPermissions ( GUIAccessControlEntry permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setAllowedPermissions:(Lcom/logicaldoc/gui/common/client/beans/GUIAccessControlEntry;)V
GUIDocument.setDocAttrs ( int docAttrs ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setDocAttrs:(I)V
GUIDocument.setNotifyUsers ( List<Long> notifyUsers ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setNotifyUsers:(Ljava/util/List;)V
GUIDocument.setTags ( List<String> tags ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setTags:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIEmail.class
package com.logicaldoc.gui.common.client.beans
GUIEmail.getAttachments ( ) : List<GUIDocument>
com/logicaldoc/gui/common/client/beans/GUIEmail.getAttachments:()Ljava/util/List;
GUIEmail.getBccs ( ) : List<GUIContact>
com/logicaldoc/gui/common/client/beans/GUIEmail.getBccs:()Ljava/util/List;
GUIEmail.getCcs ( ) : List<GUIContact>
com/logicaldoc/gui/common/client/beans/GUIEmail.getCcs:()Ljava/util/List;
GUIEmail.getDocIds ( ) : List<Long>
com/logicaldoc/gui/common/client/beans/GUIEmail.getDocIds:()Ljava/util/List;
GUIEmail.getReplyTo ( ) : List<GUIContact>
com/logicaldoc/gui/common/client/beans/GUIEmail.getReplyTo:()Ljava/util/List;
GUIEmail.getTos ( ) : List<GUIContact>
com/logicaldoc/gui/common/client/beans/GUIEmail.getTos:()Ljava/util/List;
GUIEmail.setAttachments ( List<GUIDocument> attachments ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setAttachments:(Ljava/util/List;)V
GUIEmail.setBccs ( List<GUIContact> bccs ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setBccs:(Ljava/util/List;)V
GUIEmail.setCcs ( List<GUIContact> ccs ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setCcs:(Ljava/util/List;)V
GUIEmail.setDocIds ( List<Long> docIds ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setDocIds:(Ljava/util/List;)V
GUIEmail.setReplyTo ( List<GUIContact> replyTo ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setReplyTo:(Ljava/util/List;)V
GUIEmail.setTos ( List<GUIContact> tos ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setTos:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIEmailAccount.class
package com.logicaldoc.gui.common.client.beans
GUIEmailAccount.getRules ( ) : List<GUIEmailRule>
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.getRules:()Ljava/util/List;
GUIEmailAccount.setRules ( List<GUIEmailRule> rules ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.setRules:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIExtensibleObject.class
package com.logicaldoc.gui.common.client.beans
GUIExtensibleObject.getAttributeNames ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.getAttributeNames:()Ljava/util/List;
GUIExtensibleObject.getAttributes ( ) : List<GUIAttribute>
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.getAttributes:()Ljava/util/List;
GUIExtensibleObject.setAttributes ( List<GUIAttribute> attributes ) : void
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.setAttributes:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIFolder.class
package com.logicaldoc.gui.common.client.beans
GUIFolder.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUIFolder.getAccessControlList:()Ljava/util/List;
GUIFolder.getAllowedPermissions ( ) : GUIAccessControlEntry
com/logicaldoc/gui/common/client/beans/GUIFolder.getAllowedPermissions:()Lcom/logicaldoc/gui/common/client/beans/GUIAccessControlEntry;
GUIFolder.getPath ( ) : List<GUIFolder>
com/logicaldoc/gui/common/client/beans/GUIFolder.getPath:()Ljava/util/List;
GUIFolder.getQuotaAlertRecipients ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIFolder.getQuotaAlertRecipients:()Ljava/util/List;
GUIFolder.getTags ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIFolder.getTags:()Ljava/util/List;
GUIFolder.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setAccessControlList:(Ljava/util/List;)V
GUIFolder.setAllowedPermissions ( GUIAccessControlEntry permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setAllowedPermissions:(Lcom/logicaldoc/gui/common/client/beans/GUIAccessControlEntry;)V
GUIFolder.setPath ( List<GUIFolder> path ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setPath:(Ljava/util/List;)V
GUIFolder.setQuotaAlertRecipients ( List<String> quotaAlertRecipients ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setQuotaAlertRecipients:(Ljava/util/List;)V
GUIFolder.setTags ( List<String> tags ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setTags:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIForm.class
package com.logicaldoc.gui.common.client.beans
GUIForm.getRecipients ( ) : List<GUIUser>
com/logicaldoc/gui/common/client/beans/GUIForm.getRecipients:()Ljava/util/List;
GUIForm.setRecipients ( List<GUIUser> recipients ) : void
com/logicaldoc/gui/common/client/beans/GUIForm.setRecipients:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIIncrementalArchive.class
package com.logicaldoc.gui.common.client.beans
GUIIncrementalArchive.getTemplateIds ( ) : List<Long>
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.getTemplateIds:()Ljava/util/List;
GUIIncrementalArchive.getTemplates ( ) : List<GUITemplate>
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.getTemplates:()Ljava/util/List;
GUIIncrementalArchive.setTemplates ( List<GUITemplate> templates ) : void
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.setTemplates:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIInfo.class
package com.logicaldoc.gui.common.client.beans
GUIInfo.getAlerts ( ) : List<GUIMessage>
com/logicaldoc/gui/common/client/beans/GUIInfo.getAlerts:()Ljava/util/List;
GUIInfo.getAttributeDefinitions ( ) : List<GUIAttribute>
com/logicaldoc/gui/common/client/beans/GUIInfo.getAttributeDefinitions:()Ljava/util/List;
GUIInfo.getBundle ( ) : List<GUIValue>
com/logicaldoc/gui/common/client/beans/GUIInfo.getBundle:()Ljava/util/List;
GUIInfo.getConfig ( ) : List<GUIValue>
com/logicaldoc/gui/common/client/beans/GUIInfo.getConfig:()Ljava/util/List;
GUIInfo.getFeatures ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIInfo.getFeatures:()Ljava/util/List;
GUIInfo.getSupportedGUILanguages ( ) : List<GUIValue>
com/logicaldoc/gui/common/client/beans/GUIInfo.getSupportedGUILanguages:()Ljava/util/List;
GUIInfo.getSupportedLanguages ( ) : List<GUIValue>
com/logicaldoc/gui/common/client/beans/GUIInfo.getSupportedLanguages:()Ljava/util/List;
GUIInfo.getUnconfirmedReagings ( ) : List<GUIReadingRequest>
com/logicaldoc/gui/common/client/beans/GUIInfo.getUnconfirmedReagings:()Ljava/util/List;
GUIInfo.setAlerts ( List<GUIMessage> alerts ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setAlerts:(Ljava/util/List;)V
GUIInfo.setAttributeDefinitions ( List<GUIAttribute> attributeDefinitions ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setAttributeDefinitions:(Ljava/util/List;)V
GUIInfo.setBundle ( List<GUIValue> bundle ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setBundle:(Ljava/util/List;)V
GUIInfo.setConfig ( List<GUIValue> config ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setConfig:(Ljava/util/List;)V
GUIInfo.setFeatures ( List<String> features ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setFeatures:(Ljava/util/List;)V
GUIInfo.setSupportedGUILanguages ( List<GUIValue> supportedGUILanguages ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setSupportedGUILanguages:(Ljava/util/List;)V
GUIInfo.setSupportedLanguages ( List<GUIValue> supportedLanguages ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setSupportedLanguages:(Ljava/util/List;)V
GUIInfo.setUnconfirmedReagings ( List<GUIReadingRequest> unconfirmedReagings ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setUnconfirmedReagings:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUILDAPServer.class
package com.logicaldoc.gui.common.client.beans
GUILDAPServer.getDefaultGroups ( ) : List<GUIGroup>
com/logicaldoc/gui/common/client/beans/GUILDAPServer.getDefaultGroups:()Ljava/util/List;
GUILDAPServer.setDefaultGroups ( List<GUIGroup> defaultGroups ) : void
com/logicaldoc/gui/common/client/beans/GUILDAPServer.setDefaultGroups:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIMenu.class
package com.logicaldoc.gui.common.client.beans
GUIMenu.equals ( Object obj ) : boolean
com/logicaldoc/gui/common/client/beans/GUIMenu.equals:(Ljava/lang/Object;)Z
GUIMenu.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUIMenu.getAccessControlList:()Ljava/util/List;
GUIMenu.hashCode ( ) : int
com/logicaldoc/gui/common/client/beans/GUIMenu.hashCode:()I
GUIMenu.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUIMenu.setAccessControlList:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIOCRTemplate.class
package com.logicaldoc.gui.common.client.beans
GUIOCRTemplate.getZones ( ) : List<GUIZone>
com/logicaldoc/gui/common/client/beans/GUIOCRTemplate.getZones:()Ljava/util/List;
GUIOCRTemplate.setZones ( List<GUIZone> zones ) : void
com/logicaldoc/gui/common/client/beans/GUIOCRTemplate.setZones:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIResult.class
package com.logicaldoc.gui.common.client.beans
GUIResult.getHits ( ) : List<GUIDocument>
com/logicaldoc/gui/common/client/beans/GUIResult.getHits:()Ljava/util/List;
GUIResult.setHits ( List<GUIDocument> hits ) : void
com/logicaldoc/gui/common/client/beans/GUIResult.setHits:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUISamlSettings.class
package com.logicaldoc.gui.frontend.client.security.saml
GUISamlSettings.isLogoutRequestSigned ( ) : boolean
com/logicaldoc/gui/frontend/client/security/saml/GUISamlSettings.isLogoutRequestSigned:()Z
GUISamlSettings.isLogoutResponseSigned ( ) : boolean
com/logicaldoc/gui/frontend/client/security/saml/GUISamlSettings.isLogoutResponseSigned:()Z
GUISamlSettings.isSingleLogOut ( ) : boolean
com/logicaldoc/gui/frontend/client/security/saml/GUISamlSettings.isSingleLogOut:()Z
GUISamlSettings.setLogoutRequestSigned ( boolean logoutRequestSigned ) : void
com/logicaldoc/gui/frontend/client/security/saml/GUISamlSettings.setLogoutRequestSigned:(Z)V
GUISamlSettings.setLogoutResponseSigned ( boolean logoutResponseSigned ) : void
com/logicaldoc/gui/frontend/client/security/saml/GUISamlSettings.setLogoutResponseSigned:(Z)V
GUISamlSettings.setSingleLogOut ( boolean singleLogOut ) : void
com/logicaldoc/gui/frontend/client/security/saml/GUISamlSettings.setSingleLogOut:(Z)V
logicaldoc-gui-8.9.1-plugin.jar,
GUISearchOptions.class
package com.logicaldoc.gui.common.client.beans
GUISearchOptions.getCriteria ( ) : List<GUICriterion>
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getCriteria:()Ljava/util/List;
GUISearchOptions.getFields ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getFields:()Ljava/util/List;
GUISearchOptions.getFilterIds ( ) : List<Long>
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getFilterIds:()Ljava/util/List;
GUISearchOptions.setCriteria ( List<GUICriterion> criteria ) : void
com/logicaldoc/gui/common/client/beans/GUISearchOptions.setCriteria:(Ljava/util/List;)V
GUISearchOptions.setFields ( List<String> flds ) : void
com/logicaldoc/gui/common/client/beans/GUISearchOptions.setFields:(Ljava/util/List;)V
GUISearchOptions.setFilterIds ( List<Long> filterIds ) : void
com/logicaldoc/gui/common/client/beans/GUISearchOptions.setFilterIds:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUISession.class
package com.logicaldoc.gui.common.client.beans
GUISession.isSingleSignOn ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUISession.isSingleSignOn:()Z
GUISession.setSingleSignOn ( boolean singleSignOn ) : void
com/logicaldoc/gui/common/client/beans/GUISession.setSingleSignOn:(Z)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIStamp.class
package com.logicaldoc.gui.common.client.beans
GUIStamp.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUIStamp.getAccessControlList:()Ljava/util/List;
GUIStamp.isRead ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIStamp.isRead:()Z
GUIStamp.isWrite ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIStamp.isWrite:()Z
GUIStamp.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUIStamp.setAccessControlList:(Ljava/util/List;)V
GUIStamp.setRead ( boolean read ) : void
com/logicaldoc/gui/common/client/beans/GUIStamp.setRead:(Z)V
GUIStamp.setWrite ( boolean write ) : void
com/logicaldoc/gui/common/client/beans/GUIStamp.setWrite:(Z)V
logicaldoc-gui-8.9.1-plugin.jar,
GUITask.class
package com.logicaldoc.gui.common.client.beans
GUITask.getReportRecipients ( ) : List<GUIUser>
com/logicaldoc/gui/common/client/beans/GUITask.getReportRecipients:()Ljava/util/List;
GUITask.setReportRecipients ( List<GUIUser> reportRecipients ) : void
com/logicaldoc/gui/common/client/beans/GUITask.setReportRecipients:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUITemplate.class
package com.logicaldoc.gui.common.client.beans
GUITemplate.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUITemplate.getAccessControlList:()Ljava/util/List;
GUITemplate.getAttributes ( ) : List<GUIAttribute>
com/logicaldoc/gui/common/client/beans/GUITemplate.getAttributes:()Ljava/util/List;
GUITemplate.getAttributesOrderedByPosition ( ) : List<GUIAttribute>
com/logicaldoc/gui/common/client/beans/GUITemplate.getAttributesOrderedByPosition:()Ljava/util/List;
GUITemplate.getPermissions ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUITemplate.getPermissions:()Ljava/util/List;
GUITemplate.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUITemplate.setAccessControlList:(Ljava/util/List;)V
GUITemplate.setAttributes ( List<GUIAttribute> attributes ) : void
com/logicaldoc/gui/common/client/beans/GUITemplate.setAttributes:(Ljava/util/List;)V
GUITemplate.setPermissions ( List<String> permissions ) : void
com/logicaldoc/gui/common/client/beans/GUITemplate.setPermissions:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUITenant.class
package com.logicaldoc.gui.common.client.beans
GUITenant.getQuotaAlertRecipients ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUITenant.getQuotaAlertRecipients:()Ljava/util/List;
GUITenant.setQuotaAlertRecipients ( List<String> quotaAlertRecipients ) : void
com/logicaldoc/gui/common/client/beans/GUITenant.setQuotaAlertRecipients:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIUser.class
package com.logicaldoc.gui.common.client.beans
GUIUser.getBuilding ( ) : String
com/logicaldoc/gui/common/client/beans/GUIUser.getBuilding:()Ljava/lang/String;
GUIUser.getCompany ( ) : String
com/logicaldoc/gui/common/client/beans/GUIUser.getCompany:()Ljava/lang/String;
GUIUser.getCustomActions ( ) : List<GUIMenu>
com/logicaldoc/gui/common/client/beans/GUIUser.getCustomActions:()Ljava/util/List;
GUIUser.getDashlets ( ) : List<GUIDashlet>
com/logicaldoc/gui/common/client/beans/GUIUser.getDashlets:()Ljava/util/List;
GUIUser.getDepartment ( ) : String
com/logicaldoc/gui/common/client/beans/GUIUser.getDepartment:()Ljava/lang/String;
GUIUser.getGroups ( ) : List<GUIGroup>
com/logicaldoc/gui/common/client/beans/GUIUser.getGroups:()Ljava/util/List;
GUIUser.getMenus ( ) : List<Long>
com/logicaldoc/gui/common/client/beans/GUIUser.getMenus:()Ljava/util/List;
GUIUser.getOrganizationalUnit ( ) : String
com/logicaldoc/gui/common/client/beans/GUIUser.getOrganizationalUnit:()Ljava/lang/String;
GUIUser.getTasks ( ) : int
com/logicaldoc/gui/common/client/beans/GUIUser.getTasks:()I
GUIUser.getWorkingTimes ( ) : List<GUIWorkingTime>
com/logicaldoc/gui/common/client/beans/GUIUser.getWorkingTimes:()Ljava/util/List;
GUIUser.removeDashlet ( long id ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.removeDashlet:(J)V
GUIUser.setBuilding ( String building ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setBuilding:(Ljava/lang/String;)V
GUIUser.setCompany ( String company ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setCompany:(Ljava/lang/String;)V
GUIUser.setCustomActions ( List<GUIMenu> customActions ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setCustomActions:(Ljava/util/List;)V
GUIUser.setDashlets ( List<GUIDashlet> dashlets ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setDashlets:(Ljava/util/List;)V
GUIUser.setDepartment ( String department ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setDepartment:(Ljava/lang/String;)V
GUIUser.setGroups ( List<GUIGroup> groups ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setGroups:(Ljava/util/List;)V
GUIUser.setMenus ( List<Long> menus ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setMenus:(Ljava/util/List;)V
GUIUser.setOrganizationalUnit ( String organizationalUnit ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setOrganizationalUnit:(Ljava/lang/String;)V
GUIUser.setTasks ( int tasks ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setTasks:(I)V
GUIUser.setWorkingTimes ( List<GUIWorkingTime> workingTimes ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setWorkingTimes:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIWFState.class
package com.logicaldoc.gui.common.client.beans
GUIWFState.getCandidates ( ) : List<GUIValue>
com/logicaldoc/gui/common/client/beans/GUIWFState.getCandidates:()Ljava/util/List;
GUIWFState.getTransitions ( ) : List<GUITransition>
com/logicaldoc/gui/common/client/beans/GUIWFState.getTransitions:()Ljava/util/List;
GUIWFState.setCandidates ( List<GUIValue> candidates ) : void
com/logicaldoc/gui/common/client/beans/GUIWFState.setCandidates:(Ljava/util/List;)V
GUIWFState.setTransitions ( List<GUITransition> transitions ) : void
com/logicaldoc/gui/common/client/beans/GUIWFState.setTransitions:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIWorkflow.class
package com.logicaldoc.gui.common.client.beans
GUIWorkflow.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getAccessControlList:()Ljava/util/List;
GUIWorkflow.getAppendedDocs ( ) : List<GUIDocument>
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getAppendedDocs:()Ljava/util/List;
GUIWorkflow.getPermissions ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getPermissions:()Ljava/util/List;
GUIWorkflow.getStates ( ) : List<GUIWFState>
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getStates:()Ljava/util/List;
GUIWorkflow.getSupervisors ( ) : List<GUIUser>
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getSupervisors:()Ljava/util/List;
GUIWorkflow.getWflHistory ( ) : List<GUIWFState>
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getWflHistory:()Ljava/util/List;
GUIWorkflow.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setAccessControlList:(Ljava/util/List;)V
GUIWorkflow.setAppendedDocs ( List<GUIDocument> appendedDocs ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setAppendedDocs:(Ljava/util/List;)V
GUIWorkflow.setPermissions ( List<String> permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setPermissions:(Ljava/util/List;)V
GUIWorkflow.setStates ( List<GUIWFState> states ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setStates:(Ljava/util/List;)V
GUIWorkflow.setSupervisors ( List<GUIUser> supervisors ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setSupervisors:(Ljava/util/List;)V
GUIWorkflow.setWflHistory ( List<GUIWFState> wflHistory ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setWflHistory:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
HitsListPanel.class
package com.logicaldoc.gui.frontend.client.search
HitsListPanel.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/search/HitsListPanel.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
I18N.class
package com.logicaldoc.gui.common.client.i18n
I18N.getGuiLanguages ( ) [static] : List<GUIValue>
com/logicaldoc/gui/common/client/i18n/I18N.getGuiLanguages:()Ljava/util/List;
I18N.getLanguages ( ) : List<GUIValue>
com/logicaldoc/gui/common/client/i18n/I18N.getLanguages:()Ljava/util/List;
I18N.message ( String key, List<String> vals ) [static] : String
com/logicaldoc/gui/common/client/i18n/I18N.message:(Ljava/lang/String;Ljava/util/List;)Ljava/lang/String;
I18N.setGuiLanguages ( List<GUIValue> guiLanguages ) [static] : void
com/logicaldoc/gui/common/client/i18n/I18N.setGuiLanguages:(Ljava/util/List;)V
I18N.setLanguages ( List<GUIValue> languages ) [static] : void
com/logicaldoc/gui/common/client/i18n/I18N.setLanguages:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ImpexService.class
package com.logicaldoc.gui.frontend.client.services
ImpexService.addDocuments ( long p1, List<Long> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ImpexService.addDocuments:(JLjava/util/List;)V
ImpexService.deleteVersions ( long p1, List<Long> p2 ) [abstract] : GUIArchive
com/logicaldoc/gui/frontend/client/services/ImpexService.deleteVersions:(JLjava/util/List;)Lcom/logicaldoc/gui/common/client/beans/GUIArchive;
logicaldoc-gui-8.9.1-plugin.jar,
ImpexServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ImpexServiceAsync.addDocuments ( long p1, List<Long> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ImpexServiceAsync.addDocuments:(JLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ImpexServiceAsync.deleteVersions ( long p1, List<Long> p2, AsyncCallback<GUIArchive> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ImpexServiceAsync.deleteVersions:(JLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
InfoService.class
package com.logicaldoc.gui.common.client.services
InfoService.getSessionInfo ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/common/client/services/InfoService.getSessionInfo:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
InvalidSessionServerException.class
package com.logicaldoc.gui.common.client
InvalidSessionServerException.InvalidSessionServerException ( String message, Throwable cause )
com/logicaldoc/gui/common/client/InvalidSessionServerException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
InvalidSessionServerException.InvalidSessionServerException ( Throwable cause )
com/logicaldoc/gui/common/client/InvalidSessionServerException."<init>":(Ljava/lang/Throwable;)V
logicaldoc-gui-8.9.1-plugin.jar,
ItemFactory.class
package com.logicaldoc.gui.common.client.util
ItemFactory.newDocumentSelectorForAttribute ( String name, String title, List<FormItemIcon> additionalIcons ) [static] : StaticTextItem
com/logicaldoc/gui/common/client/util/ItemFactory.newDocumentSelectorForAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lcom/smartgwt/client/widgets/form/fields/StaticTextItem;
ItemFactory.newTagsComboBoxItem ( String name, String title, TagsDS options, List<String> tags ) [static] : MultiComboBoxItem
com/logicaldoc/gui/common/client/util/ItemFactory.newTagsComboBoxItem:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/gui/common/client/data/TagsDS;Ljava/util/List;)Lcom/smartgwt/client/widgets/form/fields/MultiComboBoxItem;
logicaldoc-gui-8.9.1-plugin.jar,
LDAPService.class
package com.logicaldoc.gui.frontend.client.services
LDAPService.importUsers ( List<String> p1, long p2 ) [abstract] : List<GUIValue>
com/logicaldoc/gui/frontend/client/services/LDAPService.importUsers:(Ljava/util/List;J)Ljava/util/List;
LDAPService.listUsers ( String p1, long p2 ) [abstract] : List<GUIUser>
com/logicaldoc/gui/frontend/client/services/LDAPService.listUsers:(Ljava/lang/String;J)Ljava/util/List;
LDAPService.reorder ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/LDAPService.reorder:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
LDAPServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
LDAPServiceAsync.importUsers ( List<String> p1, long p2, AsyncCallback<List<GUIValue>> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/LDAPServiceAsync.importUsers:(Ljava/util/List;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
LDAPServiceAsync.reorder ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/LDAPServiceAsync.reorder:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
MainMenu.class
package com.logicaldoc.gui.frontend.client.menu
MainMenu.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/menu/MainMenu.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
MenuSecurityPanel.class
package com.logicaldoc.gui.frontend.client.security
MenuSecurityPanel.equals ( Object obj ) : boolean
com/logicaldoc/gui/frontend/client/security/MenuSecurityPanel.equals:(Ljava/lang/Object;)Z
MenuSecurityPanel.getACL ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/frontend/client/security/MenuSecurityPanel.getACL:()Ljava/util/List;
MenuSecurityPanel.hashCode ( ) : int
com/logicaldoc/gui/frontend/client/security/MenuSecurityPanel.hashCode:()I
MenuSecurityPanel.MenuSecurityPanel ( GUIMenu menu, boolean withSaveButton )
com/logicaldoc/gui/frontend/client/security/MenuSecurityPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIMenu;Z)V
MenuSecurityPanel.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/security/MenuSecurityPanel.onDraw:()V
MenuSecurityPanel.onSave ( ) : void
com/logicaldoc/gui/frontend/client/security/MenuSecurityPanel.onSave:()V
logicaldoc-gui-8.9.1-plugin.jar,
MessageService.class
package com.logicaldoc.gui.frontend.client.services
MessageService.delete ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.delete:(Ljava/util/List;)V
MessageService.deleteTemplates ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.deleteTemplates:(Ljava/util/List;)V
MessageService.loadTemplates ( String p1, String p2 ) [abstract] : List<GUIMessageTemplate>
com/logicaldoc/gui/frontend/client/services/MessageService.loadTemplates:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
MessageService.save ( GUIMessage p1, List<Long> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.save:(Lcom/logicaldoc/gui/common/client/beans/GUIMessage;Ljava/util/List;)V
MessageService.saveTemplates ( List<GUIMessageTemplate> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.saveTemplates:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
MessageServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
MessageServiceAsync.delete ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.delete:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
MessageServiceAsync.deleteTemplates ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.deleteTemplates:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
MessageServiceAsync.save ( GUIMessage p1, List<Long> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.save:(Lcom/logicaldoc/gui/common/client/beans/GUIMessage;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
MessageServiceAsync.saveTemplates ( List<GUIMessageTemplate> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.saveTemplates:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
MostUsedTagsPortlet.class
package com.logicaldoc.gui.frontend.client.dashboard.tag
MostUsedTagsPortlet.MostUsedTagsPortlet ( )
com/logicaldoc/gui/frontend/client/dashboard/tag/MostUsedTagsPortlet."<init>":()V
logicaldoc-gui-8.9.1-plugin.jar,
OCRService.class
package com.logicaldoc.gui.frontend.client.services
OCRService.loadSettings ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/OCRService.loadSettings:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
PreviewPopup.class
package com.logicaldoc.gui.common.client.widgets.preview
PreviewPopup.PreviewPopup ( List<GUIDocument> docs, int index )
com/logicaldoc/gui/common/client/widgets/preview/PreviewPopup."<init>":(Ljava/util/List;I)V
logicaldoc-gui-8.9.1-plugin.jar,
ReadingRequestController.class
package com.logicaldoc.gui.common.client.controllers
ReadingRequestController.addUnconfirmedReadings ( List<GUIReadingRequest> readings ) : void
com/logicaldoc/gui/common/client/controllers/ReadingRequestController.addUnconfirmedReadings:(Ljava/util/List;)V
ReadingRequestController.getUnconfirmedReadingIds ( long docId ) : List<Long>
com/logicaldoc/gui/common/client/controllers/ReadingRequestController.getUnconfirmedReadingIds:(J)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ReadingRequestDialog.class
package com.logicaldoc.gui.frontend.client.document.reading
ReadingRequestDialog.ReadingRequestDialog ( List<Long> docIds )
com/logicaldoc/gui/frontend/client/document/reading/ReadingRequestDialog."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ReadingRequestObserver.class
package com.logicaldoc.gui.common.client.controllers
ReadingRequestObserver.onNewReadingRequests ( List<GUIReadingRequest> p1 ) [abstract] : void
com/logicaldoc/gui/common/client/controllers/ReadingRequestObserver.onNewReadingRequests:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ReadingRequestService.class
package com.logicaldoc.gui.frontend.client.services
ReadingRequestService.askReadingConfirmation ( List<Long> p1, List<Long> p2, List<Long> p3, boolean p4, String p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.askReadingConfirmation:(Ljava/util/List;Ljava/util/List;Ljava/util/List;ZLjava/lang/String;)V
ReadingRequestService.confirmReadings ( List<Long> p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.confirmReadings:(Ljava/util/List;Ljava/lang/String;)V
ReadingRequestService.getUnconfimedReadings ( ) [abstract] : List<GUIReadingRequest>
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.getUnconfimedReadings:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ReadingRequestServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ReadingRequestServiceAsync.askReadingConfirmation ( List<Long> p1, List<Long> p2, List<Long> p3, boolean p4, String p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestServiceAsync.askReadingConfirmation:(Ljava/util/List;Ljava/util/List;Ljava/util/List;ZLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ReadingRequestServiceAsync.confirmReadings ( List<Long> p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestServiceAsync.confirmReadings:(Ljava/util/List;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
ReadingRequestsPanel.class
package com.logicaldoc.gui.frontend.client.dashboard.reading
ReadingRequestsPanel.onNewReadingRequests ( List<GUIReadingRequest> requests ) : void
com/logicaldoc/gui/frontend/client/dashboard/reading/ReadingRequestsPanel.onNewReadingRequests:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
Registration.class
package com.logicaldoc.gui.frontend.client.menu
Registration.Registration ( List<String> reg )
com/logicaldoc/gui/frontend/client/menu/Registration."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ReportService.class
package com.logicaldoc.gui.frontend.client.services
ReportService.execute ( long p1, List<GUIAttribute> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReportService.execute:(JLjava/util/List;)V
ReportService.getReportParameters ( long p1 ) [abstract] : List<GUIAttribute>
com/logicaldoc/gui/frontend/client/services/ReportService.getReportParameters:(J)Ljava/util/List;
ReportService.getReports ( ) [abstract] : List<GUIReport>
com/logicaldoc/gui/frontend/client/services/ReportService.getReports:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ReportServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ReportServiceAsync.execute ( long p1, List<GUIAttribute> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReportServiceAsync.execute:(JLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
RestoreDialog.class
package com.logicaldoc.gui.frontend.client.folder
RestoreDialog.RestoreDialog ( List<Long> docIds, List<Long> folderIds, ClickHandler handler )
com/logicaldoc/gui/frontend/client/folder/RestoreDialog."<init>":(Ljava/util/List;Ljava/util/List;Lcom/smartgwt/client/widgets/events/ClickHandler;)V
logicaldoc-gui-8.9.1-plugin.jar,
RetentionPoliciesService.class
package com.logicaldoc.gui.frontend.client.services
RetentionPoliciesService.reorder ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/RetentionPoliciesService.reorder:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
RetentionPoliciesServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
RetentionPoliciesServiceAsync.reorder ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/RetentionPoliciesServiceAsync.reorder:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
SchemeService.class
package com.logicaldoc.gui.frontend.client.services
SchemeService.load ( ) [abstract] : List<GUIScheme>
com/logicaldoc/gui/frontend/client/services/SchemeService.load:()Ljava/util/List;
SchemeService.loadSequences ( ) [abstract] : List<GUISequence>
com/logicaldoc/gui/frontend/client/services/SchemeService.loadSequences:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
Search.class
package com.logicaldoc.gui.frontend.client.search
Search.getLastResult ( ) : List<GUIDocument>
com/logicaldoc/gui/frontend/client/search/Search.getLastResult:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
SearchEngineService.class
package com.logicaldoc.gui.frontend.client.services
SearchEngineService.remove ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineService.remove:(Ljava/util/List;)V
SearchEngineService.reorderTokenFilters ( List<String> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineService.reorderTokenFilters:(Ljava/util/List;)V
SearchEngineService.saveTokenFilterSettings ( String p1, List<GUIParameter> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineService.saveTokenFilterSettings:(Ljava/lang/String;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SearchEngineServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SearchEngineServiceAsync.remove ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineServiceAsync.remove:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SearchEngineServiceAsync.reorderTokenFilters ( List<String> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineServiceAsync.reorderTokenFilters:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SearchEngineServiceAsync.saveTokenFilterSettings ( String p1, List<GUIParameter> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineServiceAsync.saveTokenFilterSettings:(Ljava/lang/String;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
SearchPanel.class
package com.logicaldoc.gui.frontend.client.search
SearchPanel.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/search/SearchPanel.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SearchService.class
package com.logicaldoc.gui.frontend.client.services
SearchService.delete ( List<String> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchService.delete:(Ljava/util/List;)V
SearchService.shareSearch ( String p1, List<Long> p2, List<Long> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchService.shareSearch:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SearchServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SearchServiceAsync.delete ( List<String> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchServiceAsync.delete:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SearchServiceAsync.shareSearch ( String p1, List<Long> p2, List<Long> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchServiceAsync.shareSearch:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
SecurityService.class
package com.logicaldoc.gui.common.client.services
SecurityService.cloneWorkTimes ( long p1, List<Long> p2, List<Long> p3 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.cloneWorkTimes:(JLjava/util/List;Ljava/util/List;)V
SecurityService.deleteTrustedDevices ( List<String> p1 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.deleteTrustedDevices:(Ljava/util/List;)V
SecurityService.getMenus ( long p1, String p2, boolean p3 ) [abstract] : List<GUIMenu>
com/logicaldoc/gui/common/client/services/SecurityService.getMenus:(JLjava/lang/String;Z)Ljava/util/List;
SecurityService.loadBlockedEntities ( ) [abstract] : List<GUISequence>
com/logicaldoc/gui/common/client/services/SecurityService.loadBlockedEntities:()Ljava/util/List;
SecurityService.removeBlockedEntities ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.removeBlockedEntities:(Ljava/util/List;)V
SecurityService.removeFromGroup ( long p1, List<Long> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.removeFromGroup:(JLjava/util/List;)V
SecurityService.replicateUsersSettings ( long p1, List<Long> p2, boolean p3, boolean p4 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.replicateUsersSettings:(JLjava/util/List;ZZ)V
SecurityService.saveACL ( GUIMenu p1 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIMenu;)V
SecurityService.saveMenus ( List<GUIMenu> p1, String p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.saveMenus:(Ljava/util/List;Ljava/lang/String;)V
SecurityService.searchUsers ( String p1, String p2 ) [abstract] : List<GUIUser>
com/logicaldoc/gui/common/client/services/SecurityService.searchUsers:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
SecurityService.validatePassword ( String p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 ) [abstract] : List<String>
com/logicaldoc/gui/common/client/services/SecurityService.validatePassword:(Ljava/lang/String;IIIIIII)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
SecurityServiceAsync.class
package com.logicaldoc.gui.common.client.services
SecurityServiceAsync.cloneWorkTimes ( long p1, List<Long> p2, List<Long> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.cloneWorkTimes:(JLjava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.deleteTrustedDevices ( List<String> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.deleteTrustedDevices:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.removeBlockedEntities ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.removeBlockedEntities:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.removeFromGroup ( long p1, List<Long> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.removeFromGroup:(JLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.replicateUsersSettings ( long p1, List<Long> p2, boolean p3, boolean p4, AsyncCallback<Void> p5 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.replicateUsersSettings:(JLjava/util/List;ZZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.saveACL ( GUIMenu p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIMenu;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.saveMenus ( List<GUIMenu> p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.saveMenus:(Ljava/util/List;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
SendToArchiveDialog.class
package com.logicaldoc.gui.frontend.client.document
SendToArchiveDialog.onSubmit ( List<Long> ids, boolean document ) : void
com/logicaldoc/gui/frontend/client/document/SendToArchiveDialog.onSubmit:(Ljava/util/List;Z)V
SendToArchiveDialog.SendToArchiveDialog ( List<Long> ids, boolean document )
com/logicaldoc/gui/frontend/client/document/SendToArchiveDialog."<init>":(Ljava/util/List;Z)V
logicaldoc-gui-8.9.1-plugin.jar,
Session.class
package com.logicaldoc.gui.common.client
Session.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/common/client/Session.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SettingService.class
package com.logicaldoc.gui.frontend.client.services
SettingService.loadConverterParameters ( String p1 ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/SettingService.loadConverterParameters:(Ljava/lang/String;)Ljava/util/List;
SettingService.loadGUISettings ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/SettingService.loadGUISettings:()Ljava/util/List;
SettingService.loadProtocolSettings ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/SettingService.loadProtocolSettings:()Ljava/util/List;
SettingService.loadSettings ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/SettingService.loadSettings:()Ljava/util/List;
SettingService.loadSettingsByNames ( List<String> p1 ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/SettingService.loadSettingsByNames:(Ljava/util/List;)Ljava/util/List;
SettingService.loadWebserviceStats ( Long p1 ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/SettingService.loadWebserviceStats:(Ljava/lang/Long;)Ljava/util/List;
SettingService.removeStorage ( int p1 ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/SettingService.removeStorage:(I)Ljava/util/List;
SettingService.saveFirewallSettings ( List<GUIParameter> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingService.saveFirewallSettings:(Ljava/util/List;)V
SettingService.saveSettings ( List<GUIParameter> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingService.saveSettings:(Ljava/util/List;)V
SettingService.saveStorageSettings ( List<GUIParameter> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingService.saveStorageSettings:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SettingServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SettingServiceAsync.loadSettingsByNames ( List<String> p1, AsyncCallback<List<GUIParameter>> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.loadSettingsByNames:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SettingServiceAsync.saveFirewallSettings ( List<GUIParameter> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.saveFirewallSettings:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SettingServiceAsync.saveSettings ( List<GUIParameter> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.saveSettings:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SettingServiceAsync.saveStorageSettings ( List<GUIParameter> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.saveStorageSettings:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
ShareFileService.class
package com.logicaldoc.gui.frontend.client.services
ShareFileService.exportDocuments ( String p1, List<Long> p2, List<Long> p3 ) [abstract] : boolean
com/logicaldoc/gui/frontend/client/services/ShareFileService.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Z
ShareFileService.importDocuments ( long p1, List<String> p2 ) [abstract] : int
com/logicaldoc/gui/frontend/client/services/ShareFileService.importDocuments:(JLjava/util/List;)I
ShareFileService.loadSettings ( ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/ShareFileService.loadSettings:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ShareFileServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ShareFileServiceAsync.exportDocuments ( String p1, List<Long> p2, List<Long> p3, AsyncCallback<Boolean> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ShareFileServiceAsync.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ShareFileServiceAsync.importDocuments ( long p1, List<String> p2, AsyncCallback<Integer> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ShareFileServiceAsync.importDocuments:(JLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
SignService.class
package com.logicaldoc.gui.frontend.client.services
SignService.signDocuments ( List<Long> p1, String p2, int p3, String p4, String p5, String p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SignService.signDocuments:(Ljava/util/List;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
SignServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SignServiceAsync.signDocuments ( List<Long> p1, String p2, int p3, String p4, String p5, String p6, AsyncCallback<Void> p7 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SignServiceAsync.signDocuments:(Ljava/util/List;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
StampAclDS.class
package com.logicaldoc.gui.common.client.data
StampAclDS.StampAclDS ( long stampId )
com/logicaldoc/gui/common/client/data/StampAclDS."<init>":(J)V
logicaldoc-gui-8.9.1-plugin.jar,
StampDialog.class
package com.logicaldoc.gui.frontend.client.document.stamp
StampDialog.onApply ( ) : void
com/logicaldoc/gui/frontend/client/document/stamp/StampDialog.onApply:()V
StampDialog.StampDialog ( List<GUIDocument> documents )
com/logicaldoc/gui/frontend/client/document/stamp/StampDialog."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
StampSecurity.class
package com.logicaldoc.gui.frontend.client.metadata.stamp
StampSecurity.equals ( Object obj ) : boolean
com/logicaldoc/gui/frontend/client/metadata/stamp/StampSecurity.equals:(Ljava/lang/Object;)Z
StampSecurity.hashCode ( ) : int
com/logicaldoc/gui/frontend/client/metadata/stamp/StampSecurity.hashCode:()I
StampSecurity.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/metadata/stamp/StampSecurity.onDraw:()V
StampSecurity.StampSecurity ( GUIStamp stamp, ChangedHandler changedHandler )
com/logicaldoc/gui/frontend/client/metadata/stamp/StampSecurity."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIStamp;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;)V
StampSecurity.validate ( ) : boolean
com/logicaldoc/gui/frontend/client/metadata/stamp/StampSecurity.validate:()Z
logicaldoc-gui-8.9.1-plugin.jar,
StampService.class
package com.logicaldoc.gui.frontend.client.services
StampService.applyStamp ( List<Long> p1, GUIStamp p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampService.applyStamp:(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;)V
logicaldoc-gui-8.9.1-plugin.jar,
StampServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
StampServiceAsync.applyStamp ( List<Long> p1, GUIStamp p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampServiceAsync.applyStamp:(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
StampUploader.class
package com.logicaldoc.gui.frontend.client.metadata.stamp
StampUploader.onSubmit ( ) : void
com/logicaldoc/gui/frontend/client/metadata/stamp/StampUploader.onSubmit:()V
logicaldoc-gui-8.9.1-plugin.jar,
StartWorkflowDialog.class
package com.logicaldoc.gui.frontend.client.document
StartWorkflowDialog.onStart ( List<Long> ids ) : void
com/logicaldoc/gui/frontend/client/document/StartWorkflowDialog.onStart:(Ljava/util/List;)V
StartWorkflowDialog.StartWorkflowDialog ( List<Long> ids )
com/logicaldoc/gui/frontend/client/document/StartWorkflowDialog."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
StateWidget.class
package com.logicaldoc.gui.frontend.client.workflow.designer
StateWidget.getWFState ( ) : GUIWFState
com/logicaldoc/gui/frontend/client/workflow/designer/StateWidget.getWFState:()Lcom/logicaldoc/gui/common/client/beans/GUIWFState;
logicaldoc-gui-8.9.1-plugin.jar,
StatsPie.class
package com.logicaldoc.gui.frontend.client.system.stats
StatsPie.StatsPie ( List<List<GUIParameter>> parameters )
com/logicaldoc/gui/frontend/client/system/stats/StatsPie."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
StatusBarIcons.class
package com.logicaldoc.gui.frontend.client.panels
StatusBarIcons.onNewReadingRequests ( List<GUIReadingRequest> readings ) : void
com/logicaldoc/gui/frontend/client/panels/StatusBarIcons.onNewReadingRequests:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SubscriptionDialog.class
package com.logicaldoc.gui.frontend.client.subscription
SubscriptionDialog.SubscriptionDialog ( Long folderId, List<Long> docIds )
com/logicaldoc/gui/frontend/client/subscription/SubscriptionDialog."<init>":(Ljava/lang/Long;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SystemService.class
package com.logicaldoc.gui.frontend.client.services
SystemService.getPlugins ( ) [abstract] : List<GUIValue>
com/logicaldoc/gui/frontend/client/services/SystemService.getPlugins:()Ljava/util/List;
SystemService.getStatistics ( String p1 ) [abstract] : List<List<GUIParameter>>
com/logicaldoc/gui/frontend/client/services/SystemService.getStatistics:(Ljava/lang/String;)Ljava/util/List;
SystemService.loadTasks ( String p1 ) [abstract] : List<GUITask>
com/logicaldoc/gui/frontend/client/services/SystemService.loadTasks:(Ljava/lang/String;)Ljava/util/List;
SystemService.search ( Long p1, Date p2, Date p3, int p4, String p5, List<String> p6, Long p7 ) [abstract] : List<GUIHistory>
com/logicaldoc/gui/frontend/client/services/SystemService.search:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;ILjava/lang/String;Ljava/util/List;Ljava/lang/Long;)Ljava/util/List;
SystemService.searchApiCalls ( Long p1, Date p2, Date p3, String p4, String p5, String p6, int p7 ) [abstract] : List<GUIHistory>
com/logicaldoc/gui/frontend/client/services/SystemService.searchApiCalls:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)Ljava/util/List;
SystemService.unscheduleJobs ( List<GUIValue> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SystemService.unscheduleJobs:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SystemServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SystemServiceAsync.search ( Long p1, Date p2, Date p3, int p4, String p5, List<String> p6, Long p7, AsyncCallback<List<GUIHistory>> p8 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SystemServiceAsync.search:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;ILjava/lang/String;Ljava/util/List;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SystemServiceAsync.unscheduleJobs ( List<GUIValue> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SystemServiceAsync.unscheduleJobs:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
TagCloud.class
package com.logicaldoc.gui.frontend.client.dashboard.tag
TagCloud.refresh ( ) : void
com/logicaldoc/gui/frontend/client/dashboard/tag/TagCloud.refresh:()V
TagCloud.TagCloud ( )
com/logicaldoc/gui/frontend/client/dashboard/tag/TagCloud."<init>":()V
logicaldoc-gui-8.9.1-plugin.jar,
TagsDashboard.class
package com.logicaldoc.gui.frontend.client.dashboard.tag
TagsDashboard.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/dashboard/tag/TagsDashboard.onDraw:()V
TagsDashboard.TagsDashboard ( )
com/logicaldoc/gui/frontend/client/dashboard/tag/TagsDashboard."<init>":()V
logicaldoc-gui-8.9.1-plugin.jar,
TagService.class
package com.logicaldoc.gui.frontend.client.services
TagService.getSettings ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/TagService.getSettings:()Ljava/util/List;
TagService.getTagCloud ( ) [abstract] : List<GUITag>
com/logicaldoc/gui/frontend/client/services/TagService.getTagCloud:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
TagsPanel.class
package com.logicaldoc.gui.frontend.client.metadata.tag
TagsPanel.TagsPanel ( List<GUIParameter> parameters )
com/logicaldoc/gui/frontend/client/metadata/tag/TagsPanel."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
TagsPortlet.class
package com.logicaldoc.gui.frontend.client.dashboard.tag
TagsPortlet.TagsPortlet ( )
com/logicaldoc/gui/frontend/client/dashboard/tag/TagsPortlet."<init>":()V
logicaldoc-gui-8.9.1-plugin.jar,
TagsSettingsPanel.class
package com.logicaldoc.gui.frontend.client.metadata.tag
TagsSettingsPanel.TagsSettingsPanel ( List<GUIParameter> settings )
com/logicaldoc/gui/frontend/client/metadata/tag/TagsSettingsPanel."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
TemplateNameTextValidator.class
package com.logicaldoc.gui.common.client.validators
TemplateNameTextValidator.TemplateNameTextValidator ( )
com/logicaldoc/gui/common/client/validators/TemplateNameTextValidator."<init>":()V
logicaldoc-gui-8.9.1-plugin.jar,
TemplateService.class
package com.logicaldoc.gui.frontend.client.services
TemplateService.getAttributes ( long p1, GUIExtensibleObject p2 ) [abstract] : List<GUIAttribute>
com/logicaldoc/gui/frontend/client/services/TemplateService.getAttributes:(JLcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
TwoFactorsAuthenticationService.class
package com.logicaldoc.gui.frontend.client.services
TwoFactorsAuthenticationService.generateGoogleAuthorizationCredentials ( String p1 ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/TwoFactorsAuthenticationService.generateGoogleAuthorizationCredentials:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
UpdateDialog.class
package com.logicaldoc.gui.frontend.client.document.update
UpdateDialog.UpdateDialog ( List<Long> ids, GUIDocument metadata, String context, boolean majorVersion )
com/logicaldoc/gui/frontend/client/document/update/UpdateDialog."<init>":(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Ljava/lang/String;Z)V
UpdateDialog.UpdateDialog ( List<Long> ids, GUIDocument metadata, String context, boolean majorVersion, String charset )
com/logicaldoc/gui/frontend/client/document/update/UpdateDialog."<init>":(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Ljava/lang/String;ZLjava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
UpdatePanel.class
package com.logicaldoc.gui.frontend.client.document.update
UpdatePanel.prepareTabset ( boolean showNotificationPanel, boolean showSecurityTab ) : void
com/logicaldoc/gui/frontend/client/document/update/UpdatePanel.prepareTabset:(ZZ)V
UpdatePanel.UpdatePanel ( GUIDocument metadata, boolean showNotificationPanel, boolean showSecurityTab )
com/logicaldoc/gui/frontend/client/document/update/UpdatePanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;ZZ)V
logicaldoc-gui-8.9.1-plugin.jar,
UpdateService.class
package com.logicaldoc.gui.frontend.client.services
UpdateService.checkDownloadStatus ( ) [abstract] : List<Integer>
com/logicaldoc/gui/frontend/client/services/UpdateService.checkDownloadStatus:()Ljava/util/List;
UpdateService.checkPatch ( ) [abstract] : List<GUIPatch>
com/logicaldoc/gui/frontend/client/services/UpdateService.checkPatch:()Ljava/util/List;
UpdateService.checkUpdate ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/UpdateService.checkUpdate:()Ljava/util/List;
UpdateService.getPatchNotes ( String p1 ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/UpdateService.getPatchNotes:(Ljava/lang/String;)Ljava/util/List;
UpdateService.getUpdateNotes ( String p1 ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/UpdateService.getUpdateNotes:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
UserSelectorCombo.class
package com.logicaldoc.gui.common.client.widgets
UserSelectorCombo.getUserIds ( ) : List<Long>
com/logicaldoc/gui/common/client/widgets/UserSelectorCombo.getUserIds:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
Util.class
package com.logicaldoc.gui.common.client.util
Util.convertToMap ( List<GUIParameter> parameters ) [static] : Map<String,String>
com/logicaldoc/gui/common/client/util/Util.convertToMap:(Ljava/util/List;)Ljava/util/Map;
Util.getParameterValue ( List<GUIParameter> params, String name ) [static] : String
com/logicaldoc/gui/common/client/util/Util.getParameterValue:(Ljava/util/List;Ljava/lang/String;)Ljava/lang/String;
Util.getTagsHTML ( List<String> tags ) [static] : String
com/logicaldoc/gui/common/client/util/Util.getTagsHTML:(Ljava/util/List;)Ljava/lang/String;
Util.getValue ( String name, List<GUIParameter> parameters ) [static] : String
com/logicaldoc/gui/common/client/util/Util.getValue:(Ljava/lang/String;Ljava/util/List;)Ljava/lang/String;
logicaldoc-gui-8.9.1-plugin.jar,
VisualPositioningDigitalSignatureDialog.class
package com.logicaldoc.gui.frontend.client.document.signature
VisualPositioningDigitalSignatureDialog.VisualPositioningDigitalSignatureDialog ( List<Long> docIds, String reason )
com/logicaldoc/gui/frontend/client/document/signature/VisualPositioningDigitalSignatureDialog."<init>":(Ljava/util/List;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
VisualPositioningStampDialog.class
package com.logicaldoc.gui.frontend.client.document.stamp
VisualPositioningStampDialog.VisualPositioningStampDialog ( List<GUIDocument> documents, GUIStamp stamp )
com/logicaldoc/gui/frontend/client/document/stamp/VisualPositioningStampDialog."<init>":(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;)V
logicaldoc-gui-8.9.1-plugin.jar,
WebservicesPanel.class
package com.logicaldoc.gui.frontend.client.settings.protocols
WebservicesPanel.WebservicesPanel ( List<GUIParameter> settings, ValuesManager vm )
com/logicaldoc/gui/frontend/client/settings/protocols/WebservicesPanel."<init>":(Ljava/util/List;Lcom/smartgwt/client/widgets/form/ValuesManager;)V
logicaldoc-gui-8.9.1-plugin.jar,
WorkflowAclDS.class
package com.logicaldoc.gui.common.client.data
WorkflowAclDS.WorkflowAclDS ( long id )
com/logicaldoc/gui/common/client/data/WorkflowAclDS."<init>":(J)V
logicaldoc-gui-8.9.1-plugin.jar,
WorkflowSecurity.class
package com.logicaldoc.gui.frontend.client.workflow.designer
WorkflowSecurity.getACL ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/frontend/client/workflow/designer/WorkflowSecurity.getACL:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
WorkflowService.class
package com.logicaldoc.gui.frontend.client.services
WorkflowService.appendDocuments ( String p1, List<Long> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.appendDocuments:(Ljava/lang/String;Ljava/util/List;)V
WorkflowService.deleteInstances ( List<String> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.deleteInstances:(Ljava/util/List;)V
WorkflowService.list ( ) [abstract] : List<GUIWorkflow>
com/logicaldoc/gui/frontend/client/services/WorkflowService.list:()Ljava/util/List;
WorkflowService.saveACL ( GUIWorkflow p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;)V
WorkflowService.startWorkflow ( String p1, String p2, String p3, String p4, List<Long> p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
WorkflowServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
WorkflowServiceAsync.appendDocuments ( String p1, List<Long> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.appendDocuments:(Ljava/lang/String;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WorkflowServiceAsync.deleteInstances ( List<String> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.deleteInstances:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WorkflowServiceAsync.saveACL ( GUIWorkflow p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WorkflowServiceAsync.startWorkflow ( String p1, String p2, String p3, String p4, List<Long> p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
ZohoService.class
package com.logicaldoc.gui.frontend.client.services
ZohoService.exportDocuments ( String p1, List<Long> p2, List<Long> p3 ) [abstract] : boolean
com/logicaldoc/gui/frontend/client/services/ZohoService.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Z
ZohoService.importDocuments ( long p1, List<String> p2, List<String> p3 ) [abstract] : int
com/logicaldoc/gui/frontend/client/services/ZohoService.importDocuments:(JLjava/util/List;Ljava/util/List;)I
ZohoService.loadSettings ( ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/ZohoService.loadSettings:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ZohoServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ZohoServiceAsync.exportDocuments ( String p1, List<Long> p2, List<Long> p3, AsyncCallback<Boolean> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZohoServiceAsync.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ZohoServiceAsync.importDocuments ( long p1, List<String> p2, List<String> p3, AsyncCallback<Integer> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZohoServiceAsync.importDocuments:(JLjava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
ZonalOCRService.class
package com.logicaldoc.gui.frontend.client.services
ZonalOCRService.markUnprocessable ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZonalOCRService.markUnprocessable:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ZonalOCRServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ZonalOCRServiceAsync.markUnprocessable ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZonalOCRServiceAsync.markUnprocessable:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-impex-8.9.1-plugin.jar,
Archive.class
package com.logicaldoc.impex
Archive.getEntryIds ( ) : List<Long>
com/logicaldoc/impex/Archive.getEntryIds:()Ljava/util/List;
logicaldoc-impex-8.9.1-plugin.jar,
ArchiveBuilder.class
package com.logicaldoc.impex
ArchiveBuilder.prepareMessage ( Archive archive, Message message, User user ) : void
com/logicaldoc/impex/ArchiveBuilder.prepareMessage:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/communication/Message;Lcom/logicaldoc/core/security/user/User;)V
ArchiveBuilder.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/impex/ArchiveBuilder.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-impex-8.9.1-plugin.jar,
ArchiveDAO.class
package com.logicaldoc.impex.dao
ArchiveDAO.removeVersions ( long p1, Set<Long> p2 ) [abstract] : boolean
com/logicaldoc/impex/dao/ArchiveDAO.removeVersions:(JLjava/util/Set;)Z
logicaldoc-impex-8.9.1-plugin.jar,
ArchiveImporter.class
package com.logicaldoc.impex
ArchiveImporter.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/impex/ArchiveImporter.getDocumentDao:()Lcom/logicaldoc/core/document/DocumentDAO;
ArchiveImporter.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/impex/ArchiveImporter.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
ArchiveImporter.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/impex/ArchiveImporter.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-impex-8.9.1-plugin.jar,
ArchiveManager.class
package com.logicaldoc.impex
ArchiveManager.addEntry ( Archive archive, Version version, User user, String comment, String sid ) : boolean
com/logicaldoc/impex/ArchiveManager.addEntry:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/document/Version;Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;)Z
ArchiveManager.addEntry ( Archive archive, Version version, User user, String sid ) : boolean
com/logicaldoc/impex/ArchiveManager.addEntry:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/document/Version;Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)Z
ArchiveManager.closeArchive ( long id, User user ) : void
com/logicaldoc/impex/ArchiveManager.closeArchive:(JLcom/logicaldoc/core/security/user/User;)V
ArchiveManager.delete ( long archiveId, User user, String comment ) : void
com/logicaldoc/impex/ArchiveManager.delete:(JLcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
ArchiveManager.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/impex/ArchiveManager.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
ArchiveManager.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/impex/ArchiveManager.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-impex-8.9.1-plugin.jar,
HibernateArchiveDAO.class
package com.logicaldoc.impex.dao
HibernateArchiveDAO.removeVersions ( long archiveId, Set<Long> versionIds ) : boolean
com/logicaldoc/impex/dao/HibernateArchiveDAO.removeVersions:(JLjava/util/Set;)Z
logicaldoc-impex-8.9.1-plugin.jar,
ImpexServiceImpl.class
package com.logicaldoc.impex
ImpexServiceImpl.addDocuments ( long archiveId, List<Long> documentIds ) : void
com/logicaldoc/impex/ImpexServiceImpl.addDocuments:(JLjava/util/List;)V
ImpexServiceImpl.addDocuments ( Session session, long archiveId, List<Long> documentIds ) : void
com/logicaldoc/impex/ImpexServiceImpl.addDocuments:(Lcom/logicaldoc/core/security/Session;JLjava/util/List;)V
ImpexServiceImpl.deleteVersions ( long archiveId, List<Long> versionIds ) : GUIArchive
com/logicaldoc/impex/ImpexServiceImpl.deleteVersions:(JLjava/util/List;)Lcom/logicaldoc/gui/common/client/beans/GUIArchive;
logicaldoc-impex-8.9.1-plugin.jar,
IncrementalArchiveCreator.class
package com.logicaldoc.impex
IncrementalArchiveCreator.prepareMessage ( Archive archive, Message message, User user ) : void
com/logicaldoc/impex/IncrementalArchiveCreator.prepareMessage:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/communication/Message;Lcom/logicaldoc/core/security/user/User;)V
IncrementalArchiveCreator.setVersionDao ( VersionDAO versionDao ) : void
com/logicaldoc/impex/IncrementalArchiveCreator.setVersionDao:(Lcom/logicaldoc/core/document/VersionDAO;)V
logicaldoc-importfolder-8.9.1-plugin.jar,
CrawlerHelper.class
package com.logicaldoc.importfolder
CrawlerHelper.checkin ( Object remoteFile, long docId, User owner, String remoteFileName, String remoteFilePath, File localFile ) : void
com/logicaldoc/importfolder/CrawlerHelper.checkin:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)V
CrawlerHelper.checkinFile ( Object p1, long p2, User p3 ) [abstract] : void
com/logicaldoc/importfolder/CrawlerHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;)V
CrawlerHelper.create ( Object file, Folder folder, User owner, boolean timestamp, String remoteFileName, String remoteFilePath, File localFile ) : Document
com/logicaldoc/importfolder/CrawlerHelper.create:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;ZLjava/lang/String;Ljava/lang/String;Ljava/io/File;)Lcom/logicaldoc/core/document/Document;
CrawlerHelper.importFile ( Object p1, Folder p2, User p3, boolean p4 ) [abstract] : Document
com/logicaldoc/importfolder/CrawlerHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.1-plugin.jar,
FSHelper.class
package com.logicaldoc.importfolder.fs
FSHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/fs/FSHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;)V
FSHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/fs/FSHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.1-plugin.jar,
FTPHelper.class
package com.logicaldoc.importfolder.ftp
FTPHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/ftp/FTPHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;)V
FTPHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/ftp/FTPHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.1-plugin.jar,
HibernateImportFolderHistoryDAO.class
package com.logicaldoc.importfolder
HibernateImportFolderHistoryDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/importfolder/HibernateImportFolderHistoryDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-importfolder-8.9.1-plugin.jar,
ImportFolderCrawler.class
package com.logicaldoc.importfolder
ImportFolderCrawler.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/importfolder/ImportFolderCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/DocumentDAO;
ImportFolderCrawler.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/importfolder/ImportFolderCrawler.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-importfolder-8.9.1-plugin.jar,
SFTPHelper.class
package com.logicaldoc.importfolder.sftp
SFTPHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/sftp/SFTPHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;)V
SFTPHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/sftp/SFTPHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.1-plugin.jar,
SMB3Helper.class
package com.logicaldoc.importfolder.smb3
SMB3Helper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/smb3/SMB3Helper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;)V
SMB3Helper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/smb3/SMB3Helper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.1-plugin.jar,
SMBHelper.class
package com.logicaldoc.importfolder.smb
SMBHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/smb/SMBHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;)V
SMBHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/smb/SMBHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-ldap-8.9.1-plugin.jar,
LDAPAuthenticator.class
package com.logicaldoc.ldap
LDAPAuthenticator.authenticate ( String name, String password ) : User
com/logicaldoc/ldap/LDAPAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
LDAPAuthenticator.pickUser ( String username ) : User
com/logicaldoc/ldap/LDAPAuthenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
LDAPAuthenticator.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/ldap/LDAPAuthenticator.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-ldap-8.9.1-plugin.jar,
LDAPServiceImpl.class
package com.logicaldoc.ldap
LDAPServiceImpl.importUsers ( List<String> usernames, long serverId ) : List<GUIValue>
com/logicaldoc/ldap/LDAPServiceImpl.importUsers:(Ljava/util/List;J)Ljava/util/List;
LDAPServiceImpl.listUsers ( String login, long serverId ) : List<GUIUser>
com/logicaldoc/ldap/LDAPServiceImpl.listUsers:(Ljava/lang/String;J)Ljava/util/List;
LDAPServiceImpl.reorder ( List<Long> serverIds ) : void
com/logicaldoc/ldap/LDAPServiceImpl.reorder:(Ljava/util/List;)V
logicaldoc-ldap-8.9.1-plugin.jar,
LDAPSynchroniser.class
package com.logicaldoc.ldap
LDAPSynchroniser.setGroupDao ( GroupDAO groupDao ) : void
com/logicaldoc/ldap/LDAPSynchroniser.setGroupDao:(Lcom/logicaldoc/core/security/user/GroupDAO;)V
LDAPSynchroniser.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/ldap/LDAPSynchroniser.setUserDao:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-ldap-8.9.1-plugin.jar,
LDAPUser.class
package com.logicaldoc.ldap.model
LDAPUser.getUser ( ) : User
com/logicaldoc/ldap/model/LDAPUser.getUser:()Lcom/logicaldoc/core/security/user/User;
LDAPUser.setUser ( User user ) : void
com/logicaldoc/ldap/model/LDAPUser.setUser:(Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-ldap-8.9.1-plugin.jar,
UserGroupDAO.class
package com.logicaldoc.ldap.model
UserGroupDAO.getGroupName ( String groupDn ) : String
com/logicaldoc/ldap/model/UserGroupDAO.getGroupName:(Ljava/lang/String;)Ljava/lang/String;
logicaldoc-notifier-8.9.1-plugin.jar,
Notifier.class
package com.logicaldoc.notifier
Notifier.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/notifier/Notifier.setTenantDAO:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-ocr-8.9.1-plugin.jar,
HibernateOCRHistoryDAO.class
package com.logicaldoc.ocr
HibernateOCRHistoryDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/ocr/HibernateOCRHistoryDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-ocr-8.9.1-plugin.jar,
OCRServiceImpl.class
package com.logicaldoc.ocr
OCRServiceImpl.loadSettings ( ) : List<GUIParameter>
com/logicaldoc/ocr/OCRServiceImpl.loadSettings:()Ljava/util/List;
logicaldoc-report-8.9.1-plugin.jar,
ReportManager.class
package com.logicaldoc.report
ReportManager.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/report/ReportManager.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-report-8.9.1-plugin.jar,
ReportServiceImpl.class
package com.logicaldoc.report
ReportServiceImpl.execute ( long id, List<GUIAttribute> parameters ) : void
com/logicaldoc/report/ReportServiceImpl.execute:(JLjava/util/List;)V
ReportServiceImpl.getReportParameters ( long id ) : List<GUIAttribute>
com/logicaldoc/report/ReportServiceImpl.getReportParameters:(J)Ljava/util/List;
ReportServiceImpl.getReports ( ) : List<GUIReport>
com/logicaldoc/report/ReportServiceImpl.getReports:()Ljava/util/List;
logicaldoc-retention-8.9.1-plugin.jar,
RetentionPoliciesProcessor.class
package com.logicaldoc.retention
RetentionPoliciesProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/retention/RetentionPoliciesProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
RetentionPoliciesProcessor.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/retention/RetentionPoliciesProcessor.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-retention-8.9.1-plugin.jar,
RetentionPoliciesServiceImpl.class
package com.logicaldoc.retention
RetentionPoliciesServiceImpl.reorder ( List<Long> ids ) : void
com/logicaldoc/retention/RetentionPoliciesServiceImpl.reorder:(Ljava/util/List;)V
logicaldoc-saml-8.9.1-plugin.jar,
Saml.class
package com.logicaldoc.saml
Saml.createNewUser ( String username, String firstName, String lastName, String email, List<String> samlGroups ) : User
com/logicaldoc/saml/Saml.createNewUser:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lcom/logicaldoc/core/security/user/User;
Saml.logout ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/saml/Saml.logout:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
Saml.processSLO ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/saml/Saml.processSLO:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
Saml.updateExistingUser ( String firstName, String lastName, String email, List<String> samlGroups, User user ) : void
com/logicaldoc/saml/Saml.updateExistingUser:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Lcom/logicaldoc/core/security/user/User;)V
Saml.updateProfileData ( User user, String firstName, String lastName, String email ) : boolean
com/logicaldoc/saml/Saml.updateProfileData:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
logicaldoc-scheme-8.9.1-plugin.jar,
SchemeServiceImpl.class
package com.logicaldoc.scheme
SchemeServiceImpl.load ( ) : List<GUIScheme>
com/logicaldoc/scheme/SchemeServiceImpl.load:()Ljava/util/List;
SchemeServiceImpl.loadSequences ( ) : List<GUISequence>
com/logicaldoc/scheme/SchemeServiceImpl.loadSequences:()Ljava/util/List;
logicaldoc-sharefile-8.9.1-plugin.jar,
ShareFileServiceImpl.class
package com.logicaldoc.sharefile
ShareFileServiceImpl.exportDocuments ( String targetFolder, List<Long> folderIds, List<Long> docIds ) : boolean
com/logicaldoc/sharefile/ShareFileServiceImpl.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Z
ShareFileServiceImpl.importDocuments ( long targetFolder, List<String> elementIds ) : int
com/logicaldoc/sharefile/ShareFileServiceImpl.importDocuments:(JLjava/util/List;)I
ShareFileServiceImpl.loadSettings ( ) : List<String>
com/logicaldoc/sharefile/ShareFileServiceImpl.loadSettings:()Ljava/util/List;
logicaldoc-sign-8.9.1-plugin.jar,
Sign.class
package com.logicaldoc.sign
Sign.sign ( String sid, User user, long[ ] docIds, String reason, int page, String signX, String signY, String signWidth ) : Long[ ]
com/logicaldoc/sign/Sign.sign:(Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;[JLjava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/Long;
logicaldoc-sign-8.9.1-plugin.jar,
SignatureImage.class
package com.logicaldoc.sign.pdf
SignatureImage.create ( File file, User user, Keystore keystore, Document document, String reason ) [static] : int[ ]
com/logicaldoc/sign/pdf/SignatureImage.create:(Ljava/io/File;Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/sign/Keystore;Lcom/logicaldoc/core/document/Document;Ljava/lang/String;)[I
logicaldoc-sign-8.9.1-plugin.jar,
SignDocumentsParameter.class
package com.logicaldoc.sign
SignDocumentsParameter.getUser ( ) : User
com/logicaldoc/sign/SignDocumentsParameter.getUser:()Lcom/logicaldoc/core/security/user/User;
SignDocumentsParameter.setUser ( User user ) : void
com/logicaldoc/sign/SignDocumentsParameter.setUser:(Lcom/logicaldoc/core/security/user/User;)V
SignDocumentsParameter.SignDocumentsParameter ( long[ ] docIds, User user, String reason, int page, String signX, String signY, String signWidth )
com/logicaldoc/sign/SignDocumentsParameter."<init>":([JLcom/logicaldoc/core/security/user/User;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-sign-8.9.1-plugin.jar,
SignServiceImpl.class
package com.logicaldoc.sign
SignServiceImpl.signDocuments ( List<Long> docIds, String reason, int page, String signX, String signY, String signWidth ) : void
com/logicaldoc/sign/SignServiceImpl.signDocuments:(Ljava/util/List;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-sign-8.9.1-plugin.jar,
SignTool.class
package com.logicaldoc.sign.automation
SignTool.sign ( Document doc, User user, String reason ) : void
com/logicaldoc/sign/automation/SignTool.sign:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
logicaldoc-stamp-8.9.1-plugin.jar,
HibernateStampDAO.class
package com.logicaldoc.stamp
HibernateStampDAO.isReadEnable ( long id, long userId ) : boolean
com/logicaldoc/stamp/HibernateStampDAO.isReadEnable:(JJ)Z
HibernateStampDAO.isWriteEnable ( long id, long userId ) : boolean
com/logicaldoc/stamp/HibernateStampDAO.isWriteEnable:(JJ)Z
logicaldoc-stamp-8.9.1-plugin.jar,
Stamp.class
package com.logicaldoc.stamp
Stamp.equals ( Object obj ) : boolean
com/logicaldoc/stamp/Stamp.equals:(Ljava/lang/Object;)Z
Stamp.hashCode ( ) : int
com/logicaldoc/stamp/Stamp.hashCode:()I
logicaldoc-stamp-8.9.1-plugin.jar,
StampAclDataServlet.class
package com.logicaldoc.stamp
StampAclDataServlet.service ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/stamp/StampAclDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
StampAclDataServlet.StampAclDataServlet ( )
com/logicaldoc/stamp/StampAclDataServlet."<init>":()V
logicaldoc-stamp-8.9.1-plugin.jar,
StampDAO.class
package com.logicaldoc.stamp
StampDAO.isReadEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/stamp/StampDAO.isReadEnable:(JJ)Z
StampDAO.isWriteEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/stamp/StampDAO.isWriteEnable:(JJ)Z
logicaldoc-stamp-8.9.1-plugin.jar,
StampManager.class
package com.logicaldoc.stamp
StampManager.getDocDao ( ) : DocumentDAO
com/logicaldoc/stamp/StampManager.getDocDao:()Lcom/logicaldoc/core/document/DocumentDAO;
StampManager.setDocDao ( DocumentDAO docDao ) : void
com/logicaldoc/stamp/StampManager.setDocDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-stamp-8.9.1-plugin.jar,
StampServiceImpl.class
package com.logicaldoc.stamp
StampServiceImpl.applyStamp ( List<Long> docIds, GUIStamp guiStamp ) : void
com/logicaldoc/stamp/StampServiceImpl.applyStamp:(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;)V
logicaldoc-stamp-8.9.1-plugin.jar,
StampTool.class
package com.logicaldoc.stamp.automation
StampTool.stamp ( Document doc, Stamp stamp, User user ) : void
com/logicaldoc/stamp/automation/StampTool.stamp:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/stamp/Stamp;Lcom/logicaldoc/core/security/user/User;)V
StampTool.stamp ( Document doc, String stampName, Map<String,Object> parameters, User user ) : void
com/logicaldoc/stamp/automation/StampTool.stamp:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;Ljava/util/Map;Lcom/logicaldoc/core/security/user/User;)V
StampTool.stamp ( Document doc, String stampName, User user ) : void
com/logicaldoc/stamp/automation/StampTool.stamp:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-syndication-8.9.1-plugin.jar,
SyndicationCrawler.class
package com.logicaldoc.syndication
SyndicationCrawler.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/syndication/SyndicationCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/DocumentDAO;
SyndicationCrawler.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/syndication/SyndicationCrawler.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-util-8.9.1.jar,
CryptUtil.class
package com.logicaldoc.util.crypt
CryptUtil.encryptSHA ( String original ) [static] : String
com/logicaldoc/util/crypt/CryptUtil.encryptSHA:(Ljava/lang/String;)Ljava/lang/String;
CryptUtil.encryptSHA256 ( String original ) [static] : String
com/logicaldoc/util/crypt/CryptUtil.encryptSHA256:(Ljava/lang/String;)Ljava/lang/String;
logicaldoc-util-8.9.1.jar,
IOUtil.class
package com.logicaldoc.util.io
IOUtil.getBytesOfStream ( InputStream stream ) [static] : byte[ ]
com/logicaldoc/util/io/IOUtil.getBytesOfStream:(Ljava/io/InputStream;)[B
IOUtil.readStream ( InputStream is ) [static] : String
com/logicaldoc/util/io/IOUtil.readStream:(Ljava/io/InputStream;)Ljava/lang/String;
logicaldoc-util-8.9.1.jar,
JarUtil.class
package com.logicaldoc.util.io
JarUtil.unjar ( String jarsource, String entry, String target ) : void
com/logicaldoc/util/io/JarUtil.unjar:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
JarUtil.unjar ( String jarsource, String target ) : void
com/logicaldoc/util/io/JarUtil.unjar:(Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-util-8.9.1.jar,
SqlUtil.class
package com.logicaldoc.util.sql
SqlUtil.getColumnDateValue ( ResultSet resultSet, int column ) [static] : Date
com/logicaldoc/util/sql/SqlUtil.getColumnDateValue:(Ljava/sql/ResultSet;I)Ljava/util/Date;
logicaldoc-util-8.9.1.jar,
ZipUtil.class
package com.logicaldoc.util.io
ZipUtil.unzip ( File zipFile, File target ) : int
com/logicaldoc/util/io/ZipUtil.unzip:(Ljava/io/File;Ljava/io/File;)I
ZipUtil.unzip ( File zipFile, String entry, File target ) : long
com/logicaldoc/util/io/ZipUtil.unzip:(Ljava/io/File;Ljava/lang/String;Ljava/io/File;)J
ZipUtil.unzip ( InputStream zipStream, File target ) : int
com/logicaldoc/util/io/ZipUtil.unzip:(Ljava/io/InputStream;Ljava/io/File;)I
logicaldoc-via-8.9.1-plugin.jar,
VIARequestProcessor.class
package com.logicaldoc.via
VIARequestProcessor.request ( String question, User user ) : EMail
com/logicaldoc/via/VIARequestProcessor.request:(Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)Lcom/logicaldoc/core/communication/EMail;
VIARequestProcessor.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/via/VIARequestProcessor.setDocumentDAO:(Lcom/logicaldoc/core/document/DocumentDAO;)V
VIARequestProcessor.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/via/VIARequestProcessor.setTenantDAO:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-webdav-8.9.1-plugin.jar,
ResourceServiceImpl.class
package com.logicaldoc.webdav.resource.service
ResourceServiceImpl.checkPublished ( User user, Document doc ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.checkPublished:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/document/Document;)V
ResourceServiceImpl.checkPublished ( User user, long docId ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.checkPublished:(Lcom/logicaldoc/core/security/user/User;J)V
ResourceServiceImpl.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.setDocumentDAO:(Lcom/logicaldoc/core/document/DocumentDAO;)V
ResourceServiceImpl.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
ResourceServiceImpl.setVersionDAO ( VersionDAO versionDAO ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.setVersionDAO:(Lcom/logicaldoc/core/document/VersionDAO;)V
logicaldoc-webform-8.9.1-plugin.jar,
DocumentItem.class
package com.logicaldoc.webform.client
DocumentItem.DocumentItem ( String name, String label, String fileName )
com/logicaldoc/webform/client/DocumentItem."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
DocumentItem.getDocumentName ( ) : String
com/logicaldoc/webform/client/DocumentItem.getDocumentName:()Ljava/lang/String;
logicaldoc-webform-8.9.1-plugin.jar,
Instance.class
package com.logicaldoc.webform.client
WebformService.Instance.get ( ) [static] : WebformServiceAsync
com/logicaldoc/webform/client/WebformService.Instance.get:()Lcom/logicaldoc/webform/client/WebformServiceAsync;
logicaldoc-webform-8.9.1-plugin.jar,
Webform.class
package com.logicaldoc.webform.client
Webform.injectCustomCss ( String p1 ) [static] : void
com/logicaldoc/webform/client/Webform.injectCustomCss:(Ljava/lang/String;)V
Webform.onModuleLoad ( ) : void
com/logicaldoc/webform/client/Webform.onModuleLoad:()V
Webform.Webform ( )
com/logicaldoc/webform/client/Webform."<init>":()V
logicaldoc-webform-8.9.1-plugin.jar,
WebformFileUploader.class
package com.logicaldoc.webform.client
WebformFileUploader.onSave ( ) : void
com/logicaldoc/webform/client/WebformFileUploader.onSave:()V
WebformFileUploader.WebformFileUploader ( DocumentItem item )
com/logicaldoc/webform/client/WebformFileUploader."<init>":(Lcom/logicaldoc/webform/client/DocumentItem;)V
logicaldoc-webform-8.9.1-plugin.jar,
WebformPlugin.class
package com.logicaldoc.webform
WebformPlugin.install ( ) : void
com/logicaldoc/webform/WebformPlugin.install:()V
WebformPlugin.WebformPlugin ( )
com/logicaldoc/webform/WebformPlugin."<init>":()V
logicaldoc-webform-8.9.1-plugin.jar,
WebformPropertiesPanel.class
package com.logicaldoc.webform.client
WebformPropertiesPanel.adaptForms ( ) : void
com/logicaldoc/webform/client/WebformPropertiesPanel.adaptForms:()V
WebformPropertiesPanel.getWebform ( ) : GUIForm
com/logicaldoc/webform/client/WebformPropertiesPanel.getWebform:()Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformPropertiesPanel.newAttributesForm ( ) : DynamicForm
com/logicaldoc/webform/client/WebformPropertiesPanel.newAttributesForm:()Lcom/smartgwt/client/widgets/form/DynamicForm;
WebformPropertiesPanel.prepareAttributeItem ( GUIAttribute att ) : FormItem
com/logicaldoc/webform/client/WebformPropertiesPanel.prepareAttributeItem:(Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)Lcom/smartgwt/client/widgets/form/fields/FormItem;
WebformPropertiesPanel.validateDocument ( String itemName, String attributeName ) : void
com/logicaldoc/webform/client/WebformPropertiesPanel.validateDocument:(Ljava/lang/String;Ljava/lang/String;)V
WebformPropertiesPanel.WebformPropertiesPanel ( GUIForm webform )
com/logicaldoc/webform/client/WebformPropertiesPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)V
logicaldoc-webform-8.9.1-plugin.jar,
WebformService.class
package com.logicaldoc.webform.client
WebformService.getForm ( String p1, String p2 ) [abstract] : GUIForm
com/logicaldoc/webform/client/WebformService.getForm:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformService.getFormByDocId ( long p1, String p2 ) [abstract] : GUIForm
com/logicaldoc/webform/client/WebformService.getFormByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformService.getInfo ( String p1, String p2 ) [abstract] : GUIInfo
com/logicaldoc/webform/client/WebformService.getInfo:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformService.getInfoByDocId ( long p1, String p2 ) [abstract] : GUIInfo
com/logicaldoc/webform/client/WebformService.getInfoByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformService.submit ( GUIForm p1 ) [abstract] : GUIDocument
com/logicaldoc/webform/client/WebformService.submit:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-webform-8.9.1-plugin.jar,
WebformServiceAsync.class
package com.logicaldoc.webform.client
WebformServiceAsync.getForm ( String p1, String p2, AsyncCallback<GUIForm> p3 ) [abstract] : void
com/logicaldoc/webform/client/WebformServiceAsync.getForm:(Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.getFormByDocId ( long p1, String p2, AsyncCallback<GUIForm> p3 ) [abstract] : void
com/logicaldoc/webform/client/WebformServiceAsync.getFormByDocId:(JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.getInfo ( String p1, String p2, AsyncCallback<GUIInfo> p3 ) [abstract] : void
com/logicaldoc/webform/client/WebformServiceAsync.getInfo:(Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.getInfoByDocId ( long p1, String p2, AsyncCallback<GUIInfo> p3 ) [abstract] : void
com/logicaldoc/webform/client/WebformServiceAsync.getInfoByDocId:(JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.submit ( GUIForm p1, AsyncCallback<GUIDocument> p2 ) [abstract] : void
com/logicaldoc/webform/client/WebformServiceAsync.submit:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-webform-8.9.1-plugin.jar,
WebformServiceImpl.class
package com.logicaldoc.webform
WebformServiceImpl.getForm ( String formId, String locale ) : GUIForm
com/logicaldoc/webform/WebformServiceImpl.getForm:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformServiceImpl.getFormByDocId ( long docId, String locale ) : GUIForm
com/logicaldoc/webform/WebformServiceImpl.getFormByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformServiceImpl.getInfo ( String formId, String locale ) : GUIInfo
com/logicaldoc/webform/WebformServiceImpl.getInfo:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformServiceImpl.getInfoByDocId ( long docId, String locale ) : GUIInfo
com/logicaldoc/webform/WebformServiceImpl.getInfoByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformServiceImpl.submit ( GUIForm guiForm ) : GUIDocument
com/logicaldoc/webform/WebformServiceImpl.submit:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
WebformServiceImpl.WebformServiceImpl ( )
com/logicaldoc/webform/WebformServiceImpl."<init>":()V
logicaldoc-webservice-8.9.1-plugin.jar,
AbstractService.class
package com.logicaldoc.webservice
AbstractService.checkDocumentPermission ( Permission permission, User user, long docId ) : void
com/logicaldoc/webservice/AbstractService.checkDocumentPermission:(Lcom/logicaldoc/core/security/Permission;Lcom/logicaldoc/core/security/user/User;J)V
AbstractService.checkFolderPermission ( Permission permission, User user, long folderId ) : void
com/logicaldoc/webservice/AbstractService.checkFolderPermission:(Lcom/logicaldoc/core/security/Permission;Lcom/logicaldoc/core/security/user/User;J)V
AbstractService.checkMenu ( User user, long menuId ) : void
com/logicaldoc/webservice/AbstractService.checkMenu:(Lcom/logicaldoc/core/security/user/User;J)V
AbstractService.checkPublished ( User user, Document doc ) : void
com/logicaldoc/webservice/AbstractService.checkPublished:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/document/Document;)V
AbstractService.validateSession ( String sid ) : User
com/logicaldoc/webservice/AbstractService.validateSession:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
AbstractService.validateSessionREST ( ) : String
com/logicaldoc/webservice/AbstractService.validateSessionREST:()Ljava/lang/String;
logicaldoc-webservice-8.9.1-plugin.jar,
DocumentMetadataService.class
package com.logicaldoc.webservice.soap
DocumentMetadataService.getAccessControlList ( String p1, long p2 ) [abstract] : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/DocumentMetadataService.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
DocumentMetadataService.isReadable ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentMetadataService.isReadable:(Ljava/lang/String;J)Z
DocumentMetadataService.isWritable ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentMetadataService.isWritable:(Ljava/lang/String;J)Z
DocumentMetadataService.setAccessControlList ( String p1, long p2, WSAccessControlEntry[ ] p3 ) [abstract] : void
com/logicaldoc/webservice/soap/DocumentMetadataService.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.rest
DocumentService.copy ( long p1, long p2, boolean p3, boolean p4, boolean p5 ) [abstract] : WSDocument
com/logicaldoc/webservice/rest/DocumentService.copy:(JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
DocumentService.getAccessControlList ( long p1 ) [abstract] : WSAccessControlEntry[ ]
com/logicaldoc/webservice/rest/DocumentService.getAccessControlList:(J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
DocumentService.isDownload ( long p1 ) [abstract] : boolean
com/logicaldoc/webservice/rest/DocumentService.isDownload:(J)Z
DocumentService.isGranted ( long p1, String p2 ) [abstract] : boolean
com/logicaldoc/webservice/rest/DocumentService.isGranted:(JLjava/lang/String;)Z
DocumentService.isRead ( long p1 ) [abstract] : boolean
com/logicaldoc/webservice/rest/DocumentService.isRead:(J)Z
DocumentService.isWrite ( long p1 ) [abstract] : boolean
com/logicaldoc/webservice/rest/DocumentService.isWrite:(J)Z
DocumentService.setAccessControlList ( long p1, WSAccessControlEntry[ ] p2 ) [abstract] : void
com/logicaldoc/webservice/rest/DocumentService.setAccessControlList:(J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.soap
DocumentService.copy ( String p1, long p2, long p3, boolean p4, boolean p5, boolean p6 ) [abstract] : WSDocument
com/logicaldoc/webservice/soap/DocumentService.copy:(Ljava/lang/String;JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
DocumentService.getAccessControlList ( String p1, long p2 ) [abstract] : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/DocumentService.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
DocumentService.isDownload ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentService.isDownload:(Ljava/lang/String;J)Z
DocumentService.isGranted ( String p1, long p2, String p3 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentService.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
DocumentService.isRead ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentService.isRead:(Ljava/lang/String;J)Z
DocumentService.isWrite ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentService.isWrite:(Ljava/lang/String;J)Z
DocumentService.setAccessControlList ( String p1, long p2, WSAccessControlEntry[ ] p3 ) [abstract] : void
com/logicaldoc/webservice/soap/DocumentService.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.rest
FolderService.getAccessControlList ( long p1 ) [abstract] : WSAccessControlEntry[ ]
com/logicaldoc/webservice/rest/FolderService.getAccessControlList:(J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
FolderService.isGranted ( long p1, String p2 ) [abstract] : boolean
com/logicaldoc/webservice/rest/FolderService.isGranted:(JLjava/lang/String;)Z
FolderService.setAccessControlList ( long p1, WSAccessControlEntry[ ] p2 ) [abstract] : void
com/logicaldoc/webservice/rest/FolderService.setAccessControlList:(J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.soap
FolderService.getAccessControlList ( String p1, long p2 ) [abstract] : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/FolderService.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
FolderService.isGranted ( String p1, long p2, String p3 ) [abstract] : boolean
com/logicaldoc/webservice/soap/FolderService.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
FolderService.setAccessControlList ( String p1, long p2, WSAccessControlEntry[ ] p3 ) [abstract] : void
com/logicaldoc/webservice/soap/FolderService.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.copy ( long docId, long folderId, boolean links, boolean notes, boolean security ) : WSDocument
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.copy:(JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.getAccessControlList ( long docId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getAccessControlList:(J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
RestDocumentService.isDownload ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isDownload:(J)Z
RestDocumentService.isGranted ( long docId, String permission ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isGranted:(JLjava/lang/String;)Z
RestDocumentService.isRead ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isRead:(J)Z
RestDocumentService.isWrite ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isWrite:(J)Z
RestDocumentService.setAccessControlList ( long docId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.setAccessControlList:(J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.getAccessControlList ( long folderId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getAccessControlList:(J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
RestFolderService.isGranted ( long folderId, String permission ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestFolderService.isGranted:(JLjava/lang/String;)Z
RestFolderService.setAccessControlList ( long folderId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/rest/endpoint/RestFolderService.setAccessControlList:(J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
SoapDocumentClient.class
package com.logicaldoc.webservice.soap.client
SoapDocumentClient.copy ( String sid, long docId, long folderId, boolean links, boolean notes, boolean security ) : WSDocument
com/logicaldoc/webservice/soap/client/SoapDocumentClient.copy:(Ljava/lang/String;JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentClient.getAccessControlList ( String sid, long docId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/client/SoapDocumentClient.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
SoapDocumentClient.isDownload ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentClient.isDownload:(Ljava/lang/String;J)Z
SoapDocumentClient.isGranted ( String sid, long docId, String permission ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentClient.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
SoapDocumentClient.isRead ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentClient.isRead:(Ljava/lang/String;J)Z
SoapDocumentClient.isWrite ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentClient.isWrite:(Ljava/lang/String;J)Z
SoapDocumentClient.setAccessControlList ( String sid, long docId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/soap/client/SoapDocumentClient.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
SoapDocumentMetadataClient.class
package com.logicaldoc.webservice.soap.client
SoapDocumentMetadataClient.getAccessControlList ( String sid, long templateId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
SoapDocumentMetadataClient.isReadable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.isReadable:(Ljava/lang/String;J)Z
SoapDocumentMetadataClient.isWritable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.isWritable:(Ljava/lang/String;J)Z
SoapDocumentMetadataClient.setAccessControlList ( String sid, long templateId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
SoapDocumentMetadataService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentMetadataService.getAccessControlList ( String sid, long templateId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
SoapDocumentMetadataService.isReadable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isReadable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.isWritable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isWritable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.setAccessControlList ( String sid, long templateId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.copy ( String sid, long docId, long folderId, boolean links, boolean notes, boolean security ) : WSDocument
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.copy:(Ljava/lang/String;JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.getAccessControlList ( String sid, long docId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
SoapDocumentService.isDownload ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isDownload:(Ljava/lang/String;J)Z
SoapDocumentService.isGranted ( String sid, long docId, String permission ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
SoapDocumentService.isRead ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isRead:(Ljava/lang/String;J)Z
SoapDocumentService.isWrite ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isWrite:(Ljava/lang/String;J)Z
SoapDocumentService.setAccessControlList ( String sid, long docId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
SoapFolderClient.class
package com.logicaldoc.webservice.soap.client
SoapFolderClient.getAccessControlList ( String sid, long folderId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/client/SoapFolderClient.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
SoapFolderClient.isGranted ( String sid, long folderId, String permission ) : boolean
com/logicaldoc/webservice/soap/client/SoapFolderClient.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
SoapFolderClient.setAccessControlList ( String sid, long folderId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/soap/client/SoapFolderClient.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
SoapFolderService.getAccessControlList ( String sid, long folderId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
SoapFolderService.isGranted ( String sid, long folderId, String permission ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
SoapFolderService.setAccessControlList ( String sid, long folderId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
WSAccessControlEntry.class
package com.logicaldoc.webservice.model
WSAccessControlEntry.getAdd ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getAdd:()I
WSAccessControlEntry.getArchive ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getArchive:()I
WSAccessControlEntry.getAutomation ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getAutomation:()I
WSAccessControlEntry.getCalendar ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getCalendar:()I
WSAccessControlEntry.getDelete ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getDelete:()I
WSAccessControlEntry.getDownload ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getDownload:()I
WSAccessControlEntry.getEmail ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getEmail:()I
WSAccessControlEntry.getExport ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getExport:()I
WSAccessControlEntry.getGroupId ( ) : long
com/logicaldoc/webservice/model/WSAccessControlEntry.getGroupId:()J
WSAccessControlEntry.getIimport ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getIimport:()I
WSAccessControlEntry.getImmutable ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getImmutable:()I
WSAccessControlEntry.getMove ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getMove:()I
WSAccessControlEntry.getPassword ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getPassword:()I
WSAccessControlEntry.getPrint ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getPrint:()I
WSAccessControlEntry.getRead ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getRead:()I
WSAccessControlEntry.getReadingreq ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getReadingreq:()I
WSAccessControlEntry.getRename ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getRename:()I
WSAccessControlEntry.getSecurity ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getSecurity:()I
WSAccessControlEntry.getSign ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getSign:()I
WSAccessControlEntry.getStorage ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getStorage:()I
WSAccessControlEntry.getSubscription ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getSubscription:()I
WSAccessControlEntry.getUserId ( ) : long
com/logicaldoc/webservice/model/WSAccessControlEntry.getUserId:()J
WSAccessControlEntry.getWorkflow ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getWorkflow:()I
WSAccessControlEntry.getWrite ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getWrite:()I
WSAccessControlEntry.setAdd ( int add ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setAdd:(I)V
WSAccessControlEntry.setArchive ( int archive ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setArchive:(I)V
WSAccessControlEntry.setAutomation ( int automation ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setAutomation:(I)V
WSAccessControlEntry.setCalendar ( int calendar ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setCalendar:(I)V
WSAccessControlEntry.setDelete ( int delete ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setDelete:(I)V
WSAccessControlEntry.setDownload ( int download ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setDownload:(I)V
WSAccessControlEntry.setEmail ( int email ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setEmail:(I)V
WSAccessControlEntry.setExport ( int export ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setExport:(I)V
WSAccessControlEntry.setGroupId ( long groupId ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setGroupId:(J)V
WSAccessControlEntry.setIimport ( int iimport ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setIimport:(I)V
WSAccessControlEntry.setImmutable ( int immutable ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setImmutable:(I)V
WSAccessControlEntry.setMove ( int move ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setMove:(I)V
WSAccessControlEntry.setPassword ( int password ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setPassword:(I)V
WSAccessControlEntry.setPrint ( int print ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setPrint:(I)V
WSAccessControlEntry.setRead ( int read ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setRead:(I)V
WSAccessControlEntry.setReadingreq ( int readingreq ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setReadingreq:(I)V
WSAccessControlEntry.setRename ( int rename ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setRename:(I)V
WSAccessControlEntry.setSecurity ( int security ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setSecurity:(I)V
WSAccessControlEntry.setSign ( int sign ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setSign:(I)V
WSAccessControlEntry.setStorage ( int storage ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setStorage:(I)V
WSAccessControlEntry.setSubscription ( int subscription ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setSubscription:(I)V
WSAccessControlEntry.setUserId ( long userId ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setUserId:(J)V
WSAccessControlEntry.setWorkflow ( int workflow ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setWorkflow:(I)V
WSAccessControlEntry.setWrite ( int write ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setWrite:(I)V
WSAccessControlEntry.WSAccessControlEntry ( )
com/logicaldoc/webservice/model/WSAccessControlEntry."<init>":()V
logicaldoc-webservice-8.9.1-plugin.jar,
WSGroup.class
package com.logicaldoc.webservice.model
WSGroup.fromGroup ( Group group ) [static] : WSGroup
com/logicaldoc/webservice/model/WSGroup.fromGroup:(Lcom/logicaldoc/core/security/user/Group;)Lcom/logicaldoc/webservice/model/WSGroup;
WSGroup.toGroup ( ) : Group
com/logicaldoc/webservice/model/WSGroup.toGroup:()Lcom/logicaldoc/core/security/user/Group;
logicaldoc-webservice-8.9.1-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
WSUser.fromUser ( User user ) [static] : WSUser
com/logicaldoc/webservice/model/WSUser.fromUser:(Lcom/logicaldoc/core/security/user/User;)Lcom/logicaldoc/webservice/model/WSUser;
WSUser.getBuilding ( ) : String
com/logicaldoc/webservice/model/WSUser.getBuilding:()Ljava/lang/String;
WSUser.getCompany ( ) : String
com/logicaldoc/webservice/model/WSUser.getCompany:()Ljava/lang/String;
WSUser.getDepartment ( ) : String
com/logicaldoc/webservice/model/WSUser.getDepartment:()Ljava/lang/String;
WSUser.getOrganizationalUnit ( ) : String
com/logicaldoc/webservice/model/WSUser.getOrganizationalUnit:()Ljava/lang/String;
WSUser.setBuilding ( String building ) : void
com/logicaldoc/webservice/model/WSUser.setBuilding:(Ljava/lang/String;)V
WSUser.setCompany ( String company ) : void
com/logicaldoc/webservice/model/WSUser.setCompany:(Ljava/lang/String;)V
WSUser.setDepartment ( String department ) : void
com/logicaldoc/webservice/model/WSUser.setDepartment:(Ljava/lang/String;)V
WSUser.setOrganizationalUnit ( String organizationalUnit ) : void
com/logicaldoc/webservice/model/WSUser.setOrganizationalUnit:(Ljava/lang/String;)V
WSUser.toUser ( ) : User
com/logicaldoc/webservice/model/WSUser.toUser:()Lcom/logicaldoc/core/security/user/User;
logicaldoc-webservice-8.9.1-plugin.jar,
WSUtil.class
package com.logicaldoc.webservice.model
WSUtil.toAccessControlEntry ( WSAccessControlEntry wsAce ) [static] : AccessControlEntry
com/logicaldoc/webservice/model/WSUtil.toAccessControlEntry:(Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)Lcom/logicaldoc/core/security/AccessControlEntry;
WSUtil.toWSAccessControlEntry ( AccessControlEntry ace ) [static] : WSAccessControlEntry
com/logicaldoc/webservice/model/WSUtil.toWSAccessControlEntry:(Lcom/logicaldoc/core/security/AccessControlEntry;)Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
logicaldoc-workflow-8.9.1-plugin.jar,
BaseListener.class
package com.logicaldoc.workflow.action
BaseListener.getLastChangeUser ( String processInstanceId ) : User
com/logicaldoc/workflow/action/BaseListener.getLastChangeUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-workflow-8.9.1-plugin.jar,
HibernateWorkflowTemplateDAO.class
package com.logicaldoc.workflow.template
HibernateWorkflowTemplateDAO.isReadEnabled ( long workflowId, long userId ) : boolean
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.isReadEnabled:(JJ)Z
HibernateWorkflowTemplateDAO.isWriteEnabled ( long workflowId, long userId ) : boolean
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.isWriteEnabled:(JJ)Z
HibernateWorkflowTemplateDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-workflow-8.9.1-plugin.jar,
WorkflowAclDataServlet.class
package com.logicaldoc.workflow.data
WorkflowAclDataServlet.service ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/workflow/data/WorkflowAclDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
WorkflowAclDataServlet.WorkflowAclDataServlet ( )
com/logicaldoc/workflow/data/WorkflowAclDataServlet."<init>":()V
logicaldoc-workflow-8.9.1-plugin.jar,
WorkflowEngine.class
package com.logicaldoc.workflow
WorkflowEngine.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/workflow/WorkflowEngine.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
WorkflowEngine.stopProcessInstance ( String processInstanceId ) : void
com/logicaldoc/workflow/WorkflowEngine.stopProcessInstance:(Ljava/lang/String;)V
logicaldoc-workflow-8.9.1-plugin.jar,
WorkflowServiceImpl.class
package com.logicaldoc.workflow.service
WorkflowServiceImpl.appendDocuments ( String taskId, List<Long> docIds ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.appendDocuments:(Ljava/lang/String;Ljava/util/List;)V
WorkflowServiceImpl.deleteInstances ( List<String> ids ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.deleteInstances:(Ljava/util/List;)V
WorkflowServiceImpl.list ( ) : List<GUIWorkflow>
com/logicaldoc/workflow/service/WorkflowServiceImpl.list:()Ljava/util/List;
WorkflowServiceImpl.saveACL ( GUIWorkflow guiWorkflow ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;)V
WorkflowServiceImpl.startWorkflow ( String workflowName, String workflowDescription, String tag, String color, List<Long> docIds ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
logicaldoc-workflow-8.9.1-plugin.jar,
WorkflowTemplateDAO.class
package com.logicaldoc.workflow.template
WorkflowTemplateDAO.isReadEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/workflow/template/WorkflowTemplateDAO.isReadEnabled:(JJ)Z
WorkflowTemplateDAO.isWriteEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/workflow/template/WorkflowTemplateDAO.isWriteEnabled:(JJ)Z
logicaldoc-workflow-8.9.1-plugin.jar,
WorkflowTool.class
package com.logicaldoc.workflow.automation
WorkflowTool.claim ( Task task, User user ) : void
com/logicaldoc/workflow/automation/WorkflowTool.claim:(Lorg/activiti/engine/task/Task;Lcom/logicaldoc/core/security/user/User;)V
WorkflowTool.claimUrl ( Task task, User assignee ) : String
com/logicaldoc/workflow/automation/WorkflowTool.claimUrl:(Lorg/activiti/engine/task/Task;Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
WorkflowTool.completeUrl ( Task task, String transition, User assignee ) : String
com/logicaldoc/workflow/automation/WorkflowTool.completeUrl:(Lorg/activiti/engine/task/Task;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
WorkflowTool.getUser ( String username ) : User
com/logicaldoc/workflow/automation/WorkflowTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
WorkflowTool.stopInstance ( String processInstanceId ) : void
com/logicaldoc/workflow/automation/WorkflowTool.stopInstance:(Ljava/lang/String;)V
logicaldoc-workflow-8.9.1-plugin.jar,
WorkflowUtil.class
package com.logicaldoc.workflow
WorkflowUtil.addNote ( String sid, String taskId, String note, User user ) [static] : WorkflowHistory
com/logicaldoc/workflow/WorkflowUtil.addNote:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)Lcom/logicaldoc/workflow/history/WorkflowHistory;
WorkflowUtil.addNote ( String sid, String taskName, String taskId, String processId, String note, User user ) [static] : WorkflowHistory
com/logicaldoc/workflow/WorkflowUtil.addNote:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)Lcom/logicaldoc/workflow/history/WorkflowHistory;
WorkflowUtil.addNote ( String sid, Task task, String note, User user ) [static] : WorkflowHistory
com/logicaldoc/workflow/WorkflowUtil.addNote:(Ljava/lang/String;Lorg/activiti/engine/task/Task;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)Lcom/logicaldoc/workflow/history/WorkflowHistory;
WorkflowUtil.appendDocuments ( String taskId, List<Long> docIds, WorkflowHistory transaction ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.appendDocuments:(Ljava/lang/String;Ljava/util/List;Lcom/logicaldoc/workflow/history/WorkflowHistory;)V
WorkflowUtil.claim ( String sid, String taskId, User user, WorkflowHistory transaction ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.claim:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/workflow/history/WorkflowHistory;)V
WorkflowUtil.complete ( String taskId, String transitionName, User user ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.complete:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)V
WorkflowUtil.complete ( Task task, String transitionName, User user ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.complete:(Lorg/activiti/engine/task/Task;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)V
WorkflowUtil.getInitiator ( String processInstanceId, DelegateTask delegate ) [static] : User
com/logicaldoc/workflow/WorkflowUtil.getInitiator:(Ljava/lang/String;Lorg/activiti/engine/delegate/DelegateTask;)Lcom/logicaldoc/core/security/user/User;
WorkflowUtil.reassign ( String sid, String taskId, User user ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.reassign:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)V
WorkflowUtil.startWorkflow ( String workflowName, String workflowDescription, String tag, String color, Set<Long> docIds, Session session, User user ) [static] : String
com/logicaldoc/workflow/WorkflowUtil.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Set;Lcom/logicaldoc/core/security/Session;Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
WorkflowUtil.stopInstance ( String processInstanceId ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.stopInstance:(Ljava/lang/String;)V
logicaldoc-zoho-8.9.1-plugin.jar,
ZohoServiceImpl.class
package com.logicaldoc.zoho
ZohoServiceImpl.exportDocuments ( String targetFolderId, List<Long> folderIds, List<Long> docIds ) : boolean
com/logicaldoc/zoho/ZohoServiceImpl.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Z
ZohoServiceImpl.importDocuments ( long targetFolder, List<String> folderCompositeIds, List<String> documentIds ) : int
com/logicaldoc/zoho/ZohoServiceImpl.importDocuments:(JLjava/util/List;Ljava/util/List;)I
ZohoServiceImpl.loadSettings ( ) : List<String>
com/logicaldoc/zoho/ZohoServiceImpl.loadSettings:()Ljava/util/List;
logicaldoc-zonalocr-8.9.1-plugin.jar,
ZonalOCR.class
package com.logicaldoc.zonalocr
ZonalOCR.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/zonalocr/ZonalOCR.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
ZonalOCR.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/zonalocr/ZonalOCR.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-zonalocr-8.9.1-plugin.jar,
ZonalOCRProcessor.class
package com.logicaldoc.zonalocr
ZonalOCRProcessor.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/zonalocr/ZonalOCRProcessor.getDocumentDao:()Lcom/logicaldoc/core/document/DocumentDAO;
ZonalOCRProcessor.processDocument ( Document document, User user ) : void
com/logicaldoc/zonalocr/ZonalOCRProcessor.processDocument:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/user/User;)V
ZonalOCRProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/zonalocr/ZonalOCRProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-zonalocr-8.9.1-plugin.jar,
ZonalOCRServiceImpl.class
package com.logicaldoc.zonalocr
ZonalOCRServiceImpl.markUnprocessable ( List<Long> docIds ) : void
com/logicaldoc/zonalocr/ZonalOCRServiceImpl.markUnprocessable:(Ljava/util/List;)V
to the top
Removed Methods 1728
logicaldoc-audit-8.9.0-plugin.jar,
Audit.class
package com.logicaldoc.audit
Audit.getDocumentHistoryDao ( ) : DocumentHistoryDAO
com/logicaldoc/audit/Audit.getDocumentHistoryDao:()Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;
Audit.getUserHistoryDao ( ) : UserHistoryDAO
com/logicaldoc/audit/Audit.getUserHistoryDao:()Lcom/logicaldoc/core/security/dao/UserHistoryDAO;
Audit.setDocumentHistoryDao ( DocumentHistoryDAO documentHistoryDao ) : void
com/logicaldoc/audit/Audit.setDocumentHistoryDao:(Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;)V
Audit.setUserHistoryDao ( UserHistoryDAO userHistoryDao ) : void
com/logicaldoc/audit/Audit.setUserHistoryDao:(Lcom/logicaldoc/core/security/dao/UserHistoryDAO;)V
logicaldoc-audit-8.9.0-plugin.jar,
AuditServiceImpl.class
package com.logicaldoc.audit
AuditServiceImpl.deleteSubscriptions ( long[ ] ids ) : void
com/logicaldoc/audit/AuditServiceImpl.deleteSubscriptions:([J)V
AuditServiceImpl.subscribeDocuments ( Long[ ] docIds, String[ ] events, Long userId, Long groupId ) : void
com/logicaldoc/audit/AuditServiceImpl.subscribeDocuments:([Ljava/lang/Long;[Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;)V
AuditServiceImpl.subscribeFolder ( long folderId, boolean currentOnly, String[ ] events, Long userId, Long groupId ) : void
com/logicaldoc/audit/AuditServiceImpl.subscribeFolder:(JZ[Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;)V
AuditServiceImpl.update ( Long[ ] ids, boolean currentOnly, String[ ] events ) : void
com/logicaldoc/audit/AuditServiceImpl.update:([Ljava/lang/Long;Z[Ljava/lang/String;)V
logicaldoc-audit-8.9.0-plugin.jar,
AuditUser.class
package com.logicaldoc.audit
AuditUser.afterStore ( User user, UserHistory transaction, Map<String,Object> dictionary ) : void
com/logicaldoc/audit/AuditUser.afterStore:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;Ljava/util/Map;)V
AuditUser.beforeStore ( User user, UserHistory transaction, Map<String,Object> dictionary ) : void
com/logicaldoc/audit/AuditUser.beforeStore:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;Ljava/util/Map;)V
logicaldoc-barcode-8.9.0-plugin.jar,
BarcodeManager.class
package com.logicaldoc.barcode
BarcodeManager.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/barcode/BarcodeManager.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-barcode-8.9.0-plugin.jar,
BarcodeProcessor.class
package com.logicaldoc.barcode
BarcodeProcessor.processDocument ( Document document, User user ) : void
com/logicaldoc/barcode/BarcodeProcessor.processDocument:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/User;)V
logicaldoc-barcode-8.9.0-plugin.jar,
BarcodeServiceImpl.class
package com.logicaldoc.barcode
BarcodeServiceImpl.markUnprocessable ( long[ ] docIds ) : void
com/logicaldoc/barcode/BarcodeServiceImpl.markUnprocessable:([J)V
logicaldoc-calendar-8.9.0-plugin.jar,
CalendarServiceImpl.class
package com.logicaldoc.calendar
CalendarServiceImpl.find ( GUICalendarEventSearchCriteria parameters ) : GUICalendarEvent[ ]
com/logicaldoc/calendar/CalendarServiceImpl.find:(Lcom/logicaldoc/gui/common/client/beans/GUICalendarEventSearchCriteria;)[Lcom/logicaldoc/gui/common/client/beans/GUICalendarEvent;
logicaldoc-chat-8.9.0-plugin.jar,
ChatServiceImpl.class
package com.logicaldoc.chat
ChatServiceImpl.invite ( String[ ] users, String invitation ) : void
com/logicaldoc/chat/ChatServiceImpl.invite:([Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-cmis-8.9.0-plugin.jar,
LDRepository.class
package com.logicaldoc.cmis
LDRepository.setHistoryDao ( DocumentHistoryDAO historyDao ) : void
com/logicaldoc/cmis/LDRepository.setHistoryDao:(Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
AbstractAuthenticator.class
package com.logicaldoc.core.security.authentication
AbstractAuthenticator.authenticate ( String username, String password, String key ) : User
com/logicaldoc/core/security/authentication/AbstractAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
AbstractAuthenticator.authenticate ( String username, String password, String key, Client client ) : User
com/logicaldoc/core/security/authentication/AbstractAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
logicaldoc-core-8.9.0-plugin.jar,
AbstractDocumentProcessor.class
package com.logicaldoc.core.task
AbstractDocumentProcessor.processDocument ( Document p1, User p2 ) [abstract] : void
com/logicaldoc/core/task/AbstractDocumentProcessor.processDocument:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/User;)V
AbstractDocumentProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/task/AbstractDocumentProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
AttributeOptionDAO.class
package com.logicaldoc.core.metadata
AttributeOptionDAO.deleteBySetIdAndAttribute ( long p1, String p2 ) [abstract] : boolean
com/logicaldoc/core/metadata/AttributeOptionDAO.deleteBySetIdAndAttribute:(JLjava/lang/String;)Z
logicaldoc-core-8.9.0-plugin.jar,
Authenticator.class
package com.logicaldoc.core.security.authentication
Authenticator.authenticate ( String p1, String p2 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
Authenticator.authenticate ( String p1, String p2, String p3 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
Authenticator.authenticate ( String p1, String p2, String p3, Client p4 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
Authenticator.pickUser ( String p1 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-core-8.9.0-plugin.jar,
BookmarkDAO.class
package com.logicaldoc.core.document.dao
BookmarkDAO.findBookmarkedDocs ( long p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/BookmarkDAO.findBookmarkedDocs:(J)Ljava/util/List;
BookmarkDAO.findByUserId ( long p1 ) [abstract] : List<Bookmark>
com/logicaldoc/core/document/dao/BookmarkDAO.findByUserId:(J)Ljava/util/List;
BookmarkDAO.findByUserIdAndDocId ( long p1, long p2 ) [abstract] : Bookmark
com/logicaldoc/core/document/dao/BookmarkDAO.findByUserIdAndDocId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
BookmarkDAO.findByUserIdAndFolderId ( long p1, long p2 ) [abstract] : Bookmark
com/logicaldoc/core/document/dao/BookmarkDAO.findByUserIdAndFolderId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
BookmarkDAO.isDocBookmarkedByUser ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/dao/BookmarkDAO.isDocBookmarkedByUser:(JJ)Z
logicaldoc-core-8.9.0-plugin.jar,
DefaultAuthenticator.class
package com.logicaldoc.core.security.authentication
DefaultAuthenticator.authenticate ( String username, String password ) : User
com/logicaldoc/core/security/authentication/DefaultAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
DefaultAuthenticator.pickUser ( String username ) : User
com/logicaldoc/core/security/authentication/DefaultAuthenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
DefaultAuthenticator.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/authentication/DefaultAuthenticator.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
DefaultAuthenticator.validateUser ( User user ) : void
com/logicaldoc/core/security/authentication/DefaultAuthenticator.validateUser:(Lcom/logicaldoc/core/security/User;)V
logicaldoc-core-8.9.0-plugin.jar,
DeviceDAO.class
package com.logicaldoc.core.security.dao
DeviceDAO.cleanOldDevices ( int p1 ) [abstract] : void
com/logicaldoc/core/security/dao/DeviceDAO.cleanOldDevices:(I)V
DeviceDAO.findByDevice ( Device p1 ) [abstract] : Device
com/logicaldoc/core/security/dao/DeviceDAO.findByDevice:(Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
DeviceDAO.findByDeviceId ( String p1 ) [abstract] : Device
com/logicaldoc/core/security/dao/DeviceDAO.findByDeviceId:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Device;
DeviceDAO.findByUserId ( long p1 ) [abstract] : List<Device>
com/logicaldoc/core/security/dao/DeviceDAO.findByUserId:(J)Ljava/util/List;
DeviceDAO.findTrustedDevices ( long p1 ) [abstract] : List<Device>
com/logicaldoc/core/security/dao/DeviceDAO.findTrustedDevices:(J)Ljava/util/List;
DeviceDAO.isTrustedDevice ( String p1, HttpServletRequest p2 ) [abstract] : boolean
com/logicaldoc/core/security/dao/DeviceDAO.isTrustedDevice:(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;)Z
DeviceDAO.trustDevice ( User p1, Device p2 ) [abstract] : Device
com/logicaldoc/core/security/dao/DeviceDAO.trustDevice:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
logicaldoc-core-8.9.0-plugin.jar,
DigestProcessor.class
package com.logicaldoc.core.document
DigestProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/document/DigestProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
DocTool.class
package com.logicaldoc.core.automation
DocTool.copy ( Document doc, String targetPath, boolean links, boolean notes, String username ) : Document
com/logicaldoc/core/automation/DocTool.copy:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;ZZLjava/lang/String;)Lcom/logicaldoc/core/document/Document;
logicaldoc-core-8.9.0-plugin.jar,
DocumentDAO.class
package com.logicaldoc.core.document.dao
DocumentDAO.archive ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.archive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.cleanExpiredTransactions ( ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.cleanExpiredTransactions:()V
DocumentDAO.cleanUnexistingUniqueTags ( ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.cleanUnexistingUniqueTags:()V
DocumentDAO.cleanUnexistingUniqueTagsOneByOne ( ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.cleanUnexistingUniqueTagsOneByOne:()V
DocumentDAO.computeTotalSize ( Long p1, Long p2, boolean p3 ) [abstract] : long
com/logicaldoc/core/document/dao/DocumentDAO.computeTotalSize:(Ljava/lang/Long;Ljava/lang/Long;Z)J
DocumentDAO.count ( Long p1, boolean p2, boolean p3 ) [abstract] : long
com/logicaldoc/core/document/dao/DocumentDAO.count:(Ljava/lang/Long;ZZ)J
DocumentDAO.countByIndexed ( int p1 ) [abstract] : long
com/logicaldoc/core/document/dao/DocumentDAO.countByIndexed:(I)J
DocumentDAO.delete ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.delete:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.delete ( long p1, int p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.delete:(JILcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.deleteAll ( Collection<Document> p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.deleteAll:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.deleteAll ( Collection<Document> p1, int p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.deleteAll:(Ljava/util/Collection;ILcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.deleteOrphaned ( long p1 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.deleteOrphaned:(J)V
DocumentDAO.findAliasIds ( long p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findAliasIds:(J)Ljava/util/List;
DocumentDAO.findAllTags ( String p1, Long p2 ) [abstract] : List<String>
com/logicaldoc/core/document/dao/DocumentDAO.findAllTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/List;
DocumentDAO.findArchivedByFolder ( long p1 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findArchivedByFolder:(J)Ljava/util/List;
DocumentDAO.findByCustomId ( String p1, long p2 ) [abstract] : Document
com/logicaldoc/core/document/dao/DocumentDAO.findByCustomId:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
DocumentDAO.findByFileNameAndParentFolderId ( Long p1, String p2, Long p3, Long p4, Integer p5 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findByFileNameAndParentFolderId:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByFolder ( long p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findByFolder:(JLjava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByIds ( Long[ ] p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findByIds:([Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByIndexed ( int p1 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findByIndexed:(I)Ljava/util/List;
DocumentDAO.findByLockUserAndStatus ( Long p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findByLockUserAndStatus:(Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByPath ( String p1, long p2 ) [abstract] : Document
com/logicaldoc/core/document/dao/DocumentDAO.findByPath:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
DocumentDAO.findByUserId ( long p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findByUserId:(J)Ljava/util/List;
DocumentDAO.findByUserIdAndTag ( long p1, String p2, Integer p3 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findByUserIdAndTag:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findDeleted ( long p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findDeleted:(JLjava/lang/Integer;)Ljava/util/List;
DocumentDAO.findDeletedDocIds ( ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findDeletedDocIds:()Ljava/util/List;
DocumentDAO.findDeletedDocs ( ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findDeletedDocs:()Ljava/util/List;
DocumentDAO.findDocIdByFolder ( long p1, Integer p2 ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findDocIdByFolder:(JLjava/lang/Integer;)Ljava/util/List;
DocumentDAO.findDocIdByTag ( String p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findDocIdByTag:(Ljava/lang/String;)Ljava/util/List;
DocumentDAO.findDocIdByUserIdAndTag ( long p1, String p2 ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findDocIdByUserIdAndTag:(JLjava/lang/String;)Ljava/util/List;
DocumentDAO.findDocument ( long p1 ) [abstract] : Document
com/logicaldoc/core/document/dao/DocumentDAO.findDocument:(J)Lcom/logicaldoc/core/document/Document;
DocumentDAO.findDuplicatedDigests ( Long p1, Long p2 ) [abstract] : List<String>
com/logicaldoc/core/document/dao/DocumentDAO.findDuplicatedDigests:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
DocumentDAO.findLastDownloadsByUserId ( long p1, int p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findLastDownloadsByUserId:(JI)Ljava/util/List;
DocumentDAO.findLastModifiedByUserId ( long p1, int p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findLastModifiedByUserId:(JI)Ljava/util/List;
DocumentDAO.findLinkedDocuments ( long p1, String p2, Integer p3 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findLinkedDocuments:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findPublishedIds ( Collection<Long> p1 ) [abstract] : Collection<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findPublishedIds:(Ljava/util/Collection;)Ljava/util/Collection;
DocumentDAO.findTags ( long p1 ) [abstract] : List<String>
com/logicaldoc/core/document/dao/DocumentDAO.findTags:(J)Ljava/util/List;
DocumentDAO.findTags ( String p1, Long p2 ) [abstract] : Map<String,Long>
com/logicaldoc/core/document/dao/DocumentDAO.findTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/Map;
DocumentDAO.getTagCloud ( long p1, int p2 ) [abstract] : List<TagCloud>
com/logicaldoc/core/document/dao/DocumentDAO.getTagCloud:(JI)Ljava/util/List;
DocumentDAO.getTagCloud ( String p1 ) [abstract] : List<TagCloud>
com/logicaldoc/core/document/dao/DocumentDAO.getTagCloud:(Ljava/lang/String;)Ljava/util/List;
DocumentDAO.getWorkspace ( long p1 ) [abstract] : Folder
com/logicaldoc/core/document/dao/DocumentDAO.getWorkspace:(J)Lcom/logicaldoc/core/folder/Folder;
DocumentDAO.initialize ( Document p1 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.initialize:(Lcom/logicaldoc/core/document/Document;)V
DocumentDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/DocumentDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
DocumentDAO.insertNewUniqueTags ( ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.insertNewUniqueTags:()V
DocumentDAO.makeImmutable ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.makeImmutable:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.restore ( long p1, long p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.restore:(JJLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.saveDocumentHistory ( Document p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.saveDocumentHistory:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.setPassword ( long p1, String p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.setPassword:(JLjava/lang/String;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.store ( Document p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.store:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.unarchive ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.unarchive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.unsetPassword ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.unsetPassword:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.updateCountUniqueTags ( ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.updateCountUniqueTags:()V
DocumentDAO.updateDigest ( Document p1 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.updateDigest:(Lcom/logicaldoc/core/document/Document;)V
logicaldoc-core-8.9.0-plugin.jar,
DocumentEvent.class
package com.logicaldoc.core.document
DocumentEvent.valuesAsString ( ) [static] : String[ ]
com/logicaldoc/core/document/DocumentEvent.valuesAsString:()[Ljava/lang/String;
logicaldoc-core-8.9.0-plugin.jar,
DocumentHistoryDAO.class
package com.logicaldoc.core.document.dao
DocumentHistoryDAO.cleanOldHistories ( int p1 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentHistoryDAO.cleanOldHistories:(I)V
DocumentHistoryDAO.findByDocId ( long p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findByDocId:(J)Ljava/util/List;
DocumentHistoryDAO.findByDocIdAndEvent ( long p1, String p2 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findByDocIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
DocumentHistoryDAO.findByFolderId ( long p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findByFolderId:(J)Ljava/util/List;
DocumentHistoryDAO.findByPath ( String p1, Date p2, Collection<String> p3, Integer p4 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findByPath:(Ljava/lang/String;Ljava/util/Date;Ljava/util/Collection;Ljava/lang/Integer;)Ljava/util/List;
DocumentHistoryDAO.findByUserId ( long p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findByUserId:(J)Ljava/util/List;
DocumentHistoryDAO.findByUserIdAndEvent ( long p1, String p2, String p3 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
DocumentHistoryDAO.findNotNotified ( Integer p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findNotNotified:(Ljava/lang/Integer;)Ljava/util/List;
DocumentHistoryDAO.markHistoriesAsRead ( String p1, long p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentHistoryDAO.markHistoriesAsRead:(Ljava/lang/String;J)V
logicaldoc-core-8.9.0-plugin.jar,
DocumentLinkDAO.class
package com.logicaldoc.core.document.dao
DocumentLinkDAO.findByDocId ( long p1 ) [abstract] : List<DocumentLink>
com/logicaldoc/core/document/dao/DocumentLinkDAO.findByDocId:(J)Ljava/util/List;
DocumentLinkDAO.findByDocId ( long p1, String p2 ) [abstract] : List<DocumentLink>
com/logicaldoc/core/document/dao/DocumentLinkDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
DocumentLinkDAO.findByDocIdsAndType ( long p1, long p2, String p3 ) [abstract] : DocumentLink
com/logicaldoc/core/document/dao/DocumentLinkDAO.findByDocIdsAndType:(JJLjava/lang/String;)Lcom/logicaldoc/core/document/DocumentLink;
logicaldoc-core-8.9.0-plugin.jar,
DocumentManager.class
package com.logicaldoc.core.document
DocumentManager.archiveDocuments ( long[ ] p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentManager.archiveDocuments:([JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentManager.copyToFolder ( Document p1, Folder p2, DocumentHistory p3, boolean p4, boolean p5 ) [abstract] : Document
com/logicaldoc/core/document/DocumentManager.copyToFolder:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/document/DocumentHistory;ZZ)Lcom/logicaldoc/core/document/Document;
logicaldoc-core-8.9.0-plugin.jar,
DocumentManagerImpl.class
package com.logicaldoc.core.document
DocumentManagerImpl.archiveDocuments ( long[ ] docIds, DocumentHistory transaction ) : void
com/logicaldoc/core/document/DocumentManagerImpl.archiveDocuments:([JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentManagerImpl.copyToFolder ( Document doc, Folder folder, DocumentHistory transaction, boolean links, boolean notes ) : Document
com/logicaldoc/core/document/DocumentManagerImpl.copyToFolder:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/document/DocumentHistory;ZZ)Lcom/logicaldoc/core/document/Document;
DocumentManagerImpl.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setDocumentDAO:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
DocumentManagerImpl.setDocumentLinkDAO ( DocumentLinkDAO documentLinkDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setDocumentLinkDAO:(Lcom/logicaldoc/core/document/dao/DocumentLinkDAO;)V
DocumentManagerImpl.setDocumentNoteDAO ( DocumentNoteDAO documentNoteDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setDocumentNoteDAO:(Lcom/logicaldoc/core/document/dao/DocumentNoteDAO;)V
DocumentManagerImpl.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
DocumentManagerImpl.setVersionDAO ( VersionDAO versionDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setVersionDAO:(Lcom/logicaldoc/core/document/dao/VersionDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
DocumentNoteDAO.class
package com.logicaldoc.core.document.dao
DocumentNoteDAO.copyAnnotations ( long p1, String p2, String p3 ) [abstract] : int
com/logicaldoc/core/document/dao/DocumentNoteDAO.copyAnnotations:(JLjava/lang/String;Ljava/lang/String;)I
DocumentNoteDAO.findByDocId ( long p1, String p2 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/dao/DocumentNoteDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
DocumentNoteDAO.findByDocIdAndType ( long p1, String p2, String p3 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/dao/DocumentNoteDAO.findByDocIdAndType:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
DocumentNoteDAO.findByDocIdAndTypes ( long p1, String p2, Collection<String> p3 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/dao/DocumentNoteDAO.findByDocIdAndTypes:(JLjava/lang/String;Ljava/util/Collection;)Ljava/util/List;
DocumentNoteDAO.findByUserId ( long p1 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/dao/DocumentNoteDAO.findByUserId:(J)Ljava/util/List;
DocumentNoteDAO.store ( DocumentNote p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentNoteDAO.store:(Lcom/logicaldoc/core/document/DocumentNote;Lcom/logicaldoc/core/document/DocumentHistory;)V
logicaldoc-core-8.9.0-plugin.jar,
EMail.class
package com.logicaldoc.core.communication
EMail.getAddresses ( ) : InternetAddress[ ]
com/logicaldoc/core/communication/EMail.getAddresses:()[Ljavax/mail/internet/InternetAddress;
EMail.getAddressesBCC ( ) : InternetAddress[ ]
com/logicaldoc/core/communication/EMail.getAddressesBCC:()[Ljavax/mail/internet/InternetAddress;
EMail.getAddressesCC ( ) : InternetAddress[ ]
com/logicaldoc/core/communication/EMail.getAddressesCC:()[Ljavax/mail/internet/InternetAddress;
logicaldoc-core-8.9.0-plugin.jar,
ExtensibleObject.class
package com.logicaldoc.core.metadata
ExtensibleObject.setValues ( String name, Object[ ] values ) : List<Attribute>
com/logicaldoc/core/metadata/ExtensibleObject.setValues:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/List;
logicaldoc-core-8.9.0-plugin.jar,
Folder.class
package com.logicaldoc.core.folder
Folder.addFolderGroup ( FolderGroup fg ) : void
com/logicaldoc/core/folder/Folder.addFolderGroup:(Lcom/logicaldoc/core/folder/FolderGroup;)V
Folder.clearFolderGroups ( ) : void
com/logicaldoc/core/folder/Folder.clearFolderGroups:()V
Folder.getFolderGroup ( long groupId ) : FolderGroup
com/logicaldoc/core/folder/Folder.getFolderGroup:(J)Lcom/logicaldoc/core/folder/FolderGroup;
Folder.getFolderGroupIds ( ) : long[ ]
com/logicaldoc/core/folder/Folder.getFolderGroupIds:()[J
Folder.getFolderGroups ( ) : Set<FolderGroup>
com/logicaldoc/core/folder/Folder.getFolderGroups:()Ljava/util/Set;
Folder.setFolderGroup ( long[ ] groups ) : void
com/logicaldoc/core/folder/Folder.setFolderGroup:([J)V
Folder.setFolderGroups ( Set<FolderGroup> fgroup ) : void
com/logicaldoc/core/folder/Folder.setFolderGroups:(Ljava/util/Set;)V
logicaldoc-core-8.9.0-plugin.jar,
FolderDAO.class
package com.logicaldoc.core.folder
FolderDAO.applyRightToTree ( long p1, FolderHistory p2 ) [abstract] : void
com/logicaldoc/core/folder/FolderDAO.applyRightToTree:(JLcom/logicaldoc/core/folder/FolderHistory;)V
logicaldoc-core-8.9.0-plugin.jar,
FolderGroup.class
package com.logicaldoc.core.folder
FolderGroup.FolderGroup ( )
com/logicaldoc/core/folder/FolderGroup."<init>":()V
FolderGroup.FolderGroup ( FolderGroup source )
com/logicaldoc/core/folder/FolderGroup."<init>":(Lcom/logicaldoc/core/folder/FolderGroup;)V
FolderGroup.FolderGroup ( long groupId )
com/logicaldoc/core/folder/FolderGroup."<init>":(J)V
FolderGroup.getAdd ( ) : int
com/logicaldoc/core/folder/FolderGroup.getAdd:()I
FolderGroup.getArchive ( ) : int
com/logicaldoc/core/folder/FolderGroup.getArchive:()I
FolderGroup.getAutomation ( ) : int
com/logicaldoc/core/folder/FolderGroup.getAutomation:()I
FolderGroup.getCalendar ( ) : int
com/logicaldoc/core/folder/FolderGroup.getCalendar:()I
FolderGroup.getDelete ( ) : int
com/logicaldoc/core/folder/FolderGroup.getDelete:()I
FolderGroup.getDownload ( ) : int
com/logicaldoc/core/folder/FolderGroup.getDownload:()I
FolderGroup.getEmail ( ) : int
com/logicaldoc/core/folder/FolderGroup.getEmail:()I
FolderGroup.getExport ( ) : int
com/logicaldoc/core/folder/FolderGroup.getExport:()I
FolderGroup.getGroupId ( ) : long
com/logicaldoc/core/folder/FolderGroup.getGroupId:()J
FolderGroup.getImmutable ( ) : int
com/logicaldoc/core/folder/FolderGroup.getImmutable:()I
FolderGroup.getImport ( ) : int
com/logicaldoc/core/folder/FolderGroup.getImport:()I
FolderGroup.getMove ( ) : int
com/logicaldoc/core/folder/FolderGroup.getMove:()I
FolderGroup.getPassword ( ) : int
com/logicaldoc/core/folder/FolderGroup.getPassword:()I
FolderGroup.getPermissions ( ) : int
com/logicaldoc/core/folder/FolderGroup.getPermissions:()I
FolderGroup.getPrint ( ) : int
com/logicaldoc/core/folder/FolderGroup.getPrint:()I
FolderGroup.getRead ( ) : int
com/logicaldoc/core/folder/FolderGroup.getRead:()I
FolderGroup.getReadingreq ( ) : int
com/logicaldoc/core/folder/FolderGroup.getReadingreq:()I
FolderGroup.getRename ( ) : int
com/logicaldoc/core/folder/FolderGroup.getRename:()I
FolderGroup.getSecurity ( ) : int
com/logicaldoc/core/folder/FolderGroup.getSecurity:()I
FolderGroup.getSign ( ) : int
com/logicaldoc/core/folder/FolderGroup.getSign:()I
FolderGroup.getStorage ( ) : int
com/logicaldoc/core/folder/FolderGroup.getStorage:()I
FolderGroup.getSubscription ( ) : int
com/logicaldoc/core/folder/FolderGroup.getSubscription:()I
FolderGroup.getWorkflow ( ) : int
com/logicaldoc/core/folder/FolderGroup.getWorkflow:()I
FolderGroup.getWrite ( ) : int
com/logicaldoc/core/folder/FolderGroup.getWrite:()I
FolderGroup.setAdd ( int add ) : void
com/logicaldoc/core/folder/FolderGroup.setAdd:(I)V
FolderGroup.setArchive ( int archive ) : void
com/logicaldoc/core/folder/FolderGroup.setArchive:(I)V
FolderGroup.setAutomation ( int automation ) : void
com/logicaldoc/core/folder/FolderGroup.setAutomation:(I)V
FolderGroup.setCalendar ( int calendar ) : void
com/logicaldoc/core/folder/FolderGroup.setCalendar:(I)V
FolderGroup.setDelete ( int delete ) : void
com/logicaldoc/core/folder/FolderGroup.setDelete:(I)V
FolderGroup.setDownload ( int download ) : void
com/logicaldoc/core/folder/FolderGroup.setDownload:(I)V
FolderGroup.setEmail ( int email ) : void
com/logicaldoc/core/folder/FolderGroup.setEmail:(I)V
FolderGroup.setExport ( int export ) : void
com/logicaldoc/core/folder/FolderGroup.setExport:(I)V
FolderGroup.setGroupId ( long groupId ) : void
com/logicaldoc/core/folder/FolderGroup.setGroupId:(J)V
FolderGroup.setImmutable ( int immutable ) : void
com/logicaldoc/core/folder/FolderGroup.setImmutable:(I)V
FolderGroup.setImport ( int iimport ) : void
com/logicaldoc/core/folder/FolderGroup.setImport:(I)V
FolderGroup.setMove ( int move ) : void
com/logicaldoc/core/folder/FolderGroup.setMove:(I)V
FolderGroup.setPassword ( int password ) : void
com/logicaldoc/core/folder/FolderGroup.setPassword:(I)V
FolderGroup.setPermissions ( int permissions ) : void
com/logicaldoc/core/folder/FolderGroup.setPermissions:(I)V
FolderGroup.setPrint ( int print ) : void
com/logicaldoc/core/folder/FolderGroup.setPrint:(I)V
FolderGroup.setRead ( int read ) : void
com/logicaldoc/core/folder/FolderGroup.setRead:(I)V
FolderGroup.setReadingreq ( int readingreq ) : void
com/logicaldoc/core/folder/FolderGroup.setReadingreq:(I)V
FolderGroup.setRename ( int rename ) : void
com/logicaldoc/core/folder/FolderGroup.setRename:(I)V
FolderGroup.setSecurity ( int security ) : void
com/logicaldoc/core/folder/FolderGroup.setSecurity:(I)V
FolderGroup.setSign ( int sign ) : void
com/logicaldoc/core/folder/FolderGroup.setSign:(I)V
FolderGroup.setStorage ( int storage ) : void
com/logicaldoc/core/folder/FolderGroup.setStorage:(I)V
FolderGroup.setSubscription ( int subscription ) : void
com/logicaldoc/core/folder/FolderGroup.setSubscription:(I)V
FolderGroup.setWorkflow ( int workflow ) : void
com/logicaldoc/core/folder/FolderGroup.setWorkflow:(I)V
FolderGroup.setWrite ( int write ) : void
com/logicaldoc/core/folder/FolderGroup.setWrite:(I)V
logicaldoc-core-8.9.0-plugin.jar,
FormatConverterManager.class
package com.logicaldoc.core.conversion
FormatConverterManager.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/core/conversion/FormatConverterManager.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
FulltextSearchOptions.class
package com.logicaldoc.core.searchengine
FulltextSearchOptions.getFields ( ) : String[ ]
com/logicaldoc/core/searchengine/FulltextSearchOptions.getFields:()[Ljava/lang/String;
FulltextSearchOptions.setFields ( String[ ] flds ) : void
com/logicaldoc/core/searchengine/FulltextSearchOptions.setFields:([Ljava/lang/String;)V
logicaldoc-core-8.9.0-plugin.jar,
Group.class
package com.logicaldoc.core.security
Group.clearUsers ( ) : void
com/logicaldoc/core/security/Group.clearUsers:()V
Group.getDescription ( ) : String
com/logicaldoc/core/security/Group.getDescription:()Ljava/lang/String;
Group.getName ( ) : String
com/logicaldoc/core/security/Group.getName:()Ljava/lang/String;
Group.getSource ( ) : String
com/logicaldoc/core/security/Group.getSource:()Ljava/lang/String;
Group.getType ( ) : int
com/logicaldoc/core/security/Group.getType:()I
Group.getUser ( ) : User
com/logicaldoc/core/security/Group.getUser:()Lcom/logicaldoc/core/security/User;
Group.getUsers ( ) : Set<User>
com/logicaldoc/core/security/Group.getUsers:()Ljava/util/Set;
Group.Group ( )
com/logicaldoc/core/security/Group."<init>":()V
Group.isAdmin ( ) : boolean
com/logicaldoc/core/security/Group.isAdmin:()Z
Group.isGuest ( ) : boolean
com/logicaldoc/core/security/Group.isGuest:()Z
Group.isUserGroup ( ) : boolean
com/logicaldoc/core/security/Group.isUserGroup:()Z
Group.reset ( ) : void
com/logicaldoc/core/security/Group.reset:()V
Group.setDescription ( String description ) : void
com/logicaldoc/core/security/Group.setDescription:(Ljava/lang/String;)V
Group.setName ( String name ) : void
com/logicaldoc/core/security/Group.setName:(Ljava/lang/String;)V
Group.setSource ( String source ) : void
com/logicaldoc/core/security/Group.setSource:(Ljava/lang/String;)V
Group.setType ( int type ) : void
com/logicaldoc/core/security/Group.setType:(I)V
Group.setUsers ( Set<User> users ) : void
com/logicaldoc/core/security/Group.setUsers:(Ljava/util/Set;)V
logicaldoc-core-8.9.0-plugin.jar,
GroupDAO.class
package com.logicaldoc.core.security.dao
GroupDAO.count ( ) [abstract] : int
com/logicaldoc/core/security/dao/GroupDAO.count:()I
GroupDAO.findAllGroupNames ( long p1 ) [abstract] : Collection<String>
com/logicaldoc/core/security/dao/GroupDAO.findAllGroupNames:(J)Ljava/util/Collection;
GroupDAO.findByLikeName ( String p1, long p2 ) [abstract] : Collection<Group>
com/logicaldoc/core/security/dao/GroupDAO.findByLikeName:(Ljava/lang/String;J)Ljava/util/Collection;
GroupDAO.findByName ( String p1, long p2 ) [abstract] : Group
com/logicaldoc/core/security/dao/GroupDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/security/Group;
GroupDAO.fixGuestPermissions ( Group p1 ) [abstract] : void
com/logicaldoc/core/security/dao/GroupDAO.fixGuestPermissions:(Lcom/logicaldoc/core/security/Group;)V
GroupDAO.inheritACLs ( Group p1, long p2 ) [abstract] : void
com/logicaldoc/core/security/dao/GroupDAO.inheritACLs:(Lcom/logicaldoc/core/security/Group;J)V
GroupDAO.initialize ( Group p1 ) [abstract] : void
com/logicaldoc/core/security/dao/GroupDAO.initialize:(Lcom/logicaldoc/core/security/Group;)V
GroupDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/GroupDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
GroupDAO.insert ( Group p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/dao/GroupDAO.insert:(Lcom/logicaldoc/core/security/Group;J)Z
logicaldoc-core-8.9.0-plugin.jar,
HibernateAttributeOptionDAO.class
package com.logicaldoc.core.metadata
HibernateAttributeOptionDAO.deleteBySetIdAndAttribute ( long setId, String attribute ) : boolean
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.deleteBySetIdAndAttribute:(JLjava/lang/String;)Z
logicaldoc-core-8.9.0-plugin.jar,
HibernateBookmarkDAO.class
package com.logicaldoc.core.document.dao
HibernateBookmarkDAO.findBookmarkedDocs ( long userId ) : List<Long>
com/logicaldoc/core/document/dao/HibernateBookmarkDAO.findBookmarkedDocs:(J)Ljava/util/List;
HibernateBookmarkDAO.findByUserId ( long userId ) : List<Bookmark>
com/logicaldoc/core/document/dao/HibernateBookmarkDAO.findByUserId:(J)Ljava/util/List;
HibernateBookmarkDAO.findByUserIdAndDocId ( long userId, long docId ) : Bookmark
com/logicaldoc/core/document/dao/HibernateBookmarkDAO.findByUserIdAndDocId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
HibernateBookmarkDAO.findByUserIdAndFolderId ( long userId, long folderId ) : Bookmark
com/logicaldoc/core/document/dao/HibernateBookmarkDAO.findByUserIdAndFolderId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
HibernateBookmarkDAO.HibernateBookmarkDAO ( )
com/logicaldoc/core/document/dao/HibernateBookmarkDAO."<init>":()V
HibernateBookmarkDAO.isDocBookmarkedByUser ( long docId, long userId ) : boolean
com/logicaldoc/core/document/dao/HibernateBookmarkDAO.isDocBookmarkedByUser:(JJ)Z
logicaldoc-core-8.9.0-plugin.jar,
HibernateDeviceDAO.class
package com.logicaldoc.core.security.dao
HibernateDeviceDAO.cleanOldDevices ( int ttl ) : void
com/logicaldoc/core/security/dao/HibernateDeviceDAO.cleanOldDevices:(I)V
HibernateDeviceDAO.delete ( long deviceId, int code ) : void
com/logicaldoc/core/security/dao/HibernateDeviceDAO.delete:(JI)V
HibernateDeviceDAO.findByDevice ( Device device ) : Device
com/logicaldoc/core/security/dao/HibernateDeviceDAO.findByDevice:(Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
HibernateDeviceDAO.findByDeviceId ( String deviceId ) : Device
com/logicaldoc/core/security/dao/HibernateDeviceDAO.findByDeviceId:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Device;
HibernateDeviceDAO.findByUserId ( long userId ) : List<Device>
com/logicaldoc/core/security/dao/HibernateDeviceDAO.findByUserId:(J)Ljava/util/List;
HibernateDeviceDAO.findTrustedDevices ( long userId ) : List<Device>
com/logicaldoc/core/security/dao/HibernateDeviceDAO.findTrustedDevices:(J)Ljava/util/List;
HibernateDeviceDAO.isTrustedDevice ( String username, HttpServletRequest request ) : boolean
com/logicaldoc/core/security/dao/HibernateDeviceDAO.isTrustedDevice:(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;)Z
HibernateDeviceDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/dao/HibernateDeviceDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
HibernateDeviceDAO.store ( Device entity ) : void
com/logicaldoc/core/security/dao/HibernateDeviceDAO.store:(Lcom/logicaldoc/core/security/Device;)V
HibernateDeviceDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateDeviceDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateDeviceDAO.trustDevice ( User user, Device requestDevice ) : Device
com/logicaldoc/core/security/dao/HibernateDeviceDAO.trustDevice:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
logicaldoc-core-8.9.0-plugin.jar,
HibernateDocumentDAO.class
package com.logicaldoc.core.document.dao
HibernateDocumentDAO.archive ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.archive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.cleanExpiredTransactions ( ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.cleanExpiredTransactions:()V
HibernateDocumentDAO.cleanUnexistingUniqueTags ( ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.cleanUnexistingUniqueTags:()V
HibernateDocumentDAO.cleanUnexistingUniqueTagsOneByOne ( ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.cleanUnexistingUniqueTagsOneByOne:()V
HibernateDocumentDAO.computeTotalSize ( Long tenantId, Long userId, boolean computeDeleted ) : long
com/logicaldoc/core/document/dao/HibernateDocumentDAO.computeTotalSize:(Ljava/lang/Long;Ljava/lang/Long;Z)J
HibernateDocumentDAO.count ( Long tenantId, boolean computeDeleted, boolean computeArchived ) : long
com/logicaldoc/core/document/dao/HibernateDocumentDAO.count:(Ljava/lang/Long;ZZ)J
HibernateDocumentDAO.countByIndexed ( int indexed ) : long
com/logicaldoc/core/document/dao/HibernateDocumentDAO.countByIndexed:(I)J
HibernateDocumentDAO.delete ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.delete:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.delete ( long docId, int delCode, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.delete:(JILcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.deleteAll ( Collection<Document> documents, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.deleteAll:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.deleteAll ( Collection<Document> documents, int delCode, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.deleteAll:(Ljava/util/Collection;ILcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.deleteOrphaned ( long deleteUserId ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.deleteOrphaned:(J)V
HibernateDocumentDAO.findAliasIds ( long docId ) : List<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findAliasIds:(J)Ljava/util/List;
HibernateDocumentDAO.findAllTags ( String firstLetter, Long tenantId ) : List<String>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findAllTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/List;
HibernateDocumentDAO.findArchivedByFolder ( long folderId ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findArchivedByFolder:(J)Ljava/util/List;
HibernateDocumentDAO.findByCustomId ( String customId, long tenantId ) : Document
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByCustomId:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
HibernateDocumentDAO.findByFileNameAndParentFolderId ( Long folderId, String fileName, Long excludeId, Long tenantId, Integer max ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByFileNameAndParentFolderId:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByFolder ( long folderId, Integer max ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByFolder:(JLjava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByIds ( Long[ ] ids, Integer max ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByIds:([Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByIndexed ( int indexed ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByIndexed:(I)Ljava/util/List;
HibernateDocumentDAO.findByLockUserAndStatus ( Long userId, Integer status ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByLockUserAndStatus:(Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByPath ( String path, long tenantId ) : Document
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByPath:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
HibernateDocumentDAO.findByUserId ( long userId ) : List<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByUserId:(J)Ljava/util/List;
HibernateDocumentDAO.findByUserIdAndTag ( long userId, String tag, Integer max ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByUserIdAndTag:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findDeleted ( long userId, Integer maxHits ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDeleted:(JLjava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findDeletedDocIds ( ) : List<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDeletedDocIds:()Ljava/util/List;
HibernateDocumentDAO.findDeletedDocs ( ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDeletedDocs:()Ljava/util/List;
HibernateDocumentDAO.findDocIdByFolder ( long folderId, Integer max ) : List<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDocIdByFolder:(JLjava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findDocIdByTag ( String tag ) : List<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDocIdByTag:(Ljava/lang/String;)Ljava/util/List;
HibernateDocumentDAO.findDocIdByUserIdAndTag ( long userId, String tag ) : List<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDocIdByUserIdAndTag:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentDAO.findDocument ( long docId ) : Document
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDocument:(J)Lcom/logicaldoc/core/document/Document;
HibernateDocumentDAO.findDuplicatedDigests ( Long tenantId, Long folderId ) : List<String>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDuplicatedDigests:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
HibernateDocumentDAO.findLastDownloadsByUserId ( long userId, int maxResults ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findLastDownloadsByUserId:(JI)Ljava/util/List;
HibernateDocumentDAO.findLastModifiedByUserId ( long userId, int maxElements ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findLastModifiedByUserId:(JI)Ljava/util/List;
HibernateDocumentDAO.findLinkedDocuments ( long docId, String linkType, Integer direction ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findLinkedDocuments:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findPublishedIds ( Collection<Long> folderIds ) : Collection<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findPublishedIds:(Ljava/util/Collection;)Ljava/util/Collection;
HibernateDocumentDAO.findTags ( long docId ) : List<String>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findTags:(J)Ljava/util/List;
HibernateDocumentDAO.findTags ( String firstLetter, Long tenantId ) : Map<String,Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/Map;
HibernateDocumentDAO.getTagCloud ( long tenantId, int maxTags ) : List<TagCloud>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.getTagCloud:(JI)Ljava/util/List;
HibernateDocumentDAO.getTagCloud ( String sid ) : List<TagCloud>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.getTagCloud:(Ljava/lang/String;)Ljava/util/List;
HibernateDocumentDAO.getWorkspace ( long docId ) : Folder
com/logicaldoc/core/document/dao/HibernateDocumentDAO.getWorkspace:(J)Lcom/logicaldoc/core/folder/Folder;
HibernateDocumentDAO.initialize ( Document doc ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.initialize:(Lcom/logicaldoc/core/document/Document;)V
HibernateDocumentDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateDocumentDAO.insertNewUniqueTags ( ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.insertNewUniqueTags:()V
HibernateDocumentDAO.makeImmutable ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.makeImmutable:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.restore ( long docId, long folderId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.restore:(JJLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.saveDocumentHistory ( Document doc, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.saveDocumentHistory:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.setConfig ( ContextProperties config ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
HibernateDocumentDAO.setDocumentHistoryDAO ( DocumentHistoryDAO documentHistoryDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setDocumentHistoryDAO:(Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;)V
HibernateDocumentDAO.setFolderDAO ( FolderDAO folderDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setFolderDAO:(Lcom/logicaldoc/core/folder/FolderDAO;)V
HibernateDocumentDAO.setLinkDAO ( DocumentLinkDAO linkDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setLinkDAO:(Lcom/logicaldoc/core/document/dao/DocumentLinkDAO;)V
HibernateDocumentDAO.setListenerManager ( DocumentListenerManager listenerManager ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setListenerManager:(Lcom/logicaldoc/core/document/DocumentListenerManager;)V
HibernateDocumentDAO.setNoteDAO ( DocumentNoteDAO noteDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setNoteDAO:(Lcom/logicaldoc/core/document/dao/DocumentNoteDAO;)V
HibernateDocumentDAO.setPassword ( long docId, String password, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setPassword:(JLjava/lang/String;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.setStorer ( Storer storer ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setStorer:(Lcom/logicaldoc/core/store/Storer;)V
HibernateDocumentDAO.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setTenantDAO:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
HibernateDocumentDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
HibernateDocumentDAO.setVersionDAO ( VersionDAO versionDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setVersionDAO:(Lcom/logicaldoc/core/document/dao/VersionDAO;)V
HibernateDocumentDAO.store ( Document doc ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.store:(Lcom/logicaldoc/core/document/Document;)V
HibernateDocumentDAO.store ( Document doc, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.store:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateDocumentDAO.unarchive ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.unarchive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.unsetPassword ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.unsetPassword:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.updateCountUniqueTags ( ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.updateCountUniqueTags:()V
HibernateDocumentDAO.updateDigest ( Document doc ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.updateDigest:(Lcom/logicaldoc/core/document/Document;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateDocumentHistoryDAO.class
package com.logicaldoc.core.document.dao
HibernateDocumentHistoryDAO.cleanOldHistories ( int ttl ) : void
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.cleanOldHistories:(I)V
HibernateDocumentHistoryDAO.findByDocId ( long docId ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findByDocId:(J)Ljava/util/List;
HibernateDocumentHistoryDAO.findByDocIdAndEvent ( long docId, String event ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findByDocIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentHistoryDAO.findByFolderId ( long folderId ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findByFolderId:(J)Ljava/util/List;
HibernateDocumentHistoryDAO.findByPath ( String pathExpression, Date oldestDate, Collection<String> events, Integer max ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findByPath:(Ljava/lang/String;Ljava/util/Date;Ljava/util/Collection;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentHistoryDAO.findByUserId ( long userId ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findByUserId:(J)Ljava/util/List;
HibernateDocumentHistoryDAO.findByUserIdAndEvent ( long userId, String event, String sessionId ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
HibernateDocumentHistoryDAO.findNotNotified ( Integer max ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findNotNotified:(Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentHistoryDAO.markHistoriesAsRead ( String event, long userId ) : void
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.markHistoriesAsRead:(Ljava/lang/String;J)V
HibernateDocumentHistoryDAO.store ( DocumentHistory history ) : void
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.store:(Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentHistoryDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateDocumentLinkDAO.class
package com.logicaldoc.core.document.dao
HibernateDocumentLinkDAO.delete ( long id, int code ) : void
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO.delete:(JI)V
HibernateDocumentLinkDAO.findByDocId ( long docId ) : List<DocumentLink>
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO.findByDocId:(J)Ljava/util/List;
HibernateDocumentLinkDAO.findByDocId ( long docId, String type ) : List<DocumentLink>
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentLinkDAO.findByDocIdsAndType ( long docId1, long docId2, String type ) : DocumentLink
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO.findByDocIdsAndType:(JJLjava/lang/String;)Lcom/logicaldoc/core/document/DocumentLink;
HibernateDocumentLinkDAO.HibernateDocumentLinkDAO ( )
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO."<init>":()V
HibernateDocumentLinkDAO.store ( DocumentLink entity ) : void
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO.store:(Lcom/logicaldoc/core/document/DocumentLink;)V
HibernateDocumentLinkDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateDocumentNoteDAO.class
package com.logicaldoc.core.document.dao
HibernateDocumentNoteDAO.copyAnnotations ( long docId, String oldFileVersion, String newFileVersion ) : int
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.copyAnnotations:(JLjava/lang/String;Ljava/lang/String;)I
HibernateDocumentNoteDAO.delete ( long id, int code ) : void
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.delete:(JI)V
HibernateDocumentNoteDAO.findByDocId ( long docId, String fileVersion ) : List<DocumentNote>
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentNoteDAO.findByDocIdAndType ( long docId, String fileVersion, String type ) : List<DocumentNote>
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.findByDocIdAndType:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
HibernateDocumentNoteDAO.findByDocIdAndTypes ( long docId, String fileVersion, Collection<String> types ) : List<DocumentNote>
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.findByDocIdAndTypes:(JLjava/lang/String;Ljava/util/Collection;)Ljava/util/List;
HibernateDocumentNoteDAO.findByUserId ( long userId ) : List<DocumentNote>
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.findByUserId:(J)Ljava/util/List;
HibernateDocumentNoteDAO.HibernateDocumentNoteDAO ( )
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO."<init>":()V
HibernateDocumentNoteDAO.store ( DocumentNote note ) : void
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.store:(Lcom/logicaldoc/core/document/DocumentNote;)V
HibernateDocumentNoteDAO.store ( DocumentNote note, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.store:(Lcom/logicaldoc/core/document/DocumentNote;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentNoteDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateFolderDAO.class
package com.logicaldoc.core.folder
HibernateFolderDAO.applyRightToTree ( long rootId, FolderHistory transaction ) : void
com/logicaldoc/core/folder/HibernateFolderDAO.applyRightToTree:(JLcom/logicaldoc/core/folder/FolderHistory;)V
HibernateFolderDAO.getUserDAO ( ) : UserDAO
com/logicaldoc/core/folder/HibernateFolderDAO.getUserDAO:()Lcom/logicaldoc/core/security/dao/UserDAO;
HibernateFolderDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/folder/HibernateFolderDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateGroupDAO.class
package com.logicaldoc.core.security.dao
HibernateGroupDAO.count ( ) : int
com/logicaldoc/core/security/dao/HibernateGroupDAO.count:()I
HibernateGroupDAO.delete ( long groupId, int code ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.delete:(JI)V
HibernateGroupDAO.exists ( String groupname, long tenantId ) : boolean
com/logicaldoc/core/security/dao/HibernateGroupDAO.exists:(Ljava/lang/String;J)Z
HibernateGroupDAO.findAllGroupNames ( long tenantId ) : Collection<String>
com/logicaldoc/core/security/dao/HibernateGroupDAO.findAllGroupNames:(J)Ljava/util/Collection;
HibernateGroupDAO.findByLikeName ( String name, long tenantId ) : Collection<Group>
com/logicaldoc/core/security/dao/HibernateGroupDAO.findByLikeName:(Ljava/lang/String;J)Ljava/util/Collection;
HibernateGroupDAO.findByName ( String name, long tenantId ) : Group
com/logicaldoc/core/security/dao/HibernateGroupDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/security/Group;
HibernateGroupDAO.fixGuestPermissions ( Group group ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.fixGuestPermissions:(Lcom/logicaldoc/core/security/Group;)V
HibernateGroupDAO.getMenuDAO ( ) : MenuDAO
com/logicaldoc/core/security/dao/HibernateGroupDAO.getMenuDAO:()Lcom/logicaldoc/core/security/dao/MenuDAO;
HibernateGroupDAO.inheritACLs ( Group group, long parentGroupId ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.inheritACLs:(Lcom/logicaldoc/core/security/Group;J)V
HibernateGroupDAO.initialize ( Group group ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.initialize:(Lcom/logicaldoc/core/security/Group;)V
HibernateGroupDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateGroupDAO.insert ( Group group, long parentGroupId ) : boolean
com/logicaldoc/core/security/dao/HibernateGroupDAO.insert:(Lcom/logicaldoc/core/security/Group;J)Z
HibernateGroupDAO.setMenuDAO ( MenuDAO menuDAO ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.setMenuDAO:(Lcom/logicaldoc/core/security/dao/MenuDAO;)V
HibernateGroupDAO.store ( Group group ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.store:(Lcom/logicaldoc/core/security/Group;)V
HibernateGroupDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateMenuDAO.class
package com.logicaldoc.core.security.dao
HibernateMenuDAO.applyRightToTree ( long id ) : boolean
com/logicaldoc/core/security/dao/HibernateMenuDAO.applyRightToTree:(J)Z
HibernateMenuDAO.computePathExtended ( long menuId ) : String
com/logicaldoc/core/security/dao/HibernateMenuDAO.computePathExtended:(J)Ljava/lang/String;
HibernateMenuDAO.createPath ( long parentId, long tenantId, int type, String path, boolean inheritSecurity ) : Menu
com/logicaldoc/core/security/dao/HibernateMenuDAO.createPath:(JJILjava/lang/String;Z)Lcom/logicaldoc/core/security/Menu;
HibernateMenuDAO.delete ( long menuId, int code ) : void
com/logicaldoc/core/security/dao/HibernateMenuDAO.delete:(JI)V
HibernateMenuDAO.deleteAll ( Collection<Menu> menus ) : void
com/logicaldoc/core/security/dao/HibernateMenuDAO.deleteAll:(Ljava/util/Collection;)V
HibernateMenuDAO.findByGroupId ( long groupId ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByGroupId:(J)Ljava/util/List;
HibernateMenuDAO.findByName ( Menu parent, String name, boolean caseSensitive ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByName:(Lcom/logicaldoc/core/security/Menu;Ljava/lang/String;Z)Ljava/util/List;
HibernateMenuDAO.findByName ( String name ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
HibernateMenuDAO.findByNameAndParentId ( String name, long parentId ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByNameAndParentId:(Ljava/lang/String;J)Ljava/util/List;
HibernateMenuDAO.findByParentId ( long parentId, boolean enaledOnly ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByParentId:(JZ)Ljava/util/List;
HibernateMenuDAO.findByUserId ( long userId ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByUserId:(J)Ljava/util/List;
HibernateMenuDAO.findByUserId ( long userId, long parentId, boolean enabledOnly ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByUserId:(JJZ)Ljava/util/List;
HibernateMenuDAO.findByUserId ( long userId, long parentId, Integer type, boolean enabledOnly ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByUserId:(JJLjava/lang/Integer;Z)Ljava/util/List;
HibernateMenuDAO.findChildren ( long parentId, Integer max ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findChildren:(JLjava/lang/Integer;)Ljava/util/List;
HibernateMenuDAO.findChildren ( long parentId, long userId ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findChildren:(JJ)Ljava/util/List;
HibernateMenuDAO.findIdByUserId ( long userId, long parentId ) : List<Long>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findIdByUserId:(JJ)Ljava/util/List;
HibernateMenuDAO.findIdByUserId ( long userId, long parentId, Integer type ) : List<Long>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findIdByUserId:(JJLjava/lang/Integer;)Ljava/util/List;
HibernateMenuDAO.findMenuIdByUserId ( long userId, boolean enabledOnly ) : List<Long>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findMenuIdByUserId:(JZ)Ljava/util/List;
HibernateMenuDAO.findMenuIdByUserIdAndPermission ( long userId, Permission permission, boolean enabledOnly ) : List<Long>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findMenuIdByUserIdAndPermission:(JLcom/logicaldoc/core/security/Permission;Z)Ljava/util/List;
HibernateMenuDAO.findNameById ( long menuId ) : String
com/logicaldoc/core/security/dao/HibernateMenuDAO.findNameById:(J)Ljava/lang/String;
HibernateMenuDAO.findParents ( long menuId ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findParents:(J)Ljava/util/List;
HibernateMenuDAO.getUserDAO ( ) : UserDAO
com/logicaldoc/core/security/dao/HibernateMenuDAO.getUserDAO:()Lcom/logicaldoc/core/security/dao/UserDAO;
HibernateMenuDAO.hasWriteAccess ( Menu menu, long userId ) : boolean
com/logicaldoc/core/security/dao/HibernateMenuDAO.hasWriteAccess:(Lcom/logicaldoc/core/security/Menu;J)Z
HibernateMenuDAO.HibernateMenuDAO ( )
com/logicaldoc/core/security/dao/HibernateMenuDAO."<init>":()V
HibernateMenuDAO.isMenuWriteable ( long menuId, long userId ) : int
com/logicaldoc/core/security/dao/HibernateMenuDAO.isMenuWriteable:(JJ)I
HibernateMenuDAO.isReadEnable ( long menuId, long userId ) : boolean
com/logicaldoc/core/security/dao/HibernateMenuDAO.isReadEnable:(JJ)Z
HibernateMenuDAO.isWriteEnable ( long menuId, long userId ) : boolean
com/logicaldoc/core/security/dao/HibernateMenuDAO.isWriteEnable:(JJ)Z
HibernateMenuDAO.restore ( long menuId, boolean parents ) : void
com/logicaldoc/core/security/dao/HibernateMenuDAO.restore:(JZ)V
HibernateMenuDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/dao/HibernateMenuDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
HibernateMenuDAO.store ( Menu menu ) : void
com/logicaldoc/core/security/dao/HibernateMenuDAO.store:(Lcom/logicaldoc/core/security/Menu;)V
HibernateMenuDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateMenuDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernatePasswordHistoryDAO.class
package com.logicaldoc.core.security.dao
HibernatePasswordHistoryDAO.cleanOldHistories ( long userId, int retain ) : void
com/logicaldoc/core/security/dao/HibernatePasswordHistoryDAO.cleanOldHistories:(JI)V
HibernatePasswordHistoryDAO.findByUserId ( long userId, Integer max ) : List<PasswordHistory>
com/logicaldoc/core/security/dao/HibernatePasswordHistoryDAO.findByUserId:(JLjava/lang/Integer;)Ljava/util/List;
HibernatePasswordHistoryDAO.findByUserIdAndPassword ( long userId, String password, int max ) : PasswordHistory
com/logicaldoc/core/security/dao/HibernatePasswordHistoryDAO.findByUserIdAndPassword:(JLjava/lang/String;I)Lcom/logicaldoc/core/security/PasswordHistory;
logicaldoc-core-8.9.0-plugin.jar,
HibernateRatingDAO.class
package com.logicaldoc.core.document.dao
HibernateRatingDAO.delete ( long id, int code ) : void
com/logicaldoc/core/document/dao/HibernateRatingDAO.delete:(JI)V
HibernateRatingDAO.findByDocId ( long docId ) : List<Rating>
com/logicaldoc/core/document/dao/HibernateRatingDAO.findByDocId:(J)Ljava/util/List;
HibernateRatingDAO.findByDocIdAndUserId ( long docId, long userId ) : Rating
com/logicaldoc/core/document/dao/HibernateRatingDAO.findByDocIdAndUserId:(JJ)Lcom/logicaldoc/core/document/Rating;
HibernateRatingDAO.findVotesByDocId ( long docId ) : Rating
com/logicaldoc/core/document/dao/HibernateRatingDAO.findVotesByDocId:(J)Lcom/logicaldoc/core/document/Rating;
HibernateRatingDAO.HibernateRatingDAO ( )
com/logicaldoc/core/document/dao/HibernateRatingDAO."<init>":()V
HibernateRatingDAO.store ( Rating rating, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateRatingDAO.store:(Lcom/logicaldoc/core/document/Rating;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateRatingDAO.updateDocumentRating ( long docId, DocumentHistory transaction ) : int
com/logicaldoc/core/document/dao/HibernateRatingDAO.updateDocumentRating:(JLcom/logicaldoc/core/document/DocumentHistory;)I
logicaldoc-core-8.9.0-plugin.jar,
HibernateSessionDAO.class
package com.logicaldoc.core.security.dao
HibernateSessionDAO.cleanOldSessions ( int ttl ) : void
com/logicaldoc/core/security/dao/HibernateSessionDAO.cleanOldSessions:(I)V
HibernateSessionDAO.countSessions ( Long tenantId, Integer status ) : int
com/logicaldoc/core/security/dao/HibernateSessionDAO.countSessions:(Ljava/lang/Long;Ljava/lang/Integer;)I
HibernateSessionDAO.deleteCurrentNodeSessions ( ) : void
com/logicaldoc/core/security/dao/HibernateSessionDAO.deleteCurrentNodeSessions:()V
HibernateSessionDAO.findByNode ( String node ) : List<Session>
com/logicaldoc/core/security/dao/HibernateSessionDAO.findByNode:(Ljava/lang/String;)Ljava/util/List;
HibernateSessionDAO.findBySid ( String sid ) : Session
com/logicaldoc/core/security/dao/HibernateSessionDAO.findBySid:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Session;
HibernateSessionDAO.HibernateSessionDAO ( )
com/logicaldoc/core/security/dao/HibernateSessionDAO."<init>":()V
HibernateSessionDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateSessionDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateSessionDAO.initialize ( Session session ) : void
com/logicaldoc/core/security/dao/HibernateSessionDAO.initialize:(Lcom/logicaldoc/core/security/Session;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateTemplateDAO.class
package com.logicaldoc.core.metadata
HibernateTemplateDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/metadata/HibernateTemplateDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateTicketDAO.class
package com.logicaldoc.core.ticket
HibernateTicketDAO.getDocumentDAO ( ) : DocumentDAO
com/logicaldoc/core/ticket/HibernateTicketDAO.getDocumentDAO:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
HibernateTicketDAO.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/ticket/HibernateTicketDAO.setDocumentDAO:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateUserDAO.class
package com.logicaldoc.core.security.dao
HibernateUserDAO.count ( Long tenantId ) : int
com/logicaldoc/core/security/dao/HibernateUserDAO.count:(Ljava/lang/Long;)I
HibernateUserDAO.countGuests ( Long tenantId ) : int
com/logicaldoc/core/security/dao/HibernateUserDAO.countGuests:(Ljava/lang/Long;)I
HibernateUserDAO.delete ( long userId, int code ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.delete:(JI)V
HibernateUserDAO.delete ( long userId, UserHistory transaction ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.delete:(JLcom/logicaldoc/core/security/UserHistory;)V
HibernateUserDAO.findAdminUser ( String tenantName ) : User
com/logicaldoc/core/security/dao/HibernateUserDAO.findAdminUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
HibernateUserDAO.findByGroup ( long groupId ) : Set<User>
com/logicaldoc/core/security/dao/HibernateUserDAO.findByGroup:(J)Ljava/util/Set;
HibernateUserDAO.findById ( long id ) : User
com/logicaldoc/core/security/dao/HibernateUserDAO.findById:(J)Lcom/logicaldoc/core/security/User;
HibernateUserDAO.findById ( long p1 ) : PersistentObject
com/logicaldoc/core/security/dao/HibernateUserDAO.findById:(J)Lcom/logicaldoc/core/PersistentObject;
HibernateUserDAO.findByLikeUsername ( String username ) : List<User>
com/logicaldoc/core/security/dao/HibernateUserDAO.findByLikeUsername:(Ljava/lang/String;)Ljava/util/List;
HibernateUserDAO.findByName ( String name ) : List<User>
com/logicaldoc/core/security/dao/HibernateUserDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
HibernateUserDAO.findByUsername ( String username ) : User
com/logicaldoc/core/security/dao/HibernateUserDAO.findByUsername:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
HibernateUserDAO.findByUsernameAndName ( String username, String name ) : List<User>
com/logicaldoc/core/security/dao/HibernateUserDAO.findByUsernameAndName:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
HibernateUserDAO.findByUsernameIgnoreCase ( String username ) : User
com/logicaldoc/core/security/dao/HibernateUserDAO.findByUsernameIgnoreCase:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
HibernateUserDAO.findUserSettings ( long userId, String namePrefix ) : Map<String,Generic>
com/logicaldoc/core/security/dao/HibernateUserDAO.findUserSettings:(JLjava/lang/String;)Ljava/util/Map;
HibernateUserDAO.getUser ( String username ) : User
com/logicaldoc/core/security/dao/HibernateUserDAO.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
HibernateUserDAO.getUserHistoryDAO ( ) : UserHistoryDAO
com/logicaldoc/core/security/dao/HibernateUserDAO.getUserHistoryDAO:()Lcom/logicaldoc/core/security/dao/UserHistoryDAO;
HibernateUserDAO.getUserListenerManager ( ) : UserListenerManager
com/logicaldoc/core/security/dao/HibernateUserDAO.getUserListenerManager:()Lcom/logicaldoc/core/security/UserListenerManager;
HibernateUserDAO.ignoreCaseLogin ( ) [static] : boolean
com/logicaldoc/core/security/dao/HibernateUserDAO.ignoreCaseLogin:()Z
HibernateUserDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateUserDAO.initialize ( User user ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.initialize:(Lcom/logicaldoc/core/security/User;)V
HibernateUserDAO.isInactive ( String username ) : boolean
com/logicaldoc/core/security/dao/HibernateUserDAO.isInactive:(Ljava/lang/String;)Z
HibernateUserDAO.isPasswordExpired ( String username ) : boolean
com/logicaldoc/core/security/dao/HibernateUserDAO.isPasswordExpired:(Ljava/lang/String;)Z
HibernateUserDAO.setConfig ( ContextProperties config ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
HibernateUserDAO.setGenericDAO ( GenericDAO genericDAO ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.setGenericDAO:(Lcom/logicaldoc/core/generic/GenericDAO;)V
HibernateUserDAO.setPasswordHistoryDAO ( PasswordHistoryDAO passwordHistoryDAO ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.setPasswordHistoryDAO:(Lcom/logicaldoc/core/security/dao/PasswordHistoryDAO;)V
HibernateUserDAO.setUserHistoryDAO ( UserHistoryDAO userHistoryDAO ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.setUserHistoryDAO:(Lcom/logicaldoc/core/security/dao/UserHistoryDAO;)V
HibernateUserDAO.setUserListenerManager ( UserListenerManager userListenerManager ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.setUserListenerManager:(Lcom/logicaldoc/core/security/UserListenerManager;)V
HibernateUserDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateUserDAO.store ( User user ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.store:(Lcom/logicaldoc/core/security/User;)V
HibernateUserDAO.store ( User user, UserHistory transaction ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.store:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateUserHistoryDAO.class
package com.logicaldoc.core.security.dao
HibernateUserHistoryDAO.cleanOldHistories ( int ttl ) : void
com/logicaldoc/core/security/dao/HibernateUserHistoryDAO.cleanOldHistories:(I)V
HibernateUserHistoryDAO.createUserHistory ( User user, String eventType, String comment, String sessionId, Client client ) : UserHistory
com/logicaldoc/core/security/dao/HibernateUserHistoryDAO.createUserHistory:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/UserHistory;
HibernateUserHistoryDAO.findByUserId ( long userId ) : List<UserHistory>
com/logicaldoc/core/security/dao/HibernateUserHistoryDAO.findByUserId:(J)Ljava/util/List;
HibernateUserHistoryDAO.findByUserIdAndEvent ( long userId, String event ) : List<UserHistory>
com/logicaldoc/core/security/dao/HibernateUserHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
HibernateUserHistoryDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateUserHistoryDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateUserHistoryDAO.store ( UserHistory history ) : void
com/logicaldoc/core/security/dao/HibernateUserHistoryDAO.store:(Lcom/logicaldoc/core/security/UserHistory;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateVersionDAO.class
package com.logicaldoc.core.document.dao
HibernateVersionDAO.delete ( long versionId, int delCode ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.delete:(JI)V
HibernateVersionDAO.deleteVersion ( Version versionToDelete, int delCode ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.deleteVersion:(Lcom/logicaldoc/core/document/Version;I)V
HibernateVersionDAO.findByDocId ( long docId ) : List<Version>
com/logicaldoc/core/document/dao/HibernateVersionDAO.findByDocId:(J)Ljava/util/List;
HibernateVersionDAO.findByFileVersion ( long docId, String fileVersion ) : Version
com/logicaldoc/core/document/dao/HibernateVersionDAO.findByFileVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
HibernateVersionDAO.findByVersion ( long docId, String version ) : Version
com/logicaldoc/core/document/dao/HibernateVersionDAO.findByVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
HibernateVersionDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateVersionDAO.initialize ( Version version ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.initialize:(Lcom/logicaldoc/core/document/Version;)V
HibernateVersionDAO.setFolderDAO ( FolderDAO folderDAO ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.setFolderDAO:(Lcom/logicaldoc/core/folder/FolderDAO;)V
HibernateVersionDAO.setStorer ( Storer storer ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.setStorer:(Lcom/logicaldoc/core/store/Storer;)V
HibernateVersionDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateVersionDAO.store ( Version version ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.store:(Lcom/logicaldoc/core/document/Version;)V
HibernateVersionDAO.updateDigest ( Version version ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.updateDigest:(Lcom/logicaldoc/core/document/Version;)V
logicaldoc-core-8.9.0-plugin.jar,
History.class
package com.logicaldoc.core
History.getUser ( ) : User
com/logicaldoc/core/History.getUser:()Lcom/logicaldoc/core/security/User;
History.setUser ( User user ) : void
com/logicaldoc/core/History.setUser:(Lcom/logicaldoc/core/security/User;)V
logicaldoc-core-8.9.0-plugin.jar,
IndexerTask.class
package com.logicaldoc.core.searchengine
IndexerTask.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/searchengine/IndexerTask.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
IndexerTask.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/core/searchengine/IndexerTask.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
IndexOptimizer.class
package com.logicaldoc.core.searchengine
IndexOptimizer.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/searchengine/IndexOptimizer.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
LanguageManager.class
package com.logicaldoc.core.i18n
LanguageManager.getActiveLanguages ( String tenantName ) : Collection<Language>
com/logicaldoc/core/i18n/LanguageManager.getActiveLanguages:(Ljava/lang/String;)Ljava/util/Collection;
LanguageManager.getLanguages ( ) : Collection<Language>
com/logicaldoc/core/i18n/LanguageManager.getLanguages:()Ljava/util/Collection;
logicaldoc-core-8.9.0-plugin.jar,
Menu.class
package com.logicaldoc.core.security
Menu.addMenuGroup ( MenuGroup mg ) : void
com/logicaldoc/core/security/Menu.addMenuGroup:(Lcom/logicaldoc/core/security/MenuGroup;)V
Menu.clearMenuGroups ( ) : void
com/logicaldoc/core/security/Menu.clearMenuGroups:()V
Menu.compareTo ( Menu o ) : int
com/logicaldoc/core/security/Menu.compareTo:(Lcom/logicaldoc/core/security/Menu;)I
Menu.compareTo ( Object p1 ) : int
com/logicaldoc/core/security/Menu.compareTo:(Ljava/lang/Object;)I
Menu.getAutomation ( ) : String
com/logicaldoc/core/security/Menu.getAutomation:()Ljava/lang/String;
Menu.getDescription ( ) : String
com/logicaldoc/core/security/Menu.getDescription:()Ljava/lang/String;
Menu.getEnabled ( ) : int
com/logicaldoc/core/security/Menu.getEnabled:()I
Menu.getIcon ( ) : String
com/logicaldoc/core/security/Menu.getIcon:()Ljava/lang/String;
Menu.getId ( ) : long
com/logicaldoc/core/security/Menu.getId:()J
Menu.getMenuGroup ( long groupId ) : MenuGroup
com/logicaldoc/core/security/Menu.getMenuGroup:(J)Lcom/logicaldoc/core/security/MenuGroup;
Menu.getMenuGroupIds ( ) : long[ ]
com/logicaldoc/core/security/Menu.getMenuGroupIds:()[J
Menu.getMenuGroups ( ) : Set<MenuGroup>
com/logicaldoc/core/security/Menu.getMenuGroups:()Ljava/util/Set;
Menu.getName ( ) : String
com/logicaldoc/core/security/Menu.getName:()Ljava/lang/String;
Menu.getParentId ( ) : long
com/logicaldoc/core/security/Menu.getParentId:()J
Menu.getPosition ( ) : int
com/logicaldoc/core/security/Menu.getPosition:()I
Menu.getRoutineId ( ) : Long
com/logicaldoc/core/security/Menu.getRoutineId:()Ljava/lang/Long;
Menu.getSecurityRef ( ) : Long
com/logicaldoc/core/security/Menu.getSecurityRef:()Ljava/lang/Long;
Menu.getType ( ) : int
com/logicaldoc/core/security/Menu.getType:()I
Menu.Menu ( )
com/logicaldoc/core/security/Menu."<init>":()V
Menu.setAutomation ( String automation ) : void
com/logicaldoc/core/security/Menu.setAutomation:(Ljava/lang/String;)V
Menu.setDescription ( String description ) : void
com/logicaldoc/core/security/Menu.setDescription:(Ljava/lang/String;)V
Menu.setEnabled ( int enabled ) : void
com/logicaldoc/core/security/Menu.setEnabled:(I)V
Menu.setIcon ( String icon ) : void
com/logicaldoc/core/security/Menu.setIcon:(Ljava/lang/String;)V
Menu.setId ( long id ) : void
com/logicaldoc/core/security/Menu.setId:(J)V
Menu.setMenuGroup ( long[ ] groups ) : void
com/logicaldoc/core/security/Menu.setMenuGroup:([J)V
Menu.setMenuGroups ( Set<MenuGroup> mgroup ) : void
com/logicaldoc/core/security/Menu.setMenuGroups:(Ljava/util/Set;)V
Menu.setName ( String name ) : void
com/logicaldoc/core/security/Menu.setName:(Ljava/lang/String;)V
Menu.setParentId ( long parentId ) : void
com/logicaldoc/core/security/Menu.setParentId:(J)V
Menu.setPosition ( int position ) : void
com/logicaldoc/core/security/Menu.setPosition:(I)V
Menu.setRoutineId ( Long routineId ) : void
com/logicaldoc/core/security/Menu.setRoutineId:(Ljava/lang/Long;)V
Menu.setSecurityRef ( Long securityRef ) : void
com/logicaldoc/core/security/Menu.setSecurityRef:(Ljava/lang/Long;)V
Menu.setType ( int type ) : void
com/logicaldoc/core/security/Menu.setType:(I)V
logicaldoc-core-8.9.0-plugin.jar,
MenuDAO.class
package com.logicaldoc.core.security.dao
MenuDAO.applyRightToTree ( long p1 ) [abstract] : boolean
com/logicaldoc/core/security/dao/MenuDAO.applyRightToTree:(J)Z
MenuDAO.computePathExtended ( long p1 ) [abstract] : String
com/logicaldoc/core/security/dao/MenuDAO.computePathExtended:(J)Ljava/lang/String;
MenuDAO.createPath ( long p1, long p2, int p3, String p4, boolean p5 ) [abstract] : Menu
com/logicaldoc/core/security/dao/MenuDAO.createPath:(JJILjava/lang/String;Z)Lcom/logicaldoc/core/security/Menu;
MenuDAO.findByGroupId ( long p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByGroupId:(J)Ljava/util/List;
MenuDAO.findByName ( Menu p1, String p2, boolean p3 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByName:(Lcom/logicaldoc/core/security/Menu;Ljava/lang/String;Z)Ljava/util/List;
MenuDAO.findByName ( String p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
MenuDAO.findByNameAndParentId ( String p1, long p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByNameAndParentId:(Ljava/lang/String;J)Ljava/util/List;
MenuDAO.findByParentId ( long p1, boolean p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByParentId:(JZ)Ljava/util/List;
MenuDAO.findByUserId ( long p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByUserId:(J)Ljava/util/List;
MenuDAO.findByUserId ( long p1, long p2, boolean p3 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByUserId:(JJZ)Ljava/util/List;
MenuDAO.findChildren ( long p1, Integer p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findChildren:(JLjava/lang/Integer;)Ljava/util/List;
MenuDAO.findChildren ( long p1, long p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findChildren:(JJ)Ljava/util/List;
MenuDAO.findIdByUserId ( long p1, long p2 ) [abstract] : List<Long>
com/logicaldoc/core/security/dao/MenuDAO.findIdByUserId:(JJ)Ljava/util/List;
MenuDAO.findMenuIdByUserId ( long p1, boolean p2 ) [abstract] : List<Long>
com/logicaldoc/core/security/dao/MenuDAO.findMenuIdByUserId:(JZ)Ljava/util/List;
MenuDAO.findMenuIdByUserIdAndPermission ( long p1, Permission p2, boolean p3 ) [abstract] : List<Long>
com/logicaldoc/core/security/dao/MenuDAO.findMenuIdByUserIdAndPermission:(JLcom/logicaldoc/core/security/Permission;Z)Ljava/util/List;
MenuDAO.findNameById ( long p1 ) [abstract] : String
com/logicaldoc/core/security/dao/MenuDAO.findNameById:(J)Ljava/lang/String;
MenuDAO.findParents ( long p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findParents:(J)Ljava/util/List;
MenuDAO.hasWriteAccess ( Menu p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/dao/MenuDAO.hasWriteAccess:(Lcom/logicaldoc/core/security/Menu;J)Z
MenuDAO.isMenuWriteable ( long p1, long p2 ) [abstract] : int
com/logicaldoc/core/security/dao/MenuDAO.isMenuWriteable:(JJ)I
MenuDAO.isReadEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/dao/MenuDAO.isReadEnable:(JJ)Z
MenuDAO.isWriteEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/dao/MenuDAO.isWriteEnable:(JJ)Z
MenuDAO.restore ( long p1, boolean p2 ) [abstract] : void
com/logicaldoc/core/security/dao/MenuDAO.restore:(JZ)V
logicaldoc-core-8.9.0-plugin.jar,
MenuGroup.class
package com.logicaldoc.core.security
MenuGroup.getDelete ( ) : int
com/logicaldoc/core/security/MenuGroup.getDelete:()I
MenuGroup.getGroupId ( ) : long
com/logicaldoc/core/security/MenuGroup.getGroupId:()J
MenuGroup.getManageSecurity ( ) : int
com/logicaldoc/core/security/MenuGroup.getManageSecurity:()I
MenuGroup.getPermissions ( ) : int
com/logicaldoc/core/security/MenuGroup.getPermissions:()I
MenuGroup.getRename ( ) : int
com/logicaldoc/core/security/MenuGroup.getRename:()I
MenuGroup.getWrite ( ) : int
com/logicaldoc/core/security/MenuGroup.getWrite:()I
MenuGroup.MenuGroup ( )
com/logicaldoc/core/security/MenuGroup."<init>":()V
MenuGroup.MenuGroup ( long groupId )
com/logicaldoc/core/security/MenuGroup."<init>":(J)V
MenuGroup.MenuGroup ( MenuGroup source )
com/logicaldoc/core/security/MenuGroup."<init>":(Lcom/logicaldoc/core/security/MenuGroup;)V
MenuGroup.setDelete ( int delete ) : void
com/logicaldoc/core/security/MenuGroup.setDelete:(I)V
MenuGroup.setGroupId ( long groupId ) : void
com/logicaldoc/core/security/MenuGroup.setGroupId:(J)V
MenuGroup.setManageSecurity ( int manageSecurity ) : void
com/logicaldoc/core/security/MenuGroup.setManageSecurity:(I)V
MenuGroup.setPermissions ( int permissions ) : void
com/logicaldoc/core/security/MenuGroup.setPermissions:(I)V
MenuGroup.setRename ( int rename ) : void
com/logicaldoc/core/security/MenuGroup.setRename:(I)V
MenuGroup.setWrite ( int write ) : void
com/logicaldoc/core/security/MenuGroup.setWrite:(I)V
logicaldoc-core-8.9.0-plugin.jar,
PasswordHistory.class
package com.logicaldoc.core.security
PasswordHistory.compareTo ( Object p1 ) : int
com/logicaldoc/core/security/PasswordHistory.compareTo:(Ljava/lang/Object;)I
PasswordHistory.compareTo ( PasswordHistory other ) : int
com/logicaldoc/core/security/PasswordHistory.compareTo:(Lcom/logicaldoc/core/security/PasswordHistory;)I
PasswordHistory.getDate ( ) : Date
com/logicaldoc/core/security/PasswordHistory.getDate:()Ljava/util/Date;
PasswordHistory.getPassword ( ) : String
com/logicaldoc/core/security/PasswordHistory.getPassword:()Ljava/lang/String;
PasswordHistory.getUserId ( ) : long
com/logicaldoc/core/security/PasswordHistory.getUserId:()J
PasswordHistory.PasswordHistory ( )
com/logicaldoc/core/security/PasswordHistory."<init>":()V
PasswordHistory.setDate ( Date date ) : void
com/logicaldoc/core/security/PasswordHistory.setDate:(Ljava/util/Date;)V
PasswordHistory.setPassword ( String password ) : void
com/logicaldoc/core/security/PasswordHistory.setPassword:(Ljava/lang/String;)V
PasswordHistory.setUserId ( long userId ) : void
com/logicaldoc/core/security/PasswordHistory.setUserId:(J)V
logicaldoc-core-8.9.0-plugin.jar,
PasswordHistoryDAO.class
package com.logicaldoc.core.security.dao
PasswordHistoryDAO.cleanOldHistories ( long p1, int p2 ) [abstract] : void
com/logicaldoc/core/security/dao/PasswordHistoryDAO.cleanOldHistories:(JI)V
PasswordHistoryDAO.findByUserId ( long p1, Integer p2 ) [abstract] : List<PasswordHistory>
com/logicaldoc/core/security/dao/PasswordHistoryDAO.findByUserId:(JLjava/lang/Integer;)Ljava/util/List;
PasswordHistoryDAO.findByUserIdAndPassword ( long p1, String p2, int p3 ) [abstract] : PasswordHistory
com/logicaldoc/core/security/dao/PasswordHistoryDAO.findByUserIdAndPassword:(JLjava/lang/String;I)Lcom/logicaldoc/core/security/PasswordHistory;
logicaldoc-core-8.9.0-plugin.jar,
Permission.class
package com.logicaldoc.core.security
Permission.getMask ( ) : int
com/logicaldoc/core/security/Permission.getMask:()I
Permission.match ( int permission ) : boolean
com/logicaldoc/core/security/Permission.match:(I)Z
Permission.valueOf ( int mask ) [static] : Permission
com/logicaldoc/core/security/Permission.valueOf:(I)Lcom/logicaldoc/core/security/Permission;
logicaldoc-core-8.9.0-plugin.jar,
PluginDbInit.class
package com.logicaldoc.core.dbinit
PluginDbInit.init ( String[ ] ids ) : void
com/logicaldoc/core/dbinit/PluginDbInit.init:([Ljava/lang/String;)V
logicaldoc-core-8.9.0-plugin.jar,
RatingDAO.class
package com.logicaldoc.core.document.dao
RatingDAO.findByDocId ( long p1 ) [abstract] : List<Rating>
com/logicaldoc/core/document/dao/RatingDAO.findByDocId:(J)Ljava/util/List;
RatingDAO.findByDocIdAndUserId ( long p1, long p2 ) [abstract] : Rating
com/logicaldoc/core/document/dao/RatingDAO.findByDocIdAndUserId:(JJ)Lcom/logicaldoc/core/document/Rating;
RatingDAO.findVotesByDocId ( long p1 ) [abstract] : Rating
com/logicaldoc/core/document/dao/RatingDAO.findVotesByDocId:(J)Lcom/logicaldoc/core/document/Rating;
RatingDAO.store ( Rating p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/RatingDAO.store:(Lcom/logicaldoc/core/document/Rating;Lcom/logicaldoc/core/document/DocumentHistory;)V
RatingDAO.updateDocumentRating ( long p1, DocumentHistory p2 ) [abstract] : int
com/logicaldoc/core/document/dao/RatingDAO.updateDocumentRating:(JLcom/logicaldoc/core/document/DocumentHistory;)I
logicaldoc-core-8.9.0-plugin.jar,
SearchEngine.class
package com.logicaldoc.core.searchengine
SearchEngine.search ( String p1, String[ ] p2, String p3, Integer p4 ) [abstract] : Hits
com/logicaldoc/core/searchengine/SearchEngine.search:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/logicaldoc/core/searchengine/Hits;
logicaldoc-core-8.9.0-plugin.jar,
SearchTool.class
package com.logicaldoc.core.automation
SearchTool.search ( long tenantId, String expression, List<String> filters, String expressionLanguage ) : List<Hit>
com/logicaldoc/core/automation/SearchTool.search:(JLjava/lang/String;Ljava/util/List;Ljava/lang/String;)Ljava/util/List;
logicaldoc-core-8.9.0-plugin.jar,
SecurityManager.class
package com.logicaldoc.core.security
SecurityManager.getAllowedGroups ( long p1 ) [abstract] : Set<Group>
com/logicaldoc/core/security/SecurityManager.getAllowedGroups:(J)Ljava/util/Set;
SecurityManager.getEnabledPermissions ( long p1, long p2 ) [abstract] : Set<Permission>
com/logicaldoc/core/security/SecurityManager.getEnabledPermissions:(JJ)Ljava/util/Set;
SecurityManager.isDownloadEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isDownloadEnabled:(JJ)Z
SecurityManager.isMemberOf ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isMemberOf:(JJ)Z
SecurityManager.isMemberOf ( long p1, String p2 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isMemberOf:(JLjava/lang/String;)Z
SecurityManager.isPermissionEnabled ( Permission p1, long p2, long p3 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isPermissionEnabled:(Lcom/logicaldoc/core/security/Permission;JJ)Z
SecurityManager.isPrintEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isPrintEnabled:(JJ)Z
SecurityManager.isReadEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isReadEnabled:(JJ)Z
SecurityManager.isWriteEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isWriteEnabled:(JJ)Z
logicaldoc-core-8.9.0-plugin.jar,
SecurityManagerImpl.class
package com.logicaldoc.core.security
SecurityManagerImpl.getAllowedGroups ( long menuId ) : Set<Group>
com/logicaldoc/core/security/SecurityManagerImpl.getAllowedGroups:(J)Ljava/util/Set;
SecurityManagerImpl.getEnabledPermissions ( long docId, long userId ) : Set<Permission>
com/logicaldoc/core/security/SecurityManagerImpl.getEnabledPermissions:(JJ)Ljava/util/Set;
SecurityManagerImpl.isDownloadEnabled ( long docId, long userId ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isDownloadEnabled:(JJ)Z
SecurityManagerImpl.isMemberOf ( long userId, long groupId ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isMemberOf:(JJ)Z
SecurityManagerImpl.isMemberOf ( long userId, String groupName ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isMemberOf:(JLjava/lang/String;)Z
SecurityManagerImpl.isPermissionEnabled ( Permission permission, long docId, long userId ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isPermissionEnabled:(Lcom/logicaldoc/core/security/Permission;JJ)Z
SecurityManagerImpl.isPrintEnabled ( long docId, long userId ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isPrintEnabled:(JJ)Z
SecurityManagerImpl.isReadEnabled ( long docId, long userId ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isReadEnabled:(JJ)Z
SecurityManagerImpl.isWriteEnabled ( long docId, long userId ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isWriteEnabled:(JJ)Z
SecurityManagerImpl.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/security/SecurityManagerImpl.setDocumentDAO:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
SecurityManagerImpl.setFolderDAO ( FolderDAO folderDAO ) : void
com/logicaldoc/core/security/SecurityManagerImpl.setFolderDAO:(Lcom/logicaldoc/core/folder/FolderDAO;)V
SecurityManagerImpl.setGroupDAO ( GroupDAO groupDAO ) : void
com/logicaldoc/core/security/SecurityManagerImpl.setGroupDAO:(Lcom/logicaldoc/core/security/dao/GroupDAO;)V
SecurityManagerImpl.setMenuDAO ( MenuDAO menuDAO ) : void
com/logicaldoc/core/security/SecurityManagerImpl.setMenuDAO:(Lcom/logicaldoc/core/security/dao/MenuDAO;)V
SecurityManagerImpl.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/SecurityManagerImpl.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
SecurityTool.class
package com.logicaldoc.core.automation
SecurityTool.getUser ( long userId ) : User
com/logicaldoc/core/automation/SecurityTool.getUser:(J)Lcom/logicaldoc/core/security/User;
SecurityTool.getUser ( String username ) : User
com/logicaldoc/core/automation/SecurityTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-core-8.9.0-plugin.jar,
Session.class
package com.logicaldoc.core.security
Session.getUser ( ) : User
com/logicaldoc/core/security/Session.getUser:()Lcom/logicaldoc/core/security/User;
logicaldoc-core-8.9.0-plugin.jar,
SessionDAO.class
package com.logicaldoc.core.security.dao
SessionDAO.cleanOldSessions ( int p1 ) [abstract] : void
com/logicaldoc/core/security/dao/SessionDAO.cleanOldSessions:(I)V
SessionDAO.countSessions ( Long p1, Integer p2 ) [abstract] : int
com/logicaldoc/core/security/dao/SessionDAO.countSessions:(Ljava/lang/Long;Ljava/lang/Integer;)I
SessionDAO.deleteCurrentNodeSessions ( ) [abstract] : void
com/logicaldoc/core/security/dao/SessionDAO.deleteCurrentNodeSessions:()V
SessionDAO.findByNode ( String p1 ) [abstract] : List<Session>
com/logicaldoc/core/security/dao/SessionDAO.findByNode:(Ljava/lang/String;)Ljava/util/List;
SessionDAO.findBySid ( String p1 ) [abstract] : Session
com/logicaldoc/core/security/dao/SessionDAO.findBySid:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Session;
logicaldoc-core-8.9.0-plugin.jar,
SessionManager.class
package com.logicaldoc.core.security
SessionManager.createSession ( User user, Client client ) : Session
com/logicaldoc/core/security/SessionManager.createSession:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/Session;
SessionManager.getSessionDao ( ) : SessionDAO
com/logicaldoc/core/security/SessionManager.getSessionDao:()Lcom/logicaldoc/core/security/dao/SessionDAO;
SessionManager.setSessionDao ( SessionDAO sessionDao ) : void
com/logicaldoc/core/security/SessionManager.setSessionDao:(Lcom/logicaldoc/core/security/dao/SessionDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
StandardSearchEngine.class
package com.logicaldoc.core.searchengine
StandardSearchEngine.prepareSearchQuery ( String expression, String[ ] filters, String expressionLanguage, Integer rows ) : SolrQuery
com/logicaldoc/core/searchengine/StandardSearchEngine.prepareSearchQuery:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lorg/apache/solr/client/solrj/SolrQuery;
StandardSearchEngine.search ( String expression, String[ ] filters, String expressionLanguage, Integer rows ) : Hits
com/logicaldoc/core/searchengine/StandardSearchEngine.search:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/logicaldoc/core/searchengine/Hits;
StandardSearchEngine.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/searchengine/StandardSearchEngine.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
StandardSearchEngine.setNoteDao ( DocumentNoteDAO noteDao ) : void
com/logicaldoc/core/searchengine/StandardSearchEngine.setNoteDao:(Lcom/logicaldoc/core/document/dao/DocumentNoteDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
StatsCollector.class
package com.logicaldoc.core.stats
StatsCollector.getDocumentDAO ( ) : DocumentDAO
com/logicaldoc/core/stats/StatsCollector.getDocumentDAO:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
StatsCollector.getGroupDAO ( ) : GroupDAO
com/logicaldoc/core/stats/StatsCollector.getGroupDAO:()Lcom/logicaldoc/core/security/dao/GroupDAO;
StatsCollector.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/stats/StatsCollector.setDocumentDAO:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
StatsCollector.setGroupDAO ( GroupDAO groupDAO ) : void
com/logicaldoc/core/stats/StatsCollector.setGroupDAO:(Lcom/logicaldoc/core/security/dao/GroupDAO;)V
StatsCollector.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/core/stats/StatsCollector.setTenantDAO:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
SystemInfo.class
package com.logicaldoc.core
SystemInfo.getFeatures ( ) : String[ ]
com/logicaldoc/core/SystemInfo.getFeatures:()[Ljava/lang/String;
SystemInfo.setFeatures ( String[ ] features ) : void
com/logicaldoc/core/SystemInfo.setFeatures:([Ljava/lang/String;)V
logicaldoc-core-8.9.0-plugin.jar,
TagsProcessor.class
package com.logicaldoc.core.document
TagsProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/document/TagsProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
Task.class
package com.logicaldoc.core.task
Task.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/core/task/Task.setUserDao:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
Template.class
package com.logicaldoc.core.metadata
Template.addTemplateGroup ( TemplateGroup tg ) : void
com/logicaldoc/core/metadata/Template.addTemplateGroup:(Lcom/logicaldoc/core/metadata/TemplateGroup;)V
Template.getTemplateGroups ( ) : Set<TemplateGroup>
com/logicaldoc/core/metadata/Template.getTemplateGroups:()Ljava/util/Set;
Template.getWorkflowGroup ( long groupId ) : TemplateGroup
com/logicaldoc/core/metadata/Template.getWorkflowGroup:(J)Lcom/logicaldoc/core/metadata/TemplateGroup;
Template.setTemplateGroups ( Set<TemplateGroup> templateGroups ) : void
com/logicaldoc/core/metadata/Template.setTemplateGroups:(Ljava/util/Set;)V
logicaldoc-core-8.9.0-plugin.jar,
TemplateGroup.class
package com.logicaldoc.core.metadata
TemplateGroup.getGroupId ( ) : long
com/logicaldoc/core/metadata/TemplateGroup.getGroupId:()J
TemplateGroup.getPermissions ( ) : int
com/logicaldoc/core/metadata/TemplateGroup.getPermissions:()I
TemplateGroup.getWrite ( ) : int
com/logicaldoc/core/metadata/TemplateGroup.getWrite:()I
TemplateGroup.setGroupId ( long groupId ) : void
com/logicaldoc/core/metadata/TemplateGroup.setGroupId:(J)V
TemplateGroup.setPermissions ( int permissions ) : void
com/logicaldoc/core/metadata/TemplateGroup.setPermissions:(I)V
TemplateGroup.setWrite ( int write ) : void
com/logicaldoc/core/metadata/TemplateGroup.setWrite:(I)V
TemplateGroup.TemplateGroup ( )
com/logicaldoc/core/metadata/TemplateGroup."<init>":()V
TemplateGroup.TemplateGroup ( long groupId )
com/logicaldoc/core/metadata/TemplateGroup."<init>":(J)V
TemplateGroup.TemplateGroup ( long groupId, int write )
com/logicaldoc/core/metadata/TemplateGroup."<init>":(JI)V
TemplateGroup.TemplateGroup ( TemplateGroup source )
com/logicaldoc/core/metadata/TemplateGroup."<init>":(Lcom/logicaldoc/core/metadata/TemplateGroup;)V
logicaldoc-core-8.9.0-plugin.jar,
TenantDAO.class
package com.logicaldoc.core.security.dao
TenantDAO.count ( ) [abstract] : int
com/logicaldoc/core/security/dao/TenantDAO.count:()I
TenantDAO.findAllNames ( ) [abstract] : Set<String>
com/logicaldoc/core/security/dao/TenantDAO.findAllNames:()Ljava/util/Set;
TenantDAO.findByName ( String p1 ) [abstract] : Tenant
com/logicaldoc/core/security/dao/TenantDAO.findByName:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Tenant;
TenantDAO.getTenantName ( long p1 ) [abstract] : String
com/logicaldoc/core/security/dao/TenantDAO.getTenantName:(J)Ljava/lang/String;
logicaldoc-core-8.9.0-plugin.jar,
User.class
package com.logicaldoc.core.security
User.addGroup ( Group group ) : void
com/logicaldoc/core/security/User.addGroup:(Lcom/logicaldoc/core/security/Group;)V
User.clearPassword ( ) : void
com/logicaldoc/core/security/User.clearPassword:()V
User.getAvatar ( ) : String
com/logicaldoc/core/security/User.getAvatar:()Ljava/lang/String;
User.getCertDN ( ) : String
com/logicaldoc/core/security/User.getCertDN:()Ljava/lang/String;
User.getCertExpire ( ) : Date
com/logicaldoc/core/security/User.getCertExpire:()Ljava/util/Date;
User.getCity ( ) : String
com/logicaldoc/core/security/User.getCity:()Ljava/lang/String;
User.getCountry ( ) : String
com/logicaldoc/core/security/User.getCountry:()Ljava/lang/String;
User.getDateFormat ( ) : String
com/logicaldoc/core/security/User.getDateFormat:()Ljava/lang/String;
User.getDateFormatLong ( ) : String
com/logicaldoc/core/security/User.getDateFormatLong:()Ljava/lang/String;
User.getDateFormatShort ( ) : String
com/logicaldoc/core/security/User.getDateFormatShort:()Ljava/lang/String;
User.getDecodedPassword ( ) : String
com/logicaldoc/core/security/User.getDecodedPassword:()Ljava/lang/String;
User.getDefaultWorkspace ( ) : Long
com/logicaldoc/core/security/User.getDefaultWorkspace:()Ljava/lang/Long;
User.getDocsGrid ( ) : String
com/logicaldoc/core/security/User.getDocsGrid:()Ljava/lang/String;
User.getEmail ( ) : String
com/logicaldoc/core/security/User.getEmail:()Ljava/lang/String;
User.getEmail2 ( ) : String
com/logicaldoc/core/security/User.getEmail2:()Ljava/lang/String;
User.getEmailSignature ( ) : String
com/logicaldoc/core/security/User.getEmailSignature:()Ljava/lang/String;
User.getEmailSignature2 ( ) : String
com/logicaldoc/core/security/User.getEmailSignature2:()Ljava/lang/String;
User.getEnabled ( ) : int
com/logicaldoc/core/security/User.getEnabled:()I
User.getEnforceWorkingTime ( ) : int
com/logicaldoc/core/security/User.getEnforceWorkingTime:()I
User.getExpire ( ) : Date
com/logicaldoc/core/security/User.getExpire:()Ljava/util/Date;
User.getFirstName ( ) : String
com/logicaldoc/core/security/User.getFirstName:()Ljava/lang/String;
User.getFullName ( ) : String
com/logicaldoc/core/security/User.getFullName:()Ljava/lang/String;
User.getGroupIds ( ) : long[ ]
com/logicaldoc/core/security/User.getGroupIds:()[J
User.getGroupNames ( ) : String[ ]
com/logicaldoc/core/security/User.getGroupNames:()[Ljava/lang/String;
User.getGroups ( ) : Set<Group>
com/logicaldoc/core/security/User.getGroups:()Ljava/util/Set;
User.getHitsGrid ( ) : String
com/logicaldoc/core/security/User.getHitsGrid:()Ljava/lang/String;
User.getInitials ( ) : String
com/logicaldoc/core/security/User.getInitials:()Ljava/lang/String;
User.getIpBlackList ( ) : String
com/logicaldoc/core/security/User.getIpBlackList:()Ljava/lang/String;
User.getIpWhiteList ( ) : String
com/logicaldoc/core/security/User.getIpWhiteList:()Ljava/lang/String;
User.getKey ( ) : String
com/logicaldoc/core/security/User.getKey:()Ljava/lang/String;
User.getLanguage ( ) : String
com/logicaldoc/core/security/User.getLanguage:()Ljava/lang/String;
User.getLastEnabled ( ) : Date
com/logicaldoc/core/security/User.getLastEnabled:()Ljava/util/Date;
User.getLastLogin ( ) : Date
com/logicaldoc/core/security/User.getLastLogin:()Ljava/util/Date;
User.getLocale ( ) : Locale
com/logicaldoc/core/security/User.getLocale:()Ljava/util/Locale;
User.getMaxInactivity ( ) : Integer
com/logicaldoc/core/security/User.getMaxInactivity:()Ljava/lang/Integer;
User.getName ( ) : String
com/logicaldoc/core/security/User.getName:()Ljava/lang/String;
User.getPassword ( ) : String
com/logicaldoc/core/security/User.getPassword:()Ljava/lang/String;
User.getPasswordChanged ( ) : Date
com/logicaldoc/core/security/User.getPasswordChanged:()Ljava/util/Date;
User.getPasswordExpired ( ) : int
com/logicaldoc/core/security/User.getPasswordExpired:()I
User.getPasswordExpires ( ) : int
com/logicaldoc/core/security/User.getPasswordExpires:()I
User.getPasswordmd4 ( ) : String
com/logicaldoc/core/security/User.getPasswordmd4:()Ljava/lang/String;
User.getPostalcode ( ) : String
com/logicaldoc/core/security/User.getPostalcode:()Ljava/lang/String;
User.getQuota ( ) : long
com/logicaldoc/core/security/User.getQuota:()J
User.getRepass ( ) : String
com/logicaldoc/core/security/User.getRepass:()Ljava/lang/String;
User.getSearchPref ( ) : String
com/logicaldoc/core/security/User.getSearchPref:()Ljava/lang/String;
User.getSecondFactor ( ) : String
com/logicaldoc/core/security/User.getSecondFactor:()Ljava/lang/String;
User.getSource ( ) : int
com/logicaldoc/core/security/User.getSource:()I
User.getState ( ) : String
com/logicaldoc/core/security/User.getState:()Ljava/lang/String;
User.getStreet ( ) : String
com/logicaldoc/core/security/User.getStreet:()Ljava/lang/String;
User.getTelephone ( ) : String
com/logicaldoc/core/security/User.getTelephone:()Ljava/lang/String;
User.getTelephone2 ( ) : String
com/logicaldoc/core/security/User.getTelephone2:()Ljava/lang/String;
User.getTimeZone ( ) : String
com/logicaldoc/core/security/User.getTimeZone:()Ljava/lang/String;
User.getType ( ) : int
com/logicaldoc/core/security/User.getType:()I
User.getUserGroup ( ) : Group
com/logicaldoc/core/security/User.getUserGroup:()Lcom/logicaldoc/core/security/Group;
User.getUserGroupName ( ) : String
com/logicaldoc/core/security/User.getUserGroupName:()Ljava/lang/String;
User.getUserGroups ( ) : Set<UserGroup>
com/logicaldoc/core/security/User.getUserGroups:()Ljava/util/Set;
User.getUsername ( ) : String
com/logicaldoc/core/security/User.getUsername:()Ljava/lang/String;
User.getWelcomeScreen ( ) : Integer
com/logicaldoc/core/security/User.getWelcomeScreen:()Ljava/lang/Integer;
User.getWorkingTimes ( ) : Set<WorkingTime>
com/logicaldoc/core/security/User.getWorkingTimes:()Ljava/util/Set;
User.isExpired ( ) : boolean
com/logicaldoc/core/security/User.isExpired:()Z
User.isInWorkingTime ( ) : boolean
com/logicaldoc/core/security/User.isInWorkingTime:()Z
User.isMemberOf ( String groupName ) : boolean
com/logicaldoc/core/security/User.isMemberOf:(Ljava/lang/String;)Z
User.isReadonly ( ) : boolean
com/logicaldoc/core/security/User.isReadonly:()Z
User.removeGroup ( long groupId ) : void
com/logicaldoc/core/security/User.removeGroup:(J)V
User.removeGroupMemberships ( String source ) : void
com/logicaldoc/core/security/User.removeGroupMemberships:(Ljava/lang/String;)V
User.reset ( ) : void
com/logicaldoc/core/security/User.reset:()V
User.setAvatar ( String avatar ) : void
com/logicaldoc/core/security/User.setAvatar:(Ljava/lang/String;)V
User.setCertDN ( String certDN ) : void
com/logicaldoc/core/security/User.setCertDN:(Ljava/lang/String;)V
User.setCertExpire ( Date certExpire ) : void
com/logicaldoc/core/security/User.setCertExpire:(Ljava/util/Date;)V
User.setCity ( String ct ) : void
com/logicaldoc/core/security/User.setCity:(Ljava/lang/String;)V
User.setCountry ( String cnt ) : void
com/logicaldoc/core/security/User.setCountry:(Ljava/lang/String;)V
User.setDateFormat ( String dateFormat ) : void
com/logicaldoc/core/security/User.setDateFormat:(Ljava/lang/String;)V
User.setDateFormatLong ( String dateFormatLong ) : void
com/logicaldoc/core/security/User.setDateFormatLong:(Ljava/lang/String;)V
User.setDateFormatShort ( String dateFormatShort ) : void
com/logicaldoc/core/security/User.setDateFormatShort:(Ljava/lang/String;)V
User.setDecodedPassword ( String pwd ) : void
com/logicaldoc/core/security/User.setDecodedPassword:(Ljava/lang/String;)V
User.setDefaultWorkspace ( Long defaultWorkspace ) : void
com/logicaldoc/core/security/User.setDefaultWorkspace:(Ljava/lang/Long;)V
User.setDocsGrid ( String docsGrid ) : void
com/logicaldoc/core/security/User.setDocsGrid:(Ljava/lang/String;)V
User.setEmail ( String mail ) : void
com/logicaldoc/core/security/User.setEmail:(Ljava/lang/String;)V
User.setEmail2 ( String email2 ) : void
com/logicaldoc/core/security/User.setEmail2:(Ljava/lang/String;)V
User.setEmailSignature ( String emailSignature ) : void
com/logicaldoc/core/security/User.setEmailSignature:(Ljava/lang/String;)V
User.setEmailSignature2 ( String emailSignature2 ) : void
com/logicaldoc/core/security/User.setEmailSignature2:(Ljava/lang/String;)V
User.setEnabled ( int enabled ) : void
com/logicaldoc/core/security/User.setEnabled:(I)V
User.setEnforceWorkingTime ( int enforceWorkingTime ) : void
com/logicaldoc/core/security/User.setEnforceWorkingTime:(I)V
User.setExpire ( Date expire ) : void
com/logicaldoc/core/security/User.setExpire:(Ljava/util/Date;)V
User.setFirstName ( String firstName ) : void
com/logicaldoc/core/security/User.setFirstName:(Ljava/lang/String;)V
User.setGroups ( Set<Group> groups ) : void
com/logicaldoc/core/security/User.setGroups:(Ljava/util/Set;)V
User.setHitsGrid ( String hitsGrid ) : void
com/logicaldoc/core/security/User.setHitsGrid:(Ljava/lang/String;)V
User.setIpBlackList ( String ipBlackList ) : void
com/logicaldoc/core/security/User.setIpBlackList:(Ljava/lang/String;)V
User.setIpWhiteList ( String ipWhiteList ) : void
com/logicaldoc/core/security/User.setIpWhiteList:(Ljava/lang/String;)V
User.setKey ( String key ) : void
com/logicaldoc/core/security/User.setKey:(Ljava/lang/String;)V
User.setLanguage ( String lang ) : void
com/logicaldoc/core/security/User.setLanguage:(Ljava/lang/String;)V
User.setLastEnabled ( Date lastEnabled ) : void
com/logicaldoc/core/security/User.setLastEnabled:(Ljava/util/Date;)V
User.setLastLogin ( Date lastLogin ) : void
com/logicaldoc/core/security/User.setLastLogin:(Ljava/util/Date;)V
User.setLocale ( Locale locale ) : void
com/logicaldoc/core/security/User.setLocale:(Ljava/util/Locale;)V
User.setMaxInactivity ( Integer maxInactivity ) : void
com/logicaldoc/core/security/User.setMaxInactivity:(Ljava/lang/Integer;)V
User.setName ( String name ) : void
com/logicaldoc/core/security/User.setName:(Ljava/lang/String;)V
User.setPassword ( String pwd ) : void
com/logicaldoc/core/security/User.setPassword:(Ljava/lang/String;)V
User.setPasswordChanged ( Date passwordChanged ) : void
com/logicaldoc/core/security/User.setPasswordChanged:(Ljava/util/Date;)V
User.setPasswordExpired ( int passwordExpired ) : void
com/logicaldoc/core/security/User.setPasswordExpired:(I)V
User.setPasswordExpires ( int passwordExpires ) : void
com/logicaldoc/core/security/User.setPasswordExpires:(I)V
User.setPasswordmd4 ( String passwordmd4 ) : void
com/logicaldoc/core/security/User.setPasswordmd4:(Ljava/lang/String;)V
User.setPostalcode ( String pc ) : void
com/logicaldoc/core/security/User.setPostalcode:(Ljava/lang/String;)V
User.setQuota ( long quota ) : void
com/logicaldoc/core/security/User.setQuota:(J)V
User.setRepass ( String repass ) : void
com/logicaldoc/core/security/User.setRepass:(Ljava/lang/String;)V
User.setSearchPref ( String searchPref ) : void
com/logicaldoc/core/security/User.setSearchPref:(Ljava/lang/String;)V
User.setSecondFactor ( String secondFactor ) : void
com/logicaldoc/core/security/User.setSecondFactor:(Ljava/lang/String;)V
User.setSource ( int source ) : void
com/logicaldoc/core/security/User.setSource:(I)V
User.setState ( String state ) : void
com/logicaldoc/core/security/User.setState:(Ljava/lang/String;)V
User.setStreet ( String str ) : void
com/logicaldoc/core/security/User.setStreet:(Ljava/lang/String;)V
User.setTelephone ( String phone ) : void
com/logicaldoc/core/security/User.setTelephone:(Ljava/lang/String;)V
User.setTelephone2 ( String telephone2 ) : void
com/logicaldoc/core/security/User.setTelephone2:(Ljava/lang/String;)V
User.setTimeZone ( String timeZone ) : void
com/logicaldoc/core/security/User.setTimeZone:(Ljava/lang/String;)V
User.setType ( int type ) : void
com/logicaldoc/core/security/User.setType:(I)V
User.setUserGroups ( Set<UserGroup> userGroups ) : void
com/logicaldoc/core/security/User.setUserGroups:(Ljava/util/Set;)V
User.setUsername ( String uname ) : void
com/logicaldoc/core/security/User.setUsername:(Ljava/lang/String;)V
User.setWelcomeScreen ( Integer welcomeScreen ) : void
com/logicaldoc/core/security/User.setWelcomeScreen:(Ljava/lang/Integer;)V
User.setWorkingTimes ( Set<WorkingTime> workingTimes ) : void
com/logicaldoc/core/security/User.setWorkingTimes:(Ljava/util/Set;)V
User.User ( )
com/logicaldoc/core/security/User."<init>":()V
logicaldoc-core-8.9.0-plugin.jar,
UserDAO.class
package com.logicaldoc.core.security.dao
UserDAO.count ( Long p1 ) [abstract] : int
com/logicaldoc/core/security/dao/UserDAO.count:(Ljava/lang/Long;)I
UserDAO.countGuests ( Long p1 ) [abstract] : int
com/logicaldoc/core/security/dao/UserDAO.countGuests:(Ljava/lang/Long;)I
UserDAO.delete ( long p1, UserHistory p2 ) [abstract] : void
com/logicaldoc/core/security/dao/UserDAO.delete:(JLcom/logicaldoc/core/security/UserHistory;)V
UserDAO.findAdminUser ( String p1 ) [abstract] : User
com/logicaldoc/core/security/dao/UserDAO.findAdminUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
UserDAO.findByGroup ( long p1 ) [abstract] : Set<User>
com/logicaldoc/core/security/dao/UserDAO.findByGroup:(J)Ljava/util/Set;
UserDAO.findByLikeUsername ( String p1 ) [abstract] : List<User>
com/logicaldoc/core/security/dao/UserDAO.findByLikeUsername:(Ljava/lang/String;)Ljava/util/List;
UserDAO.findByName ( String p1 ) [abstract] : List<User>
com/logicaldoc/core/security/dao/UserDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
UserDAO.findByUsername ( String p1 ) [abstract] : User
com/logicaldoc/core/security/dao/UserDAO.findByUsername:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
UserDAO.findByUsernameAndName ( String p1, String p2 ) [abstract] : List<User>
com/logicaldoc/core/security/dao/UserDAO.findByUsernameAndName:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
UserDAO.findByUsernameIgnoreCase ( String p1 ) [abstract] : User
com/logicaldoc/core/security/dao/UserDAO.findByUsernameIgnoreCase:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
UserDAO.findUserSettings ( long p1, String p2 ) [abstract] : Map<String,Generic>
com/logicaldoc/core/security/dao/UserDAO.findUserSettings:(JLjava/lang/String;)Ljava/util/Map;
UserDAO.getUser ( String p1 ) [abstract] : User
com/logicaldoc/core/security/dao/UserDAO.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
UserDAO.isInactive ( String p1 ) [abstract] : boolean
com/logicaldoc/core/security/dao/UserDAO.isInactive:(Ljava/lang/String;)Z
UserDAO.isPasswordExpired ( String p1 ) [abstract] : boolean
com/logicaldoc/core/security/dao/UserDAO.isPasswordExpired:(Ljava/lang/String;)Z
UserDAO.store ( User p1, UserHistory p2 ) [abstract] : void
com/logicaldoc/core/security/dao/UserDAO.store:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;)V
logicaldoc-core-8.9.0-plugin.jar,
UserEvent.class
package com.logicaldoc.core.security
UserEvent.fromString ( String event ) [static] : UserEvent
com/logicaldoc/core/security/UserEvent.fromString:(Ljava/lang/String;)Lcom/logicaldoc/core/security/UserEvent;
UserEvent.valueOf ( String name ) [static] : UserEvent
com/logicaldoc/core/security/UserEvent.valueOf:(Ljava/lang/String;)Lcom/logicaldoc/core/security/UserEvent;
UserEvent.values ( ) [static] : UserEvent[ ]
com/logicaldoc/core/security/UserEvent.values:()[Lcom/logicaldoc/core/security/UserEvent;
logicaldoc-core-8.9.0-plugin.jar,
UserGroup.class
package com.logicaldoc.core.security
UserGroup.getGroupId ( ) : long
com/logicaldoc/core/security/UserGroup.getGroupId:()J
UserGroup.setGroupId ( long groupId ) : void
com/logicaldoc/core/security/UserGroup.setGroupId:(J)V
UserGroup.UserGroup ( )
com/logicaldoc/core/security/UserGroup."<init>":()V
UserGroup.UserGroup ( long groupId )
com/logicaldoc/core/security/UserGroup."<init>":(J)V
logicaldoc-core-8.9.0-plugin.jar,
UserHistory.class
package com.logicaldoc.core.security
UserHistory.getAuthor ( ) : String
com/logicaldoc/core/security/UserHistory.getAuthor:()Ljava/lang/String;
UserHistory.setAuthor ( String author ) : void
com/logicaldoc/core/security/UserHistory.setAuthor:(Ljava/lang/String;)V
UserHistory.UserHistory ( )
com/logicaldoc/core/security/UserHistory."<init>":()V
UserHistory.UserHistory ( UserHistory source )
com/logicaldoc/core/security/UserHistory."<init>":(Lcom/logicaldoc/core/security/UserHistory;)V
logicaldoc-core-8.9.0-plugin.jar,
UserHistoryDAO.class
package com.logicaldoc.core.security.dao
UserHistoryDAO.cleanOldHistories ( int p1 ) [abstract] : void
com/logicaldoc/core/security/dao/UserHistoryDAO.cleanOldHistories:(I)V
UserHistoryDAO.createUserHistory ( User p1, String p2, String p3, String p4, Client p5 ) [abstract] : UserHistory
com/logicaldoc/core/security/dao/UserHistoryDAO.createUserHistory:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/UserHistory;
UserHistoryDAO.findByUserId ( long p1 ) [abstract] : List<UserHistory>
com/logicaldoc/core/security/dao/UserHistoryDAO.findByUserId:(J)Ljava/util/List;
UserHistoryDAO.findByUserIdAndEvent ( long p1, String p2 ) [abstract] : List<UserHistory>
com/logicaldoc/core/security/dao/UserHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
logicaldoc-core-8.9.0-plugin.jar,
UserListener.class
package com.logicaldoc.core.security
UserListener.afterStore ( User p1, UserHistory p2, Map<String,Object> p3 ) [abstract] : void
com/logicaldoc/core/security/UserListener.afterStore:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;Ljava/util/Map;)V
UserListener.beforeStore ( User p1, UserHistory p2, Map<String,Object> p3 ) [abstract] : void
com/logicaldoc/core/security/UserListener.beforeStore:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;Ljava/util/Map;)V
logicaldoc-core-8.9.0-plugin.jar,
UserListenerManager.class
package com.logicaldoc.core.security
UserListenerManager.getListeners ( ) : List<UserListener>
com/logicaldoc/core/security/UserListenerManager.getListeners:()Ljava/util/List;
UserListenerManager.init ( ) : void
com/logicaldoc/core/security/UserListenerManager.init:()V
UserListenerManager.UserListenerManager ( )
com/logicaldoc/core/security/UserListenerManager."<init>":()V
logicaldoc-core-8.9.0-plugin.jar,
UserTool.class
package com.logicaldoc.core.automation
UserTool.getUser ( long userId ) : User
com/logicaldoc/core/automation/UserTool.getUser:(J)Lcom/logicaldoc/core/security/User;
UserTool.getUser ( String username ) : User
com/logicaldoc/core/automation/UserTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-core-8.9.0-plugin.jar,
UserUtil.class
package com.logicaldoc.core.util
UserUtil.generateDefaultAvatar ( User user ) [static] : void
com/logicaldoc/core/util/UserUtil.generateDefaultAvatar:(Lcom/logicaldoc/core/security/User;)V
UserUtil.saveAvatar ( User user, File avatarImageFile ) [static] : void
com/logicaldoc/core/util/UserUtil.saveAvatar:(Lcom/logicaldoc/core/security/User;Ljava/io/File;)V
logicaldoc-core-8.9.0-plugin.jar,
Version.class
package com.logicaldoc.core.document
Version.create ( Document document, User user, String comment, String event, boolean release ) [static] : Version
com/logicaldoc/core/document/Version.create:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;Z)Lcom/logicaldoc/core/document/Version;
logicaldoc-core-8.9.0-plugin.jar,
VersionDAO.class
package com.logicaldoc.core.document.dao
VersionDAO.findByDocId ( long p1 ) [abstract] : List<Version>
com/logicaldoc/core/document/dao/VersionDAO.findByDocId:(J)Ljava/util/List;
VersionDAO.findByFileVersion ( long p1, String p2 ) [abstract] : Version
com/logicaldoc/core/document/dao/VersionDAO.findByFileVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
VersionDAO.findByVersion ( long p1, String p2 ) [abstract] : Version
com/logicaldoc/core/document/dao/VersionDAO.findByVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
VersionDAO.updateDigest ( Version p1 ) [abstract] : void
com/logicaldoc/core/document/dao/VersionDAO.updateDigest:(Lcom/logicaldoc/core/document/Version;)V
logicaldoc-core-8.9.0-plugin.jar,
WorkingTime.class
package com.logicaldoc.core.security
WorkingTime.getDayOfWeek ( ) : int
com/logicaldoc/core/security/WorkingTime.getDayOfWeek:()I
WorkingTime.getDescription ( ) : String
com/logicaldoc/core/security/WorkingTime.getDescription:()Ljava/lang/String;
WorkingTime.getHourEnd ( ) : int
com/logicaldoc/core/security/WorkingTime.getHourEnd:()I
WorkingTime.getHourStart ( ) : int
com/logicaldoc/core/security/WorkingTime.getHourStart:()I
WorkingTime.getLabel ( ) : String
com/logicaldoc/core/security/WorkingTime.getLabel:()Ljava/lang/String;
WorkingTime.getMinuteEnd ( ) : int
com/logicaldoc/core/security/WorkingTime.getMinuteEnd:()I
WorkingTime.getMinuteStart ( ) : int
com/logicaldoc/core/security/WorkingTime.getMinuteStart:()I
WorkingTime.matchesCurrentTime ( ) : boolean
com/logicaldoc/core/security/WorkingTime.matchesCurrentTime:()Z
WorkingTime.setDayOfWeek ( int dayOfWeek ) : void
com/logicaldoc/core/security/WorkingTime.setDayOfWeek:(I)V
WorkingTime.setDescription ( String description ) : void
com/logicaldoc/core/security/WorkingTime.setDescription:(Ljava/lang/String;)V
WorkingTime.setHourEnd ( int hourEnd ) : void
com/logicaldoc/core/security/WorkingTime.setHourEnd:(I)V
WorkingTime.setHourStart ( int hourStart ) : void
com/logicaldoc/core/security/WorkingTime.setHourStart:(I)V
WorkingTime.setLabel ( String label ) : void
com/logicaldoc/core/security/WorkingTime.setLabel:(Ljava/lang/String;)V
WorkingTime.setMinuteEnd ( int minuteEnd ) : void
com/logicaldoc/core/security/WorkingTime.setMinuteEnd:(I)V
WorkingTime.setMinuteStart ( int minuteStart ) : void
com/logicaldoc/core/security/WorkingTime.setMinuteStart:(I)V
WorkingTime.WorkingTime ( )
com/logicaldoc/core/security/WorkingTime."<init>":()V
WorkingTime.WorkingTime ( int dayOfWeek, int hourStart, int minuteStart )
com/logicaldoc/core/security/WorkingTime."<init>":(III)V
WorkingTime.WorkingTime ( WorkingTime source )
com/logicaldoc/core/security/WorkingTime."<init>":(Lcom/logicaldoc/core/security/WorkingTime;)V
logicaldoc-docusign-8.9.0-plugin.jar,
DocuSignPoller.class
package com.logicaldoc.docusign
DocuSignPoller.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/docusign/DocuSignPoller.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
DocuSignPoller.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/docusign/DocuSignPoller.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-docusign-8.9.0-plugin.jar,
DocuSignUtil.class
package com.logicaldoc.docusign
DocuSignUtil.markEnvelopeAsProcessed ( String envelopeId, String envelopeSubject, User user ) [static] : void
com/logicaldoc/docusign/DocuSignUtil.markEnvelopeAsProcessed:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)V
logicaldoc-dropbox-8.9.0-plugin.jar,
DropboxServiceImpl.class
package com.logicaldoc.dropbox
DropboxServiceImpl.exportDocuments ( String targetPath, long[ ] folderIds, Long[ ] docIds ) : boolean
com/logicaldoc/dropbox/DropboxServiceImpl.exportDocuments:(Ljava/lang/String;[J[Ljava/lang/Long;)Z
DropboxServiceImpl.importDocuments ( long targetFolder, String[ ] paths ) : int
com/logicaldoc/dropbox/DropboxServiceImpl.importDocuments:(J[Ljava/lang/String;)I
DropboxServiceImpl.saveAccessToken ( User user, String token, String account ) : void
com/logicaldoc/dropbox/DropboxServiceImpl.saveAccessToken:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-email-8.9.0-plugin.jar,
EmailCrawler.class
package com.logicaldoc.email
EmailCrawler.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/email/EmailCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
EmailCrawler.getDocumentHistoryDao ( ) : DocumentHistoryDAO
com/logicaldoc/email/EmailCrawler.getDocumentHistoryDao:()Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;
EmailCrawler.getDocumentLinkDao ( ) : DocumentLinkDAO
com/logicaldoc/email/EmailCrawler.getDocumentLinkDao:()Lcom/logicaldoc/core/document/dao/DocumentLinkDAO;
EmailCrawler.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/email/EmailCrawler.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
EmailCrawler.setDocumentHistoryDao ( DocumentHistoryDAO documentHistoryDAO ) : void
com/logicaldoc/email/EmailCrawler.setDocumentHistoryDao:(Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;)V
EmailCrawler.setDocumentLinkDao ( DocumentLinkDAO documentLinkDao ) : void
com/logicaldoc/email/EmailCrawler.setDocumentLinkDao:(Lcom/logicaldoc/core/document/dao/DocumentLinkDAO;)V
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
AutomationEventListener.class
package com.logicaldoc.enterprise.automation
AutomationEventListener.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/enterprise/automation/AutomationEventListener.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
AutomationEventListener.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/enterprise/automation/AutomationEventListener.setUserDao:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
AutomationRoutine.class
package com.logicaldoc.enterprise.automation
AutomationRoutine.getAutomationRoutineGroups ( ) : Set<AutomationRoutineGroup>
com/logicaldoc/enterprise/automation/AutomationRoutine.getAutomationRoutineGroups:()Ljava/util/Set;
AutomationRoutine.setAutomationRoutineGroups ( Set<AutomationRoutineGroup> automationRoutineGroups ) : void
com/logicaldoc/enterprise/automation/AutomationRoutine.setAutomationRoutineGroups:(Ljava/util/Set;)V
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
AutomationRoutineDAO.class
package com.logicaldoc.enterprise.automation
AutomationRoutineDAO.isReadEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/enterprise/automation/AutomationRoutineDAO.isReadEnable:(JJ)Z
AutomationRoutineDAO.isWriteEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/enterprise/automation/AutomationRoutineDAO.isWriteEnable:(JJ)Z
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
AutomationRoutineGroup.class
package com.logicaldoc.enterprise.automation
AutomationRoutineGroup.AutomationRoutineGroup ( )
com/logicaldoc/enterprise/automation/AutomationRoutineGroup."<init>":()V
AutomationRoutineGroup.AutomationRoutineGroup ( AutomationRoutineGroup source )
com/logicaldoc/enterprise/automation/AutomationRoutineGroup."<init>":(Lcom/logicaldoc/enterprise/automation/AutomationRoutineGroup;)V
AutomationRoutineGroup.AutomationRoutineGroup ( long groupId )
com/logicaldoc/enterprise/automation/AutomationRoutineGroup."<init>":(J)V
AutomationRoutineGroup.getGroupId ( ) : long
com/logicaldoc/enterprise/automation/AutomationRoutineGroup.getGroupId:()J
AutomationRoutineGroup.getPermissions ( ) : int
com/logicaldoc/enterprise/automation/AutomationRoutineGroup.getPermissions:()I
AutomationRoutineGroup.getWrite ( ) : int
com/logicaldoc/enterprise/automation/AutomationRoutineGroup.getWrite:()I
AutomationRoutineGroup.setGroupId ( long groupId ) : void
com/logicaldoc/enterprise/automation/AutomationRoutineGroup.setGroupId:(J)V
AutomationRoutineGroup.setPermissions ( int permissions ) : void
com/logicaldoc/enterprise/automation/AutomationRoutineGroup.setPermissions:(I)V
AutomationRoutineGroup.setWrite ( int write ) : void
com/logicaldoc/enterprise/automation/AutomationRoutineGroup.setWrite:(I)V
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
AutomationRoutineRightsDataServlet.class
package com.logicaldoc.enterprise.automation
AutomationRoutineRightsDataServlet.AutomationRoutineRightsDataServlet ( )
com/logicaldoc/enterprise/automation/AutomationRoutineRightsDataServlet."<init>":()V
AutomationRoutineRightsDataServlet.service ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/enterprise/automation/AutomationRoutineRightsDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
AutomationServiceImpl.class
package com.logicaldoc.enterprise.automation
AutomationServiceImpl.deleteRoutines ( long[ ] ids ) : void
com/logicaldoc/enterprise/automation/AutomationServiceImpl.deleteRoutines:([J)V
AutomationServiceImpl.deleteTriggers ( long[ ] ids ) : void
com/logicaldoc/enterprise/automation/AutomationServiceImpl.deleteTriggers:([J)V
AutomationServiceImpl.execute ( GUIAutomationRoutine guiRoutine, Long[ ] docIds, Long folderId ) : void
com/logicaldoc/enterprise/automation/AutomationServiceImpl.execute:(Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;[Ljava/lang/Long;Ljava/lang/Long;)V
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
HibernateAutomationRoutineDAO.class
package com.logicaldoc.enterprise.automation
HibernateAutomationRoutineDAO.isReadEnable ( long routineId, long userId ) : boolean
com/logicaldoc/enterprise/automation/HibernateAutomationRoutineDAO.isReadEnable:(JJ)Z
HibernateAutomationRoutineDAO.isWriteEnable ( long routineId, long userId ) : boolean
com/logicaldoc/enterprise/automation/HibernateAutomationRoutineDAO.isWriteEnable:(JJ)Z
HibernateAutomationRoutineDAO.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/enterprise/automation/HibernateAutomationRoutineDAO.setUserDao:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
AbstractSecondFactorAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
AbstractSecondFactorAuthenticator.generateKey ( User p1 ) : String
com/logicaldoc/enterprise/security/twofactorsauth/AbstractSecondFactorAuthenticator.generateKey:(Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
AbstractSecondFactorAuthenticator.isEnabledForUser ( User p1 ) : boolean
com/logicaldoc/enterprise/security/twofactorsauth/AbstractSecondFactorAuthenticator.isEnabledForUser:(Lcom/logicaldoc/core/security/User;)Z
logicaldoc-enterprise-core-8.9.0-plugin.jar,
AuthenticationChain.class
package com.logicaldoc.core.security.authentication
AuthenticationChain.authenticate ( String p1, String p2 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
AuthenticationChain.checkAnonymousLogin ( String p1, String p2, Client p3 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.checkAnonymousLogin:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
AuthenticationChain.pickUser ( String p1 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
CasUserDetails.class
package com.logicaldoc.enterprise.security.cas
CasUserDetails.CasUserDetails ( UserDetails p1, User p2 )
com/logicaldoc/enterprise/security/cas/CasUserDetails."<init>":(Lorg/springframework/security/core/userdetails/UserDetails;Lcom/logicaldoc/core/security/User;)V
CasUserDetails.getAuthorities ( ) : Collection<?>
com/logicaldoc/enterprise/security/cas/CasUserDetails.getAuthorities:()Ljava/util/Collection;
CasUserDetails.getPassword ( ) : String
com/logicaldoc/enterprise/security/cas/CasUserDetails.getPassword:()Ljava/lang/String;
CasUserDetails.getUser ( ) : User
com/logicaldoc/enterprise/security/cas/CasUserDetails.getUser:()Lcom/logicaldoc/core/security/User;
CasUserDetails.getUsername ( ) : String
com/logicaldoc/enterprise/security/cas/CasUserDetails.getUsername:()Ljava/lang/String;
CasUserDetails.isAccountNonExpired ( ) : boolean
com/logicaldoc/enterprise/security/cas/CasUserDetails.isAccountNonExpired:()Z
CasUserDetails.isAccountNonLocked ( ) : boolean
com/logicaldoc/enterprise/security/cas/CasUserDetails.isAccountNonLocked:()Z
CasUserDetails.isCredentialsNonExpired ( ) : boolean
com/logicaldoc/enterprise/security/cas/CasUserDetails.isCredentialsNonExpired:()Z
CasUserDetails.isEnabled ( ) : boolean
com/logicaldoc/enterprise/security/cas/CasUserDetails.isEnabled:()Z
CasUserDetails.setUser ( User p1 ) : void
com/logicaldoc/enterprise/security/cas/CasUserDetails.setUser:(Lcom/logicaldoc/core/security/User;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
CasUserDetailsService.class
package com.logicaldoc.enterprise.security.cas
CasUserDetailsService.CasUserDetailsService ( )
com/logicaldoc/enterprise/security/cas/CasUserDetailsService."<init>":()V
CasUserDetailsService.loadUserByUsername ( String p1 ) : UserDetails
com/logicaldoc/enterprise/security/cas/CasUserDetailsService.loadUserByUsername:(Ljava/lang/String;)Lorg/springframework/security/core/userdetails/UserDetails;
CasUserDetailsService.setAuthenticationChain ( AuthenticationChain p1 ) : void
com/logicaldoc/enterprise/security/cas/CasUserDetailsService.setAuthenticationChain:(Lcom/logicaldoc/core/security/authentication/AuthenticationChain;)V
CasUserDetailsService.setConfig ( ContextProperties p1 ) : void
com/logicaldoc/enterprise/security/cas/CasUserDetailsService.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
CasUserDetailsService.setGroupDao ( GroupDAO p1 ) : void
com/logicaldoc/enterprise/security/cas/CasUserDetailsService.setGroupDao:(Lcom/logicaldoc/core/security/dao/GroupDAO;)V
CasUserDetailsService.setUserDao ( UserDAO p1 ) : void
com/logicaldoc/enterprise/security/cas/CasUserDetailsService.setUserDao:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
CleanerTask.class
package com.logicaldoc.enterprise.cleaner
CleanerTask.setDeviceDao ( DeviceDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setDeviceDao:(Lcom/logicaldoc/core/security/dao/DeviceDAO;)V
CleanerTask.setDocumentDao ( DocumentDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
CleanerTask.setDocumentHistoryDao ( DocumentHistoryDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setDocumentHistoryDao:(Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;)V
CleanerTask.setSessionDao ( SessionDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setSessionDao:(Lcom/logicaldoc/core/security/dao/SessionDAO;)V
CleanerTask.setUserHistoryDao ( UserHistoryDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setUserHistoryDao:(Lcom/logicaldoc/core/security/dao/UserHistoryDAO;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ClusterSearchEngine.class
package com.logicaldoc.enterprise.cluster
ClusterSearchEngine.search ( String p1, String[ ] p2, String p3, Integer p4 ) : Hits
com/logicaldoc/enterprise/cluster/ClusterSearchEngine.search:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/logicaldoc/core/searchengine/Hits;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ClusterServiceImpl.class
package com.logicaldoc.enterprise.cluster
ClusterServiceImpl.makeGlobal ( String[ ] p1 ) : void
com/logicaldoc/enterprise/cluster/ClusterServiceImpl.makeGlobal:([Ljava/lang/String;)V
ClusterServiceImpl.makeLocal ( String[ ] p1 ) : void
com/logicaldoc/enterprise/cluster/ClusterServiceImpl.makeLocal:([Ljava/lang/String;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
Duo.class
package com.logicaldoc.enterprise.security.twofactorsauth
Duo.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/Duo.authenticate:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
Duo.generateKey ( User p1 ) : String
com/logicaldoc/enterprise/security/twofactorsauth/Duo.generateKey:(Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EmailAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
EmailAuthenticator.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/EmailAuthenticator.authenticate:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
EmailAuthenticator.generateKey ( User p1 ) : String
com/logicaldoc/enterprise/security/twofactorsauth/EmailAuthenticator.generateKey:(Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseCasAuthenticationEntryPoint.class
package com.logicaldoc.enterprise.security.cas
EnterpriseCasAuthenticationEntryPoint.EnterpriseCasAuthenticationEntryPoint ( )
com/logicaldoc/enterprise/security/cas/EnterpriseCasAuthenticationEntryPoint."<init>":()V
EnterpriseCasAuthenticationEntryPoint.preCommence ( HttpServletRequest p1, HttpServletResponse p2 ) : void
com/logicaldoc/enterprise/security/cas/EnterpriseCasAuthenticationEntryPoint.preCommence:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseCasAuthenticationFilter.class
package com.logicaldoc.enterprise.security.cas
EnterpriseCasAuthenticationFilter.attemptAuthentication ( HttpServletRequest p1, HttpServletResponse p2 ) : Authentication
com/logicaldoc/enterprise/security/cas/EnterpriseCasAuthenticationFilter.attemptAuthentication:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Lorg/springframework/security/core/Authentication;
EnterpriseCasAuthenticationFilter.doFilter ( ServletRequest p1, ServletResponse p2, FilterChain p3 ) : void
com/logicaldoc/enterprise/security/cas/EnterpriseCasAuthenticationFilter.doFilter:(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V
EnterpriseCasAuthenticationFilter.EnterpriseCasAuthenticationFilter ( )
com/logicaldoc/enterprise/security/cas/EnterpriseCasAuthenticationFilter."<init>":()V
EnterpriseCasAuthenticationFilter.requiresAuthentication ( HttpServletRequest p1, HttpServletResponse p2 ) : boolean
com/logicaldoc/enterprise/security/cas/EnterpriseCasAuthenticationFilter.requiresAuthentication:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Z
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap
EnterpriseDocumentService.askReadingConfirmation ( String p1, Long[ ] p2, Long[ ] p3, Long[ ] p4, boolean p5, String p6 ) [abstract] : void
com/logicaldoc/enterprise/webservice/soap/EnterpriseDocumentService.askReadingConfirmation:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseFolderService.class
package com.logicaldoc.enterprise.folder
EnterpriseFolderService.loadTemplates ( ) : GUIValue[ ]
com/logicaldoc/enterprise/folder/EnterpriseFolderService.loadTemplates:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
EnterpriseFolderService.saveTemplates ( GUIValue[ ] p1 ) : void
com/logicaldoc/enterprise/folder/EnterpriseFolderService.saveTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseInfoService.class
package com.logicaldoc.enterprise
EnterpriseInfoService.getSessionInfo ( ) : GUIParameter[ ]
com/logicaldoc/enterprise/EnterpriseInfoService.getSessionInfo:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseTagService.class
package com.logicaldoc.enterprise
EnterpriseTagService.getSettings ( ) : GUIParameter[ ]
com/logicaldoc/enterprise/EnterpriseTagService.getSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
EnterpriseTagService.getTagCloud ( ) : GUITag[ ]
com/logicaldoc/enterprise/EnterpriseTagService.getTagCloud:()[Lcom/logicaldoc/gui/common/client/beans/GUITag;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
GoogleAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
GoogleAuthenticator.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/GoogleAuthenticator.authenticate:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
HibernateReadingRequestDAO.class
package com.logicaldoc.enterprise.reading
HibernateReadingRequestDAO.notifyReadings ( Collection<ReadingRequest> p1, DocumentHistory p2 ) : void
com/logicaldoc/enterprise/reading/HibernateReadingRequestDAO.notifyReadings:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
HibernateTenantDAO.class
package com.logicaldoc.core.security.dao
HibernateTenantDAO.count ( ) : int
com/logicaldoc/core/security/dao/HibernateTenantDAO.count:()I
HibernateTenantDAO.delete ( long p1, int p2 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.delete:(JI)V
HibernateTenantDAO.findAllNames ( ) : Set<String>
com/logicaldoc/core/security/dao/HibernateTenantDAO.findAllNames:()Ljava/util/Set;
HibernateTenantDAO.findByName ( String p1 ) : Tenant
com/logicaldoc/core/security/dao/HibernateTenantDAO.findByName:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Tenant;
HibernateTenantDAO.getTenantName ( long p1 ) : String
com/logicaldoc/core/security/dao/HibernateTenantDAO.getTenantName:(J)Ljava/lang/String;
HibernateTenantDAO.HibernateTenantDAO ( )
com/logicaldoc/core/security/dao/HibernateTenantDAO."<init>":()V
HibernateTenantDAO.setAttributeSetDao ( AttributeSetDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setAttributeSetDao:(Lcom/logicaldoc/core/metadata/AttributeSetDAO;)V
HibernateTenantDAO.setConfig ( ContextProperties p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
HibernateTenantDAO.setDashletDao ( DashletDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setDashletDao:(Lcom/logicaldoc/core/dashlet/DashletDAO;)V
HibernateTenantDAO.setFolderDao ( FolderDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setFolderDao:(Lcom/logicaldoc/core/folder/FolderDAO;)V
HibernateTenantDAO.setGenericDao ( GenericDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setGenericDao:(Lcom/logicaldoc/core/generic/GenericDAO;)V
HibernateTenantDAO.setGroupDao ( GroupDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setGroupDao:(Lcom/logicaldoc/core/security/dao/GroupDAO;)V
HibernateTenantDAO.setMessageTemplateDao ( MessageTemplateDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setMessageTemplateDao:(Lcom/logicaldoc/core/communication/MessageTemplateDAO;)V
HibernateTenantDAO.setTemplateDao ( TemplateDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setTemplateDao:(Lcom/logicaldoc/core/metadata/TemplateDAO;)V
HibernateTenantDAO.setUserDao ( UserDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setUserDao:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
HibernateTenantDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateTenantDAO.store ( Tenant p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.store:(Lcom/logicaldoc/core/security/Tenant;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ReadingRequest.class
package com.logicaldoc.enterprise.reading
ReadingRequest.setRequestor ( User p1 ) : void
com/logicaldoc/enterprise/reading/ReadingRequest.setRequestor:(Lcom/logicaldoc/core/security/User;)V
ReadingRequest.setUser ( User p1 ) : void
com/logicaldoc/enterprise/reading/ReadingRequest.setUser:(Lcom/logicaldoc/core/security/User;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ReadingRequestDAO.class
package com.logicaldoc.enterprise.reading
ReadingRequestDAO.notifyReadings ( Collection<ReadingRequest> p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/enterprise/reading/ReadingRequestDAO.notifyReadings:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ReadingRequestServiceImpl.class
package com.logicaldoc.enterprise.reading
ReadingRequestServiceImpl.askReadingConfirmation ( Long[ ] p1, long[ ] p2, long[ ] p3, boolean p4, String p5 ) : void
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.askReadingConfirmation:([Ljava/lang/Long;[J[JZLjava/lang/String;)V
ReadingRequestServiceImpl.confirmReadings ( long[ ] p1, String p2 ) : void
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.confirmReadings:([JLjava/lang/String;)V
ReadingRequestServiceImpl.getUnconfimedReadings ( ) : GUIReadingRequest[ ]
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.getUnconfimedReadings:()[Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
SecondFactorAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
SecondFactorAuthenticator.authenticate ( User p1, String p2 ) [abstract] : void
com/logicaldoc/enterprise/security/twofactorsauth/SecondFactorAuthenticator.authenticate:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
SecondFactorAuthenticator.generateKey ( User p1 ) [abstract] : String
com/logicaldoc/enterprise/security/twofactorsauth/SecondFactorAuthenticator.generateKey:(Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
SecondFactorAuthenticator.isEnabledForUser ( User p1 ) [abstract] : boolean
com/logicaldoc/enterprise/security/twofactorsauth/SecondFactorAuthenticator.isEnabledForUser:(Lcom/logicaldoc/core/security/User;)Z
logicaldoc-enterprise-core-8.9.0-plugin.jar,
SoapEnterpriseDocumentClient.class
package com.logicaldoc.enterprise.webservice.soap.client
SoapEnterpriseDocumentClient.askReadingConfirmation ( String p1, Long[ ] p2, Long[ ] p3, Long[ ] p4, boolean p5, String p6 ) : void
com/logicaldoc/enterprise/webservice/soap/client/SoapEnterpriseDocumentClient.askReadingConfirmation:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
SoapEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapEnterpriseDocumentService.askReadingConfirmation ( String p1, Long[ ] p2, Long[ ] p3, Long[ ] p4, boolean p5, String p6 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.askReadingConfirmation:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
SystemDiagnosis.class
package com.logicaldoc.enterprise.diagnosis
SystemDiagnosis.setDocumentDao ( DocumentDAO p1 ) : void
com/logicaldoc/enterprise/diagnosis/SystemDiagnosis.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
TwoFactorsAuthentication.class
package com.logicaldoc.enterprise.security.twofactorsauth
TwoFactorsAuthentication.checkSecondFactor ( User p1, String p2 ) [static] : void
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthentication.checkSecondFactor:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
TwoFactorsAuthentication.generateKey ( User p1 ) [static] : String
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthentication.generateKey:(Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
TwoFactorsAuthenticationProvider.class
package com.logicaldoc.enterprise.security.twofactorsauth
TwoFactorsAuthenticationProvider.getUser ( String p1 ) : User
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthenticationProvider.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
TwoFactorsAuthenticationServiceImpl.class
package com.logicaldoc.enterprise.security.twofactorsauth
TwoFactorsAuthenticationServiceImpl.generateGoogleAuthorizationCredentials ( String p1 ) : String[ ]
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthenticationServiceImpl.generateGoogleAuthorizationCredentials:(Ljava/lang/String;)[Ljava/lang/String;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
UpdateServiceImpl.class
package com.logicaldoc.enterprise.update
UpdateServiceImpl.checkDownloadStatus ( ) : int[ ]
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkDownloadStatus:()[I
UpdateServiceImpl.checkPatch ( ) : GUIPatch[ ]
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkPatch:()[Lcom/logicaldoc/gui/common/client/beans/GUIPatch;
UpdateServiceImpl.checkUpdate ( ) : GUIParameter[ ]
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkUpdate:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
UpdateServiceImpl.getPatchNotes ( String p1 ) : String[ ]
com/logicaldoc/enterprise/update/UpdateServiceImpl.getPatchNotes:(Ljava/lang/String;)[Ljava/lang/String;
UpdateServiceImpl.getUpdateNotes ( String p1 ) : String[ ]
com/logicaldoc/enterprise/update/UpdateServiceImpl.getUpdateNotes:(Ljava/lang/String;)[Ljava/lang/String;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
UserCounter.class
package com.logicaldoc.enterprise
UserCounter.afterStore ( User p1, UserHistory p2, Map<String,Object> p3 ) : void
com/logicaldoc/enterprise/UserCounter.afterStore:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;Ljava/util/Map;)V
UserCounter.beforeStore ( User p1, UserHistory p2, Map<String,Object> p3 ) : void
com/logicaldoc/enterprise/UserCounter.beforeStore:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;Ljava/util/Map;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
YubiKey.class
package com.logicaldoc.enterprise.security.twofactorsauth
YubiKey.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/YubiKey.authenticate:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
DocumentsListGrid.class
package com.logicaldoc.enterprise.gui.mobile.client.search
DocumentsListGrid.DocumentsListGrid ( GUIDocument[ ] documents, Cursor cur )
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid."<init>":([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Lcom/logicaldoc/gui/frontend/client/document/grid/Cursor;)V
DocumentsListGrid.getDocuments ( ) : GUIDocument[ ]
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsListGrid.getIds ( ) : Long[ ]
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getIds:()[Ljava/lang/Long;
DocumentsListGrid.getSelectedDocuments ( ) : GUIDocument[ ]
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsListGrid.getSelectedIds ( ) : Long[ ]
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getSelectedIds:()[Ljava/lang/Long;
DocumentsListGrid.setDocuments ( GUIDocument[ ] documents ) : void
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.setDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
FolderNavigator.class
package com.logicaldoc.enterprise.gui.mobile.client
FolderNavigator.addDocuments ( GUIDocument[ ] docs ) : void
com/logicaldoc/enterprise/gui/mobile/client/FolderNavigator.addDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
LicenseServiceImpl.class
package com.logicaldoc.enterprise.gui.license.server
LicenseServiceImpl.getBundle ( String locale ) [static] : GUIValue[ ]
com/logicaldoc/enterprise/gui/license/server/LicenseServiceImpl.getBundle:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
Navigator.class
package com.logicaldoc.enterprise.gui.mobile.client
Navigator.addDocuments ( GUIDocument[ ] docs ) : void
com/logicaldoc/enterprise/gui/mobile/client/Navigator.addDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
Search.class
package com.logicaldoc.enterprise.gui.mobile.client.search
Search.getLastResult ( ) : GUIDocument[ ]
com/logicaldoc/enterprise/gui/mobile/client/search/Search.getLastResult:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-enterprise-storer-8.9.0-plugin.jar,
FSCleanerTask.class
package com.logicaldoc.enterprise.storer
FSCleanerTask.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/enterprise/storer/FSCleanerTask.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-form-8.9.0-plugin.jar,
FormManager.class
package com.logicaldoc.form
FormManager.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/form/FormManager.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-form-8.9.0-plugin.jar,
FormsDataServlet.class
package com.logicaldoc.form.gui
FormsDataServlet.FormsDataServlet ( )
com/logicaldoc/form/gui/FormsDataServlet."<init>":()V
FormsDataServlet.service ( HttpServletRequest request, HttpServletResponse response, Session session, Integer max, Locale locale ) : void
com/logicaldoc/form/gui/FormsDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lcom/logicaldoc/core/security/Session;Ljava/lang/Integer;Ljava/util/Locale;)V
logicaldoc-form-8.9.0-plugin.jar,
FormServiceImpl.class
package com.logicaldoc.form.gui
FormServiceImpl.delete ( long id ) : void
com/logicaldoc/form/gui/FormServiceImpl.delete:(J)V
FormServiceImpl.FormServiceImpl ( )
com/logicaldoc/form/gui/FormServiceImpl."<init>":()V
FormServiceImpl.fromForm ( Form form ) : GUIForm
com/logicaldoc/form/gui/FormServiceImpl.fromForm:(Lcom/logicaldoc/form/Form;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
FormServiceImpl.getById ( long id ) : GUIForm
com/logicaldoc/form/gui/FormServiceImpl.getById:(J)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
FormServiceImpl.getPreFilledLink ( GUIForm form, String responderEmail ) : String
com/logicaldoc/form/gui/FormServiceImpl.getPreFilledLink:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;Ljava/lang/String;)Ljava/lang/String;
FormServiceImpl.invite ( GUIForm prefilledForm, GUIEmail email, String locale ) : void
com/logicaldoc/form/gui/FormServiceImpl.invite:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;Lcom/logicaldoc/gui/common/client/beans/GUIEmail;Ljava/lang/String;)V
FormServiceImpl.processImage ( ) : String
com/logicaldoc/form/gui/FormServiceImpl.processImage:()Ljava/lang/String;
FormServiceImpl.save ( GUIForm guiForm ) : GUIForm
com/logicaldoc/form/gui/FormServiceImpl.save:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
logicaldoc-form-8.9.0-plugin.jar,
Instance.class
package com.logicaldoc.form.gui.webform.client
WebformService.Instance.get ( ) [static] : WebformServiceAsync
com/logicaldoc/form/gui/webform/client/WebformService.Instance.get:()Lcom/logicaldoc/form/gui/webform/client/WebformServiceAsync;
logicaldoc-form-8.9.0-plugin.jar,
Webform.class
package com.logicaldoc.form.gui.webform.client
Webform.injectCustomCss ( String p1 ) [static] : void
com/logicaldoc/form/gui/webform/client/Webform.injectCustomCss:(Ljava/lang/String;)V
Webform.onModuleLoad ( ) : void
com/logicaldoc/form/gui/webform/client/Webform.onModuleLoad:()V
Webform.Webform ( )
com/logicaldoc/form/gui/webform/client/Webform."<init>":()V
logicaldoc-form-8.9.0-plugin.jar,
WebformPropertiesPanel.class
package com.logicaldoc.form.gui.webform.client
WebformPropertiesPanel.adaptForms ( ) : void
com/logicaldoc/form/gui/webform/client/WebformPropertiesPanel.adaptForms:()V
WebformPropertiesPanel.getWebform ( ) : GUIForm
com/logicaldoc/form/gui/webform/client/WebformPropertiesPanel.getWebform:()Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformPropertiesPanel.newAttributesForm ( ) : DynamicForm
com/logicaldoc/form/gui/webform/client/WebformPropertiesPanel.newAttributesForm:()Lcom/smartgwt/client/widgets/form/DynamicForm;
WebformPropertiesPanel.prepareAttributeItem ( GUIAttribute att ) : FormItem
com/logicaldoc/form/gui/webform/client/WebformPropertiesPanel.prepareAttributeItem:(Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)Lcom/smartgwt/client/widgets/form/fields/FormItem;
WebformPropertiesPanel.WebformPropertiesPanel ( GUIForm webform )
com/logicaldoc/form/gui/webform/client/WebformPropertiesPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)V
logicaldoc-form-8.9.0-plugin.jar,
WebformService.class
package com.logicaldoc.form.gui.webform.client
WebformService.getForm ( String p1, String p2 ) [abstract] : GUIForm
com/logicaldoc/form/gui/webform/client/WebformService.getForm:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformService.getFormByDocId ( long p1, String p2 ) [abstract] : GUIForm
com/logicaldoc/form/gui/webform/client/WebformService.getFormByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformService.getInfo ( String p1, String p2 ) [abstract] : GUIInfo
com/logicaldoc/form/gui/webform/client/WebformService.getInfo:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformService.getInfoByDocId ( long p1, String p2 ) [abstract] : GUIInfo
com/logicaldoc/form/gui/webform/client/WebformService.getInfoByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformService.submit ( GUIForm p1 ) [abstract] : GUIDocument
com/logicaldoc/form/gui/webform/client/WebformService.submit:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-form-8.9.0-plugin.jar,
WebformServiceAsync.class
package com.logicaldoc.form.gui.webform.client
WebformServiceAsync.getForm ( String p1, String p2, AsyncCallback<GUIForm> p3 ) [abstract] : void
com/logicaldoc/form/gui/webform/client/WebformServiceAsync.getForm:(Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.getFormByDocId ( long p1, String p2, AsyncCallback<GUIForm> p3 ) [abstract] : void
com/logicaldoc/form/gui/webform/client/WebformServiceAsync.getFormByDocId:(JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.getInfo ( String p1, String p2, AsyncCallback<GUIInfo> p3 ) [abstract] : void
com/logicaldoc/form/gui/webform/client/WebformServiceAsync.getInfo:(Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.getInfoByDocId ( long p1, String p2, AsyncCallback<GUIInfo> p3 ) [abstract] : void
com/logicaldoc/form/gui/webform/client/WebformServiceAsync.getInfoByDocId:(JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.submit ( GUIForm p1, AsyncCallback<GUIDocument> p2 ) [abstract] : void
com/logicaldoc/form/gui/webform/client/WebformServiceAsync.submit:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-form-8.9.0-plugin.jar,
WebformServiceImpl.class
package com.logicaldoc.form.gui.webform.server
WebformServiceImpl.getForm ( String formId, String locale ) : GUIForm
com/logicaldoc/form/gui/webform/server/WebformServiceImpl.getForm:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformServiceImpl.getFormByDocId ( long docId, String locale ) : GUIForm
com/logicaldoc/form/gui/webform/server/WebformServiceImpl.getFormByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformServiceImpl.getInfo ( String formId, String locale ) : GUIInfo
com/logicaldoc/form/gui/webform/server/WebformServiceImpl.getInfo:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformServiceImpl.getInfoByDocId ( long docId, String locale ) : GUIInfo
com/logicaldoc/form/gui/webform/server/WebformServiceImpl.getInfoByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformServiceImpl.submit ( GUIForm guiForm ) : GUIDocument
com/logicaldoc/form/gui/webform/server/WebformServiceImpl.submit:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
WebformServiceImpl.WebformServiceImpl ( )
com/logicaldoc/form/gui/webform/server/WebformServiceImpl."<init>":()V
logicaldoc-ftp-8.9.0-plugin.jar,
FtpUser.class
package com.logicaldoc.ftp
FtpUser.FtpUser ( User user )
com/logicaldoc/ftp/FtpUser."<init>":(Lcom/logicaldoc/core/security/User;)V
FtpUser.getUser ( ) : User
com/logicaldoc/ftp/FtpUser.getUser:()Lcom/logicaldoc/core/security/User;
logicaldoc-gdrive-8.9.0-plugin.jar,
GDriveServiceImpl.class
package com.logicaldoc.gdrive
GDriveServiceImpl.exportDocuments ( Long[ ] ids ) : String[ ]
com/logicaldoc/gdrive/GDriveServiceImpl.exportDocuments:([Ljava/lang/Long;)[Ljava/lang/String;
GDriveServiceImpl.importDocuments ( String[ ] resourceIds, long targetFolderId, String format ) : void
com/logicaldoc/gdrive/GDriveServiceImpl.importDocuments:([Ljava/lang/String;JLjava/lang/String;)V
GDriveServiceImpl.loadSettings ( ) : String[ ]
com/logicaldoc/gdrive/GDriveServiceImpl.loadSettings:()[Ljava/lang/String;
GDriveServiceImpl.search ( String expression ) : GUIDocument[ ]
com/logicaldoc/gdrive/GDriveServiceImpl.search:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-gui-8.9.0-plugin.jar,
AttributeSetService.class
package com.logicaldoc.gui.frontend.client.services
AttributeSetService.deleteOptions ( long p1, String p2, String[ ] p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetService.deleteOptions:(JLjava/lang/String;[Ljava/lang/String;)V
AttributeSetService.getAttributeSets ( ) [abstract] : GUIAttributeSet[ ]
com/logicaldoc/gui/frontend/client/services/AttributeSetService.getAttributeSets:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttributeSet;
AttributeSetService.parseOptions ( long p1, String p2 ) [abstract] : GUIValue[ ]
com/logicaldoc/gui/frontend/client/services/AttributeSetService.parseOptions:(JLjava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
AttributeSetService.saveOptions ( long p1, String p2, GUIValue[ ] p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetService.saveOptions:(JLjava/lang/String;[Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
logicaldoc-gui-8.9.0-plugin.jar,
AttributeSetServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
AttributeSetServiceAsync.deleteOptions ( long p1, String p2, String[ ] p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetServiceAsync.deleteOptions:(JLjava/lang/String;[Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AttributeSetServiceAsync.saveOptions ( long p1, String p2, GUIValue[ ] p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetServiceAsync.saveOptions:(JLjava/lang/String;[Lcom/logicaldoc/gui/common/client/beans/GUIValue;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
AuditService.class
package com.logicaldoc.gui.frontend.client.services
AuditService.deleteSubscriptions ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.deleteSubscriptions:([J)V
AuditService.subscribeDocuments ( Long[ ] p1, String[ ] p2, Long p3, Long p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.subscribeDocuments:([Ljava/lang/Long;[Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;)V
AuditService.subscribeFolder ( long p1, boolean p2, String[ ] p3, Long p4, Long p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.subscribeFolder:(JZ[Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;)V
AuditService.update ( Long[ ] p1, boolean p2, String[ ] p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.update:([Ljava/lang/Long;Z[Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
AuditServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
AuditServiceAsync.deleteSubscriptions ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.deleteSubscriptions:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
AuditServiceAsync.subscribeDocuments ( Long[ ] p1, String[ ] p2, Long p3, Long p4, AsyncCallback<Void> p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.subscribeDocuments:([Ljava/lang/Long;[Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AuditServiceAsync.subscribeFolder ( long p1, boolean p2, String[ ] p3, Long p4, Long p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.subscribeFolder:(JZ[Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AuditServiceAsync.update ( Long[ ] p1, boolean p2, String[ ] p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.update:([Ljava/lang/Long;Z[Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
AutomationDialog.class
package com.logicaldoc.gui.frontend.client.folder
AutomationDialog.AutomationDialog ( Long folderId, Long[ ] docIds )
com/logicaldoc/gui/frontend/client/folder/AutomationDialog."<init>":(Ljava/lang/Long;[Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
AutomationRoutineRightsDS.class
package com.logicaldoc.gui.common.client.data
AutomationRoutineRightsDS.AutomationRoutineRightsDS ( long routineId )
com/logicaldoc/gui/common/client/data/AutomationRoutineRightsDS."<init>":(J)V
logicaldoc-gui-8.9.0-plugin.jar,
AutomationRoutineSecurity.class
package com.logicaldoc.gui.frontend.client.settings.automation
AutomationRoutineSecurity.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/frontend/client/settings/automation/AutomationRoutineSecurity.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
logicaldoc-gui-8.9.0-plugin.jar,
AutomationService.class
package com.logicaldoc.gui.frontend.client.services
AutomationService.deleteRoutines ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationService.deleteRoutines:([J)V
AutomationService.deleteTriggers ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationService.deleteTriggers:([J)V
AutomationService.execute ( GUIAutomationRoutine p1, Long[ ] p2, Long p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationService.execute:(Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;[Ljava/lang/Long;Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
AutomationServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
AutomationServiceAsync.deleteRoutines ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationServiceAsync.deleteRoutines:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
AutomationServiceAsync.deleteTriggers ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationServiceAsync.deleteTriggers:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
AutomationServiceAsync.execute ( GUIAutomationRoutine p1, Long[ ] p2, Long p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationServiceAsync.execute:(Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;[Ljava/lang/Long;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
AwesomeFactory.class
package com.logicaldoc.gui.common.client.util
AwesomeFactory.getIndexedIconButtonHTML ( long docId, boolean download, Integer indexed, String color ) [static] : String
com/logicaldoc/gui/common/client/util/AwesomeFactory.getIndexedIconButtonHTML:(JZLjava/lang/Integer;Ljava/lang/String;)Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
BarcodeService.class
package com.logicaldoc.gui.frontend.client.services
BarcodeService.markUnprocessable ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/BarcodeService.markUnprocessable:([J)V
logicaldoc-gui-8.9.0-plugin.jar,
BarcodeServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
BarcodeServiceAsync.markUnprocessable ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/BarcodeServiceAsync.markUnprocessable:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
CalendarService.class
package com.logicaldoc.gui.frontend.client.services
CalendarService.find ( GUICalendarEventSearchCriteria p1 ) [abstract] : GUICalendarEvent[ ]
com/logicaldoc/gui/frontend/client/services/CalendarService.find:(Lcom/logicaldoc/gui/common/client/beans/GUICalendarEventSearchCriteria;)[Lcom/logicaldoc/gui/common/client/beans/GUICalendarEvent;
logicaldoc-gui-8.9.0-plugin.jar,
ChatService.class
package com.logicaldoc.gui.frontend.client.services
ChatService.invite ( String[ ] p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ChatService.invite:([Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
ChatServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ChatServiceAsync.invite ( String[ ] p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ChatServiceAsync.invite:([Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
ClusterService.class
package com.logicaldoc.gui.frontend.client.services
ClusterService.makeGlobal ( String[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterService.makeGlobal:([Ljava/lang/String;)V
ClusterService.makeLocal ( String[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterService.makeLocal:([Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
ClusterServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ClusterServiceAsync.makeGlobal ( String[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterServiceAsync.makeGlobal:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ClusterServiceAsync.makeLocal ( String[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterServiceAsync.makeLocal:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
Constants.class
package com.logicaldoc.gui.common.client
Constants.getAuditDefaultEvents ( ) [static] : String[ ]
com/logicaldoc/gui/common/client/Constants.getAuditDefaultEvents:()[Ljava/lang/String;
Constants.getFulltextDefaultFields ( ) [static] : String[ ]
com/logicaldoc/gui/common/client/Constants.getFulltextDefaultFields:()[Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
ContactService.class
package com.logicaldoc.gui.frontend.client.services
ContactService.delete ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactService.delete:([J)V
ContactService.parseContacts ( boolean p1, GUIParseContactsParameters p2 ) [abstract] : GUIContact[ ]
com/logicaldoc/gui/frontend/client/services/ContactService.parseContacts:(ZLcom/logicaldoc/gui/common/client/beans/GUIParseContactsParameters;)[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
ContactService.shareContacts ( long[ ] p1, long[ ] p2, long[ ] p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactService.shareContacts:([J[J[J)V
logicaldoc-gui-8.9.0-plugin.jar,
ContactServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ContactServiceAsync.delete ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactServiceAsync.delete:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
ContactServiceAsync.shareContacts ( long[ ] p1, long[ ] p2, long[ ] p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactServiceAsync.shareContacts:([J[J[JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
ContactsImportPreview.class
package com.logicaldoc.gui.frontend.client.personal.contacts
ContactsImportPreview.setContacts ( GUIContact[ ] contacts ) : void
com/logicaldoc/gui/frontend/client/personal/contacts/ContactsImportPreview.setContacts:([Lcom/logicaldoc/gui/common/client/beans/GUIContact;)V
logicaldoc-gui-8.9.0-plugin.jar,
CookiesManager.class
package com.logicaldoc.gui.common.client
CookiesManager.removeLogin ( ) [static] : void
com/logicaldoc/gui/common/client/CookiesManager.removeLogin:()V
logicaldoc-gui-8.9.0-plugin.jar,
CustomIdPanel.class
package com.logicaldoc.gui.frontend.client.metadata
CustomIdPanel.CustomIdPanel ( GUIScheme[ ] schemesData )
com/logicaldoc/gui/frontend/client/metadata/CustomIdPanel."<init>":([Lcom/logicaldoc/gui/common/client/beans/GUIScheme;)V
logicaldoc-gui-8.9.0-plugin.jar,
DashletService.class
package com.logicaldoc.gui.frontend.client.services
DashletService.loadDashlets ( ) [abstract] : GUIDashlet[ ]
com/logicaldoc/gui/frontend/client/services/DashletService.loadDashlets:()[Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;
DashletService.saveDashlets ( GUIDashlet[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletService.saveDashlets:([Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;)V
DashletService.saveUserDashlets ( GUIDashlet[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletService.saveUserDashlets:([Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;)V
logicaldoc-gui-8.9.0-plugin.jar,
DashletServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DashletServiceAsync.saveDashlets ( GUIDashlet[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletServiceAsync.saveDashlets:([Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DashletServiceAsync.saveUserDashlets ( GUIDashlet[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletServiceAsync.saveUserDashlets:([Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
DigitalSignatureDialog.class
package com.logicaldoc.gui.frontend.client.document.signature
DigitalSignatureDialog.DigitalSignatureDialog ( Long[ ] docIds )
com/logicaldoc/gui/frontend/client/document/signature/DigitalSignatureDialog."<init>":([Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentController.class
package com.logicaldoc.gui.common.client.controllers
DocumentController.deleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/common/client/controllers/DocumentController.deleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentDetailsPanel.class
package com.logicaldoc.gui.frontend.client.document
DocumentDetailsPanel.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/document/DocumentDetailsPanel.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentGridUtil.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentGridUtil.getIds ( Record[ ] records ) [static] : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentGridUtil.getIds:([Lcom/smartgwt/client/data/Record;)[Ljava/lang/Long;
DocumentGridUtil.toDocuments ( Record[ ] records ) [static] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentGridUtil.toDocuments:([Lcom/smartgwt/client/data/Record;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-gui-8.9.0-plugin.jar,
DocumentObserver.class
package com.logicaldoc.gui.common.client.controllers
DocumentObserver.onDocumentsDeleted ( GUIDocument[ ] p1 ) [abstract] : void
com/logicaldoc/gui/common/client/controllers/DocumentObserver.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentSelectorDialog.class
package com.logicaldoc.gui.frontend.client.document.selector
DocumentSelectorDialog.onSelection ( GUIDocument[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/document/selector/DocumentSelectorDialog.onSelection:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentSelectorPanel.class
package com.logicaldoc.gui.frontend.client.document.selector
DocumentSelectorPanel.getSelection ( ) : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/selector/DocumentSelectorPanel.getSelection:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-gui-8.9.0-plugin.jar,
DocumentService.class
package com.logicaldoc.gui.frontend.client.services
DocumentService.addBookmarks ( Long[ ] p1, int p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.addBookmarks:([Ljava/lang/Long;I)V
DocumentService.addDocuments ( boolean p1, String p2, boolean p3, GUIDocument p4 ) [abstract] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/services/DocumentService.addDocuments:(ZLjava/lang/String;ZLcom/logicaldoc/gui/common/client/beans/GUIDocument;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.addDocuments ( String p1, long p2, boolean p3, String p4, boolean p5, Long p6 ) [abstract] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/services/DocumentService.addDocuments:(Ljava/lang/String;JZLjava/lang/String;ZLjava/lang/Long;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.archiveDocuments ( Long[ ] p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.archiveDocuments:([Ljava/lang/Long;Ljava/lang/String;)V
DocumentService.bulkUpdate ( Long[ ] p1, GUIDocument p2, boolean p3 ) [abstract] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/services/DocumentService.bulkUpdate:([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Z)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.checkout ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.checkout:([Ljava/lang/Long;)V
DocumentService.countDocuments ( long[ ] p1, int p2 ) [abstract] : long
com/logicaldoc/gui/frontend/client/services/DocumentService.countDocuments:([JI)J
DocumentService.createDownloadTicket ( long p1, int p2, String p3, Integer p4, Date p5, Integer p6, Integer p7 ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/DocumentService.createDownloadTicket:(JILjava/lang/String;Ljava/lang/Integer;Ljava/util/Date;Ljava/lang/Integer;Ljava/lang/Integer;)[Ljava/lang/String;
DocumentService.delete ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.delete:([Ljava/lang/Long;)V
DocumentService.deleteBookmarks ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteBookmarks:([J)V
DocumentService.deleteFromTrash ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteFromTrash:([Ljava/lang/Long;)V
DocumentService.deleteLinks ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteLinks:([J)V
DocumentService.deleteNotes ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteNotes:([J)V
DocumentService.deleteVersions ( long[ ] p1 ) [abstract] : GUIDocument
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteVersions:([J)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.getNotes ( long p1, String p2, Collection<String> p3 ) [abstract] : GUIDocumentNote[ ]
com/logicaldoc/gui/frontend/client/services/DocumentService.getNotes:(JLjava/lang/String;Ljava/util/Collection;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocumentNote;
DocumentService.getVersionsById ( long p1, long p2 ) [abstract] : GUIVersion[ ]
com/logicaldoc/gui/frontend/client/services/DocumentService.getVersionsById:(JJ)[Lcom/logicaldoc/gui/common/client/beans/GUIVersion;
DocumentService.indexDocuments ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.indexDocuments:([Ljava/lang/Long;)V
DocumentService.linkDocuments ( Long[ ] p1, Long[ ] p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.linkDocuments:([Ljava/lang/Long;[Ljava/lang/Long;)V
DocumentService.lock ( Long[ ] p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.lock:([Ljava/lang/Long;Ljava/lang/String;)V
DocumentService.makeImmutable ( Long[ ] p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.makeImmutable:([Ljava/lang/Long;Ljava/lang/String;)V
DocumentService.markIndexable ( Long[ ] p1, int p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.markIndexable:([Ljava/lang/Long;I)V
DocumentService.markUnindexable ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.markUnindexable:([Ljava/lang/Long;)V
DocumentService.merge ( Long[ ] p1, long p2, String p3 ) [abstract] : GUIDocument
com/logicaldoc/gui/frontend/client/services/DocumentService.merge:([Ljava/lang/Long;JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.restore ( Long[ ] p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.restore:([Ljava/lang/Long;J)V
DocumentService.saveNotes ( long p1, GUIDocumentNote[ ] p2, Collection<String> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.saveNotes:(J[Lcom/logicaldoc/gui/common/client/beans/GUIDocumentNote;Ljava/util/Collection;)V
DocumentService.unarchiveDocuments ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.unarchiveDocuments:([J)V
DocumentService.unlock ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.unlock:([Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DocumentServiceAsync.addBookmarks ( Long[ ] p1, int p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.addBookmarks:([Ljava/lang/Long;ILcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.archiveDocuments ( Long[ ] p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.archiveDocuments:([Ljava/lang/Long;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.bulkUpdate ( Long[ ] p1, GUIDocument p2, boolean p3, AsyncCallback<GUIDocument[ ]> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.bulkUpdate:([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;ZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.checkout ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.checkout:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.countDocuments ( long[ ] p1, int p2, AsyncCallback<Long> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.countDocuments:([JILcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.delete ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.delete:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteBookmarks ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteBookmarks:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteFromTrash ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteFromTrash:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteLinks ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteLinks:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteNotes ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteNotes:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteVersions ( long[ ] p1, AsyncCallback<GUIDocument> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteVersions:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.indexDocuments ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.indexDocuments:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.linkDocuments ( Long[ ] p1, Long[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.linkDocuments:([Ljava/lang/Long;[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.lock ( Long[ ] p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.lock:([Ljava/lang/Long;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.makeImmutable ( Long[ ] p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.makeImmutable:([Ljava/lang/Long;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.markIndexable ( Long[ ] p1, int p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.markIndexable:([Ljava/lang/Long;ILcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.markUnindexable ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.markUnindexable:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.merge ( Long[ ] p1, long p2, String p3, AsyncCallback<GUIDocument> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.merge:([Ljava/lang/Long;JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.restore ( Long[ ] p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.restore:([Ljava/lang/Long;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.saveNotes ( long p1, GUIDocumentNote[ ] p2, Collection<String> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.saveNotes:(J[Lcom/logicaldoc/gui/common/client/beans/GUIDocumentNote;Ljava/util/Collection;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.unarchiveDocuments ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.unarchiveDocuments:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.unlock ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.unlock:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentsGrid.getDocuments ( ) [abstract] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsGrid.getIds ( ) [abstract] : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getIds:()[Ljava/lang/Long;
DocumentsGrid.getSelectedDocuments ( ) [abstract] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsGrid.getSelectedIds ( ) [abstract] : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getSelectedIds:()[Ljava/lang/Long;
DocumentsGrid.setDocuments ( GUIDocument[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.setDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsListGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentsListGrid.getDocuments ( ) : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsListGrid.getIds ( ) : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getIds:()[Ljava/lang/Long;
DocumentsListGrid.getSelectedDocuments ( ) : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsListGrid.getSelectedIds ( ) : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getSelectedIds:()[Ljava/lang/Long;
DocumentsListGrid.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
DocumentsListGrid.setDocuments ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.setDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsPanel.class
package com.logicaldoc.gui.frontend.client.document
DocumentsPanel.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/document/DocumentsPanel.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsTileGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentsTileGrid.getDocuments ( ) : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsTileGrid.getIds ( ) : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getIds:()[Ljava/lang/Long;
DocumentsTileGrid.getSelectedDocuments ( ) : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsTileGrid.getSelectedIds ( ) : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getSelectedIds:()[Ljava/lang/Long;
DocumentsTileGrid.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
DocumentsTileGrid.setDocuments ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.setDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentToolbar.class
package com.logicaldoc.gui.frontend.client.document
DocumentToolbar.prepareButtons ( boolean downloadEnabled, boolean writeEnabled ) : void
com/logicaldoc/gui/frontend/client/document/DocumentToolbar.prepareButtons:(ZZ)V
logicaldoc-gui-8.9.0-plugin.jar,
DropboxService.class
package com.logicaldoc.gui.frontend.client.services
DropboxService.exportDocuments ( String p1, long[ ] p2, Long[ ] p3 ) [abstract] : boolean
com/logicaldoc/gui/frontend/client/services/DropboxService.exportDocuments:(Ljava/lang/String;[J[Ljava/lang/Long;)Z
DropboxService.importDocuments ( long p1, String[ ] p2 ) [abstract] : int
com/logicaldoc/gui/frontend/client/services/DropboxService.importDocuments:(J[Ljava/lang/String;)I
logicaldoc-gui-8.9.0-plugin.jar,
DropboxServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DropboxServiceAsync.exportDocuments ( String p1, long[ ] p2, Long[ ] p3, AsyncCallback<Boolean> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DropboxServiceAsync.exportDocuments:(Ljava/lang/String;[J[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DropboxServiceAsync.importDocuments ( long p1, String[ ] p2, AsyncCallback<Integer> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DropboxServiceAsync.importDocuments:(J[Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
EmailDialog.class
package com.logicaldoc.gui.frontend.client.document
EmailDialog.EmailDialog ( Long[ ] docIds, String docTitle )
com/logicaldoc/gui/frontend/client/document/EmailDialog."<init>":([Ljava/lang/Long;Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
FillRoutineParams.class
package com.logicaldoc.gui.frontend.client.document.grid
FillRoutineParams.FillRoutineParams ( String title, GUIAutomationRoutine routine, long folderId, Long[ ] docIds )
com/logicaldoc/gui/frontend/client/document/grid/FillRoutineParams."<init>":(Ljava/lang/String;Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;J[Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
FillStamp.class
package com.logicaldoc.gui.frontend.client.document.stamp
FillStamp.FillStamp ( DocumentsGrid sourceGrid, GUIStamp stamp, boolean visualPositioning )
com/logicaldoc/gui/frontend/client/document/stamp/FillStamp."<init>":(Lcom/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;Z)V
logicaldoc-gui-8.9.0-plugin.jar,
FolderNavigator.class
package com.logicaldoc.gui.frontend.client.folder
FolderNavigator.getSelectedIds ( ) : long[ ]
com/logicaldoc/gui/frontend/client/folder/FolderNavigator.getSelectedIds:()[J
logicaldoc-gui-8.9.0-plugin.jar,
FolderSearchDialog.class
package com.logicaldoc.gui.frontend.client.folder
FolderSearchDialog.getLastResult ( ) : ListGridRecord[ ]
com/logicaldoc/gui/frontend/client/folder/FolderSearchDialog.getLastResult:()[Lcom/smartgwt/client/widgets/grid/ListGridRecord;
logicaldoc-gui-8.9.0-plugin.jar,
FolderSecurityPanel.class
package com.logicaldoc.gui.frontend.client.folder
FolderSecurityPanel.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/frontend/client/folder/FolderSecurityPanel.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
logicaldoc-gui-8.9.0-plugin.jar,
FolderService.class
package com.logicaldoc.gui.frontend.client.services
FolderService.applyRights ( GUIFolder p1, boolean p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.applyRights:(Lcom/logicaldoc/gui/common/client/beans/GUIFolder;Z)V
FolderService.computeStats ( long p1 ) [abstract] : long[ ]
com/logicaldoc/gui/frontend/client/services/FolderService.computeStats:(J)[J
FolderService.copyFolders ( long[ ] p1, long p2, boolean p3, String p4, GUIFolder p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.copyFolders:([JJZLjava/lang/String;Lcom/logicaldoc/gui/common/client/beans/GUIFolder;)V
FolderService.delete ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.delete:([J)V
FolderService.deleteFromTrash ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.deleteFromTrash:([Ljava/lang/Long;)V
FolderService.inheritRights ( long p1, long p2 ) [abstract] : GUIFolder
com/logicaldoc/gui/frontend/client/services/FolderService.inheritRights:(JJ)Lcom/logicaldoc/gui/common/client/beans/GUIFolder;
FolderService.loadTemplates ( ) [abstract] : GUIValue[ ]
com/logicaldoc/gui/frontend/client/services/FolderService.loadTemplates:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
FolderService.merge ( long[ ] p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.merge:([JJ)V
FolderService.move ( long[ ] p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.move:([JJ)V
FolderService.paste ( long[ ] p1, long p2, String p3, boolean p4, boolean p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.paste:([JJLjava/lang/String;ZZ)V
FolderService.pasteAsAlias ( long[ ] p1, long p2, String p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.pasteAsAlias:([JJLjava/lang/String;)V
FolderService.restore ( Long[ ] p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.restore:([Ljava/lang/Long;J)V
FolderService.saveTemplates ( GUIValue[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.saveTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
logicaldoc-gui-8.9.0-plugin.jar,
FolderServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
FolderServiceAsync.applyRights ( GUIFolder p1, boolean p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.applyRights:(Lcom/logicaldoc/gui/common/client/beans/GUIFolder;ZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.copyFolders ( long[ ] p1, long p2, boolean p3, String p4, GUIFolder p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.copyFolders:([JJZLjava/lang/String;Lcom/logicaldoc/gui/common/client/beans/GUIFolder;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.delete ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.delete:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.deleteFromTrash ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.deleteFromTrash:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.inheritRights ( long p1, long p2, AsyncCallback<GUIFolder> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.inheritRights:(JJLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.merge ( long[ ] p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.merge:([JJLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.move ( long[ ] p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.move:([JJLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.paste ( long[ ] p1, long p2, String p3, boolean p4, boolean p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.paste:([JJLjava/lang/String;ZZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.pasteAsAlias ( long[ ] p1, long p2, String p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.pasteAsAlias:([JJLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.restore ( Long[ ] p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.restore:([Ljava/lang/Long;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.saveTemplates ( GUIValue[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.saveTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
FolderTemplatesPanel.class
package com.logicaldoc.gui.frontend.client.metadata
FolderTemplatesPanel.reloadTemplates ( GUIValue[ ] templates ) : void
com/logicaldoc/gui/frontend/client/metadata/FolderTemplatesPanel.reloadTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
logicaldoc-gui-8.9.0-plugin.jar,
GDriveService.class
package com.logicaldoc.gui.frontend.client.services
GDriveService.exportDocuments ( Long[ ] p1 ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/GDriveService.exportDocuments:([Ljava/lang/Long;)[Ljava/lang/String;
GDriveService.importDocuments ( String[ ] p1, long p2, String p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/GDriveService.importDocuments:([Ljava/lang/String;JLjava/lang/String;)V
GDriveService.loadSettings ( ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/GDriveService.loadSettings:()[Ljava/lang/String;
GDriveService.search ( String p1 ) [abstract] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/services/GDriveService.search:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-gui-8.9.0-plugin.jar,
GDriveServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
GDriveServiceAsync.exportDocuments ( Long[ ] p1, AsyncCallback<String[ ]> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/GDriveServiceAsync.exportDocuments:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
GDriveServiceAsync.importDocuments ( String[ ] p1, long p2, String p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/GDriveServiceAsync.importDocuments:([Ljava/lang/String;JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
GroupSelectorCombo.class
package com.logicaldoc.gui.common.client.widgets
GroupSelectorCombo.getGroupIds ( ) : long[ ]
com/logicaldoc/gui/common/client/widgets/GroupSelectorCombo.getGroupIds:()[J
logicaldoc-gui-8.9.0-plugin.jar,
GUIAttribute.class
package com.logicaldoc.gui.common.client.beans
GUIAttribute.getForbiddenNames ( ) [static] : String[ ]
com/logicaldoc/gui/common/client/beans/GUIAttribute.getForbiddenNames:()[Ljava/lang/String;
GUIAttribute.getOptions ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIAttribute.getOptions:()[Ljava/lang/String;
GUIAttribute.setOptions ( String[ ] options ) : void
com/logicaldoc/gui/common/client/beans/GUIAttribute.setOptions:([Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIAttributeSet.class
package com.logicaldoc.gui.common.client.beans
GUIAttributeSet.getAttributes ( ) : GUIAttribute[ ]
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.getAttributes:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
GUIAttributeSet.getAttributesOrderedByPosition ( ) : GUIAttribute[ ]
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.getAttributesOrderedByPosition:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
GUIAttributeSet.reorderAttributes ( List<String> names ) : void
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.reorderAttributes:(Ljava/util/List;)V
GUIAttributeSet.setAttributes ( GUIAttribute[ ] attributes ) : void
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.setAttributes:([Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIAutomationRoutine.class
package com.logicaldoc.gui.common.client.beans
GUIAutomationRoutine.getPermissions ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.getPermissions:()[Ljava/lang/String;
GUIAutomationRoutine.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
GUIAutomationRoutine.setPermissions ( String[ ] permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.setPermissions:([Ljava/lang/String;)V
GUIAutomationRoutine.setRights ( GUIRight[ ] rights ) : void
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.setRights:([Lcom/logicaldoc/gui/common/client/beans/GUIRight;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUICalendarEvent.class
package com.logicaldoc.gui.common.client.beans
GUICalendarEvent.getDocuments ( ) : GUIDocument[ ]
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
GUICalendarEvent.getParticipants ( ) : GUIUser[ ]
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getParticipants:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
GUICalendarEvent.getParticipantsGroups ( ) : GUIGroup[ ]
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getParticipantsGroups:()[Lcom/logicaldoc/gui/common/client/beans/GUIGroup;
GUICalendarEvent.getReminders ( ) : GUIReminder[ ]
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getReminders:()[Lcom/logicaldoc/gui/common/client/beans/GUIReminder;
GUICalendarEvent.setDocuments ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
GUICalendarEvent.setParticipants ( GUIUser[ ] participants ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setParticipants:([Lcom/logicaldoc/gui/common/client/beans/GUIUser;)V
GUICalendarEvent.setParticipantsGroups ( GUIGroup[ ] participantsGroups ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setParticipantsGroups:([Lcom/logicaldoc/gui/common/client/beans/GUIGroup;)V
GUICalendarEvent.setReminders ( GUIReminder[ ] reminders ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setReminders:([Lcom/logicaldoc/gui/common/client/beans/GUIReminder;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIDocument.class
package com.logicaldoc.gui.common.client.beans
GUIDocument.getNotifyUsers ( ) : long[ ]
com/logicaldoc/gui/common/client/beans/GUIDocument.getNotifyUsers:()[J
GUIDocument.getTags ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIDocument.getTags:()[Ljava/lang/String;
GUIDocument.setNotifyUsers ( long[ ] notifyUsers ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setNotifyUsers:([J)V
GUIDocument.setTags ( String[ ] tags ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setTags:([Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIEmail.class
package com.logicaldoc.gui.common.client.beans
GUIEmail.getAttachments ( ) : GUIDocument[ ]
com/logicaldoc/gui/common/client/beans/GUIEmail.getAttachments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
GUIEmail.getBccs ( ) : GUIContact[ ]
com/logicaldoc/gui/common/client/beans/GUIEmail.getBccs:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
GUIEmail.getCcs ( ) : GUIContact[ ]
com/logicaldoc/gui/common/client/beans/GUIEmail.getCcs:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
GUIEmail.getDocIds ( ) : Long[ ]
com/logicaldoc/gui/common/client/beans/GUIEmail.getDocIds:()[Ljava/lang/Long;
GUIEmail.getReplyTo ( ) : GUIContact[ ]
com/logicaldoc/gui/common/client/beans/GUIEmail.getReplyTo:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
GUIEmail.getTos ( ) : GUIContact[ ]
com/logicaldoc/gui/common/client/beans/GUIEmail.getTos:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
GUIEmail.setAttachments ( GUIDocument[ ] attachments ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setAttachments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
GUIEmail.setBccs ( GUIContact[ ] bccs ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setBccs:([Lcom/logicaldoc/gui/common/client/beans/GUIContact;)V
GUIEmail.setCcs ( GUIContact[ ] ccs ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setCcs:([Lcom/logicaldoc/gui/common/client/beans/GUIContact;)V
GUIEmail.setDocIds ( Long[ ] docIds ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setDocIds:([Ljava/lang/Long;)V
GUIEmail.setReplyTo ( GUIContact[ ] replyTo ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setReplyTo:([Lcom/logicaldoc/gui/common/client/beans/GUIContact;)V
GUIEmail.setTos ( GUIContact[ ] tos ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setTos:([Lcom/logicaldoc/gui/common/client/beans/GUIContact;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIEmailAccount.class
package com.logicaldoc.gui.common.client.beans
GUIEmailAccount.getRules ( ) : GUIEmailRule[ ]
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.getRules:()[Lcom/logicaldoc/gui/common/client/beans/GUIEmailRule;
GUIEmailAccount.setRules ( GUIEmailRule[ ] rules ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.setRules:([Lcom/logicaldoc/gui/common/client/beans/GUIEmailRule;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIExtensibleObject.class
package com.logicaldoc.gui.common.client.beans
GUIExtensibleObject.getAttributeNames ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.getAttributeNames:()[Ljava/lang/String;
GUIExtensibleObject.getAttributes ( ) : GUIAttribute[ ]
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.getAttributes:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
GUIExtensibleObject.setAttributes ( GUIAttribute[ ] attributes ) : void
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.setAttributes:([Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIFolder.class
package com.logicaldoc.gui.common.client.beans
GUIFolder.getParent ( ) : GUIFolder
com/logicaldoc/gui/common/client/beans/GUIFolder.getParent:()Lcom/logicaldoc/gui/common/client/beans/GUIFolder;
GUIFolder.getPath ( ) : GUIFolder[ ]
com/logicaldoc/gui/common/client/beans/GUIFolder.getPath:()[Lcom/logicaldoc/gui/common/client/beans/GUIFolder;
GUIFolder.getPermissions ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIFolder.getPermissions:()[Ljava/lang/String;
GUIFolder.getQuotaAlertRecipients ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIFolder.getQuotaAlertRecipients:()[Ljava/lang/String;
GUIFolder.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/common/client/beans/GUIFolder.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
GUIFolder.getTags ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIFolder.getTags:()[Ljava/lang/String;
GUIFolder.setPath ( GUIFolder[ ] path ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setPath:([Lcom/logicaldoc/gui/common/client/beans/GUIFolder;)V
GUIFolder.setPermissions ( String[ ] permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setPermissions:([Ljava/lang/String;)V
GUIFolder.setQuotaAlertRecipients ( String[ ] quotaAlertRecipients ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setQuotaAlertRecipients:([Ljava/lang/String;)V
GUIFolder.setRights ( GUIRight[ ] rights ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setRights:([Lcom/logicaldoc/gui/common/client/beans/GUIRight;)V
GUIFolder.setTags ( String[ ] tags ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setTags:([Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIForm.class
package com.logicaldoc.gui.common.client.beans
GUIForm.getRecipients ( ) : GUIUser[ ]
com/logicaldoc/gui/common/client/beans/GUIForm.getRecipients:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
GUIForm.setRecipients ( GUIUser[ ] recipients ) : void
com/logicaldoc/gui/common/client/beans/GUIForm.setRecipients:([Lcom/logicaldoc/gui/common/client/beans/GUIUser;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIIncrementalArchive.class
package com.logicaldoc.gui.common.client.beans
GUIIncrementalArchive.getTemplateIds ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.getTemplateIds:()[Ljava/lang/String;
GUIIncrementalArchive.getTemplates ( ) : GUITemplate[ ]
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.getTemplates:()[Lcom/logicaldoc/gui/common/client/beans/GUITemplate;
GUIIncrementalArchive.setTemplates ( GUITemplate[ ] templates ) : void
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.setTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUITemplate;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIInfo.class
package com.logicaldoc.gui.common.client.beans
GUIInfo.getAlerts ( ) : GUIMessage[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getAlerts:()[Lcom/logicaldoc/gui/common/client/beans/GUIMessage;
GUIInfo.getAttributeDefinitions ( ) : GUIAttribute[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getAttributeDefinitions:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
GUIInfo.getBundle ( ) : GUIValue[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getBundle:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
GUIInfo.getConfig ( ) : GUIValue[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getConfig:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
GUIInfo.getFeatures ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getFeatures:()[Ljava/lang/String;
GUIInfo.getSupportedGUILanguages ( ) : GUIValue[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getSupportedGUILanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
GUIInfo.getSupportedLanguages ( ) : GUIValue[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getSupportedLanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
GUIInfo.getUnconfirmedReagings ( ) : GUIReadingRequest[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getUnconfirmedReagings:()[Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;
GUIInfo.setAlerts ( GUIMessage[ ] alerts ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setAlerts:([Lcom/logicaldoc/gui/common/client/beans/GUIMessage;)V
GUIInfo.setAttributeDefinitions ( GUIAttribute[ ] attributeDefinitions ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setAttributeDefinitions:([Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)V
GUIInfo.setBundle ( GUIValue[ ] bundle ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setBundle:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
GUIInfo.setConfig ( GUIValue[ ] config ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setConfig:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
GUIInfo.setFeatures ( String[ ] features ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setFeatures:([Ljava/lang/String;)V
GUIInfo.setSupportedGUILanguages ( GUIValue[ ] supportedGUILanguages ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setSupportedGUILanguages:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
GUIInfo.setSupportedLanguages ( GUIValue[ ] supportedLanguages ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setSupportedLanguages:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
GUIInfo.setUnconfirmedReagings ( GUIReadingRequest[ ] unconfirmedReagings ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setUnconfirmedReagings:([Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUILDAPServer.class
package com.logicaldoc.gui.common.client.beans
GUILDAPServer.getDefaultGroups ( ) : GUIGroup[ ]
com/logicaldoc/gui/common/client/beans/GUILDAPServer.getDefaultGroups:()[Lcom/logicaldoc/gui/common/client/beans/GUIGroup;
GUILDAPServer.setDefaultGroups ( GUIGroup[ ] defaultGroups ) : void
com/logicaldoc/gui/common/client/beans/GUILDAPServer.setDefaultGroups:([Lcom/logicaldoc/gui/common/client/beans/GUIGroup;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIMenu.class
package com.logicaldoc.gui.common.client.beans
GUIMenu.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/common/client/beans/GUIMenu.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
GUIMenu.getSecurityRef ( ) : Long
com/logicaldoc/gui/common/client/beans/GUIMenu.getSecurityRef:()Ljava/lang/Long;
GUIMenu.setRights ( GUIRight[ ] rights ) : void
com/logicaldoc/gui/common/client/beans/GUIMenu.setRights:([Lcom/logicaldoc/gui/common/client/beans/GUIRight;)V
GUIMenu.setSecurityRef ( Long securityRef ) : void
com/logicaldoc/gui/common/client/beans/GUIMenu.setSecurityRef:(Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIOCRTemplate.class
package com.logicaldoc.gui.common.client.beans
GUIOCRTemplate.getZones ( ) : GUIZone[ ]
com/logicaldoc/gui/common/client/beans/GUIOCRTemplate.getZones:()[Lcom/logicaldoc/gui/common/client/beans/GUIZone;
GUIOCRTemplate.setZones ( GUIZone[ ] zones ) : void
com/logicaldoc/gui/common/client/beans/GUIOCRTemplate.setZones:([Lcom/logicaldoc/gui/common/client/beans/GUIZone;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIResult.class
package com.logicaldoc.gui.common.client.beans
GUIResult.getHits ( ) : GUIDocument[ ]
com/logicaldoc/gui/common/client/beans/GUIResult.getHits:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
GUIResult.setHits ( GUIDocument[ ] hits ) : void
com/logicaldoc/gui/common/client/beans/GUIResult.setHits:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIRight.class
package com.logicaldoc.gui.common.client.beans
GUIRight.getEntityId ( ) : long
com/logicaldoc/gui/common/client/beans/GUIRight.getEntityId:()J
GUIRight.getLabel ( ) : String
com/logicaldoc/gui/common/client/beans/GUIRight.getLabel:()Ljava/lang/String;
GUIRight.getName ( ) : String
com/logicaldoc/gui/common/client/beans/GUIRight.getName:()Ljava/lang/String;
GUIRight.GUIRight ( )
com/logicaldoc/gui/common/client/beans/GUIRight."<init>":()V
GUIRight.isAdd ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isAdd:()Z
GUIRight.isArchive ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isArchive:()Z
GUIRight.isAutomation ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isAutomation:()Z
GUIRight.isCalendar ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isCalendar:()Z
GUIRight.isDelete ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isDelete:()Z
GUIRight.isDownload ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isDownload:()Z
GUIRight.isEmail ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isEmail:()Z
GUIRight.isExport ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isExport:()Z
GUIRight.isImmutable ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isImmutable:()Z
GUIRight.isImport ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isImport:()Z
GUIRight.isMove ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isMove:()Z
GUIRight.isPassword ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isPassword:()Z
GUIRight.isPrint ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isPrint:()Z
GUIRight.isRead ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isRead:()Z
GUIRight.isReadingreq ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isReadingreq:()Z
GUIRight.isRename ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isRename:()Z
GUIRight.isSecurity ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isSecurity:()Z
GUIRight.isSign ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isSign:()Z
GUIRight.isStorage ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isStorage:()Z
GUIRight.isSubscription ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isSubscription:()Z
GUIRight.isWorkflow ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isWorkflow:()Z
GUIRight.isWrite ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isWrite:()Z
GUIRight.setAdd ( boolean add ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setAdd:(Z)V
GUIRight.setArchive ( boolean archive ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setArchive:(Z)V
GUIRight.setAutomation ( boolean automation ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setAutomation:(Z)V
GUIRight.setCalendar ( boolean calendar ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setCalendar:(Z)V
GUIRight.setDelete ( boolean delete ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setDelete:(Z)V
GUIRight.setDownload ( boolean download ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setDownload:(Z)V
GUIRight.setEmail ( boolean email ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setEmail:(Z)V
GUIRight.setEntityId ( long entityId ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setEntityId:(J)V
GUIRight.setExport ( boolean export ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setExport:(Z)V
GUIRight.setImmutable ( boolean immutable ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setImmutable:(Z)V
GUIRight.setImport ( boolean iimport ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setImport:(Z)V
GUIRight.setLabel ( String label ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setLabel:(Ljava/lang/String;)V
GUIRight.setMove ( boolean move ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setMove:(Z)V
GUIRight.setName ( String name ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setName:(Ljava/lang/String;)V
GUIRight.setPassword ( boolean password ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setPassword:(Z)V
GUIRight.setPrint ( boolean print ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setPrint:(Z)V
GUIRight.setRead ( boolean read ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setRead:(Z)V
GUIRight.setReadingreq ( boolean readingreq ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setReadingreq:(Z)V
GUIRight.setRename ( boolean rename ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setRename:(Z)V
GUIRight.setSecurity ( boolean security ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setSecurity:(Z)V
GUIRight.setSign ( boolean sign ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setSign:(Z)V
GUIRight.setStorage ( boolean storage ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setStorage:(Z)V
GUIRight.setSubscription ( boolean subscription ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setSubscription:(Z)V
GUIRight.setWorkflow ( boolean workflow ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setWorkflow:(Z)V
GUIRight.setWrite ( boolean write ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setWrite:(Z)V
logicaldoc-gui-8.9.0-plugin.jar,
GUISearchOptions.class
package com.logicaldoc.gui.common.client.beans
GUISearchOptions.getCriteria ( ) : GUICriterion[ ]
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getCriteria:()[Lcom/logicaldoc/gui/common/client/beans/GUICriterion;
GUISearchOptions.getFields ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getFields:()[Ljava/lang/String;
GUISearchOptions.getFilterIds ( ) : Long[ ]
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getFilterIds:()[Ljava/lang/Long;
GUISearchOptions.setCriteria ( GUICriterion[ ] criteria ) : void
com/logicaldoc/gui/common/client/beans/GUISearchOptions.setCriteria:([Lcom/logicaldoc/gui/common/client/beans/GUICriterion;)V
GUISearchOptions.setFields ( String[ ] flds ) : void
com/logicaldoc/gui/common/client/beans/GUISearchOptions.setFields:([Ljava/lang/String;)V
GUISearchOptions.setFilterIds ( Long[ ] filterIds ) : void
com/logicaldoc/gui/common/client/beans/GUISearchOptions.setFilterIds:([Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIStamp.class
package com.logicaldoc.gui.common.client.beans
GUIStamp.getUsers ( ) : GUIUser[ ]
com/logicaldoc/gui/common/client/beans/GUIStamp.getUsers:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
GUIStamp.setUsers ( GUIUser[ ] users ) : void
com/logicaldoc/gui/common/client/beans/GUIStamp.setUsers:([Lcom/logicaldoc/gui/common/client/beans/GUIUser;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUITask.class
package com.logicaldoc.gui.common.client.beans
GUITask.getReportRecipients ( ) : GUIUser[ ]
com/logicaldoc/gui/common/client/beans/GUITask.getReportRecipients:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
GUITask.setReportRecipients ( GUIUser[ ] reportRecipients ) : void
com/logicaldoc/gui/common/client/beans/GUITask.setReportRecipients:([Lcom/logicaldoc/gui/common/client/beans/GUIUser;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUITemplate.class
package com.logicaldoc.gui.common.client.beans
GUITemplate.getAttributes ( ) : GUIAttribute[ ]
com/logicaldoc/gui/common/client/beans/GUITemplate.getAttributes:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
GUITemplate.getAttributesOrderedByPosition ( ) : GUIAttribute[ ]
com/logicaldoc/gui/common/client/beans/GUITemplate.getAttributesOrderedByPosition:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
GUITemplate.getPermissions ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUITemplate.getPermissions:()[Ljava/lang/String;
GUITemplate.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/common/client/beans/GUITemplate.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
GUITemplate.setAttributes ( GUIAttribute[ ] attributes ) : void
com/logicaldoc/gui/common/client/beans/GUITemplate.setAttributes:([Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)V
GUITemplate.setPermissions ( String[ ] permissions ) : void
com/logicaldoc/gui/common/client/beans/GUITemplate.setPermissions:([Ljava/lang/String;)V
GUITemplate.setRights ( GUIRight[ ] rights ) : void
com/logicaldoc/gui/common/client/beans/GUITemplate.setRights:([Lcom/logicaldoc/gui/common/client/beans/GUIRight;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUITenant.class
package com.logicaldoc.gui.common.client.beans
GUITenant.clearQuotaAlertRecipients ( ) : void
com/logicaldoc/gui/common/client/beans/GUITenant.clearQuotaAlertRecipients:()V
GUITenant.getQuotaAlertRecipients ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUITenant.getQuotaAlertRecipients:()[Ljava/lang/String;
GUITenant.getQuotaAlertRecipientsAsString ( ) : String
com/logicaldoc/gui/common/client/beans/GUITenant.getQuotaAlertRecipientsAsString:()Ljava/lang/String;
GUITenant.setQuotaAlertRecipients ( String[ ] quotaAlertRecipients ) : void
com/logicaldoc/gui/common/client/beans/GUITenant.setQuotaAlertRecipients:([Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIUser.class
package com.logicaldoc.gui.common.client.beans
GUIUser.getAssignedTasks ( ) : int
com/logicaldoc/gui/common/client/beans/GUIUser.getAssignedTasks:()I
GUIUser.getCustomActions ( ) : GUIMenu[ ]
com/logicaldoc/gui/common/client/beans/GUIUser.getCustomActions:()[Lcom/logicaldoc/gui/common/client/beans/GUIMenu;
GUIUser.getDashlets ( ) : GUIDashlet[ ]
com/logicaldoc/gui/common/client/beans/GUIUser.getDashlets:()[Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;
GUIUser.getGroups ( ) : GUIGroup[ ]
com/logicaldoc/gui/common/client/beans/GUIUser.getGroups:()[Lcom/logicaldoc/gui/common/client/beans/GUIGroup;
GUIUser.getMenus ( ) : Long[ ]
com/logicaldoc/gui/common/client/beans/GUIUser.getMenus:()[Ljava/lang/Long;
GUIUser.getWorkingTimes ( ) : GUIWorkingTime[ ]
com/logicaldoc/gui/common/client/beans/GUIUser.getWorkingTimes:()[Lcom/logicaldoc/gui/common/client/beans/GUIWorkingTime;
GUIUser.removeDashlet ( int id ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.removeDashlet:(I)V
GUIUser.setAssignedTasks ( int tasks ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setAssignedTasks:(I)V
GUIUser.setCustomActions ( GUIMenu[ ] customActions ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setCustomActions:([Lcom/logicaldoc/gui/common/client/beans/GUIMenu;)V
GUIUser.setDashlets ( GUIDashlet[ ] dashlets ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setDashlets:([Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;)V
GUIUser.setGroups ( GUIGroup[ ] groups ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setGroups:([Lcom/logicaldoc/gui/common/client/beans/GUIGroup;)V
GUIUser.setMenus ( Long[ ] menus ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setMenus:([Ljava/lang/Long;)V
GUIUser.setWorkingTimes ( GUIWorkingTime[ ] workingTimes ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setWorkingTimes:([Lcom/logicaldoc/gui/common/client/beans/GUIWorkingTime;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIWFState.class
package com.logicaldoc.gui.common.client.beans
GUIWFState.getParticipants ( ) : GUIValue[ ]
com/logicaldoc/gui/common/client/beans/GUIWFState.getParticipants:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
GUIWFState.getTransitions ( ) : GUITransition[ ]
com/logicaldoc/gui/common/client/beans/GUIWFState.getTransitions:()[Lcom/logicaldoc/gui/common/client/beans/GUITransition;
GUIWFState.setParticipants ( GUIValue[ ] participants ) : void
com/logicaldoc/gui/common/client/beans/GUIWFState.setParticipants:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
GUIWFState.setTransitions ( GUITransition[ ] transitions ) : void
com/logicaldoc/gui/common/client/beans/GUIWFState.setTransitions:([Lcom/logicaldoc/gui/common/client/beans/GUITransition;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIWorkflow.class
package com.logicaldoc.gui.common.client.beans
GUIWorkflow.addState ( GUIWFState status ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.addState:(Lcom/logicaldoc/gui/common/client/beans/GUIWFState;)V
GUIWorkflow.getAppendedDocs ( ) : GUIDocument[ ]
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getAppendedDocs:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
GUIWorkflow.getPermissions ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getPermissions:()[Ljava/lang/String;
GUIWorkflow.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
GUIWorkflow.getStates ( ) : GUIWFState[ ]
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getStates:()[Lcom/logicaldoc/gui/common/client/beans/GUIWFState;
GUIWorkflow.getSupervisors ( ) : GUIUser[ ]
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getSupervisors:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
GUIWorkflow.getWflHistory ( ) : GUIWFState[ ]
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getWflHistory:()[Lcom/logicaldoc/gui/common/client/beans/GUIWFState;
GUIWorkflow.setAppendedDocs ( GUIDocument[ ] appendedDocs ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setAppendedDocs:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
GUIWorkflow.setPermissions ( String[ ] permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setPermissions:([Ljava/lang/String;)V
GUIWorkflow.setRights ( GUIRight[ ] rights ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setRights:([Lcom/logicaldoc/gui/common/client/beans/GUIRight;)V
GUIWorkflow.setStates ( GUIWFState[ ] states ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setStates:([Lcom/logicaldoc/gui/common/client/beans/GUIWFState;)V
GUIWorkflow.setSupervisors ( GUIUser[ ] supervisors ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setSupervisors:([Lcom/logicaldoc/gui/common/client/beans/GUIUser;)V
GUIWorkflow.setWflHistory ( GUIWFState[ ] wflHistory ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setWflHistory:([Lcom/logicaldoc/gui/common/client/beans/GUIWFState;)V
logicaldoc-gui-8.9.0-plugin.jar,
HitsListPanel.class
package com.logicaldoc.gui.frontend.client.search
HitsListPanel.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/search/HitsListPanel.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
I18N.class
package com.logicaldoc.gui.common.client.i18n
I18N.getGuiLanguages ( ) [static] : GUIValue[ ]
com/logicaldoc/gui/common/client/i18n/I18N.getGuiLanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
I18N.getLanguages ( ) : GUIValue[ ]
com/logicaldoc/gui/common/client/i18n/I18N.getLanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
I18N.message ( String key, String[ ] vals ) [static] : String
com/logicaldoc/gui/common/client/i18n/I18N.message:(Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;
I18N.setGuiLanguages ( GUIValue[ ] guiLanguages ) [static] : void
com/logicaldoc/gui/common/client/i18n/I18N.setGuiLanguages:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
I18N.setLanguages ( GUIValue[ ] languages ) [static] : void
com/logicaldoc/gui/common/client/i18n/I18N.setLanguages:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
logicaldoc-gui-8.9.0-plugin.jar,
ImpexService.class
package com.logicaldoc.gui.frontend.client.services
ImpexService.addDocuments ( long p1, Long[ ] p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ImpexService.addDocuments:(J[Ljava/lang/Long;)V
ImpexService.deleteVersions ( long p1, Long[ ] p2 ) [abstract] : GUIArchive
com/logicaldoc/gui/frontend/client/services/ImpexService.deleteVersions:(J[Ljava/lang/Long;)Lcom/logicaldoc/gui/common/client/beans/GUIArchive;
logicaldoc-gui-8.9.0-plugin.jar,
ImpexServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ImpexServiceAsync.addDocuments ( long p1, Long[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ImpexServiceAsync.addDocuments:(J[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ImpexServiceAsync.deleteVersions ( long p1, Long[ ] p2, AsyncCallback<GUIArchive> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ImpexServiceAsync.deleteVersions:(J[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
InfoService.class
package com.logicaldoc.gui.common.client.services
InfoService.getSessionInfo ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/common/client/services/InfoService.getSessionInfo:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
logicaldoc-gui-8.9.0-plugin.jar,
ItemFactory.class
package com.logicaldoc.gui.common.client.util
ItemFactory.newTagsComboBoxItem ( String name, String title, TagsDS options, Object[ ] tags ) [static] : MultiComboBoxItem
com/logicaldoc/gui/common/client/util/ItemFactory.newTagsComboBoxItem:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/gui/common/client/data/TagsDS;[Ljava/lang/Object;)Lcom/smartgwt/client/widgets/form/fields/MultiComboBoxItem;
logicaldoc-gui-8.9.0-plugin.jar,
LDAPService.class
package com.logicaldoc.gui.frontend.client.services
LDAPService.importUsers ( String[ ] p1, long p2 ) [abstract] : GUIValue[ ]
com/logicaldoc/gui/frontend/client/services/LDAPService.importUsers:([Ljava/lang/String;J)[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
LDAPService.listUsers ( String p1, long p2 ) [abstract] : GUIUser[ ]
com/logicaldoc/gui/frontend/client/services/LDAPService.listUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
LDAPService.reorder ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/LDAPService.reorder:([Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
LDAPServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
LDAPServiceAsync.importUsers ( String[ ] p1, long p2, AsyncCallback<GUIValue[ ]> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/LDAPServiceAsync.importUsers:([Ljava/lang/String;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
LDAPServiceAsync.reorder ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/LDAPServiceAsync.reorder:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
MainMenu.class
package com.logicaldoc.gui.frontend.client.menu
MainMenu.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/menu/MainMenu.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
MenuRightsPanel.class
package com.logicaldoc.gui.frontend.client.security
MenuRightsPanel.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/frontend/client/security/MenuRightsPanel.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
MenuRightsPanel.MenuRightsPanel ( GUIMenu menu, boolean withApplyButton )
com/logicaldoc/gui/frontend/client/security/MenuRightsPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIMenu;Z)V
MenuRightsPanel.onApply ( ) : void
com/logicaldoc/gui/frontend/client/security/MenuRightsPanel.onApply:()V
MenuRightsPanel.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/security/MenuRightsPanel.onDraw:()V
logicaldoc-gui-8.9.0-plugin.jar,
MessageService.class
package com.logicaldoc.gui.frontend.client.services
MessageService.delete ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.delete:([J)V
MessageService.deleteTemplates ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.deleteTemplates:([J)V
MessageService.loadTemplates ( String p1, String p2 ) [abstract] : GUIMessageTemplate[ ]
com/logicaldoc/gui/frontend/client/services/MessageService.loadTemplates:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIMessageTemplate;
MessageService.save ( GUIMessage p1, long[ ] p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.save:(Lcom/logicaldoc/gui/common/client/beans/GUIMessage;[J)V
MessageService.saveTemplates ( GUIMessageTemplate[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.saveTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUIMessageTemplate;)V
logicaldoc-gui-8.9.0-plugin.jar,
MessageServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
MessageServiceAsync.delete ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.delete:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
MessageServiceAsync.deleteTemplates ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.deleteTemplates:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
MessageServiceAsync.save ( GUIMessage p1, long[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.save:(Lcom/logicaldoc/gui/common/client/beans/GUIMessage;[JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
MessageServiceAsync.saveTemplates ( GUIMessageTemplate[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.saveTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUIMessageTemplate;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
MostUsedTagsPortlet.class
package com.logicaldoc.gui.frontend.client.dashboard
MostUsedTagsPortlet.MostUsedTagsPortlet ( )
com/logicaldoc/gui/frontend/client/dashboard/MostUsedTagsPortlet."<init>":()V
logicaldoc-gui-8.9.0-plugin.jar,
OCRService.class
package com.logicaldoc.gui.frontend.client.services
OCRService.loadSettings ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/OCRService.loadSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
logicaldoc-gui-8.9.0-plugin.jar,
PreviewPopup.class
package com.logicaldoc.gui.common.client.widgets.preview
PreviewPopup.PreviewPopup ( GUIDocument[ ] docs, int index )
com/logicaldoc/gui/common/client/widgets/preview/PreviewPopup."<init>":([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;I)V
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestController.class
package com.logicaldoc.gui.common.client.controllers
ReadingRequestController.addUnconfirmedReadings ( GUIReadingRequest[ ] readings ) : void
com/logicaldoc/gui/common/client/controllers/ReadingRequestController.addUnconfirmedReadings:([Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;)V
ReadingRequestController.getUnconfirmedReadingIds ( long docId ) : long[ ]
com/logicaldoc/gui/common/client/controllers/ReadingRequestController.getUnconfirmedReadingIds:(J)[J
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestDialog.class
package com.logicaldoc.gui.frontend.client.document.reading
ReadingRequestDialog.ReadingRequestDialog ( Long[ ] docIds )
com/logicaldoc/gui/frontend/client/document/reading/ReadingRequestDialog."<init>":([Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestObserver.class
package com.logicaldoc.gui.common.client.controllers
ReadingRequestObserver.onNewReadingRequests ( GUIReadingRequest[ ] p1 ) [abstract] : void
com/logicaldoc/gui/common/client/controllers/ReadingRequestObserver.onNewReadingRequests:([Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;)V
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestService.class
package com.logicaldoc.gui.frontend.client.services
ReadingRequestService.askReadingConfirmation ( Long[ ] p1, long[ ] p2, long[ ] p3, boolean p4, String p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.askReadingConfirmation:([Ljava/lang/Long;[J[JZLjava/lang/String;)V
ReadingRequestService.confirmReadings ( long[ ] p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.confirmReadings:([JLjava/lang/String;)V
ReadingRequestService.getUnconfimedReadings ( ) [abstract] : GUIReadingRequest[ ]
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.getUnconfimedReadings:()[Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ReadingRequestServiceAsync.askReadingConfirmation ( Long[ ] p1, long[ ] p2, long[ ] p3, boolean p4, String p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestServiceAsync.askReadingConfirmation:([Ljava/lang/Long;[J[JZLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ReadingRequestServiceAsync.confirmReadings ( long[ ] p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestServiceAsync.confirmReadings:([JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestsPanel.class
package com.logicaldoc.gui.frontend.client.dashboard.reading
ReadingRequestsPanel.onNewReadingRequests ( GUIReadingRequest[ ] requests ) : void
com/logicaldoc/gui/frontend/client/dashboard/reading/ReadingRequestsPanel.onNewReadingRequests:([Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;)V
logicaldoc-gui-8.9.0-plugin.jar,
Registration.class
package com.logicaldoc.gui.frontend.client.menu
Registration.Registration ( String[ ] reg )
com/logicaldoc/gui/frontend/client/menu/Registration."<init>":([Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
ReportService.class
package com.logicaldoc.gui.frontend.client.services
ReportService.execute ( long p1, GUIAttribute[ ] p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReportService.execute:(J[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)V
ReportService.getReportParameters ( long p1 ) [abstract] : GUIAttribute[ ]
com/logicaldoc/gui/frontend/client/services/ReportService.getReportParameters:(J)[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
ReportService.getReports ( ) [abstract] : GUIReport[ ]
com/logicaldoc/gui/frontend/client/services/ReportService.getReports:()[Lcom/logicaldoc/gui/common/client/beans/GUIReport;
logicaldoc-gui-8.9.0-plugin.jar,
ReportServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ReportServiceAsync.execute ( long p1, GUIAttribute[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReportServiceAsync.execute:(J[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
RestoreDialog.class
package com.logicaldoc.gui.frontend.client.folder
RestoreDialog.RestoreDialog ( Long[ ] docIds, Long[ ] folderIds, ClickHandler handler )
com/logicaldoc/gui/frontend/client/folder/RestoreDialog."<init>":([Ljava/lang/Long;[Ljava/lang/Long;Lcom/smartgwt/client/widgets/events/ClickHandler;)V
logicaldoc-gui-8.9.0-plugin.jar,
RetentionPoliciesService.class
package com.logicaldoc.gui.frontend.client.services
RetentionPoliciesService.reorder ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/RetentionPoliciesService.reorder:([J)V
logicaldoc-gui-8.9.0-plugin.jar,
RetentionPoliciesServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
RetentionPoliciesServiceAsync.reorder ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/RetentionPoliciesServiceAsync.reorder:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
RightsDS.class
package com.logicaldoc.gui.common.client.data
RightsDS.RightsDS ( long id, boolean folder )
com/logicaldoc/gui/common/client/data/RightsDS."<init>":(JZ)V
logicaldoc-gui-8.9.0-plugin.jar,
SchemeService.class
package com.logicaldoc.gui.frontend.client.services
SchemeService.load ( ) [abstract] : GUIScheme[ ]
com/logicaldoc/gui/frontend/client/services/SchemeService.load:()[Lcom/logicaldoc/gui/common/client/beans/GUIScheme;
SchemeService.loadSequences ( ) [abstract] : GUISequence[ ]
com/logicaldoc/gui/frontend/client/services/SchemeService.loadSequences:()[Lcom/logicaldoc/gui/common/client/beans/GUISequence;
logicaldoc-gui-8.9.0-plugin.jar,
Search.class
package com.logicaldoc.gui.frontend.client.search
Search.getLastResult ( ) : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/search/Search.getLastResult:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-gui-8.9.0-plugin.jar,
SearchEngineService.class
package com.logicaldoc.gui.frontend.client.services
SearchEngineService.remove ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineService.remove:([Ljava/lang/Long;)V
SearchEngineService.reorderTokenFilters ( String[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineService.reorderTokenFilters:([Ljava/lang/String;)V
SearchEngineService.saveTokenFilterSettings ( String p1, GUIParameter[ ] p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineService.saveTokenFilterSettings:(Ljava/lang/String;[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
logicaldoc-gui-8.9.0-plugin.jar,
SearchEngineServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SearchEngineServiceAsync.remove ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineServiceAsync.remove:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SearchEngineServiceAsync.reorderTokenFilters ( String[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineServiceAsync.reorderTokenFilters:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SearchEngineServiceAsync.saveTokenFilterSettings ( String p1, GUIParameter[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineServiceAsync.saveTokenFilterSettings:(Ljava/lang/String;[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
SearchPanel.class
package com.logicaldoc.gui.frontend.client.search
SearchPanel.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/search/SearchPanel.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
SearchService.class
package com.logicaldoc.gui.frontend.client.services
SearchService.delete ( String[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchService.delete:([Ljava/lang/String;)V
SearchService.shareSearch ( String p1, long[ ] p2, long[ ] p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchService.shareSearch:(Ljava/lang/String;[J[J)V
logicaldoc-gui-8.9.0-plugin.jar,
SearchServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SearchServiceAsync.delete ( String[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchServiceAsync.delete:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SearchServiceAsync.shareSearch ( String p1, long[ ] p2, long[ ] p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchServiceAsync.shareSearch:(Ljava/lang/String;[J[JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
SecurityService.class
package com.logicaldoc.gui.common.client.services
SecurityService.applyRights ( GUIMenu p1 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.applyRights:(Lcom/logicaldoc/gui/common/client/beans/GUIMenu;)V
SecurityService.cloneWorkTimes ( long p1, long[ ] p2, long[ ] p3 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.cloneWorkTimes:(J[J[J)V
SecurityService.deleteTrustedDevices ( String[ ] p1 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.deleteTrustedDevices:([Ljava/lang/String;)V
SecurityService.getMenus ( long p1, String p2, boolean p3 ) [abstract] : GUIMenu[ ]
com/logicaldoc/gui/common/client/services/SecurityService.getMenus:(JLjava/lang/String;Z)[Lcom/logicaldoc/gui/common/client/beans/GUIMenu;
SecurityService.loadBlockedEntities ( ) [abstract] : GUISequence[ ]
com/logicaldoc/gui/common/client/services/SecurityService.loadBlockedEntities:()[Lcom/logicaldoc/gui/common/client/beans/GUISequence;
SecurityService.removeBlockedEntities ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.removeBlockedEntities:([J)V
SecurityService.removeFromGroup ( long p1, long[ ] p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.removeFromGroup:(J[J)V
SecurityService.replicateUsersSettings ( long p1, Long[ ] p2, boolean p3, boolean p4 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.replicateUsersSettings:(J[Ljava/lang/Long;ZZ)V
SecurityService.saveMenus ( GUIMenu[ ] p1, String p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.saveMenus:([Lcom/logicaldoc/gui/common/client/beans/GUIMenu;Ljava/lang/String;)V
SecurityService.searchUsers ( String p1, String p2 ) [abstract] : GUIUser[ ]
com/logicaldoc/gui/common/client/services/SecurityService.searchUsers:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
SecurityService.validatePassword ( String p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 ) [abstract] : String[ ]
com/logicaldoc/gui/common/client/services/SecurityService.validatePassword:(Ljava/lang/String;IIIIIII)[Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
SecurityServiceAsync.class
package com.logicaldoc.gui.common.client.services
SecurityServiceAsync.applyRights ( GUIMenu p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.applyRights:(Lcom/logicaldoc/gui/common/client/beans/GUIMenu;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.cloneWorkTimes ( long p1, long[ ] p2, long[ ] p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.cloneWorkTimes:(J[J[JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.deleteTrustedDevices ( String[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.deleteTrustedDevices:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.removeBlockedEntities ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.removeBlockedEntities:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.removeFromGroup ( long p1, long[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.removeFromGroup:(J[JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.replicateUsersSettings ( long p1, Long[ ] p2, boolean p3, boolean p4, AsyncCallback<Void> p5 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.replicateUsersSettings:(J[Ljava/lang/Long;ZZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.saveMenus ( GUIMenu[ ] p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.saveMenus:([Lcom/logicaldoc/gui/common/client/beans/GUIMenu;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
SendToArchiveDialog.class
package com.logicaldoc.gui.frontend.client.document
SendToArchiveDialog.onSubmit ( Long[ ] ids, boolean document ) : void
com/logicaldoc/gui/frontend/client/document/SendToArchiveDialog.onSubmit:([Ljava/lang/Long;Z)V
SendToArchiveDialog.SendToArchiveDialog ( Long[ ] ids, boolean document )
com/logicaldoc/gui/frontend/client/document/SendToArchiveDialog."<init>":([Ljava/lang/Long;Z)V
logicaldoc-gui-8.9.0-plugin.jar,
Session.class
package com.logicaldoc.gui.common.client
Session.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/common/client/Session.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
SettingService.class
package com.logicaldoc.gui.frontend.client.services
SettingService.loadConverterParameters ( String p1 ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.loadConverterParameters:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SettingService.loadGUISettings ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.loadGUISettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SettingService.loadProtocolSettings ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.loadProtocolSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SettingService.loadSettings ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.loadSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SettingService.loadSettingsByNames ( String[ ] p1 ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.loadSettingsByNames:([Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SettingService.loadWebserviceStats ( Long p1 ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.loadWebserviceStats:(Ljava/lang/Long;)[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SettingService.removeStorage ( int p1 ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.removeStorage:(I)[Ljava/lang/String;
SettingService.saveFirewallSettings ( GUIParameter[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingService.saveFirewallSettings:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
SettingService.saveSettings ( GUIParameter[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingService.saveSettings:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
SettingService.saveStorageSettings ( GUIParameter[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingService.saveStorageSettings:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
logicaldoc-gui-8.9.0-plugin.jar,
SettingServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SettingServiceAsync.loadSettingsByNames ( String[ ] p1, AsyncCallback<GUIParameter[ ]> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.loadSettingsByNames:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SettingServiceAsync.saveFirewallSettings ( GUIParameter[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.saveFirewallSettings:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SettingServiceAsync.saveSettings ( GUIParameter[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.saveSettings:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SettingServiceAsync.saveStorageSettings ( GUIParameter[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.saveStorageSettings:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
ShareFileService.class
package com.logicaldoc.gui.frontend.client.services
ShareFileService.exportDocuments ( String p1, Long[ ] p2, Long[ ] p3 ) [abstract] : boolean
com/logicaldoc/gui/frontend/client/services/ShareFileService.exportDocuments:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;)Z
ShareFileService.importDocuments ( long p1, String[ ] p2 ) [abstract] : int
com/logicaldoc/gui/frontend/client/services/ShareFileService.importDocuments:(J[Ljava/lang/String;)I
ShareFileService.loadSettings ( ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/ShareFileService.loadSettings:()[Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
ShareFileServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ShareFileServiceAsync.exportDocuments ( String p1, Long[ ] p2, Long[ ] p3, AsyncCallback<Boolean> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ShareFileServiceAsync.exportDocuments:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ShareFileServiceAsync.importDocuments ( long p1, String[ ] p2, AsyncCallback<Integer> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ShareFileServiceAsync.importDocuments:(J[Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
SignService.class
package com.logicaldoc.gui.frontend.client.services
SignService.signDocuments ( Long[ ] p1, String p2, int p3, String p4, String p5, String p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SignService.signDocuments:([Ljava/lang/Long;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
SignServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SignServiceAsync.signDocuments ( Long[ ] p1, String p2, int p3, String p4, String p5, String p6, AsyncCallback<Void> p7 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SignServiceAsync.signDocuments:([Ljava/lang/Long;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
SingleSignonPanel.class
package com.logicaldoc.gui.frontend.client.security
SingleSignonPanel.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/security/SingleSignonPanel.onDraw:()V
SingleSignonPanel.SingleSignonPanel ( )
com/logicaldoc/gui/frontend/client/security/SingleSignonPanel."<init>":()V
logicaldoc-gui-8.9.0-plugin.jar,
StampDialog.class
package com.logicaldoc.gui.frontend.client.document.stamp
StampDialog.onApply ( DocumentsGrid sourceGrid ) : void
com/logicaldoc/gui/frontend/client/document/stamp/StampDialog.onApply:(Lcom/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid;)V
StampDialog.StampDialog ( DocumentsGrid sourceGrid )
com/logicaldoc/gui/frontend/client/document/stamp/StampDialog."<init>":(Lcom/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid;)V
logicaldoc-gui-8.9.0-plugin.jar,
StampService.class
package com.logicaldoc.gui.frontend.client.services
StampService.addUsers ( long[ ] p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampService.addUsers:([JJ)V
StampService.applyStamp ( Long[ ] p1, GUIStamp p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampService.applyStamp:([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;)V
StampService.removeUsers ( long[ ] p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampService.removeUsers:([JJ)V
logicaldoc-gui-8.9.0-plugin.jar,
StampServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
StampServiceAsync.addUsers ( long[ ] p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampServiceAsync.addUsers:([JJLcom/google/gwt/user/client/rpc/AsyncCallback;)V
StampServiceAsync.applyStamp ( Long[ ] p1, GUIStamp p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampServiceAsync.applyStamp:([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
StampServiceAsync.removeUsers ( long[ ] p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampServiceAsync.removeUsers:([JJLcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
StampUploader.class
package com.logicaldoc.gui.frontend.client.metadata.stamp
StampUploader.onSave ( ) : void
com/logicaldoc/gui/frontend/client/metadata/stamp/StampUploader.onSave:()V
logicaldoc-gui-8.9.0-plugin.jar,
StampUsersDS.class
package com.logicaldoc.gui.common.client.data
StampUsersDS.StampUsersDS ( long stampId )
com/logicaldoc/gui/common/client/data/StampUsersDS."<init>":(J)V
logicaldoc-gui-8.9.0-plugin.jar,
StampUsersPanel.class
package com.logicaldoc.gui.frontend.client.metadata.stamp
StampUsersPanel.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/metadata/stamp/StampUsersPanel.onDraw:()V
StampUsersPanel.StampUsersPanel ( long stampId )
com/logicaldoc/gui/frontend/client/metadata/stamp/StampUsersPanel."<init>":(J)V
logicaldoc-gui-8.9.0-plugin.jar,
StartWorkflowDialog.class
package com.logicaldoc.gui.frontend.client.document
StartWorkflowDialog.onStart ( Long[ ] ids ) : void
com/logicaldoc/gui/frontend/client/document/StartWorkflowDialog.onStart:([Ljava/lang/Long;)V
StartWorkflowDialog.StartWorkflowDialog ( Long[ ] ids )
com/logicaldoc/gui/frontend/client/document/StartWorkflowDialog."<init>":([Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
StateWidget.class
package com.logicaldoc.gui.frontend.client.workflow.designer
StateWidget.getWfState ( ) : GUIWFState
com/logicaldoc/gui/frontend/client/workflow/designer/StateWidget.getWfState:()Lcom/logicaldoc/gui/common/client/beans/GUIWFState;
logicaldoc-gui-8.9.0-plugin.jar,
StatsPie.class
package com.logicaldoc.gui.frontend.client.system.stats
StatsPie.StatsPie ( GUIParameter[ ][ ] parameters )
com/logicaldoc/gui/frontend/client/system/stats/StatsPie."<init>":([[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
logicaldoc-gui-8.9.0-plugin.jar,
StatusBarIcons.class
package com.logicaldoc.gui.frontend.client.panels
StatusBarIcons.onNewReadingRequests ( GUIReadingRequest[ ] readings ) : void
com/logicaldoc/gui/frontend/client/panels/StatusBarIcons.onNewReadingRequests:([Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;)V
logicaldoc-gui-8.9.0-plugin.jar,
StatusDialog.class
package com.logicaldoc.gui.frontend.client.workflow.designer
StatusDialog.StatusDialog ( StateWidget widget )
com/logicaldoc/gui/frontend/client/workflow/designer/StatusDialog."<init>":(Lcom/logicaldoc/gui/frontend/client/workflow/designer/StateWidget;)V
logicaldoc-gui-8.9.0-plugin.jar,
SubscriptionDialog.class
package com.logicaldoc.gui.frontend.client.subscription
SubscriptionDialog.SubscriptionDialog ( Long folderId, Long[ ] docIds )
com/logicaldoc/gui/frontend/client/subscription/SubscriptionDialog."<init>":(Ljava/lang/Long;[Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
SystemService.class
package com.logicaldoc.gui.frontend.client.services
SystemService.getPlugins ( ) [abstract] : GUIValue[ ]
com/logicaldoc/gui/frontend/client/services/SystemService.getPlugins:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
SystemService.getStatistics ( String p1 ) [abstract] : GUIParameter[ ][ ]
com/logicaldoc/gui/frontend/client/services/SystemService.getStatistics:(Ljava/lang/String;)[[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SystemService.loadTasks ( String p1 ) [abstract] : GUITask[ ]
com/logicaldoc/gui/frontend/client/services/SystemService.loadTasks:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUITask;
SystemService.search ( Long p1, Date p2, Date p3, int p4, String p5, String[ ] p6, Long p7 ) [abstract] : GUIHistory[ ]
com/logicaldoc/gui/frontend/client/services/SystemService.search:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;ILjava/lang/String;[Ljava/lang/String;Ljava/lang/Long;)[Lcom/logicaldoc/gui/common/client/beans/GUIHistory;
SystemService.searchApiCalls ( Long p1, Date p2, Date p3, String p4, String p5, String p6, int p7 ) [abstract] : GUIHistory[ ]
com/logicaldoc/gui/frontend/client/services/SystemService.searchApiCalls:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)[Lcom/logicaldoc/gui/common/client/beans/GUIHistory;
SystemService.unscheduleJobs ( GUIValue[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SystemService.unscheduleJobs:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
logicaldoc-gui-8.9.0-plugin.jar,
SystemServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SystemServiceAsync.search ( Long p1, Date p2, Date p3, int p4, String p5, String[ ] p6, Long p7, AsyncCallback<GUIHistory[ ]> p8 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SystemServiceAsync.search:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;ILjava/lang/String;[Ljava/lang/String;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SystemServiceAsync.unscheduleJobs ( GUIValue[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SystemServiceAsync.unscheduleJobs:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
TagCloud.class
package com.logicaldoc.gui.frontend.client.dashboard
TagCloud.refresh ( ) : void
com/logicaldoc/gui/frontend/client/dashboard/TagCloud.refresh:()V
TagCloud.TagCloud ( )
com/logicaldoc/gui/frontend/client/dashboard/TagCloud."<init>":()V
logicaldoc-gui-8.9.0-plugin.jar,
TagsDashboard.class
package com.logicaldoc.gui.frontend.client.dashboard
TagsDashboard.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/dashboard/TagsDashboard.onDraw:()V
TagsDashboard.TagsDashboard ( )
com/logicaldoc/gui/frontend/client/dashboard/TagsDashboard."<init>":()V
logicaldoc-gui-8.9.0-plugin.jar,
TagService.class
package com.logicaldoc.gui.frontend.client.services
TagService.getSettings ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/TagService.getSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
TagService.getTagCloud ( ) [abstract] : GUITag[ ]
com/logicaldoc/gui/frontend/client/services/TagService.getTagCloud:()[Lcom/logicaldoc/gui/common/client/beans/GUITag;
logicaldoc-gui-8.9.0-plugin.jar,
TagsPanel.class
package com.logicaldoc.gui.frontend.client.metadata.tag
TagsPanel.TagsPanel ( GUIParameter[ ] parameters )
com/logicaldoc/gui/frontend/client/metadata/tag/TagsPanel."<init>":([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
logicaldoc-gui-8.9.0-plugin.jar,
TagsPortlet.class
package com.logicaldoc.gui.frontend.client.dashboard
TagsPortlet.TagsPortlet ( )
com/logicaldoc/gui/frontend/client/dashboard/TagsPortlet."<init>":()V
logicaldoc-gui-8.9.0-plugin.jar,
TagsSettingsPanel.class
package com.logicaldoc.gui.frontend.client.metadata.tag
TagsSettingsPanel.TagsSettingsPanel ( GUIParameter[ ] settings )
com/logicaldoc/gui/frontend/client/metadata/tag/TagsSettingsPanel."<init>":([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
logicaldoc-gui-8.9.0-plugin.jar,
TemplateRightsDS.class
package com.logicaldoc.gui.common.client.data
TemplateRightsDS.TemplateRightsDS ( long id )
com/logicaldoc/gui/common/client/data/TemplateRightsDS."<init>":(J)V
logicaldoc-gui-8.9.0-plugin.jar,
TemplateSecurityPanel.class
package com.logicaldoc.gui.frontend.client.metadata.template
TemplateSecurityPanel.destroy ( ) : void
com/logicaldoc/gui/frontend/client/metadata/template/TemplateSecurityPanel.destroy:()V
logicaldoc-gui-8.9.0-plugin.jar,
TemplateService.class
package com.logicaldoc.gui.frontend.client.services
TemplateService.getAttributes ( long p1, GUIExtensibleObject p2 ) [abstract] : GUIAttribute[ ]
com/logicaldoc/gui/frontend/client/services/TemplateService.getAttributes:(JLcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;)[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
logicaldoc-gui-8.9.0-plugin.jar,
TwoFactorsAuthenticationService.class
package com.logicaldoc.gui.frontend.client.services
TwoFactorsAuthenticationService.generateGoogleAuthorizationCredentials ( String p1 ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/TwoFactorsAuthenticationService.generateGoogleAuthorizationCredentials:(Ljava/lang/String;)[Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
UpdateDialog.class
package com.logicaldoc.gui.frontend.client.document.update
UpdateDialog.UpdateDialog ( Long[ ] ids, GUIDocument metadata, String context, boolean majorVersion )
com/logicaldoc/gui/frontend/client/document/update/UpdateDialog."<init>":([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Ljava/lang/String;Z)V
UpdateDialog.UpdateDialog ( Long[ ] ids, GUIDocument metadata, String context, boolean majorVersion, String charset )
com/logicaldoc/gui/frontend/client/document/update/UpdateDialog."<init>":([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Ljava/lang/String;ZLjava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
UpdatePanel.class
package com.logicaldoc.gui.frontend.client.document.update
UpdatePanel.prepareTabset ( boolean showNotificationPanel ) : void
com/logicaldoc/gui/frontend/client/document/update/UpdatePanel.prepareTabset:(Z)V
UpdatePanel.UpdatePanel ( GUIDocument metadata, boolean showNotificationPanel )
com/logicaldoc/gui/frontend/client/document/update/UpdatePanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Z)V
logicaldoc-gui-8.9.0-plugin.jar,
UpdateService.class
package com.logicaldoc.gui.frontend.client.services
UpdateService.checkDownloadStatus ( ) [abstract] : int[ ]
com/logicaldoc/gui/frontend/client/services/UpdateService.checkDownloadStatus:()[I
UpdateService.checkPatch ( ) [abstract] : GUIPatch[ ]
com/logicaldoc/gui/frontend/client/services/UpdateService.checkPatch:()[Lcom/logicaldoc/gui/common/client/beans/GUIPatch;
UpdateService.checkUpdate ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/UpdateService.checkUpdate:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
UpdateService.getPatchNotes ( String p1 ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/UpdateService.getPatchNotes:(Ljava/lang/String;)[Ljava/lang/String;
UpdateService.getUpdateNotes ( String p1 ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/UpdateService.getUpdateNotes:(Ljava/lang/String;)[Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
UserSelectorCombo.class
package com.logicaldoc.gui.common.client.widgets
UserSelectorCombo.getUserIds ( ) : long[ ]
com/logicaldoc/gui/common/client/widgets/UserSelectorCombo.getUserIds:()[J
logicaldoc-gui-8.9.0-plugin.jar,
Util.class
package com.logicaldoc.gui.common.client.util
Util.convertToMap ( GUIParameter[ ] parameters ) [static] : Map<String,String>
com/logicaldoc/gui/common/client/util/Util.convertToMap:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)Ljava/util/Map;
Util.downloadDoc ( long docId ) [static] : void
com/logicaldoc/gui/common/client/util/Util.downloadDoc:(J)V
Util.getParameterValue ( GUIParameter[ ] params, String name ) [static] : String
com/logicaldoc/gui/common/client/util/Util.getParameterValue:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;Ljava/lang/String;)Ljava/lang/String;
Util.getTagsHTML ( String[ ] tags ) [static] : String
com/logicaldoc/gui/common/client/util/Util.getTagsHTML:([Ljava/lang/String;)Ljava/lang/String;
Util.getValue ( String name, GUIParameter[ ] parameters ) [static] : String
com/logicaldoc/gui/common/client/util/Util.getValue:(Ljava/lang/String;[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
VisualPositioningDigitalSignatureDialog.class
package com.logicaldoc.gui.frontend.client.document.signature
VisualPositioningDigitalSignatureDialog.VisualPositioningDigitalSignatureDialog ( Long[ ] docIds, String reason )
com/logicaldoc/gui/frontend/client/document/signature/VisualPositioningDigitalSignatureDialog."<init>":([Ljava/lang/Long;Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
VisualPositioningStampDialog.class
package com.logicaldoc.gui.frontend.client.document.stamp
VisualPositioningStampDialog.VisualPositioningStampDialog ( DocumentsGrid sourceGrid, GUIStamp stamp )
com/logicaldoc/gui/frontend/client/document/stamp/VisualPositioningStampDialog."<init>":(Lcom/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;)V
logicaldoc-gui-8.9.0-plugin.jar,
WebservicesPanel.class
package com.logicaldoc.gui.frontend.client.settings.protocols
WebservicesPanel.WebservicesPanel ( GUIParameter[ ] settings, ValuesManager vm )
com/logicaldoc/gui/frontend/client/settings/protocols/WebservicesPanel."<init>":([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;Lcom/smartgwt/client/widgets/form/ValuesManager;)V
logicaldoc-gui-8.9.0-plugin.jar,
WorkflowRightsDS.class
package com.logicaldoc.gui.common.client.data
WorkflowRightsDS.WorkflowRightsDS ( long id )
com/logicaldoc/gui/common/client/data/WorkflowRightsDS."<init>":(J)V
logicaldoc-gui-8.9.0-plugin.jar,
WorkflowSecurity.class
package com.logicaldoc.gui.frontend.client.workflow.designer
WorkflowSecurity.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/frontend/client/workflow/designer/WorkflowSecurity.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
logicaldoc-gui-8.9.0-plugin.jar,
WorkflowService.class
package com.logicaldoc.gui.frontend.client.services
WorkflowService.appendDocuments ( String p1, Long[ ] p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.appendDocuments:(Ljava/lang/String;[Ljava/lang/Long;)V
WorkflowService.deleteInstances ( String[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.deleteInstances:([Ljava/lang/String;)V
WorkflowService.list ( ) [abstract] : GUIWorkflow[ ]
com/logicaldoc/gui/frontend/client/services/WorkflowService.list:()[Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
WorkflowService.startWorkflow ( String p1, String p2, String p3, String p4, Long[ ] p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
WorkflowServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
WorkflowServiceAsync.appendDocuments ( String p1, Long[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.appendDocuments:(Ljava/lang/String;[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WorkflowServiceAsync.deleteInstances ( String[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.deleteInstances:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WorkflowServiceAsync.startWorkflow ( String p1, String p2, String p3, String p4, Long[ ] p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
ZohoService.class
package com.logicaldoc.gui.frontend.client.services
ZohoService.exportDocuments ( String p1, long[ ] p2, Long[ ] p3 ) [abstract] : boolean
com/logicaldoc/gui/frontend/client/services/ZohoService.exportDocuments:(Ljava/lang/String;[J[Ljava/lang/Long;)Z
ZohoService.importDocuments ( long p1, String[ ] p2, String[ ] p3 ) [abstract] : int
com/logicaldoc/gui/frontend/client/services/ZohoService.importDocuments:(J[Ljava/lang/String;[Ljava/lang/String;)I
ZohoService.loadSettings ( ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/ZohoService.loadSettings:()[Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
ZohoServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ZohoServiceAsync.exportDocuments ( String p1, long[ ] p2, Long[ ] p3, AsyncCallback<Boolean> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZohoServiceAsync.exportDocuments:(Ljava/lang/String;[J[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ZohoServiceAsync.importDocuments ( long p1, String[ ] p2, String[ ] p3, AsyncCallback<Integer> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZohoServiceAsync.importDocuments:(J[Ljava/lang/String;[Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
ZonalOCRService.class
package com.logicaldoc.gui.frontend.client.services
ZonalOCRService.markUnprocessable ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZonalOCRService.markUnprocessable:([J)V
logicaldoc-gui-8.9.0-plugin.jar,
ZonalOCRServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ZonalOCRServiceAsync.markUnprocessable ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZonalOCRServiceAsync.markUnprocessable:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-impex-8.9.0-plugin.jar,
Archive.class
package com.logicaldoc.impex
Archive.getEntryIds ( ) : Long[ ]
com/logicaldoc/impex/Archive.getEntryIds:()[Ljava/lang/Long;
logicaldoc-impex-8.9.0-plugin.jar,
ArchiveBuilder.class
package com.logicaldoc.impex
ArchiveBuilder.prepareMessage ( Archive archive, Message message, User user ) : void
com/logicaldoc/impex/ArchiveBuilder.prepareMessage:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/communication/Message;Lcom/logicaldoc/core/security/User;)V
ArchiveBuilder.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/impex/ArchiveBuilder.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-impex-8.9.0-plugin.jar,
ArchiveDAO.class
package com.logicaldoc.impex.dao
ArchiveDAO.removeVersions ( long p1, Long[ ] p2 ) [abstract] : boolean
com/logicaldoc/impex/dao/ArchiveDAO.removeVersions:(J[Ljava/lang/Long;)Z
logicaldoc-impex-8.9.0-plugin.jar,
ArchiveImporter.class
package com.logicaldoc.impex
ArchiveImporter.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/impex/ArchiveImporter.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
ArchiveImporter.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/impex/ArchiveImporter.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
ArchiveImporter.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/impex/ArchiveImporter.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-impex-8.9.0-plugin.jar,
ArchiveManager.class
package com.logicaldoc.impex
ArchiveManager.addEntry ( Archive archive, Version version, User user, String comment, String sid ) : boolean
com/logicaldoc/impex/ArchiveManager.addEntry:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/document/Version;Lcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;)Z
ArchiveManager.addEntry ( Archive archive, Version version, User user, String sid ) : boolean
com/logicaldoc/impex/ArchiveManager.addEntry:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/document/Version;Lcom/logicaldoc/core/security/User;Ljava/lang/String;)Z
ArchiveManager.closeArchive ( long id, User user ) : void
com/logicaldoc/impex/ArchiveManager.closeArchive:(JLcom/logicaldoc/core/security/User;)V
ArchiveManager.delete ( long archiveId, User user, String comment ) : void
com/logicaldoc/impex/ArchiveManager.delete:(JLcom/logicaldoc/core/security/User;Ljava/lang/String;)V
ArchiveManager.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/impex/ArchiveManager.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
ArchiveManager.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/impex/ArchiveManager.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-impex-8.9.0-plugin.jar,
HibernateArchiveDAO.class
package com.logicaldoc.impex.dao
HibernateArchiveDAO.removeVersions ( long archiveId, Long[ ] versionIds ) : boolean
com/logicaldoc/impex/dao/HibernateArchiveDAO.removeVersions:(J[Ljava/lang/Long;)Z
logicaldoc-impex-8.9.0-plugin.jar,
ImpexServiceImpl.class
package com.logicaldoc.impex
ImpexServiceImpl.addDocuments ( long archiveId, Long[ ] documentIds ) : void
com/logicaldoc/impex/ImpexServiceImpl.addDocuments:(J[Ljava/lang/Long;)V
ImpexServiceImpl.addDocuments ( Session session, long archiveId, Long[ ] documentIds ) : void
com/logicaldoc/impex/ImpexServiceImpl.addDocuments:(Lcom/logicaldoc/core/security/Session;J[Ljava/lang/Long;)V
ImpexServiceImpl.deleteVersions ( long archiveId, Long[ ] versionIds ) : GUIArchive
com/logicaldoc/impex/ImpexServiceImpl.deleteVersions:(J[Ljava/lang/Long;)Lcom/logicaldoc/gui/common/client/beans/GUIArchive;
logicaldoc-impex-8.9.0-plugin.jar,
IncrementalArchiveCreator.class
package com.logicaldoc.impex
IncrementalArchiveCreator.prepareMessage ( Archive archive, Message message, User user ) : void
com/logicaldoc/impex/IncrementalArchiveCreator.prepareMessage:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/communication/Message;Lcom/logicaldoc/core/security/User;)V
IncrementalArchiveCreator.setVersionDao ( VersionDAO versionDao ) : void
com/logicaldoc/impex/IncrementalArchiveCreator.setVersionDao:(Lcom/logicaldoc/core/document/dao/VersionDAO;)V
logicaldoc-importfolder-8.9.0-plugin.jar,
CrawlerHelper.class
package com.logicaldoc.importfolder
CrawlerHelper.checkin ( Object remoteFile, long docId, User owner, String remoteFileName, String remoteFilePath, File localFile ) : void
com/logicaldoc/importfolder/CrawlerHelper.checkin:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)V
CrawlerHelper.checkinFile ( Object p1, long p2, User p3 ) [abstract] : void
com/logicaldoc/importfolder/CrawlerHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;)V
CrawlerHelper.create ( Object file, Folder folder, User owner, boolean timestamp, String remoteFileName, String remoteFilePath, File localFile ) : Document
com/logicaldoc/importfolder/CrawlerHelper.create:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;ZLjava/lang/String;Ljava/lang/String;Ljava/io/File;)Lcom/logicaldoc/core/document/Document;
CrawlerHelper.importFile ( Object p1, Folder p2, User p3, boolean p4 ) [abstract] : Document
com/logicaldoc/importfolder/CrawlerHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.0-plugin.jar,
FSHelper.class
package com.logicaldoc.importfolder.fs
FSHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/fs/FSHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;)V
FSHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/fs/FSHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.0-plugin.jar,
FTPHelper.class
package com.logicaldoc.importfolder.ftp
FTPHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/ftp/FTPHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;)V
FTPHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/ftp/FTPHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.0-plugin.jar,
HibernateImportFolderHistoryDAO.class
package com.logicaldoc.importfolder
HibernateImportFolderHistoryDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/importfolder/HibernateImportFolderHistoryDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-importfolder-8.9.0-plugin.jar,
ImportFolderCrawler.class
package com.logicaldoc.importfolder
ImportFolderCrawler.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/importfolder/ImportFolderCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
ImportFolderCrawler.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/importfolder/ImportFolderCrawler.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-importfolder-8.9.0-plugin.jar,
SFTPHelper.class
package com.logicaldoc.importfolder.sftp
SFTPHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/sftp/SFTPHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;)V
SFTPHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/sftp/SFTPHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.0-plugin.jar,
SMB3Helper.class
package com.logicaldoc.importfolder.smb3
SMB3Helper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/smb3/SMB3Helper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;)V
SMB3Helper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/smb3/SMB3Helper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.0-plugin.jar,
SMBHelper.class
package com.logicaldoc.importfolder.smb
SMBHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/smb/SMBHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;)V
SMBHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/smb/SMBHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPAuthenticator.class
package com.logicaldoc.ldap
LDAPAuthenticator.authenticate ( String name, String password ) : User
com/logicaldoc/ldap/LDAPAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
LDAPAuthenticator.pickUser ( String username ) : User
com/logicaldoc/ldap/LDAPAuthenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
LDAPAuthenticator.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/ldap/LDAPAuthenticator.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPServiceImpl.class
package com.logicaldoc.ldap
LDAPServiceImpl.importUsers ( String[ ] usernames, long serverId ) : GUIValue[ ]
com/logicaldoc/ldap/LDAPServiceImpl.importUsers:([Ljava/lang/String;J)[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
LDAPServiceImpl.listUsers ( String login, long serverId ) : GUIUser[ ]
com/logicaldoc/ldap/LDAPServiceImpl.listUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
LDAPServiceImpl.reorder ( Long[ ] serverIds ) : void
com/logicaldoc/ldap/LDAPServiceImpl.reorder:([Ljava/lang/Long;)V
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPSynchroniser.class
package com.logicaldoc.ldap
LDAPSynchroniser.setGroupDao ( GroupDAO groupDao ) : void
com/logicaldoc/ldap/LDAPSynchroniser.setGroupDao:(Lcom/logicaldoc/core/security/dao/GroupDAO;)V
LDAPSynchroniser.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/ldap/LDAPSynchroniser.setUserDao:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPUser.class
package com.logicaldoc.ldap.model
LDAPUser.getUser ( ) : User
com/logicaldoc/ldap/model/LDAPUser.getUser:()Lcom/logicaldoc/core/security/User;
LDAPUser.setUser ( User user ) : void
com/logicaldoc/ldap/model/LDAPUser.setUser:(Lcom/logicaldoc/core/security/User;)V
logicaldoc-notifier-8.9.0-plugin.jar,
Notifier.class
package com.logicaldoc.notifier
Notifier.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/notifier/Notifier.setTenantDAO:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-ocr-8.9.0-plugin.jar,
HibernateOCRHistoryDAO.class
package com.logicaldoc.ocr
HibernateOCRHistoryDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/ocr/HibernateOCRHistoryDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-ocr-8.9.0-plugin.jar,
OCRServiceImpl.class
package com.logicaldoc.ocr
OCRServiceImpl.loadSettings ( ) : GUIParameter[ ]
com/logicaldoc/ocr/OCRServiceImpl.loadSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
logicaldoc-report-8.9.0-plugin.jar,
ReportManager.class
package com.logicaldoc.report
ReportManager.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/report/ReportManager.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-report-8.9.0-plugin.jar,
ReportServiceImpl.class
package com.logicaldoc.report
ReportServiceImpl.execute ( long id, GUIAttribute[ ] parameters ) : void
com/logicaldoc/report/ReportServiceImpl.execute:(J[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)V
ReportServiceImpl.getReportParameters ( long id ) : GUIAttribute[ ]
com/logicaldoc/report/ReportServiceImpl.getReportParameters:(J)[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
ReportServiceImpl.getReports ( ) : GUIReport[ ]
com/logicaldoc/report/ReportServiceImpl.getReports:()[Lcom/logicaldoc/gui/common/client/beans/GUIReport;
logicaldoc-retention-8.9.0-plugin.jar,
RetentionPoliciesProcessor.class
package com.logicaldoc.retention
RetentionPoliciesProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/retention/RetentionPoliciesProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
RetentionPoliciesProcessor.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/retention/RetentionPoliciesProcessor.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-retention-8.9.0-plugin.jar,
RetentionPoliciesServiceImpl.class
package com.logicaldoc.retention
RetentionPoliciesServiceImpl.reorder ( long[ ] ids ) : void
com/logicaldoc/retention/RetentionPoliciesServiceImpl.reorder:([J)V
logicaldoc-saml-8.9.0-plugin.jar,
Saml.class
package com.logicaldoc.saml
Saml.createNewUser ( String username, String firstName, String lastName, String email, List<String> samlGroups ) : User
com/logicaldoc/saml/Saml.createNewUser:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lcom/logicaldoc/core/security/User;
Saml.updateExistingUser ( String firstName, String lastName, String email, List<String> samlGroups, User user ) : void
com/logicaldoc/saml/Saml.updateExistingUser:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Lcom/logicaldoc/core/security/User;)V
Saml.updateProfileData ( User user, String firstName, String lastName, String email ) : boolean
com/logicaldoc/saml/Saml.updateProfileData:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
logicaldoc-scheme-8.9.0-plugin.jar,
SchemeServiceImpl.class
package com.logicaldoc.scheme
SchemeServiceImpl.load ( ) : GUIScheme[ ]
com/logicaldoc/scheme/SchemeServiceImpl.load:()[Lcom/logicaldoc/gui/common/client/beans/GUIScheme;
SchemeServiceImpl.loadSequences ( ) : GUISequence[ ]
com/logicaldoc/scheme/SchemeServiceImpl.loadSequences:()[Lcom/logicaldoc/gui/common/client/beans/GUISequence;
logicaldoc-sharefile-8.9.0-plugin.jar,
ShareFileServiceImpl.class
package com.logicaldoc.sharefile
ShareFileServiceImpl.exportDocuments ( String targetFolder, Long[ ] folderIds, Long[ ] docIds ) : boolean
com/logicaldoc/sharefile/ShareFileServiceImpl.exportDocuments:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;)Z
ShareFileServiceImpl.importDocuments ( long targetFolder, String[ ] elementIds ) : int
com/logicaldoc/sharefile/ShareFileServiceImpl.importDocuments:(J[Ljava/lang/String;)I
ShareFileServiceImpl.loadSettings ( ) : String[ ]
com/logicaldoc/sharefile/ShareFileServiceImpl.loadSettings:()[Ljava/lang/String;
logicaldoc-sign-8.9.0-plugin.jar,
Sign.class
package com.logicaldoc.sign
Sign.sign ( String sid, User user, long[ ] docIds, String reason, int page, String signX, String signY, String signWidth ) : Long[ ]
com/logicaldoc/sign/Sign.sign:(Ljava/lang/String;Lcom/logicaldoc/core/security/User;[JLjava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/Long;
logicaldoc-sign-8.9.0-plugin.jar,
SignatureImage.class
package com.logicaldoc.sign.pdf
SignatureImage.create ( File file, User user, Keystore keystore, Document document, String reason ) [static] : int[ ]
com/logicaldoc/sign/pdf/SignatureImage.create:(Ljava/io/File;Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/sign/Keystore;Lcom/logicaldoc/core/document/Document;Ljava/lang/String;)[I
logicaldoc-sign-8.9.0-plugin.jar,
SignDocumentsParameter.class
package com.logicaldoc.sign
SignDocumentsParameter.getUser ( ) : User
com/logicaldoc/sign/SignDocumentsParameter.getUser:()Lcom/logicaldoc/core/security/User;
SignDocumentsParameter.setUser ( User user ) : void
com/logicaldoc/sign/SignDocumentsParameter.setUser:(Lcom/logicaldoc/core/security/User;)V
SignDocumentsParameter.SignDocumentsParameter ( long[ ] docIds, User user, String reason, int page, String signX, String signY, String signWidth )
com/logicaldoc/sign/SignDocumentsParameter."<init>":([JLcom/logicaldoc/core/security/User;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-sign-8.9.0-plugin.jar,
SignServiceImpl.class
package com.logicaldoc.sign
SignServiceImpl.signDocuments ( Long[ ] docIds, String reason, int page, String signX, String signY, String signWidth ) : void
com/logicaldoc/sign/SignServiceImpl.signDocuments:([Ljava/lang/Long;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-sign-8.9.0-plugin.jar,
SignTool.class
package com.logicaldoc.sign.automation
SignTool.sign ( Document doc, User user, String reason ) : void
com/logicaldoc/sign/automation/SignTool.sign:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
logicaldoc-stamp-8.9.0-plugin.jar,
Stamp.class
package com.logicaldoc.stamp
Stamp.getUsers ( ) : Set<User>
com/logicaldoc/stamp/Stamp.getUsers:()Ljava/util/Set;
Stamp.setUsers ( Set<User> users ) : void
com/logicaldoc/stamp/Stamp.setUsers:(Ljava/util/Set;)V
logicaldoc-stamp-8.9.0-plugin.jar,
StampManager.class
package com.logicaldoc.stamp
StampManager.getDocDao ( ) : DocumentDAO
com/logicaldoc/stamp/StampManager.getDocDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
StampManager.setDocDao ( DocumentDAO docDao ) : void
com/logicaldoc/stamp/StampManager.setDocDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-stamp-8.9.0-plugin.jar,
StampServiceImpl.class
package com.logicaldoc.stamp
StampServiceImpl.addUsers ( long[ ] userIds, long stampId ) : void
com/logicaldoc/stamp/StampServiceImpl.addUsers:([JJ)V
StampServiceImpl.applyStamp ( Long[ ] docIds, GUIStamp guiStamp ) : void
com/logicaldoc/stamp/StampServiceImpl.applyStamp:([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;)V
StampServiceImpl.removeUsers ( long[ ] userIds, long stampId ) : void
com/logicaldoc/stamp/StampServiceImpl.removeUsers:([JJ)V
logicaldoc-stamp-8.9.0-plugin.jar,
StampTool.class
package com.logicaldoc.stamp.automation
StampTool.stamp ( Document doc, Stamp stamp, User user ) : void
com/logicaldoc/stamp/automation/StampTool.stamp:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/stamp/Stamp;Lcom/logicaldoc/core/security/User;)V
StampTool.stamp ( Document doc, String stampName, Map<String,Object> parameters, User user ) : void
com/logicaldoc/stamp/automation/StampTool.stamp:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;Ljava/util/Map;Lcom/logicaldoc/core/security/User;)V
StampTool.stamp ( Document doc, String stampName, User user ) : void
com/logicaldoc/stamp/automation/StampTool.stamp:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)V
logicaldoc-stamp-8.9.0-plugin.jar,
StampUsersDataServlet.class
package com.logicaldoc.stamp
StampUsersDataServlet.service ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/stamp/StampUsersDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
StampUsersDataServlet.StampUsersDataServlet ( )
com/logicaldoc/stamp/StampUsersDataServlet."<init>":()V
logicaldoc-syndication-8.9.0-plugin.jar,
SyndicationCrawler.class
package com.logicaldoc.syndication
SyndicationCrawler.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/syndication/SyndicationCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
SyndicationCrawler.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/syndication/SyndicationCrawler.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-util-8.9.0.jar,
CryptUtil.class
package com.logicaldoc.util.crypt
CryptUtil.cryptString ( String original ) [static] : String
com/logicaldoc/util/crypt/CryptUtil.cryptString:(Ljava/lang/String;)Ljava/lang/String;
CryptUtil.cryptStringLegacy ( String original ) [static] : String
com/logicaldoc/util/crypt/CryptUtil.cryptStringLegacy:(Ljava/lang/String;)Ljava/lang/String;
logicaldoc-util-8.9.0.jar,
FileUtil.class
package com.logicaldoc.util.io
FileUtil.computeSha1Hash ( File file ) [static] : byte[ ]
com/logicaldoc/util/io/FileUtil.computeSha1Hash:(Ljava/io/File;)[B
FileUtil.computeSha1Hash ( InputStream is ) [static] : byte[ ]
com/logicaldoc/util/io/FileUtil.computeSha1Hash:(Ljava/io/InputStream;)[B
logicaldoc-util-8.9.0.jar,
IOUtil.class
package com.logicaldoc.util.io
IOUtil.getStringFromInputStream ( InputStream is ) [static] : String
com/logicaldoc/util/io/IOUtil.getStringFromInputStream:(Ljava/io/InputStream;)Ljava/lang/String;
IOUtil.printIS ( InputStream stream ) [static] : byte[ ]
com/logicaldoc/util/io/IOUtil.printIS:(Ljava/io/InputStream;)[B
logicaldoc-util-8.9.0.jar,
JarUtil.class
package com.logicaldoc.util.io
JarUtil.unjar ( String jarsource, String entry, String target ) : boolean
com/logicaldoc/util/io/JarUtil.unjar:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
JarUtil.unjar ( String jarsource, String target ) : boolean
com/logicaldoc/util/io/JarUtil.unjar:(Ljava/lang/String;Ljava/lang/String;)Z
logicaldoc-util-8.9.0.jar,
NetUtil.class
package com.logicaldoc.util.io
NetUtil.available ( int port ) [static] : boolean
com/logicaldoc/util/io/NetUtil.available:(I)Z
logicaldoc-util-8.9.0.jar,
SystemUtil.class
package com.logicaldoc.util
SystemUtil.main ( String[ ] args ) [static] : void
com/logicaldoc/util/SystemUtil.main:([Ljava/lang/String;)V
SystemUtil.restartApplication ( Runnable runBeforeRestart ) [static] : void
com/logicaldoc/util/SystemUtil.restartApplication:(Ljava/lang/Runnable;)V
logicaldoc-util-8.9.0.jar,
ZipUtil.class
package com.logicaldoc.util.io
ZipUtil.unzip ( InputStream zipStream, String target ) : int
com/logicaldoc/util/io/ZipUtil.unzip:(Ljava/io/InputStream;Ljava/lang/String;)I
ZipUtil.unzip ( String zipFile, String target ) : int
com/logicaldoc/util/io/ZipUtil.unzip:(Ljava/lang/String;Ljava/lang/String;)I
ZipUtil.unzipEntry ( File zipFile, String entry, File target ) : long
com/logicaldoc/util/io/ZipUtil.unzipEntry:(Ljava/io/File;Ljava/lang/String;Ljava/io/File;)J
logicaldoc-via-8.9.0-plugin.jar,
VIARequestProcessor.class
package com.logicaldoc.via
VIARequestProcessor.request ( String question, User user ) : EMail
com/logicaldoc/via/VIARequestProcessor.request:(Ljava/lang/String;Lcom/logicaldoc/core/security/User;)Lcom/logicaldoc/core/communication/EMail;
VIARequestProcessor.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/via/VIARequestProcessor.setDocumentDAO:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
VIARequestProcessor.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/via/VIARequestProcessor.setTenantDAO:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-webdav-8.9.0-plugin.jar,
ResourceServiceImpl.class
package com.logicaldoc.webdav.resource.service
ResourceServiceImpl.checkPublished ( User user, Document doc ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.checkPublished:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/document/Document;)V
ResourceServiceImpl.checkPublished ( User user, long docId ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.checkPublished:(Lcom/logicaldoc/core/security/User;J)V
ResourceServiceImpl.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.setDocumentDAO:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
ResourceServiceImpl.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
ResourceServiceImpl.setVersionDAO ( VersionDAO versionDAO ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.setVersionDAO:(Lcom/logicaldoc/core/document/dao/VersionDAO;)V
logicaldoc-webservice-8.9.0-plugin.jar,
AbstractService.class
package com.logicaldoc.webservice
AbstractService.checkDownloadEnable ( User user, long folderId ) : void
com/logicaldoc/webservice/AbstractService.checkDownloadEnable:(Lcom/logicaldoc/core/security/User;J)V
AbstractService.checkMenu ( User user, long menuId ) : void
com/logicaldoc/webservice/AbstractService.checkMenu:(Lcom/logicaldoc/core/security/User;J)V
AbstractService.checkPermission ( Permission permission, User user, long folderId ) : void
com/logicaldoc/webservice/AbstractService.checkPermission:(Lcom/logicaldoc/core/security/Permission;Lcom/logicaldoc/core/security/User;J)V
AbstractService.checkPublished ( User user, Document doc ) : void
com/logicaldoc/webservice/AbstractService.checkPublished:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/document/Document;)V
AbstractService.checkReadEnable ( User user, long folderId ) : void
com/logicaldoc/webservice/AbstractService.checkReadEnable:(Lcom/logicaldoc/core/security/User;J)V
AbstractService.checkWriteEnable ( User user, long folderId ) : void
com/logicaldoc/webservice/AbstractService.checkWriteEnable:(Lcom/logicaldoc/core/security/User;J)V
AbstractService.validateSession ( String sid ) : User
com/logicaldoc/webservice/AbstractService.validateSession:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-webservice-8.9.0-plugin.jar,
DocumentMetadataService.class
package com.logicaldoc.webservice.soap
DocumentMetadataService.getGrantedGroups ( String p1, long p2 ) [abstract] : WSRight[ ]
com/logicaldoc/webservice/soap/DocumentMetadataService.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
DocumentMetadataService.getGrantedUsers ( String p1, long p2 ) [abstract] : WSRight[ ]
com/logicaldoc/webservice/soap/DocumentMetadataService.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
DocumentMetadataService.grantGroupToTemplate ( String p1, long p2, long p3, int p4 ) [abstract] : void
com/logicaldoc/webservice/soap/DocumentMetadataService.grantGroupToTemplate:(Ljava/lang/String;JJI)V
DocumentMetadataService.grantUserToTemplate ( String p1, long p2, long p3, int p4 ) [abstract] : void
com/logicaldoc/webservice/soap/DocumentMetadataService.grantUserToTemplate:(Ljava/lang/String;JJI)V
DocumentMetadataService.isTemplateReadable ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentMetadataService.isTemplateReadable:(Ljava/lang/String;J)Z
DocumentMetadataService.isTemplateWritable ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentMetadataService.isTemplateWritable:(Ljava/lang/String;J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.rest
DocumentService.copy ( long p1, long p2, boolean p3, boolean p4 ) [abstract] : WSDocument
com/logicaldoc/webservice/rest/DocumentService.copy:(JJZZ)Lcom/logicaldoc/webservice/model/WSDocument;
DocumentService.isReadable ( long p1 ) [abstract] : boolean
com/logicaldoc/webservice/rest/DocumentService.isReadable:(J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.soap
DocumentService.copy ( String p1, long p2, long p3, boolean p4, boolean p5 ) [abstract] : WSDocument
com/logicaldoc/webservice/soap/DocumentService.copy:(Ljava/lang/String;JJZZ)Lcom/logicaldoc/webservice/model/WSDocument;
DocumentService.isReadable ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentService.isReadable:(Ljava/lang/String;J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.rest
FolderService.getGrantedGroups ( long p1 ) [abstract] : WSRight[ ]
com/logicaldoc/webservice/rest/FolderService.getGrantedGroups:(J)[Lcom/logicaldoc/webservice/model/WSRight;
FolderService.getGrantedUsers ( long p1 ) [abstract] : WSRight[ ]
com/logicaldoc/webservice/rest/FolderService.getGrantedUsers:(J)[Lcom/logicaldoc/webservice/model/WSRight;
FolderService.grantGroup ( long p1, long p2, int p3, boolean p4 ) [abstract] : void
com/logicaldoc/webservice/rest/FolderService.grantGroup:(JJIZ)V
FolderService.grantUser ( long p1, long p2, int p3, boolean p4 ) [abstract] : void
com/logicaldoc/webservice/rest/FolderService.grantUser:(JJIZ)V
FolderService.isGranted ( long p1, int p2 ) [abstract] : boolean
com/logicaldoc/webservice/rest/FolderService.isGranted:(JI)Z
logicaldoc-webservice-8.9.0-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.soap
FolderService.getGrantedGroups ( String p1, long p2 ) [abstract] : WSRight[ ]
com/logicaldoc/webservice/soap/FolderService.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
FolderService.getGrantedUsers ( String p1, long p2 ) [abstract] : WSRight[ ]
com/logicaldoc/webservice/soap/FolderService.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
FolderService.grantGroup ( String p1, long p2, long p3, int p4, boolean p5 ) [abstract] : void
com/logicaldoc/webservice/soap/FolderService.grantGroup:(Ljava/lang/String;JJIZ)V
FolderService.grantUser ( String p1, long p2, long p3, int p4, boolean p5 ) [abstract] : void
com/logicaldoc/webservice/soap/FolderService.grantUser:(Ljava/lang/String;JJIZ)V
FolderService.isGranted ( String p1, long p2, int p3 ) [abstract] : boolean
com/logicaldoc/webservice/soap/FolderService.isGranted:(Ljava/lang/String;JI)Z
logicaldoc-webservice-8.9.0-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.copy ( long docId, long folderId, boolean links, boolean notes ) : WSDocument
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.copy:(JJZZ)Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.isReadable ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isReadable:(J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.getGrantedGroups ( long folderId ) : WSRight[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getGrantedGroups:(J)[Lcom/logicaldoc/webservice/model/WSRight;
RestFolderService.getGrantedUsers ( long folderId ) : WSRight[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getGrantedUsers:(J)[Lcom/logicaldoc/webservice/model/WSRight;
RestFolderService.grantGroup ( long folderId, long groupId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/rest/endpoint/RestFolderService.grantGroup:(JJIZ)V
RestFolderService.grantUser ( long folderId, long userId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/rest/endpoint/RestFolderService.grantUser:(JJIZ)V
RestFolderService.isGranted ( long folderId, int permission ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestFolderService.isGranted:(JI)Z
logicaldoc-webservice-8.9.0-plugin.jar,
SoapDocumentClient.class
package com.logicaldoc.webservice.soap.client
SoapDocumentClient.copy ( String sid, long docId, long folderId, boolean links, boolean notes ) : WSDocument
com/logicaldoc/webservice/soap/client/SoapDocumentClient.copy:(Ljava/lang/String;JJZZ)Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentClient.isReadable ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentClient.isReadable:(Ljava/lang/String;J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
SoapDocumentMetadataClient.class
package com.logicaldoc.webservice.soap.client
SoapDocumentMetadataClient.getGrantedGroups ( String sid, long groupId ) : WSRight[ ]
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapDocumentMetadataClient.getGrantedUsers ( String sid, long groupId ) : WSRight[ ]
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapDocumentMetadataClient.grantGroupToTemplate ( String sid, long templateId, long groupId, int permissions ) : void
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.grantGroupToTemplate:(Ljava/lang/String;JJI)V
SoapDocumentMetadataClient.grantUserToTemplate ( String sid, long templateId, long userId, int permissions ) : void
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.grantUserToTemplate:(Ljava/lang/String;JJI)V
SoapDocumentMetadataClient.isTemplateReadable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.isTemplateReadable:(Ljava/lang/String;J)Z
SoapDocumentMetadataClient.isTemplateWritable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.isTemplateWritable:(Ljava/lang/String;J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
SoapDocumentMetadataService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentMetadataService.getGrantedGroups ( String sid, long templateId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapDocumentMetadataService.getGrantedUsers ( String sid, long templateId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapDocumentMetadataService.grantGroupToTemplate ( String sid, long templateId, long groupId, int permissions ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.grantGroupToTemplate:(Ljava/lang/String;JJI)V
SoapDocumentMetadataService.grantUserToTemplate ( String sid, long templateId, long userId, int permissions ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.grantUserToTemplate:(Ljava/lang/String;JJI)V
SoapDocumentMetadataService.isTemplateReadable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isTemplateReadable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.isTemplateWritable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isTemplateWritable:(Ljava/lang/String;J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.copy ( String sid, long docId, long folderId, boolean links, boolean notes ) : WSDocument
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.copy:(Ljava/lang/String;JJZZ)Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.isReadable ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isReadable:(Ljava/lang/String;J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
SoapFolderClient.class
package com.logicaldoc.webservice.soap.client
SoapFolderClient.getGrantedGroups ( String sid, long folderId ) : WSRight[ ]
com/logicaldoc/webservice/soap/client/SoapFolderClient.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapFolderClient.getGrantedUsers ( String sid, long folderId ) : WSRight[ ]
com/logicaldoc/webservice/soap/client/SoapFolderClient.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapFolderClient.grantGroup ( String sid, long folderId, long groupId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/soap/client/SoapFolderClient.grantGroup:(Ljava/lang/String;JJIZ)V
SoapFolderClient.grantUser ( String sid, long folderId, long userId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/soap/client/SoapFolderClient.grantUser:(Ljava/lang/String;JJIZ)V
SoapFolderClient.isGranted ( String sid, long folderId, int permission ) : boolean
com/logicaldoc/webservice/soap/client/SoapFolderClient.isGranted:(Ljava/lang/String;JI)Z
logicaldoc-webservice-8.9.0-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
SoapFolderService.getGrantedGroups ( String sid, long folderId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapFolderService.getGrantedUsers ( String sid, long folderId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapFolderService.grantGroup ( String sid, long folderId, long groupId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.grantGroup:(Ljava/lang/String;JJIZ)V
SoapFolderService.grantUser ( String sid, long folderId, long userId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.grantUser:(Ljava/lang/String;JJIZ)V
SoapFolderService.isGranted ( String sid, long folderId, int permission ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.isGranted:(Ljava/lang/String;JI)Z
logicaldoc-webservice-8.9.0-plugin.jar,
WSGroup.class
package com.logicaldoc.webservice.model
WSGroup.fromGroup ( Group group ) [static] : WSGroup
com/logicaldoc/webservice/model/WSGroup.fromGroup:(Lcom/logicaldoc/core/security/Group;)Lcom/logicaldoc/webservice/model/WSGroup;
WSGroup.toGroup ( ) : Group
com/logicaldoc/webservice/model/WSGroup.toGroup:()Lcom/logicaldoc/core/security/Group;
logicaldoc-webservice-8.9.0-plugin.jar,
WSRight.class
package com.logicaldoc.webservice.model
WSRight.getId ( ) : long
com/logicaldoc/webservice/model/WSRight.getId:()J
WSRight.getPermissions ( ) : int
com/logicaldoc/webservice/model/WSRight.getPermissions:()I
WSRight.setId ( long id ) : void
com/logicaldoc/webservice/model/WSRight.setId:(J)V
WSRight.setPermissions ( int permissions ) : void
com/logicaldoc/webservice/model/WSRight.setPermissions:(I)V
WSRight.WSRight ( )
com/logicaldoc/webservice/model/WSRight."<init>":()V
WSRight.WSRight ( long id, int permissions )
com/logicaldoc/webservice/model/WSRight."<init>":(JI)V
logicaldoc-webservice-8.9.0-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
WSUser.fromUser ( User user ) [static] : WSUser
com/logicaldoc/webservice/model/WSUser.fromUser:(Lcom/logicaldoc/core/security/User;)Lcom/logicaldoc/webservice/model/WSUser;
WSUser.toUser ( ) : User
com/logicaldoc/webservice/model/WSUser.toUser:()Lcom/logicaldoc/core/security/User;
logicaldoc-workflow-8.9.0-plugin.jar,
BaseListener.class
package com.logicaldoc.workflow.action
BaseListener.getLastChangeUser ( String processInstanceId ) : User
com/logicaldoc/workflow/action/BaseListener.getLastChangeUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-workflow-8.9.0-plugin.jar,
HibernateWorkflowTemplateDAO.class
package com.logicaldoc.workflow.template
HibernateWorkflowTemplateDAO.isReadEnable ( long workflowId, long userId ) : boolean
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.isReadEnable:(JJ)Z
HibernateWorkflowTemplateDAO.isWriteEnable ( long workflowId, long userId ) : boolean
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.isWriteEnable:(JJ)Z
HibernateWorkflowTemplateDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowEngine.class
package com.logicaldoc.workflow
WorkflowEngine.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/workflow/WorkflowEngine.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowGroup.class
package com.logicaldoc.workflow.template
WorkflowGroup.getGroupId ( ) : long
com/logicaldoc/workflow/template/WorkflowGroup.getGroupId:()J
WorkflowGroup.getPermissions ( ) : int
com/logicaldoc/workflow/template/WorkflowGroup.getPermissions:()I
WorkflowGroup.getWrite ( ) : int
com/logicaldoc/workflow/template/WorkflowGroup.getWrite:()I
WorkflowGroup.setGroupId ( long groupId ) : void
com/logicaldoc/workflow/template/WorkflowGroup.setGroupId:(J)V
WorkflowGroup.setPermissions ( int permissions ) : void
com/logicaldoc/workflow/template/WorkflowGroup.setPermissions:(I)V
WorkflowGroup.setWrite ( int write ) : void
com/logicaldoc/workflow/template/WorkflowGroup.setWrite:(I)V
WorkflowGroup.WorkflowGroup ( )
com/logicaldoc/workflow/template/WorkflowGroup."<init>":()V
WorkflowGroup.WorkflowGroup ( long groupId )
com/logicaldoc/workflow/template/WorkflowGroup."<init>":(J)V
WorkflowGroup.WorkflowGroup ( WorkflowGroup source )
com/logicaldoc/workflow/template/WorkflowGroup."<init>":(Lcom/logicaldoc/workflow/template/WorkflowGroup;)V
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowRightsDataServlet.class
package com.logicaldoc.workflow.data
WorkflowRightsDataServlet.service ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/workflow/data/WorkflowRightsDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
WorkflowRightsDataServlet.WorkflowRightsDataServlet ( )
com/logicaldoc/workflow/data/WorkflowRightsDataServlet."<init>":()V
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowServiceImpl.class
package com.logicaldoc.workflow.service
WorkflowServiceImpl.appendDocuments ( String taskId, Long[ ] docIds ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.appendDocuments:(Ljava/lang/String;[Ljava/lang/Long;)V
WorkflowServiceImpl.deleteInstances ( String[ ] ids ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.deleteInstances:([Ljava/lang/String;)V
WorkflowServiceImpl.list ( ) : GUIWorkflow[ ]
com/logicaldoc/workflow/service/WorkflowServiceImpl.list:()[Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
WorkflowServiceImpl.startWorkflow ( String workflowName, String workflowDescription, String tag, String color, Long[ ] docIds ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Long;)V
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowTemplate.class
package com.logicaldoc.workflow.template
WorkflowTemplate.addWorkflowGroup ( WorkflowGroup mg ) : void
com/logicaldoc/workflow/template/WorkflowTemplate.addWorkflowGroup:(Lcom/logicaldoc/workflow/template/WorkflowGroup;)V
WorkflowTemplate.getWorkflowGroup ( long groupId ) : WorkflowGroup
com/logicaldoc/workflow/template/WorkflowTemplate.getWorkflowGroup:(J)Lcom/logicaldoc/workflow/template/WorkflowGroup;
WorkflowTemplate.getWorkflowGroupIds ( ) : long[ ]
com/logicaldoc/workflow/template/WorkflowTemplate.getWorkflowGroupIds:()[J
WorkflowTemplate.getWorkflowGroups ( ) : Set<WorkflowGroup>
com/logicaldoc/workflow/template/WorkflowTemplate.getWorkflowGroups:()Ljava/util/Set;
WorkflowTemplate.setWorkflowGroup ( long[ ] groups ) : void
com/logicaldoc/workflow/template/WorkflowTemplate.setWorkflowGroup:([J)V
WorkflowTemplate.setWorkflowGroups ( Set<WorkflowGroup> workflowGroups ) : void
com/logicaldoc/workflow/template/WorkflowTemplate.setWorkflowGroups:(Ljava/util/Set;)V
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowTemplateDAO.class
package com.logicaldoc.workflow.template
WorkflowTemplateDAO.isReadEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/workflow/template/WorkflowTemplateDAO.isReadEnable:(JJ)Z
WorkflowTemplateDAO.isWriteEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/workflow/template/WorkflowTemplateDAO.isWriteEnable:(JJ)Z
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowTool.class
package com.logicaldoc.workflow.automation
WorkflowTool.claim ( Task task, User user ) : void
com/logicaldoc/workflow/automation/WorkflowTool.claim:(Lorg/activiti/engine/task/Task;Lcom/logicaldoc/core/security/User;)V
WorkflowTool.claimUrl ( Task task, User assignee ) : String
com/logicaldoc/workflow/automation/WorkflowTool.claimUrl:(Lorg/activiti/engine/task/Task;Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
WorkflowTool.completeUrl ( Task task, String transition, User assignee ) : String
com/logicaldoc/workflow/automation/WorkflowTool.completeUrl:(Lorg/activiti/engine/task/Task;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
WorkflowTool.getUser ( String username ) : User
com/logicaldoc/workflow/automation/WorkflowTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowUtil.class
package com.logicaldoc.workflow
WorkflowUtil.addNote ( String sid, String taskId, String note, User user ) [static] : WorkflowHistory
com/logicaldoc/workflow/WorkflowUtil.addNote:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)Lcom/logicaldoc/workflow/history/WorkflowHistory;
WorkflowUtil.addNote ( String sid, String taskName, String taskId, String processId, String note, User user ) [static] : WorkflowHistory
com/logicaldoc/workflow/WorkflowUtil.addNote:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)Lcom/logicaldoc/workflow/history/WorkflowHistory;
WorkflowUtil.addNote ( String sid, Task task, String note, User user ) [static] : WorkflowHistory
com/logicaldoc/workflow/WorkflowUtil.addNote:(Ljava/lang/String;Lorg/activiti/engine/task/Task;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)Lcom/logicaldoc/workflow/history/WorkflowHistory;
WorkflowUtil.appendDocuments ( String taskId, Long[ ] docIds, WorkflowHistory transaction ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.appendDocuments:(Ljava/lang/String;[Ljava/lang/Long;Lcom/logicaldoc/workflow/history/WorkflowHistory;)V
WorkflowUtil.claim ( String sid, String taskId, User user, WorkflowHistory transaction ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.claim:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/workflow/history/WorkflowHistory;)V
WorkflowUtil.complete ( String taskId, String transitionName, User user ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.complete:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)V
WorkflowUtil.complete ( Task task, String transitionName, User user ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.complete:(Lorg/activiti/engine/task/Task;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)V
WorkflowUtil.getInitiator ( String processInstanceId, DelegateTask delegate ) [static] : User
com/logicaldoc/workflow/WorkflowUtil.getInitiator:(Ljava/lang/String;Lorg/activiti/engine/delegate/DelegateTask;)Lcom/logicaldoc/core/security/User;
WorkflowUtil.reassign ( String sid, String taskId, User user ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.reassign:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)V
WorkflowUtil.startWorkflow ( String workflowName, String workflowDescription, String tag, String color, Set<Long> docIds, Session session, User user ) [static] : String
com/logicaldoc/workflow/WorkflowUtil.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Set;Lcom/logicaldoc/core/security/Session;Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
logicaldoc-zoho-8.9.0-plugin.jar,
ZohoServiceImpl.class
package com.logicaldoc.zoho
ZohoServiceImpl.exportDocuments ( String targetFolderId, long[ ] folderIds, Long[ ] docIds ) : boolean
com/logicaldoc/zoho/ZohoServiceImpl.exportDocuments:(Ljava/lang/String;[J[Ljava/lang/Long;)Z
ZohoServiceImpl.importDocuments ( long targetFolder, String[ ] folderCompositeIds, String[ ] documentIds ) : int
com/logicaldoc/zoho/ZohoServiceImpl.importDocuments:(J[Ljava/lang/String;[Ljava/lang/String;)I
ZohoServiceImpl.loadSettings ( ) : String[ ]
com/logicaldoc/zoho/ZohoServiceImpl.loadSettings:()[Ljava/lang/String;
logicaldoc-zonalocr-8.9.0-plugin.jar,
ZonalOCR.class
package com.logicaldoc.zonalocr
ZonalOCR.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/zonalocr/ZonalOCR.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
ZonalOCR.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/zonalocr/ZonalOCR.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-zonalocr-8.9.0-plugin.jar,
ZonalOCRProcessor.class
package com.logicaldoc.zonalocr
ZonalOCRProcessor.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/zonalocr/ZonalOCRProcessor.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
ZonalOCRProcessor.processDocument ( Document document, User user ) : void
com/logicaldoc/zonalocr/ZonalOCRProcessor.processDocument:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/User;)V
ZonalOCRProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/zonalocr/ZonalOCRProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-zonalocr-8.9.0-plugin.jar,
ZonalOCRServiceImpl.class
package com.logicaldoc.zonalocr
ZonalOCRServiceImpl.markUnprocessable ( long[ ] docIds ) : void
com/logicaldoc/zonalocr/ZonalOCRServiceImpl.markUnprocessable:([J)V
to the top
Problems with Data Types, High Severity 378
logicaldoc-audit-8.9.0-plugin.jar
package com.logicaldoc.audit
[+] class AuditUser 1
| Change | Effect |
---|
1 |
Removed super-interface com.logicaldoc.core.security.UserListener. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (0.01%)
AuditUser.AuditUser ( )This constructor is from 'AuditUser' class.
logicaldoc-audit-8.9.0-plugin.jar
package com.logicaldoc.audit.webservice.soap.endpoint
[+] class SoapAuditService 1
| Change | Effect |
---|
1 |
Type of field log has been changed from org.apache.commons.logging.Log to org.slf4j.Logger. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 10 (0.1%)
SoapAuditService.SoapAuditService ( )This constructor is from 'SoapAuditService' class.
SoapAuditService.getDocumentHistory ( String sid, long docId )This method is from 'SoapAuditService' class.
SoapAuditService.getHistory ( String sid, long folderId, String oldestDate, String[ ] events, Integer max )This method is from 'SoapAuditService' class.
SoapAuditService.getLatestHistory ( String sid, long folderId, String oldestDate, String[ ] events, Integer max )This method is from 'SoapAuditService' class.
SoapAuditService.getMessages ( String sid )This method is from 'SoapAuditService' class.
SoapAuditService.getSubscriptions ( String sid )This method is from 'SoapAuditService' class.
SoapAuditService.markAsRead ( String sid, long[ ] ids )This method is from 'SoapAuditService' class.
SoapAuditService.saveDocumentHistory ( String sid, WSHistory history )This method is from 'SoapAuditService' class.
SoapAuditService.subscribe ( String sid, Long[ ] ids, String type, String events )This method is from 'SoapAuditService' class.
SoapAuditService.unsubscribe ( String sid, Long[ ] ids, String type )This method is from 'SoapAuditService' class.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core
[+] class SystemInfo 1
| Change | Effect |
---|
1 |
Type of field features has been changed from java.lang.String[] to java.util.Set<java.lang.String>. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 47 (0.2%)
SystemInfo.SystemInfo ( )This constructor is from 'SystemInfo' class.
SystemInfo.SystemInfo ( long tenantId )This constructor is from 'SystemInfo' class.
SystemInfo.get ( )This method is from 'SystemInfo' class.
SystemInfo.get ( long tenantId )This method is from 'SystemInfo' class.
SystemInfo.getBugs ( )This method is from 'SystemInfo' class.
SystemInfo.getDate ( )This method is from 'SystemInfo' class.
SystemInfo.getForum ( )This method is from 'SystemInfo' class.
SystemInfo.getHelp ( )This method is from 'SystemInfo' class.
SystemInfo.getHostName ( )This method is from 'SystemInfo' class.
SystemInfo.getInstallationId ( )This method is from 'SystemInfo' class.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.document
[+] interface DocumentManager 2
| Change | Effect |
---|
1 |
Abstract method void archiveDocuments ( long[ ], DocumentHistory ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method Document copyToFolder ( Document, Folder, DocumentHistory, boolean, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 95 (0.5%)
com.logicaldoc.barcode.BarcodeManager.setDocumentManager ( DocumentManager documentManager )1st parameter 'documentManager' of this method is of type 'DocumentManager'.
com.logicaldoc.core.conversion.FormatConverterManager.setDocumentManager ( DocumentManager documentManager )1st parameter 'documentManager' of this method is of type 'DocumentManager'.
DocumentManager.archiveFolder ( long p1, DocumentHistory p2 )This abstract method is from 'DocumentManager' interface.
DocumentManager.changeIndexingStatus ( Document p1, int p2 )This abstract method is from 'DocumentManager' interface.
DocumentManager.checkin ( long p1, File p2, String p3, boolean p4, AbstractDocument p5, DocumentHistory p6 )This abstract method is from 'DocumentManager' interface.
DocumentManager.checkin ( long p1, InputStream p2, String p3, boolean p4, AbstractDocument p5, DocumentHistory p6 )This abstract method is from 'DocumentManager' interface.
DocumentManager.checkout ( long p1, DocumentHistory p2 )This abstract method is from 'DocumentManager' interface.
DocumentManager.countPages ( Document p1 )This abstract method is from 'DocumentManager' interface.
DocumentManager.create ( File p1, Document p2, DocumentHistory p3 )This abstract method is from 'DocumentManager' interface.
DocumentManager.create ( InputStream p1, Document p2, DocumentHistory p3 )This abstract method is from 'DocumentManager' interface.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.document.dao
[+] class HibernateBookmarkDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.03%)
HibernateBookmarkDAO.HibernateBookmarkDAO ( )This constructor is from 'HibernateBookmarkDAO' class.
HibernateBookmarkDAO.findBookmarkedDocs ( long userId )This method is from 'HibernateBookmarkDAO' class.
HibernateBookmarkDAO.findByUserId ( long userId )This method is from 'HibernateBookmarkDAO' class.
HibernateBookmarkDAO.findByUserIdAndDocId ( long userId, long docId )This method is from 'HibernateBookmarkDAO' class.
HibernateBookmarkDAO.findByUserIdAndFolderId ( long userId, long folderId )This method is from 'HibernateBookmarkDAO' class.
HibernateBookmarkDAO.isDocBookmarkedByUser ( long docId, long userId )This method is from 'HibernateBookmarkDAO' class.
[+] class HibernateDocumentDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 65 (0.3%)
HibernateDocumentDAO.archive ( long docId, DocumentHistory transaction )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.cleanExpiredTransactions ( )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.cleanUnexistingUniqueTags ( )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.cleanUnexistingUniqueTagsOneByOne ( )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.computeTotalSize ( Long tenantId, Long userId, boolean computeDeleted )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.count ( Long tenantId, boolean computeDeleted, boolean computeArchived )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.countByIndexed ( int indexed )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.delete ( long docId, int delCode, DocumentHistory transaction )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.delete ( long docId, DocumentHistory transaction )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.deleteAll ( Collection<Document> documents, int delCode, DocumentHistory transaction )This method is from 'HibernateDocumentDAO' class.
...
[+] class HibernateDocumentHistoryDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 11 (0.1%)
HibernateDocumentHistoryDAO.cleanOldHistories ( int ttl )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findByDocId ( long docId )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findByDocIdAndEvent ( long docId, String event )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findByFolderId ( long folderId )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findByPath ( String pathExpression, Date oldestDate, Collection<String> events, Integer max )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findByUserId ( long userId )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findByUserIdAndEvent ( long userId, String event, String sessionId )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findNotNotified ( Integer max )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.markHistoriesAsRead ( String event, long userId )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.store ( DocumentHistory history )This method is from 'HibernateDocumentHistoryDAO' class.
...
[+] class HibernateDocumentLinkDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.04%)
HibernateDocumentLinkDAO.HibernateDocumentLinkDAO ( )This constructor is from 'HibernateDocumentLinkDAO' class.
HibernateDocumentLinkDAO.delete ( long id, int code )This method is from 'HibernateDocumentLinkDAO' class.
HibernateDocumentLinkDAO.findByDocId ( long docId )This method is from 'HibernateDocumentLinkDAO' class.
HibernateDocumentLinkDAO.findByDocId ( long docId, String type )This method is from 'HibernateDocumentLinkDAO' class.
HibernateDocumentLinkDAO.findByDocIdsAndType ( long docId1, long docId2, String type )This method is from 'HibernateDocumentLinkDAO' class.
HibernateDocumentLinkDAO.store ( DocumentLink entity )This method is from 'HibernateDocumentLinkDAO' class.
HibernateDocumentLinkDAO.store ( PersistentObject p1 )This method is from 'HibernateDocumentLinkDAO' class.
[+] class HibernateDocumentNoteDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
HibernateDocumentNoteDAO.HibernateDocumentNoteDAO ( )This constructor is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.copyAnnotations ( long docId, String oldFileVersion, String newFileVersion )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.delete ( long id, int code )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.findByDocId ( long docId, String fileVersion )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.findByDocIdAndType ( long docId, String fileVersion, String type )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.findByDocIdAndTypes ( long docId, String fileVersion, Collection<String> types )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.findByUserId ( long userId )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.store ( DocumentNote note )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.store ( DocumentNote note, DocumentHistory transaction )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.store ( PersistentObject p1 )This method is from 'HibernateDocumentNoteDAO' class.
[+] class HibernateRatingDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.04%)
HibernateRatingDAO.HibernateRatingDAO ( )This constructor is from 'HibernateRatingDAO' class.
HibernateRatingDAO.delete ( long id, int code )This method is from 'HibernateRatingDAO' class.
HibernateRatingDAO.findByDocId ( long docId )This method is from 'HibernateRatingDAO' class.
HibernateRatingDAO.findByDocIdAndUserId ( long docId, long userId )This method is from 'HibernateRatingDAO' class.
HibernateRatingDAO.findVotesByDocId ( long docId )This method is from 'HibernateRatingDAO' class.
HibernateRatingDAO.store ( Rating rating, DocumentHistory transaction )This method is from 'HibernateRatingDAO' class.
HibernateRatingDAO.updateDocumentRating ( long docId, DocumentHistory transaction )This method is from 'HibernateRatingDAO' class.
[+] class HibernateVersionDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
HibernateVersionDAO.delete ( long versionId, int delCode )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.deleteVersion ( Version versionToDelete, int delCode )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.findByDocId ( long docId )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.findByFileVersion ( long docId, String fileVersion )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.findByVersion ( long docId, String version )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.initialize ( Version version )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.initialize ( PersistentObject p1 )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.setFolderDAO ( FolderDAO folderDAO )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.setStorer ( Storer storer )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.store ( Version version )This method is from 'HibernateVersionDAO' class.
...
[+] interface BookmarkDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.03%)
BookmarkDAO.findBookmarkedDocs ( long p1 )This abstract method is from 'BookmarkDAO' interface.
BookmarkDAO.findByUserId ( long p1 )This abstract method is from 'BookmarkDAO' interface.
BookmarkDAO.findByUserIdAndDocId ( long p1, long p2 )This abstract method is from 'BookmarkDAO' interface.
BookmarkDAO.findByUserIdAndFolderId ( long p1, long p2 )This abstract method is from 'BookmarkDAO' interface.
BookmarkDAO.isDocBookmarkedByUser ( long p1, long p2 )This abstract method is from 'BookmarkDAO' interface.
[+] interface DocumentDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 53 (0.3%)
DocumentDAO.archive ( long p1, DocumentHistory p2 )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.cleanExpiredTransactions ( )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.cleanUnexistingUniqueTags ( )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.cleanUnexistingUniqueTagsOneByOne ( )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.computeTotalSize ( Long p1, Long p2, boolean p3 )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.count ( Long p1, boolean p2, boolean p3 )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.countByIndexed ( int p1 )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.delete ( long p1, int p2, DocumentHistory p3 )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.delete ( long p1, DocumentHistory p2 )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.deleteAll ( Collection<Document> p1, int p2, DocumentHistory p3 )This abstract method is from 'DocumentDAO' interface.
...
[+] interface DocumentHistoryDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.05%)
DocumentHistoryDAO.cleanOldHistories ( int p1 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findByDocId ( long p1 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findByDocIdAndEvent ( long p1, String p2 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findByFolderId ( long p1 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findByPath ( String p1, Date p2, Collection<String> p3, Integer p4 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findByUserId ( long p1 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findByUserIdAndEvent ( long p1, String p2, String p3 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findNotNotified ( Integer p1 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.markHistoriesAsRead ( String p1, long p2 )This abstract method is from 'DocumentHistoryDAO' interface.
[+] interface DocumentLinkDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
DocumentLinkDAO.findByDocId ( long p1 )This abstract method is from 'DocumentLinkDAO' interface.
DocumentLinkDAO.findByDocId ( long p1, String p2 )This abstract method is from 'DocumentLinkDAO' interface.
DocumentLinkDAO.findByDocIdsAndType ( long p1, long p2, String p3 )This abstract method is from 'DocumentLinkDAO' interface.
[+] interface DocumentNoteDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.03%)
DocumentNoteDAO.copyAnnotations ( long p1, String p2, String p3 )This abstract method is from 'DocumentNoteDAO' interface.
DocumentNoteDAO.findByDocId ( long p1, String p2 )This abstract method is from 'DocumentNoteDAO' interface.
DocumentNoteDAO.findByDocIdAndType ( long p1, String p2, String p3 )This abstract method is from 'DocumentNoteDAO' interface.
DocumentNoteDAO.findByDocIdAndTypes ( long p1, String p2, Collection<String> p3 )This abstract method is from 'DocumentNoteDAO' interface.
DocumentNoteDAO.findByUserId ( long p1 )This abstract method is from 'DocumentNoteDAO' interface.
DocumentNoteDAO.store ( DocumentNote p1, DocumentHistory p2 )This abstract method is from 'DocumentNoteDAO' interface.
[+] interface RatingDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.03%)
RatingDAO.findByDocId ( long p1 )This abstract method is from 'RatingDAO' interface.
RatingDAO.findByDocIdAndUserId ( long p1, long p2 )This abstract method is from 'RatingDAO' interface.
RatingDAO.findVotesByDocId ( long p1 )This abstract method is from 'RatingDAO' interface.
RatingDAO.store ( Rating p1, DocumentHistory p2 )This abstract method is from 'RatingDAO' interface.
RatingDAO.updateDocumentRating ( long p1, DocumentHistory p2 )This abstract method is from 'RatingDAO' interface.
[+] interface VersionDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.02%)
VersionDAO.findByDocId ( long p1 )This abstract method is from 'VersionDAO' interface.
VersionDAO.findByFileVersion ( long p1, String p2 )This abstract method is from 'VersionDAO' interface.
VersionDAO.findByVersion ( long p1, String p2 )This abstract method is from 'VersionDAO' interface.
VersionDAO.updateDigest ( Version p1 )This abstract method is from 'VersionDAO' interface.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.folder
[+] class FolderGroup 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 53 (0.3%)
FolderGroup.FolderGroup ( )This constructor is from 'FolderGroup' class.
FolderGroup.FolderGroup ( long groupId )This constructor is from 'FolderGroup' class.
FolderGroup.FolderGroup ( FolderGroup source )This constructor is from 'FolderGroup' class.
FolderGroup.equals ( Object obj )This method is from 'FolderGroup' class.
FolderGroup.getAdd ( )This method is from 'FolderGroup' class.
FolderGroup.getArchive ( )This method is from 'FolderGroup' class.
FolderGroup.getAutomation ( )This method is from 'FolderGroup' class.
FolderGroup.getCalendar ( )This method is from 'FolderGroup' class.
FolderGroup.getDelete ( )This method is from 'FolderGroup' class.
FolderGroup.getDownload ( )This method is from 'FolderGroup' class.
...
[+] interface FolderDAO 1
| Change | Effect |
---|
1 |
Abstract method void applyRightToTree ( long, FolderHistory ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 106 (0.5%)
com.logicaldoc.audit.Audit.getFolderDao ( )Return value of this method is of type 'FolderDAO'.
com.logicaldoc.audit.Audit.setFolderDao ( FolderDAO folderDao )1st parameter 'folderDao' of this method is of type 'FolderDAO'.
com.logicaldoc.core.document.DocumentManagerImpl.setFolderDAO ( FolderDAO folderDAO )1st parameter 'folderDAO' of this method is of type 'FolderDAO'.
FolderDAO.applyGridToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.applyMetadataToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.applyOCRToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.applyStorageToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.applyTagsToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.computePath ( long p1 )This abstract method is from 'FolderDAO' interface.
FolderDAO.computePath ( Folder p1 )This abstract method is from 'FolderDAO' interface.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.metadata
[+] class TemplateGroup 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
TemplateGroup.TemplateGroup ( )This constructor is from 'TemplateGroup' class.
TemplateGroup.TemplateGroup ( long groupId )This constructor is from 'TemplateGroup' class.
TemplateGroup.TemplateGroup ( long groupId, int write )This constructor is from 'TemplateGroup' class.
TemplateGroup.TemplateGroup ( TemplateGroup source )This constructor is from 'TemplateGroup' class.
TemplateGroup.equals ( Object obj )This method is from 'TemplateGroup' class.
TemplateGroup.getGroupId ( )This method is from 'TemplateGroup' class.
TemplateGroup.getPermissions ( )This method is from 'TemplateGroup' class.
TemplateGroup.getWrite ( )This method is from 'TemplateGroup' class.
TemplateGroup.hashCode ( )This method is from 'TemplateGroup' class.
TemplateGroup.setGroupId ( long groupId )This method is from 'TemplateGroup' class.
...
[+] interface AttributeOptionDAO 1
| Change | Effect |
---|
1 |
Abstract method boolean deleteBySetIdAndAttribute ( long, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.03%)
AttributeOptionDAO.deleteOrphaned ( long p1, Collection<String> p2 )This abstract method is from 'AttributeOptionDAO' interface.
AttributeOptionDAO.findByAttribute ( long p1, String p2 )This abstract method is from 'AttributeOptionDAO' interface.
AttributeOptionDAO.findByAttributeAndCategory ( long p1, String p2, String p3 )This abstract method is from 'AttributeOptionDAO' interface.
AttributeOptionDAO.findByAttributeAsMap ( long p1, String p2 )This abstract method is from 'AttributeOptionDAO' interface.
HibernateAttributeSetDAO.setOptionsDao ( AttributeOptionDAO optionsDao )1st parameter 'optionsDao' of this method is of type 'AttributeOptionDAO'.
com.logicaldoc.syndication.SyndicationCrawler.setAttributeOptionDao ( AttributeOptionDAO attributeOptionDao )1st parameter 'attributeOptionDao' of this method is of type 'AttributeOptionDAO'.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.searchengine
[+] class Search 1
| Change | Effect |
---|
1 |
Type of field searchUser has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 13 (0.1%)
com.logicaldoc.core.automation.SearchTool.newSearch ( SearchOptions options )Return value of this method is of type 'Search'.
Search.Search ( )This constructor is from 'Search' abstract class.
Search.get ( SearchOptions opt )This method is from 'Search' abstract class.
Search.getEstimatedHitsNumber ( )This method is from 'Search' abstract class.
Search.getExecTime ( )This method is from 'Search' abstract class.
Search.getHits ( )This method is from 'Search' abstract class.
Search.getOptions ( )This method is from 'Search' abstract class.
Search.internalSearch ( )This abstract method is from 'Search' abstract class.
Search.isMoreHitsPresent ( )This method is from 'Search' abstract class.
Search.newOptions ( int type )This method is from 'Search' abstract class.
...
[+] class StandardSearchEngine 2
| Change | Effect |
---|
1 |
Type of field documentDao has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Type of field noteDao has been changed from com.logicaldoc.core.document.dao.DocumentNoteDAO to com.logicaldoc.core.document.DocumentNoteDAO. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 18 (0.1%)
StandardSearchEngine.StandardSearchEngine ( )This constructor is from 'StandardSearchEngine' class.
StandardSearchEngine.addHit ( Document document, InputStream content )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.addHit ( Document document, String content )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.check ( )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.close ( )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.deleteHit ( long id )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.deleteHits ( Collection<Long> ids )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.dropIndex ( )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.getCount ( )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.getHit ( long id )This method is from 'StandardSearchEngine' class.
...
[+] interface SearchEngine 1
| Change | Effect |
---|
1 |
Abstract method Hits search ( String, String[ ], String, Integer ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 21 (0.1%)
com.logicaldoc.core.document.DocumentManagerImpl.setIndexer ( SearchEngine indexer )1st parameter 'indexer' of this method is of type 'SearchEngine'.
IndexerTask.setIndexer ( SearchEngine indexer )1st parameter 'indexer' of this method is of type 'SearchEngine'.
IndexOptimizer.getIndexer ( )Return value of this method is of type 'SearchEngine'.
IndexOptimizer.setIndexer ( SearchEngine indexer )1st parameter 'indexer' of this method is of type 'SearchEngine'.
SearchEngine.addHit ( Document p1, InputStream p2 )This abstract method is from 'SearchEngine' interface.
SearchEngine.addHit ( Document p1, String p2 )This abstract method is from 'SearchEngine' interface.
SearchEngine.check ( )This abstract method is from 'SearchEngine' interface.
SearchEngine.close ( )This abstract method is from 'SearchEngine' interface.
SearchEngine.deleteHit ( long p1 )This abstract method is from 'SearchEngine' interface.
SearchEngine.deleteHits ( Collection<Long> p1 )This abstract method is from 'SearchEngine' interface.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.security
[+] class Group 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 18 (0.1%)
Group.Group ( )This constructor is from 'Group' class.
Group.clearUsers ( )This method is from 'Group' class.
Group.getDescription ( )This method is from 'Group' class.
Group.getName ( )This method is from 'Group' class.
Group.getSource ( )This method is from 'Group' class.
Group.getType ( )This method is from 'Group' class.
Group.getUser ( )This method is from 'Group' class.
Group.getUsers ( )This method is from 'Group' class.
Group.isAdmin ( )This method is from 'Group' class.
Group.isGuest ( )This method is from 'Group' class.
...
[+] class Menu 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 33 (0.2%)
Menu.Menu ( )This constructor is from 'Menu' class.
Menu.addMenuGroup ( MenuGroup mg )This method is from 'Menu' class.
Menu.clearMenuGroups ( )This method is from 'Menu' class.
Menu.compareTo ( Menu o )This method is from 'Menu' class.
Menu.compareTo ( Object p1 )This method is from 'Menu' class.
Menu.equals ( Object obj )This method is from 'Menu' class.
Menu.getAutomation ( )This method is from 'Menu' class.
Menu.getDescription ( )This method is from 'Menu' class.
Menu.getEnabled ( )This method is from 'Menu' class.
Menu.getIcon ( )This method is from 'Menu' class.
...
[+] class MenuGroup 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 17 (0.1%)
MenuGroup.MenuGroup ( )This constructor is from 'MenuGroup' class.
MenuGroup.MenuGroup ( long groupId )This constructor is from 'MenuGroup' class.
MenuGroup.MenuGroup ( MenuGroup source )This constructor is from 'MenuGroup' class.
MenuGroup.equals ( Object obj )This method is from 'MenuGroup' class.
MenuGroup.getDelete ( )This method is from 'MenuGroup' class.
MenuGroup.getGroupId ( )This method is from 'MenuGroup' class.
MenuGroup.getManageSecurity ( )This method is from 'MenuGroup' class.
MenuGroup.getPermissions ( )This method is from 'MenuGroup' class.
MenuGroup.getRename ( )This method is from 'MenuGroup' class.
MenuGroup.getWrite ( )This method is from 'MenuGroup' class.
...
[+] class PasswordHistory 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
PasswordHistory.PasswordHistory ( )This constructor is from 'PasswordHistory' class.
PasswordHistory.compareTo ( PasswordHistory other )This method is from 'PasswordHistory' class.
PasswordHistory.compareTo ( Object p1 )This method is from 'PasswordHistory' class.
PasswordHistory.equals ( Object obj )This method is from 'PasswordHistory' class.
PasswordHistory.getDate ( )This method is from 'PasswordHistory' class.
PasswordHistory.getPassword ( )This method is from 'PasswordHistory' class.
PasswordHistory.getUserId ( )This method is from 'PasswordHistory' class.
PasswordHistory.setDate ( Date date )This method is from 'PasswordHistory' class.
PasswordHistory.setPassword ( String password )This method is from 'PasswordHistory' class.
PasswordHistory.setUserId ( long userId )This method is from 'PasswordHistory' class.
[+] class SecurityManagerImpl 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.1%)
SecurityManagerImpl.getAllowedGroups ( long menuId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.getEnabledPermissions ( long docId, long userId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isDownloadEnabled ( long docId, long userId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isMemberOf ( long userId, long groupId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isMemberOf ( long userId, String groupName )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isPermissionEnabled ( Permission permission, long docId, long userId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isPrintEnabled ( long docId, long userId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isReadEnabled ( long docId, long userId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isWriteEnabled ( long docId, long userId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.setDocumentDAO ( DocumentDAO documentDAO )This method is from 'SecurityManagerImpl' class.
...
[+] class User 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 119 (0.6%)
User.User ( )This constructor is from 'User' class.
User.addGroup ( Group group )This method is from 'User' class.
User.clearPassword ( )This method is from 'User' class.
User.getAvatar ( )This method is from 'User' class.
User.getCertDN ( )This method is from 'User' class.
User.getCertExpire ( )This method is from 'User' class.
User.getCity ( )This method is from 'User' class.
User.getCountry ( )This method is from 'User' class.
User.getDateFormat ( )This method is from 'User' class.
User.getDateFormatLong ( )This method is from 'User' class.
...
[+] class UserEvent 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.02%)
UserEvent.fromString ( String event )This method is from 'UserEvent' class.
UserEvent.toString ( )This method is from 'UserEvent' class.
UserEvent.valueOf ( String name )This method is from 'UserEvent' class.
UserEvent.values ( )This method is from 'UserEvent' class.
[+] class UserGroup 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.04%)
UserGroup.UserGroup ( )This constructor is from 'UserGroup' class.
UserGroup.UserGroup ( long groupId )This constructor is from 'UserGroup' class.
UserGroup.equals ( Object obj )This method is from 'UserGroup' class.
UserGroup.getGroupId ( )This method is from 'UserGroup' class.
UserGroup.hashCode ( )This method is from 'UserGroup' class.
UserGroup.setGroupId ( long groupId )This method is from 'UserGroup' class.
UserGroup.toString ( )This method is from 'UserGroup' class.
[+] class UserHistory 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.02%)
UserHistory.UserHistory ( )This constructor is from 'UserHistory' class.
UserHistory.UserHistory ( UserHistory source )This constructor is from 'UserHistory' class.
UserHistory.getAuthor ( )This method is from 'UserHistory' class.
UserHistory.setAuthor ( String author )This method is from 'UserHistory' class.
[+] class UserListenerManager 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
UserListenerManager.UserListenerManager ( )This constructor is from 'UserListenerManager' class.
UserListenerManager.getListeners ( )This method is from 'UserListenerManager' class.
UserListenerManager.init ( )This method is from 'UserListenerManager' class.
[+] class WorkingTime 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 20 (0.1%)
WorkingTime.WorkingTime ( )This constructor is from 'WorkingTime' class.
WorkingTime.WorkingTime ( int dayOfWeek, int hourStart, int minuteStart )This constructor is from 'WorkingTime' class.
WorkingTime.WorkingTime ( WorkingTime source )This constructor is from 'WorkingTime' class.
WorkingTime.equals ( Object obj )This method is from 'WorkingTime' class.
WorkingTime.getDayOfWeek ( )This method is from 'WorkingTime' class.
WorkingTime.getDescription ( )This method is from 'WorkingTime' class.
WorkingTime.getHourEnd ( )This method is from 'WorkingTime' class.
WorkingTime.getHourStart ( )This method is from 'WorkingTime' class.
WorkingTime.getLabel ( )This method is from 'WorkingTime' class.
WorkingTime.getMinuteEnd ( )This method is from 'WorkingTime' class.
...
[+] interface SecurityManager 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.05%)
SecurityManager.getAllowedGroups ( long p1 )This abstract method is from 'SecurityManager' interface.
SecurityManager.getEnabledPermissions ( long p1, long p2 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isDownloadEnabled ( long p1, long p2 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isMemberOf ( long p1, long p2 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isMemberOf ( long p1, String p2 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isPermissionEnabled ( Permission p1, long p2, long p3 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isPrintEnabled ( long p1, long p2 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isReadEnabled ( long p1, long p2 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isWriteEnabled ( long p1, long p2 )This abstract method is from 'SecurityManager' interface.
[+] interface UserListener 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.01%)
UserListener.afterStore ( User p1, UserHistory p2, Map<String,Object> p3 )This abstract method is from 'UserListener' interface.
UserListener.beforeStore ( User p1, UserHistory p2, Map<String,Object> p3 )This abstract method is from 'UserListener' interface.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.security.authentication
[+] class DefaultAuthenticator 1
| Change | Effect |
---|
1 |
Type of field userDAO has been changed from com.logicaldoc.core.security.dao.UserDAO to com.logicaldoc.core.security.user.UserDAO. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 1 (0.01%)
DefaultAuthenticator.DefaultAuthenticator ( )This constructor is from 'DefaultAuthenticator' class.
[+] interface Authenticator 4
| Change | Effect |
---|
1 |
Abstract method User authenticate ( String, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method User authenticate ( String, String, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method User authenticate ( String, String, String, Client ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method User pickUser ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 15 (0.1%)
AccountDisabledException.AccountDisabledException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AccountInactiveException.AccountInactiveException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AccountNotFoundException.AccountNotFoundException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AccountNotFoundException.AccountNotFoundException ( Authenticator authenticator, String message )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AccountTypeNotAllowedException.AccountTypeNotAllowedException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AuthenticationException.AuthenticationException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AuthenticationException.AuthenticationException ( Authenticator authenticator, String code )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AuthenticationException.AuthenticationException ( Authenticator authenticator, String code, Throwable cause )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AuthenticationException.getAuthenticator ( )Return value of this method is of type 'Authenticator'.
Authenticator.canAuthenticateUser ( String p1 )This abstract method is from 'Authenticator' interface.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.security.dao
[+] class HibernateDeviceDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 11 (0.1%)
HibernateDeviceDAO.cleanOldDevices ( int ttl )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.delete ( long deviceId, int code )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.findByDevice ( Device device )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.findByDeviceId ( String deviceId )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.findByUserId ( long userId )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.findTrustedDevices ( long userId )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.isTrustedDevice ( String username, HttpServletRequest request )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.setUserDAO ( UserDAO userDAO )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.store ( PersistentObject p1 )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.store ( Device entity )This method is from 'HibernateDeviceDAO' class.
...
[+] class HibernateGroupDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 15 (0.1%)
HibernateGroupDAO.count ( )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.delete ( long groupId, int code )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.exists ( String groupname, long tenantId )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.findAllGroupNames ( long tenantId )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.findByLikeName ( String name, long tenantId )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.findByName ( String name, long tenantId )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.fixGuestPermissions ( Group group )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.getMenuDAO ( )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.inheritACLs ( Group group, long parentGroupId )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.initialize ( PersistentObject p1 )This method is from 'HibernateGroupDAO' class.
...
[+] class HibernateMenuDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 31 (0.2%)
HibernateMenuDAO.HibernateMenuDAO ( )This constructor is from 'HibernateMenuDAO' class.
HibernateMenuDAO.applyRightToTree ( long id )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.computePathExtended ( long menuId )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.createPath ( long parentId, long tenantId, int type, String path, boolean inheritSecurity )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.delete ( long menuId, int code )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.deleteAll ( Collection<Menu> menus )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.findByGroupId ( long groupId )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.findByName ( Menu parent, String name, boolean caseSensitive )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.findByName ( String name )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.findByNameAndParentId ( String name, long parentId )This method is from 'HibernateMenuDAO' class.
...
[+] class HibernatePasswordHistoryDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
HibernatePasswordHistoryDAO.cleanOldHistories ( long userId, int retain )This method is from 'HibernatePasswordHistoryDAO' class.
HibernatePasswordHistoryDAO.findByUserId ( long userId, Integer max )This method is from 'HibernatePasswordHistoryDAO' class.
HibernatePasswordHistoryDAO.findByUserIdAndPassword ( long userId, String password, int max )This method is from 'HibernatePasswordHistoryDAO' class.
[+] class HibernateSessionDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.04%)
HibernateSessionDAO.HibernateSessionDAO ( )This constructor is from 'HibernateSessionDAO' class.
HibernateSessionDAO.cleanOldSessions ( int ttl )This method is from 'HibernateSessionDAO' class.
HibernateSessionDAO.countSessions ( Long tenantId, Integer status )This method is from 'HibernateSessionDAO' class.
HibernateSessionDAO.deleteCurrentNodeSessions ( )This method is from 'HibernateSessionDAO' class.
HibernateSessionDAO.findByNode ( String node )This method is from 'HibernateSessionDAO' class.
HibernateSessionDAO.findBySid ( String sid )This method is from 'HibernateSessionDAO' class.
HibernateSessionDAO.initialize ( PersistentObject p1 )This method is from 'HibernateSessionDAO' class.
HibernateSessionDAO.initialize ( Session session )This method is from 'HibernateSessionDAO' class.
[+] class HibernateUserDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 30 (0.2%)
HibernateUserDAO.count ( Long tenantId )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.countGuests ( Long tenantId )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.delete ( long userId, int code )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.delete ( long userId, UserHistory transaction )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.findAdminUser ( String tenantName )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.findByGroup ( long groupId )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.findById ( long p1 )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.findById ( long id )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.findByLikeUsername ( String username )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.findByName ( String name )This method is from 'HibernateUserDAO' class.
...
[+] class HibernateUserHistoryDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.03%)
HibernateUserHistoryDAO.cleanOldHistories ( int ttl )This method is from 'HibernateUserHistoryDAO' class.
HibernateUserHistoryDAO.createUserHistory ( User user, String eventType, String comment, String sessionId, Client client )This method is from 'HibernateUserHistoryDAO' class.
HibernateUserHistoryDAO.findByUserId ( long userId )This method is from 'HibernateUserHistoryDAO' class.
HibernateUserHistoryDAO.findByUserIdAndEvent ( long userId, String event )This method is from 'HibernateUserHistoryDAO' class.
HibernateUserHistoryDAO.store ( PersistentObject p1 )This method is from 'HibernateUserHistoryDAO' class.
HibernateUserHistoryDAO.store ( UserHistory history )This method is from 'HibernateUserHistoryDAO' class.
[+] interface DeviceDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.04%)
DeviceDAO.cleanOldDevices ( int p1 )This abstract method is from 'DeviceDAO' interface.
DeviceDAO.findByDevice ( Device p1 )This abstract method is from 'DeviceDAO' interface.
DeviceDAO.findByDeviceId ( String p1 )This abstract method is from 'DeviceDAO' interface.
DeviceDAO.findByUserId ( long p1 )This abstract method is from 'DeviceDAO' interface.
DeviceDAO.findTrustedDevices ( long p1 )This abstract method is from 'DeviceDAO' interface.
DeviceDAO.isTrustedDevice ( String p1, HttpServletRequest p2 )This abstract method is from 'DeviceDAO' interface.
DeviceDAO.trustDevice ( User p1, Device p2 )This abstract method is from 'DeviceDAO' interface.
[+] interface GroupDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.05%)
GroupDAO.count ( )This abstract method is from 'GroupDAO' interface.
GroupDAO.findAllGroupNames ( long p1 )This abstract method is from 'GroupDAO' interface.
GroupDAO.findByLikeName ( String p1, long p2 )This abstract method is from 'GroupDAO' interface.
GroupDAO.findByName ( String p1, long p2 )This abstract method is from 'GroupDAO' interface.
GroupDAO.fixGuestPermissions ( Group p1 )This abstract method is from 'GroupDAO' interface.
GroupDAO.inheritACLs ( Group p1, long p2 )This abstract method is from 'GroupDAO' interface.
GroupDAO.initialize ( PersistentObject p1 )This method is from 'GroupDAO' interface.
GroupDAO.initialize ( Group p1 )This abstract method is from 'GroupDAO' interface.
GroupDAO.insert ( Group p1, long p2 )This abstract method is from 'GroupDAO' interface.
[+] interface MenuDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 22 (0.1%)
MenuDAO.applyRightToTree ( long p1 )This abstract method is from 'MenuDAO' interface.
MenuDAO.computePathExtended ( long p1 )This abstract method is from 'MenuDAO' interface.
MenuDAO.createPath ( long p1, long p2, int p3, String p4, boolean p5 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByGroupId ( long p1 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByName ( Menu p1, String p2, boolean p3 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByName ( String p1 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByNameAndParentId ( String p1, long p2 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByParentId ( long p1, boolean p2 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByUserId ( long p1 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByUserId ( long p1, long p2, boolean p3 )This abstract method is from 'MenuDAO' interface.
...
[+] interface PasswordHistoryDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
PasswordHistoryDAO.cleanOldHistories ( long p1, int p2 )This abstract method is from 'PasswordHistoryDAO' interface.
PasswordHistoryDAO.findByUserId ( long p1, Integer p2 )This abstract method is from 'PasswordHistoryDAO' interface.
PasswordHistoryDAO.findByUserIdAndPassword ( long p1, String p2, int p3 )This abstract method is from 'PasswordHistoryDAO' interface.
[+] interface SessionDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.03%)
SessionDAO.cleanOldSessions ( int p1 )This abstract method is from 'SessionDAO' interface.
SessionDAO.countSessions ( Long p1, Integer p2 )This abstract method is from 'SessionDAO' interface.
SessionDAO.deleteCurrentNodeSessions ( )This abstract method is from 'SessionDAO' interface.
SessionDAO.findByNode ( String p1 )This abstract method is from 'SessionDAO' interface.
SessionDAO.findBySid ( String p1 )This abstract method is from 'SessionDAO' interface.
[+] interface TenantDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.02%)
TenantDAO.count ( )This abstract method is from 'TenantDAO' interface.
TenantDAO.findAllNames ( )This abstract method is from 'TenantDAO' interface.
TenantDAO.findByName ( String p1 )This abstract method is from 'TenantDAO' interface.
TenantDAO.getTenantName ( long p1 )This abstract method is from 'TenantDAO' interface.
[+] interface UserDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 15 (0.1%)
UserDAO.count ( Long p1 )This abstract method is from 'UserDAO' interface.
UserDAO.countGuests ( Long p1 )This abstract method is from 'UserDAO' interface.
UserDAO.delete ( long p1, UserHistory p2 )This abstract method is from 'UserDAO' interface.
UserDAO.findAdminUser ( String p1 )This abstract method is from 'UserDAO' interface.
UserDAO.findByGroup ( long p1 )This abstract method is from 'UserDAO' interface.
UserDAO.findByLikeUsername ( String p1 )This abstract method is from 'UserDAO' interface.
UserDAO.findByName ( String p1 )This abstract method is from 'UserDAO' interface.
UserDAO.findByUsername ( String p1 )This abstract method is from 'UserDAO' interface.
UserDAO.findByUsernameAndName ( String p1, String p2 )This abstract method is from 'UserDAO' interface.
UserDAO.findByUsernameIgnoreCase ( String p1 )This abstract method is from 'UserDAO' interface.
...
[+] interface UserHistoryDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.02%)
UserHistoryDAO.cleanOldHistories ( int p1 )This abstract method is from 'UserHistoryDAO' interface.
UserHistoryDAO.createUserHistory ( User p1, String p2, String p3, String p4, Client p5 )This abstract method is from 'UserHistoryDAO' interface.
UserHistoryDAO.findByUserId ( long p1 )This abstract method is from 'UserHistoryDAO' interface.
UserHistoryDAO.findByUserIdAndEvent ( long p1, String p2 )This abstract method is from 'UserHistoryDAO' interface.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.stats
[+] class StatsCollector 1
| Change | Effect |
---|
1 |
Type of field tenantDAO has been changed from com.logicaldoc.core.security.dao.TenantDAO to com.logicaldoc.core.security.TenantDAO. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 17 (0.1%)
StatsCollector.StatsCollector ( )This constructor is from 'StatsCollector' class.
StatsCollector.getConfig ( )This method is from 'StatsCollector' class.
StatsCollector.getFolderDAO ( )This method is from 'StatsCollector' class.
StatsCollector.getGenericDAO ( )This method is from 'StatsCollector' class.
StatsCollector.getSize ( )This method is from 'StatsCollector' class.
StatsCollector.isConcurrent ( )This method is from 'StatsCollector' class.
StatsCollector.isIndeterminate ( )This method is from 'StatsCollector' class.
StatsCollector.runTask ( )This method is from 'StatsCollector' class.
StatsCollector.saveStatistic ( String parameter, Object val, long tenantId )This method is from 'StatsCollector' class.
StatsCollector.setConfig ( ContextProperties config )This method is from 'StatsCollector' class.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.task
[+] class AbstractDocumentProcessor 2
| Change | Effect |
---|
1 |
Type of field documentDao has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Abstract method void processDocument ( Document, User ) has been removed from this class. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 8 (0.04%)
AbstractDocumentProcessor.AbstractDocumentProcessor ( String name )This constructor is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.getBatchSize ( )This abstract method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.getDefaultUser ( )This abstract method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.isConcurrent ( )This method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.isIndeterminate ( )This method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.prepareQueueQuery ( Long p1 )This abstract method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.prepareReport ( Locale locale )This method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.runTask ( )This method is from 'AbstractDocumentProcessor' abstract class.
[+] class Task 1
| Change | Effect |
---|
1 |
Type of field userDao has been changed from com.logicaldoc.core.security.dao.UserDAO to com.logicaldoc.core.security.user.UserDAO. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 34 (0.2%)
Task.Task ( String name )This constructor is from 'Task' abstract class.
Task.addTaskListener ( TaskListener listener )This method is from 'Task' abstract class.
Task.getCompletionPercentage ( )This method is from 'Task' abstract class.
Task.getConfig ( )This method is from 'Task' abstract class.
Task.getName ( )This method is from 'Task' abstract class.
Task.getProgress ( )This method is from 'Task' abstract class.
Task.getReportRecipients ( )This method is from 'Task' abstract class.
Task.getScheduling ( )This method is from 'Task' abstract class.
Task.getSize ( )This method is from 'Task' abstract class.
Task.getStatus ( )This method is from 'Task' abstract class.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.transfer
[+] class ZipImport 1
| Change | Effect |
---|
1 |
Type of field user has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 7 (0.04%)
ZipImport.ZipImport ( Document docVo, String fileNameCharset )This constructor is from 'ZipImport' class.
ZipImport.addEntry ( File file, Folder parent )This method is from 'ZipImport' class.
ZipImport.isNotifyUser ( )This method is from 'ZipImport' class.
ZipImport.process ( File zipsource, Folder parent, long userId, String sessionId )This method is from 'ZipImport' class.
ZipImport.process ( String zipsource, Folder parent, long userId, String sessionId )This method is from 'ZipImport' class.
ZipImport.sendNotificationMessage ( )This method is from 'ZipImport' class.
ZipImport.setNotifyUser ( boolean notifyUser )This method is from 'ZipImport' class.
logicaldoc-enterprise-automation-8.9.0-plugin.jar
package com.logicaldoc.enterprise.automation
[+] class AutomationRoutineGroup 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 11 (0.1%)
AutomationRoutineGroup.AutomationRoutineGroup ( )This constructor is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.AutomationRoutineGroup ( long groupId )This constructor is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.AutomationRoutineGroup ( AutomationRoutineGroup source )This constructor is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.equals ( Object obj )This method is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.getGroupId ( )This method is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.getPermissions ( )This method is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.getWrite ( )This method is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.hashCode ( )This method is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.setGroupId ( long groupId )This method is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.setPermissions ( int permissions )This method is from 'AutomationRoutineGroup' class.
...
[+] class AutomationRoutineRightsDataServlet 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.01%)
AutomationRoutineRightsDataServlet.AutomationRoutineRightsDataServlet ( )This constructor is from 'AutomationRoutineRightsDataServlet' class.
AutomationRoutineRightsDataServlet.service ( HttpServletRequest request, HttpServletResponse response )This method is from 'AutomationRoutineRightsDataServlet' class.
[+] interface AutomationRoutineDAO 2
| Change | Effect |
---|
1 |
Abstract method boolean isReadEnable ( long, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method boolean isWriteEnable ( long, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.02%)
AutomationRoutineDAO.findByName ( String p1, long p2 )This abstract method is from 'AutomationRoutineDAO' interface.
AutomationRoutineDAO.findByUser ( long p1 )This abstract method is from 'AutomationRoutineDAO' interface.
AutomationRoutineDAO.getEnabledPermissions ( long p1, long p2 )This abstract method is from 'AutomationRoutineDAO' interface.
logicaldoc-enterprise-core-8.9.0-plugin.jar
package com.logicaldoc.core.security.dao
[+] class HibernateTenantDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 17 (0.1%)
HibernateTenantDAO.HibernateTenantDAO ( )This constructor is from 'HibernateTenantDAO' class.
HibernateTenantDAO.count ( )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.delete ( long p1, int p2 )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.findAllNames ( )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.findByName ( String p1 )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.getTenantName ( long p1 )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.setAttributeSetDao ( AttributeSetDAO p1 )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.setConfig ( ContextProperties p1 )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.setDashletDao ( DashletDAO p1 )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.setFolderDao ( FolderDAO p1 )This method is from 'HibernateTenantDAO' class.
...
logicaldoc-enterprise-core-8.9.0-plugin.jar
package com.logicaldoc.enterprise
[+] class UserCounter 1
| Change | Effect |
---|
1 |
Removed super-interface com.logicaldoc.core.security.UserListener. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.03%)
UserCounter.UserCounter ( )This constructor is from 'UserCounter' class.
UserCounter.validateGuestCount ( long p1, boolean p2 )This method is from 'UserCounter' class.
UserCounter.validateGuestCount ( Tenant p1, boolean p2 )This method is from 'UserCounter' class.
UserCounter.validateUserCount ( long p1, boolean p2 )This method is from 'UserCounter' class.
UserCounter.validateUserCount ( Tenant p1, boolean p2 )This method is from 'UserCounter' class.
logicaldoc-enterprise-core-8.9.0-plugin.jar
package com.logicaldoc.enterprise.reading
[+] interface ReadingRequestDAO 1
| Change | Effect |
---|
1 |
Abstract method void notifyReadings ( Collection<ReadingRequest>, DocumentHistory ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 11 (0.1%)
com.logicaldoc.enterprise.cleaner.CleanerTask.setReadingRequestDao ( ReadingRequestDAO p1 )1st parameter 'p1' of this method is of type 'ReadingRequestDAO'.
ReadingRequestDAO.cleanOldRequests ( int p1 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.confirmReading ( long p1, String p2, DocumentHistory p3 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.countUnconfirmedReadings ( long p1 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findByAlternateKey ( long p1, long p2, long p3, String p4 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findByDocId ( long p1 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findByDocIdAndFileVersion ( long p1, String p2 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findByDocIdAndUserId ( long p1, long p2 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findLastUnconfirmed ( long p1, long p2 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findUnconfirmedByUserId ( long p1 )This abstract method is from 'ReadingRequestDAO' interface.
...
logicaldoc-enterprise-core-8.9.0-plugin.jar
package com.logicaldoc.enterprise.security.cas
[+] class CasUserDetails 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
CasUserDetails.CasUserDetails ( UserDetails p1, User p2 )This constructor is from 'CasUserDetails' class.
CasUserDetails.getAuthorities ( )This method is from 'CasUserDetails' class.
CasUserDetails.getPassword ( )This method is from 'CasUserDetails' class.
CasUserDetails.getUser ( )This method is from 'CasUserDetails' class.
CasUserDetails.getUsername ( )This method is from 'CasUserDetails' class.
CasUserDetails.isAccountNonExpired ( )This method is from 'CasUserDetails' class.
CasUserDetails.isAccountNonLocked ( )This method is from 'CasUserDetails' class.
CasUserDetails.isCredentialsNonExpired ( )This method is from 'CasUserDetails' class.
CasUserDetails.isEnabled ( )This method is from 'CasUserDetails' class.
CasUserDetails.setUser ( User p1 )This method is from 'CasUserDetails' class.
[+] class CasUserDetailsService 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.03%)
CasUserDetailsService.CasUserDetailsService ( )This constructor is from 'CasUserDetailsService' class.
CasUserDetailsService.loadUserByUsername ( String p1 )This method is from 'CasUserDetailsService' class.
CasUserDetailsService.setAuthenticationChain ( AuthenticationChain p1 )This method is from 'CasUserDetailsService' class.
CasUserDetailsService.setConfig ( ContextProperties p1 )This method is from 'CasUserDetailsService' class.
CasUserDetailsService.setGroupDao ( GroupDAO p1 )This method is from 'CasUserDetailsService' class.
CasUserDetailsService.setUserDao ( UserDAO p1 )This method is from 'CasUserDetailsService' class.
[+] class EnterpriseCasAuthenticationEntryPoint 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.01%)
EnterpriseCasAuthenticationEntryPoint.EnterpriseCasAuthenticationEntryPoint ( )This constructor is from 'EnterpriseCasAuthenticationEntryPoint' class.
EnterpriseCasAuthenticationEntryPoint.preCommence ( HttpServletRequest p1, HttpServletResponse p2 )This method is from 'EnterpriseCasAuthenticationEntryPoint' class.
[+] class EnterpriseCasAuthenticationFilter 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.02%)
EnterpriseCasAuthenticationFilter.EnterpriseCasAuthenticationFilter ( )This constructor is from 'EnterpriseCasAuthenticationFilter' class.
EnterpriseCasAuthenticationFilter.attemptAuthentication ( HttpServletRequest p1, HttpServletResponse p2 )This method is from 'EnterpriseCasAuthenticationFilter' class.
EnterpriseCasAuthenticationFilter.doFilter ( ServletRequest p1, ServletResponse p2, FilterChain p3 )This method is from 'EnterpriseCasAuthenticationFilter' class.
EnterpriseCasAuthenticationFilter.requiresAuthentication ( HttpServletRequest p1, HttpServletResponse p2 )This method is from 'EnterpriseCasAuthenticationFilter' class.
logicaldoc-enterprise-core-8.9.0-plugin.jar
package com.logicaldoc.enterprise.webservice.soap
[+] interface EnterpriseDocumentService 1
| Change | Effect |
---|
1 |
Abstract method void askReadingConfirmation ( String, Long[ ], Long[ ], Long[ ], boolean, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.03%)
EnterpriseDocumentService.checkin ( String p1, long p2, String p3, String p4, boolean p5, WSDocument p6 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.create ( String p1, WSDocument p2 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.deleteChunks ( String p1 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.downloadChunk ( String p1, long p2, String p3, long p4, long p5 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.uploadChunk ( String p1, DataHandler p2 )This abstract method is from 'EnterpriseDocumentService' interface.
logicaldoc-form-8.9.0-plugin.jar
package com.logicaldoc.form
[+] class FormManager 1
| Change | Effect |
---|
1 |
Type of field documentDao has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 9 (0.05%)
FormManager.FormManager ( )This constructor is from 'FormManager' class.
FormManager.fillForm ( Document document, History transaction )This method is from 'FormManager' class.
FormManager.getConverter ( )This method is from 'FormManager' class.
FormManager.getDocumentManager ( )This method is from 'FormManager' class.
FormManager.getStorer ( )This method is from 'FormManager' class.
FormManager.setConverter ( FormatConverterManager converter )This method is from 'FormManager' class.
FormManager.setDocumentManager ( DocumentManager documentManager )This method is from 'FormManager' class.
FormManager.setFormDao ( FormDAO formDao )This method is from 'FormManager' class.
FormManager.setStorer ( Storer storer )This method is from 'FormManager' class.
logicaldoc-form-8.9.0-plugin.jar
package com.logicaldoc.form.gui
[+] class FormsDataServlet 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.01%)
FormsDataServlet.FormsDataServlet ( )This constructor is from 'FormsDataServlet' class.
FormsDataServlet.service ( HttpServletRequest request, HttpServletResponse response, Session session, Integer max, Locale locale )This method is from 'FormsDataServlet' class.
[+] class FormServiceImpl 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.04%)
FormServiceImpl.FormServiceImpl ( )This constructor is from 'FormServiceImpl' class.
FormServiceImpl.delete ( long id )This method is from 'FormServiceImpl' class.
FormServiceImpl.fromForm ( Form form )This method is from 'FormServiceImpl' class.
FormServiceImpl.getById ( long id )This method is from 'FormServiceImpl' class.
FormServiceImpl.getPreFilledLink ( GUIForm form, String responderEmail )This method is from 'FormServiceImpl' class.
FormServiceImpl.invite ( GUIForm prefilledForm, GUIEmail email, String locale )This method is from 'FormServiceImpl' class.
FormServiceImpl.processImage ( )This method is from 'FormServiceImpl' class.
FormServiceImpl.save ( GUIForm guiForm )This method is from 'FormServiceImpl' class.
logicaldoc-form-8.9.0-plugin.jar
package com.logicaldoc.form.gui.webform.client
[+] class Webform 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
Webform.Webform ( )This constructor is from 'Webform' class.
Webform.injectCustomCss ( String p1 )This method is from 'Webform' class.
Webform.onModuleLoad ( )This method is from 'Webform' class.
[+] class WebformPropertiesPanel 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.03%)
WebformPropertiesPanel.WebformPropertiesPanel ( GUIForm webform )This constructor is from 'WebformPropertiesPanel' class.
WebformPropertiesPanel.adaptForms ( )This method is from 'WebformPropertiesPanel' class.
WebformPropertiesPanel.getWebform ( )This method is from 'WebformPropertiesPanel' class.
WebformPropertiesPanel.newAttributesForm ( )This method is from 'WebformPropertiesPanel' class.
WebformPropertiesPanel.prepareAttributeItem ( GUIAttribute att )This method is from 'WebformPropertiesPanel' class.
[+] class WebformService.Instance 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
WebformService.Instance.get ( )This method is from 'WebformService.Instance' class.
[+] interface WebformService 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.03%)
WebformService.getForm ( String p1, String p2 )This abstract method is from 'WebformService' interface.
WebformService.getFormByDocId ( long p1, String p2 )This abstract method is from 'WebformService' interface.
WebformService.getInfo ( String p1, String p2 )This abstract method is from 'WebformService' interface.
WebformService.getInfoByDocId ( long p1, String p2 )This abstract method is from 'WebformService' interface.
WebformService.submit ( GUIForm p1 )This abstract method is from 'WebformService' interface.
[+] interface WebformServiceAsync 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.03%)
WebformServiceAsync.getForm ( String p1, String p2, AsyncCallback<GUIForm> p3 )This abstract method is from 'WebformServiceAsync' interface.
WebformServiceAsync.getFormByDocId ( long p1, String p2, AsyncCallback<GUIForm> p3 )This abstract method is from 'WebformServiceAsync' interface.
WebformServiceAsync.getInfo ( String p1, String p2, AsyncCallback<GUIInfo> p3 )This abstract method is from 'WebformServiceAsync' interface.
WebformServiceAsync.getInfoByDocId ( long p1, String p2, AsyncCallback<GUIInfo> p3 )This abstract method is from 'WebformServiceAsync' interface.
WebformServiceAsync.submit ( GUIForm p1, AsyncCallback<GUIDocument> p2 )This abstract method is from 'WebformServiceAsync' interface.
logicaldoc-form-8.9.0-plugin.jar
package com.logicaldoc.form.gui.webform.server
[+] class WebformServiceImpl 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.03%)
WebformServiceImpl.WebformServiceImpl ( )This constructor is from 'WebformServiceImpl' class.
WebformServiceImpl.getForm ( String formId, String locale )This method is from 'WebformServiceImpl' class.
WebformServiceImpl.getFormByDocId ( long docId, String locale )This method is from 'WebformServiceImpl' class.
WebformServiceImpl.getInfo ( String formId, String locale )This method is from 'WebformServiceImpl' class.
WebformServiceImpl.getInfoByDocId ( long docId, String locale )This method is from 'WebformServiceImpl' class.
WebformServiceImpl.submit ( GUIForm guiForm )This method is from 'WebformServiceImpl' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.beans
[+] class GUIRight 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 52 (0.3%)
GUIRight.GUIRight ( )This constructor is from 'GUIRight' class.
GUIRight.getEntityId ( )This method is from 'GUIRight' class.
GUIRight.getLabel ( )This method is from 'GUIRight' class.
GUIRight.getName ( )This method is from 'GUIRight' class.
GUIRight.isAdd ( )This method is from 'GUIRight' class.
GUIRight.isArchive ( )This method is from 'GUIRight' class.
GUIRight.isAutomation ( )This method is from 'GUIRight' class.
GUIRight.isCalendar ( )This method is from 'GUIRight' class.
GUIRight.isDelete ( )This method is from 'GUIRight' class.
GUIRight.isDownload ( )This method is from 'GUIRight' class.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.controllers
[+] interface DocumentObserver 1
| Change | Effect |
---|
1 |
Abstract method void onDocumentsDeleted ( GUIDocument[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 22 (0.1%)
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.DocumentDetailsPanel ( GUIDocument doc )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getDocument ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getPanelName ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.onSave ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabs ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabset ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.refresh ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.setDocument ( GUIDocument document )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.StandardPropertiesPanel ( GUIDocument document, ChangedHandler changedHandler, DocumentObserver observer )3rd parameter 'observer' of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.validate ( )Field 'this.observer' in the object of this method is of type 'DocumentObserver'.
...
[+] interface ReadingRequestObserver 1
| Change | Effect |
---|
1 |
Abstract method void onNewReadingRequests ( GUIReadingRequest[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.02%)
ReadingRequestController.addObserver ( ReadingRequestObserver observer )1st parameter 'observer' of this method is of type 'ReadingRequestObserver'.
ReadingRequestController.removeObserver ( ReadingRequestObserver observer )1st parameter 'observer' of this method is of type 'ReadingRequestObserver'.
ReadingRequestObserver.onConfirmReading ( long p1 )This abstract method is from 'ReadingRequestObserver' interface.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.data
[+] class AutomationRoutineRightsDS 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
AutomationRoutineRightsDS.AutomationRoutineRightsDS ( long routineId )This constructor is from 'AutomationRoutineRightsDS' class.
[+] class RightsDS 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
RightsDS.RightsDS ( long id, boolean folder )This constructor is from 'RightsDS' class.
[+] class StampUsersDS 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
StampUsersDS.StampUsersDS ( long stampId )This constructor is from 'StampUsersDS' class.
[+] class TemplateRightsDS 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
TemplateRightsDS.TemplateRightsDS ( long id )This constructor is from 'TemplateRightsDS' class.
[+] class WorkflowRightsDS 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
WorkflowRightsDS.WorkflowRightsDS ( long id )This constructor is from 'WorkflowRightsDS' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.services
[+] interface InfoService 1
| Change | Effect |
---|
1 |
Abstract method GUIParameter[ ] getSessionInfo ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.02%)
InfoService.getCronDescription ( String p1, String p2 )This abstract method is from 'InfoService' interface.
InfoService.getInfo ( String p1, String p2, boolean p3 )This abstract method is from 'InfoService' interface.
InfoService.ping ( )This abstract method is from 'InfoService' interface.
[+] interface SecurityService 11
| Change | Effect |
---|
1 |
Abstract method void applyRights ( GUIMenu ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void cloneWorkTimes ( long, long[ ], long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void deleteTrustedDevices ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method GUIMenu[ ] getMenus ( long, String, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method GUISequence[ ] loadBlockedEntities ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
6 |
Abstract method void removeBlockedEntities ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
7 |
Abstract method void removeFromGroup ( long, long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
8 |
Abstract method void replicateUsersSettings ( long, Long[ ], boolean, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
9 |
Abstract method void saveMenus ( GUIMenu[ ], String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
10 |
Abstract method GUIUser[ ] searchUsers ( String, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
11 |
Abstract method String[ ] validatePassword ( String, int, int, int, int, int, int, int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 27 (0.1%)
SecurityService.addUserToGroup ( long p1, long p2 )This abstract method is from 'SecurityService' interface.
SecurityService.changePassword ( Long p1, long p2, String p3, String p4, boolean p5 )This abstract method is from 'SecurityService' interface.
SecurityService.changeStatus ( long p1, boolean p2 )This abstract method is from 'SecurityService' interface.
SecurityService.deleteGroup ( long p1 )This abstract method is from 'SecurityService' interface.
SecurityService.deleteMenu ( long p1 )This abstract method is from 'SecurityService' interface.
SecurityService.deleteUser ( long p1 )This abstract method is from 'SecurityService' interface.
SecurityService.generatePassword2 ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 )This abstract method is from 'SecurityService' interface.
SecurityService.generatePassword ( )This abstract method is from 'SecurityService' interface.
SecurityService.getGroup ( long p1 )This abstract method is from 'SecurityService' interface.
SecurityService.getMenu ( long p1, String p2 )This abstract method is from 'SecurityService' interface.
...
[+] interface SecurityServiceAsync 7
| Change | Effect |
---|
1 |
Abstract method void applyRights ( GUIMenu, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void cloneWorkTimes ( long, long[ ], long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void deleteTrustedDevices ( String[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void removeBlockedEntities ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method void removeFromGroup ( long, long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
6 |
Abstract method void replicateUsersSettings ( long, Long[ ], boolean, boolean, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
7 |
Abstract method void saveMenus ( GUIMenu[ ], String, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 37 (0.2%)
com.logicaldoc.enterprise.gui.mobile.client.Mobile.Mobile ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.get ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.onModuleLoad ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.setInstance ( Mobile instance )Field 'instance.securityService' in 1st parameter 'instance' of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.showMain ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
SecurityService.Instance.get ( )Return value of this method is of type 'SecurityServiceAsync'.
SecurityServiceAsync.addUserToGroup ( long p1, long p2, AsyncCallback<Void> p3 )This abstract method is from 'SecurityServiceAsync' interface.
SecurityServiceAsync.changePassword ( Long p1, long p2, String p3, String p4, boolean p5, AsyncCallback<GUIValue> p6 )This abstract method is from 'SecurityServiceAsync' interface.
SecurityServiceAsync.changeStatus ( long p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'SecurityServiceAsync' interface.
SecurityServiceAsync.deleteGroup ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'SecurityServiceAsync' interface.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.widgets
[+] class ExtendedPropertiesPanel 1
| Change | Effect |
---|
1 |
Field object has been renamed to extensibleObject. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 13 (0.1%)
ExtendedPropertiesPanel.ExtendedPropertiesPanel ( GUIExtensibleObject object, ChangedHandler changedHandler, ChangedHandler templateChangedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection )This constructor is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.ExtendedPropertiesPanel ( GUIExtensibleObject object, ChangedHandler changedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection )This constructor is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.adaptForms ( )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.getObject ( )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.newAttributesForm ( )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.onErrors ( ServerValidationError[ ] errors )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.prepareAttributeItem ( GUIAttribute att )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.prepareBooleanItem ( GUIAttribute att )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.prepareDateItem ( GUIAttribute att )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.prepareFolderItem ( GUIAttribute att, List<FormItemIcon> multiValIcons )This method is from 'ExtendedPropertiesPanel' class.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.dashboard
[+] class MostUsedTagsPortlet 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
MostUsedTagsPortlet.MostUsedTagsPortlet ( )This constructor is from 'MostUsedTagsPortlet' class.
[+] class TagCloud 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.01%)
TagCloud.TagCloud ( )This constructor is from 'TagCloud' class.
TagCloud.refresh ( )This method is from 'TagCloud' class.
[+] class TagsDashboard 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.01%)
TagsDashboard.TagsDashboard ( )This constructor is from 'TagsDashboard' class.
TagsDashboard.onDraw ( )This method is from 'TagsDashboard' class.
[+] class TagsPortlet 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
TagsPortlet.TagsPortlet ( )This constructor is from 'TagsPortlet' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document.grid
[+] interface DocumentsGrid 5
| Change | Effect |
---|
1 |
Abstract method GUIDocument[ ] getDocuments ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method Long[ ] getIds ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method GUIDocument[ ] getSelectedDocuments ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method Long[ ] getSelectedIds ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method void setDocuments ( GUIDocument[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 67 (0.3%)
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.DocumentsListPanel ( GUIFolder folder )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.DocumentsListPanel ( GUIFolder folder, int visualizationMode )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.destroy ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.getGrid ( )Return value of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.getVisualizationMode ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.prepareDocumentsGrid ( GUIFolder folder, int visualizationMode )Return value of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.registerSelectionHandler ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.toggleFilters ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.updateData ( GUIFolder folder )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsPanel.getDocumentsGrid ( )Return value of this method is of type 'DocumentsGrid'.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document.selector
[+] class DocumentSelectorDialog 1
| Change | Effect |
---|
1 |
Abstract method void onSelection ( GUIDocument[ ] ) has been removed from this class. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.02%)
DocumentSelectorDialog.DocumentSelectorDialog ( )This constructor is from 'DocumentSelectorDialog' abstract class.
DocumentSelectorDialog.getDefaultStatus ( )This method is from 'DocumentSelectorDialog' abstract class.
DocumentSelectorDialog.onDraw ( )This method is from 'DocumentSelectorDialog' abstract class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document.stamp
[+] class FillStamp 1
| Change | Effect |
---|
1 |
Field sourceGrid of type com.logicaldoc.gui.frontend.client.document.grid.DocumentsGrid has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 3 (0.02%)
FillStamp.getDefaultStatus ( )This method is from 'FillStamp' class.
FillStamp.onDraw ( )This method is from 'FillStamp' class.
FillStamp.onSave ( )This method is from 'FillStamp' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.metadata.stamp
[+] class StampUsersPanel 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.01%)
StampUsersPanel.StampUsersPanel ( long stampId )This constructor is from 'StampUsersPanel' class.
StampUsersPanel.onDraw ( )This method is from 'StampUsersPanel' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.security
[+] class MenuRightsPanel 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.02%)
MenuRightsPanel.MenuRightsPanel ( GUIMenu menu, boolean withApplyButton )This constructor is from 'MenuRightsPanel' class.
MenuRightsPanel.getRights ( )This method is from 'MenuRightsPanel' class.
MenuRightsPanel.onApply ( )This method is from 'MenuRightsPanel' class.
MenuRightsPanel.onDraw ( )This method is from 'MenuRightsPanel' class.
[+] class SingleSignonPanel 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.01%)
SingleSignonPanel.SingleSignonPanel ( )This constructor is from 'SingleSignonPanel' class.
SingleSignonPanel.onDraw ( )This method is from 'SingleSignonPanel' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.services
[+] interface AttributeSetService 4
| Change | Effect |
---|
1 |
Abstract method void deleteOptions ( long, String, String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method GUIAttributeSet[ ] getAttributeSets ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method GUIValue[ ] parseOptions ( long, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void saveOptions ( long, String, GUIValue[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.03%)
AttributeSetService.applyAllToTemplates ( long p1, String p2 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.applyInitializationToTemplates ( long p1, String p2 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.applyValidationToTemplates ( long p1, String p2 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.delete ( long p1 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.getAttributeSet ( long p1 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.save ( GUIAttributeSet p1 )This abstract method is from 'AttributeSetService' interface.
[+] interface AttributeSetServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void deleteOptions ( long, String, String[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void saveOptions ( long, String, GUIValue[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 9 (0.05%)
AttributeSetService.Instance.get ( )Return value of this method is of type 'AttributeSetServiceAsync'.
AttributeSetServiceAsync.applyAllToTemplates ( long p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.applyInitializationToTemplates ( long p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.applyValidationToTemplates ( long p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.getAttributeSet ( long p1, AsyncCallback<GUIAttributeSet> p2 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.getAttributeSets ( AsyncCallback<GUIAttributeSet[ ]> p1 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.parseOptions ( long p1, String p2, AsyncCallback<GUIValue[ ]> p3 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.save ( GUIAttributeSet p1, AsyncCallback<GUIAttributeSet> p2 )This abstract method is from 'AttributeSetServiceAsync' interface.
[+] interface AuditServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void deleteSubscriptions ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void subscribeDocuments ( Long[ ], String[ ], Long, Long, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void subscribeFolder ( long, boolean, String[ ], Long, Long, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void update ( Long[ ], boolean, String[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (0.01%)
AuditService.Instance.get ( )Return value of this method is of type 'AuditServiceAsync'.
[+] interface AutomationService 3
| Change | Effect |
---|
1 |
Abstract method void deleteRoutines ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void deleteTriggers ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void execute ( GUIAutomationRoutine, Long[ ], Long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.03%)
AutomationService.applyTriggersToTree ( long p1 )This abstract method is from 'AutomationService' interface.
AutomationService.getRoutine ( long p1 )This abstract method is from 'AutomationService' interface.
AutomationService.getTrigger ( long p1 )This abstract method is from 'AutomationService' interface.
AutomationService.saveRoutine ( GUIAutomationRoutine p1 )This abstract method is from 'AutomationService' interface.
AutomationService.saveTrigger ( GUIAutomationTrigger p1 )This abstract method is from 'AutomationService' interface.
[+] interface AutomationServiceAsync 3
| Change | Effect |
---|
1 |
Abstract method void deleteRoutines ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void deleteTriggers ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void execute ( GUIAutomationRoutine, Long[ ], Long, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.03%)
AutomationService.Instance.get ( )Return value of this method is of type 'AutomationServiceAsync'.
AutomationServiceAsync.applyTriggersToTree ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.getRoutine ( long p1, AsyncCallback<GUIAutomationRoutine> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.getTrigger ( long p1, AsyncCallback<GUIAutomationTrigger> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.saveRoutine ( GUIAutomationRoutine p1, AsyncCallback<GUIAutomationRoutine> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.saveTrigger ( GUIAutomationTrigger p1, AsyncCallback<GUIAutomationTrigger> p2 )This abstract method is from 'AutomationServiceAsync' interface.
[+] interface BarcodeService 1
| Change | Effect |
---|
1 |
Abstract method void markUnprocessable ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.03%)
BarcodeService.delete ( long p1 )This abstract method is from 'BarcodeService' interface.
BarcodeService.getTemplate ( long p1 )This abstract method is from 'BarcodeService' interface.
BarcodeService.process ( long p1 )This abstract method is from 'BarcodeService' interface.
BarcodeService.rescheduleAll ( )This abstract method is from 'BarcodeService' interface.
BarcodeService.save ( GUIBarcodeTemplate p1 )This abstract method is from 'BarcodeService' interface.
BarcodeService.updateZone ( GUIBarcodeZone p1 )This abstract method is from 'BarcodeService' interface.
[+] interface BarcodeServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void markUnprocessable ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 7 (0.04%)
BarcodeService.Instance.get ( )Return value of this method is of type 'BarcodeServiceAsync'.
BarcodeServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.getTemplate ( long p1, AsyncCallback<GUIBarcodeTemplate> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.process ( long p1, AsyncCallback<GUIDocument> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.rescheduleAll ( AsyncCallback<Void> p1 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.save ( GUIBarcodeTemplate p1, AsyncCallback<GUIBarcodeTemplate> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.updateZone ( GUIBarcodeZone p1, AsyncCallback<GUIBarcodeZone> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
[+] interface CalendarService 1
| Change | Effect |
---|
1 |
Abstract method GUICalendarEvent[ ] find ( GUICalendarEventSearchCriteria ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.02%)
CalendarService.countUserEvents ( String p1, Date p2 )This abstract method is from 'CalendarService' interface.
CalendarService.deleteEvent ( long p1 )This abstract method is from 'CalendarService' interface.
CalendarService.getEvent ( long p1 )This abstract method is from 'CalendarService' interface.
CalendarService.saveEvent ( GUICalendarEvent p1 )This abstract method is from 'CalendarService' interface.
[+] interface ChatService 1
| Change | Effect |
---|
1 |
Abstract method void invite ( String[ ], String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (0.01%)
ChatService.post ( String p1 )This abstract method is from 'ChatService' interface.
[+] interface ChatServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void invite ( String[ ], String, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.01%)
ChatService.Instance.get ( )Return value of this method is of type 'ChatServiceAsync'.
ChatServiceAsync.post ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'ChatServiceAsync' interface.
[+] interface ClusterServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void makeGlobal ( String[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void makeLocal ( String[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (0.01%)
ClusterService.Instance.get ( )Return value of this method is of type 'ClusterServiceAsync'.
[+] interface ContactService 3
| Change | Effect |
---|
1 |
Abstract method void delete ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method GUIContact[ ] parseContacts ( boolean, GUIParseContactsParameters ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void shareContacts ( long[ ], long[ ], long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.01%)
ContactService.load ( long p1 )This abstract method is from 'ContactService' interface.
ContactService.save ( GUIContact p1 )This abstract method is from 'ContactService' interface.
[+] interface ContactServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void delete ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void shareContacts ( long[ ], long[ ], long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.02%)
ContactService.Instance.get ( )Return value of this method is of type 'ContactServiceAsync'.
ContactServiceAsync.load ( long p1, AsyncCallback<GUIContact> p2 )This abstract method is from 'ContactServiceAsync' interface.
ContactServiceAsync.parseContacts ( boolean p1, GUIParseContactsParameters p2, AsyncCallback<GUIContact[ ]> p3 )This abstract method is from 'ContactServiceAsync' interface.
ContactServiceAsync.save ( GUIContact p1, AsyncCallback<Void> p2 )This abstract method is from 'ContactServiceAsync' interface.
[+] interface DashletService 3
| Change | Effect |
---|
1 |
Abstract method GUIDashlet[ ] loadDashlets ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void saveDashlets ( GUIDashlet[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void saveUserDashlets ( GUIDashlet[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.02%)
DashletService.delete ( long p1 )This abstract method is from 'DashletService' interface.
DashletService.get ( long p1 )This abstract method is from 'DashletService' interface.
DashletService.get ( String p1 )This abstract method is from 'DashletService' interface.
DashletService.save ( GUIDashlet p1 )This abstract method is from 'DashletService' interface.
[+] interface DashletServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void saveDashlets ( GUIDashlet[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void saveUserDashlets ( GUIDashlet[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.03%)
DashletService.Instance.get ( )Return value of this method is of type 'DashletServiceAsync'.
DashletServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'DashletServiceAsync' interface.
DashletServiceAsync.get ( long p1, AsyncCallback<GUIDashlet> p2 )This abstract method is from 'DashletServiceAsync' interface.
DashletServiceAsync.get ( String p1, AsyncCallback<GUIDashlet> p2 )This abstract method is from 'DashletServiceAsync' interface.
DashletServiceAsync.loadDashlets ( AsyncCallback<GUIDashlet[ ]> p1 )This abstract method is from 'DashletServiceAsync' interface.
DashletServiceAsync.save ( GUIDashlet p1, AsyncCallback<Void> p2 )This abstract method is from 'DashletServiceAsync' interface.
[+] interface DocumentService 27
| Change | Effect |
---|
1 |
Abstract method void addBookmarks ( Long[ ], int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method GUIDocument[ ] addDocuments ( String, long, boolean, String, boolean, Long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method GUIDocument[ ] addDocuments ( boolean, String, boolean, GUIDocument ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void archiveDocuments ( Long[ ], String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method GUIDocument[ ] bulkUpdate ( Long[ ], GUIDocument, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
6 |
Abstract method void checkout ( Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
7 |
Abstract method long countDocuments ( long[ ], int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
8 |
Abstract method String[ ] createDownloadTicket ( long, int, String, Integer, Date, Integer, Integer ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
9 |
Abstract method void delete ( Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
10 |
Abstract method void deleteBookmarks ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
11 |
Abstract method void deleteFromTrash ( Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
12 |
Abstract method void deleteLinks ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
13 |
Abstract method void deleteNotes ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
14 |
Abstract method GUIDocument deleteVersions ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
15 |
Abstract method GUIDocumentNote[ ] getNotes ( long, String, Collection<String> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
16 |
Abstract method GUIVersion[ ] getVersionsById ( long, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
17 |
Abstract method void indexDocuments ( Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
18 |
Abstract method void linkDocuments ( Long[ ], Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
19 |
Abstract method void lock ( Long[ ], String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
20 |
Abstract method void makeImmutable ( Long[ ], String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
21 |
Abstract method void markIndexable ( Long[ ], int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
22 |
Abstract method void markUnindexable ( Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
23 |
Abstract method GUIDocument merge ( Long[ ], long, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
24 |
Abstract method void restore ( Long[ ], long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
25 |
Abstract method void saveNotes ( long, GUIDocumentNote[ ], Collection<String> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
26 |
Abstract method void unarchiveDocuments ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
27 |
Abstract method void unlock ( Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 37 (0.2%)
DocumentService.addNote ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.archiveFolder ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.checkin ( GUIDocument p1, boolean p2 )This abstract method is from 'DocumentService' interface.
DocumentService.checkinContent ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.cleanUploadedFileFolder ( )This abstract method is from 'DocumentService' interface.
DocumentService.convert ( long p1, String p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createDocument ( GUIDocument p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.createWithContent ( GUIDocument p1, String p2, boolean p3 )This abstract method is from 'DocumentService' interface.
DocumentService.deDuplicate ( Long p1, boolean p2 )This abstract method is from 'DocumentService' interface.
DocumentService.deleteRating ( long p1 )This abstract method is from 'DocumentService' interface.
...
[+] interface DocumentServiceAsync 22
| Change | Effect |
---|
1 |
Abstract method void addBookmarks ( Long[ ], int, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void archiveDocuments ( Long[ ], String, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void bulkUpdate ( Long[ ], GUIDocument, boolean, AsyncCallback<GUIDocument[ ]> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void checkout ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method void countDocuments ( long[ ], int, AsyncCallback<Long> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
6 |
Abstract method void delete ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
7 |
Abstract method void deleteBookmarks ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
8 |
Abstract method void deleteFromTrash ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
9 |
Abstract method void deleteLinks ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
10 |
Abstract method void deleteNotes ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
11 |
Abstract method void deleteVersions ( long[ ], AsyncCallback<GUIDocument> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
12 |
Abstract method void indexDocuments ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
13 |
Abstract method void linkDocuments ( Long[ ], Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
14 |
Abstract method void lock ( Long[ ], String, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
15 |
Abstract method void makeImmutable ( Long[ ], String, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
16 |
Abstract method void markIndexable ( Long[ ], int, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
17 |
Abstract method void markUnindexable ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
18 |
Abstract method void merge ( Long[ ], long, String, AsyncCallback<GUIDocument> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
19 |
Abstract method void restore ( Long[ ], long, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
20 |
Abstract method void saveNotes ( long, GUIDocumentNote[ ], Collection<String>, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
21 |
Abstract method void unarchiveDocuments ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
22 |
Abstract method void unlock ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 53 (0.3%)
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.DocumentDetailsPanel ( GUIDocument doc )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getDocument ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getPanelName ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.onSave ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabs ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabset ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.refresh ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.setDocument ( GUIDocument document )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.StandardPropertiesPanel ( GUIDocument document, ChangedHandler changedHandler, DocumentObserver observer )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.validate ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
...
[+] interface DropboxService 2
| Change | Effect |
---|
1 |
Abstract method boolean exportDocuments ( String, long[ ], Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method int importDocuments ( long, String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.02%)
DropboxService.finishAuthorization ( String p1 )This abstract method is from 'DropboxService' interface.
DropboxService.isConnected ( )This abstract method is from 'DropboxService' interface.
DropboxService.startAuthorization ( )This abstract method is from 'DropboxService' interface.
[+] interface DropboxServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void exportDocuments ( String, long[ ], Long[ ], AsyncCallback<Boolean> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void importDocuments ( long, String[ ], AsyncCallback<Integer> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.02%)
DropboxService.Instance.get ( )Return value of this method is of type 'DropboxServiceAsync'.
DropboxServiceAsync.finishAuthorization ( String p1, AsyncCallback<String> p2 )This abstract method is from 'DropboxServiceAsync' interface.
DropboxServiceAsync.isConnected ( AsyncCallback<Boolean> p1 )This abstract method is from 'DropboxServiceAsync' interface.
DropboxServiceAsync.startAuthorization ( AsyncCallback<String> p1 )This abstract method is from 'DropboxServiceAsync' interface.
[+] interface FolderService 13
| Change | Effect |
---|
1 |
Abstract method void applyRights ( GUIFolder, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method long[ ] computeStats ( long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void copyFolders ( long[ ], long, boolean, String, GUIFolder ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void delete ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method void deleteFromTrash ( Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
6 |
Abstract method GUIFolder inheritRights ( long, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
7 |
Abstract method GUIValue[ ] loadTemplates ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
8 |
Abstract method void merge ( long[ ], long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
9 |
Abstract method void move ( long[ ], long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
10 |
Abstract method void paste ( long[ ], long, String, boolean, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
11 |
Abstract method void pasteAsAlias ( long[ ], long, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
12 |
Abstract method void restore ( Long[ ], long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
13 |
Abstract method void saveTemplates ( GUIValue[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 13 (0.1%)
FolderService.applyGridLayout ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyMetadata ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyOCR ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyStorage ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyTags ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyTemplate ( long p1, long p2, boolean p3 )This abstract method is from 'FolderService' interface.
FolderService.create ( GUIFolder p1, boolean p2 )This abstract method is from 'FolderService' interface.
FolderService.createAlias ( long p1, long p2 )This abstract method is from 'FolderService' interface.
FolderService.getFolder ( long p1, boolean p2, boolean p3, boolean p4 )This abstract method is from 'FolderService' interface.
FolderService.readImage ( )This abstract method is from 'FolderService' interface.
...
[+] interface FolderServiceAsync 11
| Change | Effect |
---|
1 |
Abstract method void applyRights ( GUIFolder, boolean, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void copyFolders ( long[ ], long, boolean, String, GUIFolder, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void delete ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void deleteFromTrash ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method void inheritRights ( long, long, AsyncCallback<GUIFolder> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
6 |
Abstract method void merge ( long[ ], long, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
7 |
Abstract method void move ( long[ ], long, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
8 |
Abstract method void paste ( long[ ], long, String, boolean, boolean, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
9 |
Abstract method void pasteAsAlias ( long[ ], long, String, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
10 |
Abstract method void restore ( Long[ ], long, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
11 |
Abstract method void saveTemplates ( GUIValue[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 16 (0.1%)
FolderService.Instance.get ( )Return value of this method is of type 'FolderServiceAsync'.
FolderServiceAsync.applyGridLayout ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyMetadata ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyOCR ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyStorage ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyTags ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyTemplate ( long p1, long p2, boolean p3, AsyncCallback<Void> p4 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.computeStats ( long p1, AsyncCallback<long[ ]> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.create ( GUIFolder p1, boolean p2, AsyncCallback<GUIFolder> p3 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.createAlias ( long p1, long p2, AsyncCallback<GUIFolder> p3 )This abstract method is from 'FolderServiceAsync' interface.
...
[+] interface GDriveService 4
| Change | Effect |
---|
1 |
Abstract method String[ ] exportDocuments ( Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void importDocuments ( String[ ], long, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method String[ ] loadSettings ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method GUIDocument[ ] search ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.03%)
GDriveService.checkin ( long p1, String p2, boolean p3 )This abstract method is from 'GDriveService' interface.
GDriveService.create ( String p1 )This abstract method is from 'GDriveService' interface.
GDriveService.delete ( String p1 )This abstract method is from 'GDriveService' interface.
GDriveService.saveSettings ( String p1, String p2 )This abstract method is from 'GDriveService' interface.
GDriveService.upload ( long p1 )This abstract method is from 'GDriveService' interface.
[+] interface GDriveServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void exportDocuments ( Long[ ], AsyncCallback<String[ ]> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void importDocuments ( String[ ], long, String, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 8 (0.04%)
GDriveService.Instance.get ( )Return value of this method is of type 'GDriveServiceAsync'.
GDriveServiceAsync.checkin ( long p1, String p2, boolean p3, AsyncCallback<GUIDocument> p4 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.create ( String p1, AsyncCallback<String> p2 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.delete ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.loadSettings ( AsyncCallback<String[ ]> p1 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.saveSettings ( String p1, String p2, AsyncCallback<String> p3 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.search ( String p1, AsyncCallback<GUIDocument[ ]> p2 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.upload ( long p1, AsyncCallback<String> p2 )This abstract method is from 'GDriveServiceAsync' interface.
[+] interface ImpexService 2
| Change | Effect |
---|
1 |
Abstract method void addDocuments ( long, Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method GUIArchive deleteVersions ( long, Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 10 (0.1%)
ImpexService.addFolder ( long p1, long p2 )This abstract method is from 'ImpexService' interface.
ImpexService.delete ( long p1 )This abstract method is from 'ImpexService' interface.
ImpexService.deleteFolder ( String p1 )This abstract method is from 'ImpexService' interface.
ImpexService.deleteIncremental ( long p1 )This abstract method is from 'ImpexService' interface.
ImpexService.load ( long p1 )This abstract method is from 'ImpexService' interface.
ImpexService.loadIncremental ( long p1 )This abstract method is from 'ImpexService' interface.
ImpexService.save ( GUIArchive p1 )This abstract method is from 'ImpexService' interface.
ImpexService.saveIncremental ( GUIIncrementalArchive p1 )This abstract method is from 'ImpexService' interface.
ImpexService.setStatus ( long p1, int p2 )This abstract method is from 'ImpexService' interface.
ImpexService.startImport ( String p1 )This abstract method is from 'ImpexService' interface.
[+] interface ImpexServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void addDocuments ( long, Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void deleteVersions ( long, Long[ ], AsyncCallback<GUIArchive> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 11 (0.1%)
ImpexService.Instance.get ( )Return value of this method is of type 'ImpexServiceAsync'.
ImpexServiceAsync.addFolder ( long p1, long p2, AsyncCallback<Void> p3 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.deleteFolder ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.deleteIncremental ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.load ( long p1, AsyncCallback<GUIArchive> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.loadIncremental ( long p1, AsyncCallback<GUIIncrementalArchive> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.save ( GUIArchive p1, AsyncCallback<GUIArchive> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.saveIncremental ( GUIIncrementalArchive p1, AsyncCallback<GUIIncrementalArchive> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.setStatus ( long p1, int p2, AsyncCallback<Void> p3 )This abstract method is from 'ImpexServiceAsync' interface.
...
[+] interface LDAPService 3
| Change | Effect |
---|
1 |
Abstract method GUIValue[ ] importUsers ( String[ ], long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method GUIUser[ ] listUsers ( String, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void reorder ( Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.02%)
LDAPService.delete ( long p1 )This abstract method is from 'LDAPService' interface.
LDAPService.get ( long p1 )This abstract method is from 'LDAPService' interface.
LDAPService.save ( GUILDAPServer p1 )This abstract method is from 'LDAPService' interface.
LDAPService.testConnection ( GUILDAPServer p1 )This abstract method is from 'LDAPService' interface.
[+] interface LDAPServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void importUsers ( String[ ], long, AsyncCallback<GUIValue[ ]> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void reorder ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.03%)
LDAPService.Instance.get ( )Return value of this method is of type 'LDAPServiceAsync'.
LDAPServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'LDAPServiceAsync' interface.
LDAPServiceAsync.get ( long p1, AsyncCallback<GUILDAPServer> p2 )This abstract method is from 'LDAPServiceAsync' interface.
LDAPServiceAsync.listUsers ( String p1, long p2, AsyncCallback<GUIUser[ ]> p3 )This abstract method is from 'LDAPServiceAsync' interface.
LDAPServiceAsync.save ( GUILDAPServer p1, AsyncCallback<GUILDAPServer> p2 )This abstract method is from 'LDAPServiceAsync' interface.
LDAPServiceAsync.testConnection ( GUILDAPServer p1, AsyncCallback<Boolean> p2 )This abstract method is from 'LDAPServiceAsync' interface.
[+] interface MessageService 5
| Change | Effect |
---|
1 |
Abstract method void delete ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void deleteTemplates ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method GUIMessageTemplate[ ] loadTemplates ( String, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void save ( GUIMessage, long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method void saveTemplates ( GUIMessageTemplate[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.02%)
MessageService.deleteTemplates ( String p1 )This abstract method is from 'MessageService' interface.
MessageService.getMessage ( long p1, boolean p2 )This abstract method is from 'MessageService' interface.
MessageService.getTemplate ( long p1 )This abstract method is from 'MessageService' interface.
[+] interface MessageServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void delete ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void deleteTemplates ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void save ( GUIMessage, long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void saveTemplates ( GUIMessageTemplate[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.03%)
MessageService.Instance.get ( )Return value of this method is of type 'MessageServiceAsync'.
MessageServiceAsync.deleteTemplates ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'MessageServiceAsync' interface.
MessageServiceAsync.getMessage ( long p1, boolean p2, AsyncCallback<GUIMessage> p3 )This abstract method is from 'MessageServiceAsync' interface.
MessageServiceAsync.getTemplate ( long p1, AsyncCallback<GUIMessageTemplate> p2 )This abstract method is from 'MessageServiceAsync' interface.
MessageServiceAsync.loadTemplates ( String p1, String p2, AsyncCallback<GUIMessageTemplate[ ]> p3 )This abstract method is from 'MessageServiceAsync' interface.
[+] interface ReadingRequestService 3
| Change | Effect |
---|
1 |
Abstract method void askReadingConfirmation ( Long[ ], long[ ], long[ ], boolean, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void confirmReadings ( long[ ], String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method GUIReadingRequest[ ] getUnconfimedReadings ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.01%)
ReadingRequestService.delete ( long p1 )This abstract method is from 'ReadingRequestService' interface.
ReadingRequestService.notityReadingRequest ( long p1 )This abstract method is from 'ReadingRequestService' interface.
[+] interface ReadingRequestServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void askReadingConfirmation ( Long[ ], long[ ], long[ ], boolean, String, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void confirmReadings ( long[ ], String, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.02%)
ReadingRequestService.Instance.get ( )Return value of this method is of type 'ReadingRequestServiceAsync'.
ReadingRequestServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReadingRequestServiceAsync' interface.
ReadingRequestServiceAsync.getUnconfimedReadings ( AsyncCallback<GUIReadingRequest[ ]> p1 )This abstract method is from 'ReadingRequestServiceAsync' interface.
ReadingRequestServiceAsync.notityReadingRequest ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReadingRequestServiceAsync' interface.
[+] interface ReportService 3
| Change | Effect |
---|
1 |
Abstract method void execute ( long, GUIAttribute[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method GUIAttribute[ ] getReportParameters ( long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method GUIReport[ ] getReports ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.03%)
ReportService.changeStatus ( long p1, boolean p2 )This abstract method is from 'ReportService' interface.
ReportService.create ( GUIReport p1 )This abstract method is from 'ReportService' interface.
ReportService.delete ( long p1 )This abstract method is from 'ReportService' interface.
ReportService.getReport ( long p1, boolean p2 )This abstract method is from 'ReportService' interface.
ReportService.save ( GUIReport p1 )This abstract method is from 'ReportService' interface.
ReportService.storeUploadedDesign ( long p1 )This abstract method is from 'ReportService' interface.
[+] interface ReportServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void execute ( long, GUIAttribute[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 9 (0.05%)
ReportService.Instance.get ( )Return value of this method is of type 'ReportServiceAsync'.
ReportServiceAsync.changeStatus ( long p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.create ( GUIReport p1, AsyncCallback<GUIReport> p2 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.getReport ( long p1, boolean p2, AsyncCallback<GUIReport> p3 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.getReportParameters ( long p1, AsyncCallback<GUIAttribute[ ]> p2 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.getReports ( AsyncCallback<GUIReport[ ]> p1 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.save ( GUIReport p1, AsyncCallback<GUIReport> p2 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.storeUploadedDesign ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReportServiceAsync' interface.
[+] interface RetentionPoliciesService 1
| Change | Effect |
---|
1 |
Abstract method void reorder ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.02%)
RetentionPoliciesService.changeStatus ( long p1, boolean p2 )This abstract method is from 'RetentionPoliciesService' interface.
RetentionPoliciesService.delete ( long p1 )This abstract method is from 'RetentionPoliciesService' interface.
RetentionPoliciesService.getPolicy ( long p1 )This abstract method is from 'RetentionPoliciesService' interface.
RetentionPoliciesService.save ( GUIRetentionPolicy p1 )This abstract method is from 'RetentionPoliciesService' interface.
[+] interface RetentionPoliciesServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void reorder ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.03%)
RetentionPoliciesService.Instance.get ( )Return value of this method is of type 'RetentionPoliciesServiceAsync'.
RetentionPoliciesServiceAsync.changeStatus ( long p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'RetentionPoliciesServiceAsync' interface.
RetentionPoliciesServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'RetentionPoliciesServiceAsync' interface.
RetentionPoliciesServiceAsync.getPolicy ( long p1, AsyncCallback<GUIRetentionPolicy> p2 )This abstract method is from 'RetentionPoliciesServiceAsync' interface.
RetentionPoliciesServiceAsync.save ( GUIRetentionPolicy p1, AsyncCallback<GUIRetentionPolicy> p2 )This abstract method is from 'RetentionPoliciesServiceAsync' interface.
[+] interface SchemeService 2
| Change | Effect |
---|
1 |
Abstract method GUIScheme[ ] load ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method GUISequence[ ] loadSequences ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.03%)
SchemeService.delete ( long p1, String p2 )This abstract method is from 'SchemeService' interface.
SchemeService.deleteSequence ( long p1 )This abstract method is from 'SchemeService' interface.
SchemeService.get ( long p1, String p2 )This abstract method is from 'SchemeService' interface.
SchemeService.resetSequence ( long p1, long p2 )This abstract method is from 'SchemeService' interface.
SchemeService.save ( GUIScheme p1 )This abstract method is from 'SchemeService' interface.
[+] interface SearchEngineService 3
| Change | Effect |
---|
1 |
Abstract method void remove ( Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void reorderTokenFilters ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void saveTokenFilterSettings ( String, GUIParameter[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 11 (0.1%)
SearchEngineService.check ( )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.countEntries ( )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.getInfo ( )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.purge ( )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.query ( String p1, int p2, int p3 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.rescheduleAll ( boolean p1 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.save ( GUISearchEngine p1 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.setAliases ( String p1, String p2 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.setLanguageStatus ( String p1, boolean p2 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.setTokenFilterStatus ( String p1, boolean p2 )This abstract method is from 'SearchEngineService' interface.
...
[+] interface SearchEngineServiceAsync 3
| Change | Effect |
---|
1 |
Abstract method void remove ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void reorderTokenFilters ( String[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void saveTokenFilterSettings ( String, GUIParameter[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 12 (0.1%)
SearchEngineService.Instance.get ( )Return value of this method is of type 'SearchEngineServiceAsync'.
SearchEngineServiceAsync.check ( AsyncCallback<String> p1 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.countEntries ( AsyncCallback<Long> p1 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.getInfo ( AsyncCallback<GUISearchEngine> p1 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.purge ( AsyncCallback<Void> p1 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.query ( String p1, int p2, int p3, AsyncCallback<GUIResult> p4 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.rescheduleAll ( boolean p1, AsyncCallback<Void> p2 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.save ( GUISearchEngine p1, AsyncCallback<Void> p2 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.setAliases ( String p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.setLanguageStatus ( String p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'SearchEngineServiceAsync' interface.
...
[+] interface SearchService 2
| Change | Effect |
---|
1 |
Abstract method void delete ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void shareSearch ( String, long[ ], long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.02%)
SearchService.load ( String p1 )This abstract method is from 'SearchService' interface.
SearchService.save ( GUISearchOptions p1 )This abstract method is from 'SearchService' interface.
SearchService.search ( GUISearchOptions p1 )This abstract method is from 'SearchService' interface.
[+] interface SearchServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void delete ( String[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void shareSearch ( String, long[ ], long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.02%)
SearchService.Instance.get ( )Return value of this method is of type 'SearchServiceAsync'.
SearchServiceAsync.load ( String p1, AsyncCallback<GUISearchOptions> p2 )This abstract method is from 'SearchServiceAsync' interface.
SearchServiceAsync.save ( GUISearchOptions p1, AsyncCallback<Boolean> p2 )This abstract method is from 'SearchServiceAsync' interface.
SearchServiceAsync.search ( GUISearchOptions p1, AsyncCallback<GUIResult> p2 )This abstract method is from 'SearchServiceAsync' interface.
[+] interface SettingService 10
| Change | Effect |
---|
1 |
Abstract method GUIParameter[ ] loadConverterParameters ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method GUIParameter[ ] loadGUISettings ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method GUIParameter[ ] loadProtocolSettings ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method GUIParameter[ ] loadSettings ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method GUIParameter[ ] loadSettingsByNames ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
6 |
Abstract method GUIParameter[ ] loadWebserviceStats ( Long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
7 |
Abstract method String[ ] removeStorage ( int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
8 |
Abstract method void saveFirewallSettings ( GUIParameter[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
9 |
Abstract method void saveSettings ( GUIParameter[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
10 |
Abstract method void saveStorageSettings ( GUIParameter[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.03%)
SettingService.loadEmailSettings ( )This abstract method is from 'SettingService' interface.
SettingService.saveEmailSettings ( GUIEmailSettings p1 )This abstract method is from 'SettingService' interface.
SettingService.saveExtensionAliases ( String p1, String p2 )This abstract method is from 'SettingService' interface.
SettingService.saveRegistration ( String p1, String p2, String p3, String p4 )This abstract method is from 'SettingService' interface.
SettingService.testEmail ( String p1 )This abstract method is from 'SettingService' interface.
SettingService.testStorage ( int p1 )This abstract method is from 'SettingService' interface.
[+] interface SettingServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void loadSettingsByNames ( String[ ], AsyncCallback<GUIParameter[ ]> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void saveFirewallSettings ( GUIParameter[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void saveSettings ( GUIParameter[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void saveStorageSettings ( GUIParameter[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 13 (0.1%)
SettingService.Instance.get ( )Return value of this method is of type 'SettingServiceAsync'.
SettingServiceAsync.loadConverterParameters ( String p1, AsyncCallback<GUIParameter[ ]> p2 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadEmailSettings ( AsyncCallback<GUIEmailSettings> p1 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadGUISettings ( AsyncCallback<GUIParameter[ ]> p1 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadProtocolSettings ( AsyncCallback<GUIParameter[ ]> p1 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadSettings ( AsyncCallback<GUIParameter[ ]> p1 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadWebserviceStats ( Long p1, AsyncCallback<GUIParameter[ ]> p2 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.removeStorage ( int p1, AsyncCallback<String[ ]> p2 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.saveEmailSettings ( GUIEmailSettings p1, AsyncCallback<Void> p2 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.saveExtensionAliases ( String p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'SettingServiceAsync' interface.
...
[+] interface ShareFileService 3
| Change | Effect |
---|
1 |
Abstract method boolean exportDocuments ( String, Long[ ], Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method int importDocuments ( long, String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method String[ ] loadSettings ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.01%)
ShareFileService.authorize ( String p1, String p2 )This abstract method is from 'ShareFileService' interface.
ShareFileService.isAuthorized ( )This abstract method is from 'ShareFileService' interface.
[+] interface ShareFileServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void exportDocuments ( String, Long[ ], Long[ ], AsyncCallback<Boolean> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void importDocuments ( long, String[ ], AsyncCallback<Integer> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.02%)
ShareFileService.Instance.get ( )Return value of this method is of type 'ShareFileServiceAsync'.
ShareFileServiceAsync.authorize ( String p1, String p2, AsyncCallback<String> p3 )This abstract method is from 'ShareFileServiceAsync' interface.
ShareFileServiceAsync.isAuthorized ( AsyncCallback<Boolean> p1 )This abstract method is from 'ShareFileServiceAsync' interface.
ShareFileServiceAsync.loadSettings ( AsyncCallback<String[ ]> p1 )This abstract method is from 'ShareFileServiceAsync' interface.
[+] interface SignService 1
| Change | Effect |
---|
1 |
Abstract method void signDocuments ( Long[ ], String, int, String, String, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 10 (0.1%)
SignService.deleteCertificate ( )This abstract method is from 'SignService' interface.
SignService.deleteKeystore ( long p1 )This abstract method is from 'SignService' interface.
SignService.generateNewCertificate ( )This abstract method is from 'SignService' interface.
SignService.generateNewKeystore ( GUIKeystore p1 )This abstract method is from 'SignService' interface.
SignService.getUploadedContent ( )This abstract method is from 'SignService' interface.
SignService.imporKeystore ( GUIKeystore p1 )This abstract method is from 'SignService' interface.
SignService.importCertificate ( String p1, String p2 )This abstract method is from 'SignService' interface.
SignService.isVisualSignatureEnabled ( )This abstract method is from 'SignService' interface.
SignService.loadKeystore ( long p1 )This abstract method is from 'SignService' interface.
SignService.saveKeystore ( GUIKeystore p1 )This abstract method is from 'SignService' interface.
[+] interface SignServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void signDocuments ( Long[ ], String, int, String, String, String, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 11 (0.1%)
SignService.Instance.get ( )Return value of this method is of type 'SignServiceAsync'.
SignServiceAsync.deleteCertificate ( AsyncCallback<Void> p1 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.deleteKeystore ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.generateNewCertificate ( AsyncCallback<Void> p1 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.generateNewKeystore ( GUIKeystore p1, AsyncCallback<Void> p2 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.getUploadedContent ( AsyncCallback<String> p1 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.imporKeystore ( GUIKeystore p1, AsyncCallback<Void> p2 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.importCertificate ( String p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.isVisualSignatureEnabled ( AsyncCallback<Boolean> p1 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.loadKeystore ( long p1, AsyncCallback<GUIKeystore> p2 )This abstract method is from 'SignServiceAsync' interface.
...
[+] interface StampService 3
| Change | Effect |
---|
1 |
Abstract method void addUsers ( long[ ], long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void applyStamp ( Long[ ], GUIStamp ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void removeUsers ( long[ ], long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 7 (0.04%)
StampService.changeStatus ( long p1, boolean p2 )This abstract method is from 'StampService' interface.
StampService.delete ( long p1 )This abstract method is from 'StampService' interface.
StampService.getSignature ( )This abstract method is from 'StampService' interface.
StampService.getStamp ( long p1 )This abstract method is from 'StampService' interface.
StampService.getStamp ( String p1 )This abstract method is from 'StampService' interface.
StampService.save ( GUIStamp p1 )This abstract method is from 'StampService' interface.
StampService.saveImage ( long p1 )This abstract method is from 'StampService' interface.
[+] interface StampServiceAsync 3
| Change | Effect |
---|
1 |
Abstract method void addUsers ( long[ ], long, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void applyStamp ( Long[ ], GUIStamp, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void removeUsers ( long[ ], long, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 8 (0.04%)
StampService.Instance.get ( )Return value of this method is of type 'StampServiceAsync'.
StampServiceAsync.changeStatus ( long p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.getSignature ( AsyncCallback<GUIStamp> p1 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.getStamp ( long p1, AsyncCallback<GUIStamp> p2 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.getStamp ( String p1, AsyncCallback<GUIStamp> p2 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.save ( GUIStamp p1, AsyncCallback<GUIStamp> p2 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.saveImage ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'StampServiceAsync' interface.
[+] interface SystemService 6
| Change | Effect |
---|
1 |
Abstract method GUIValue[ ] getPlugins ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method GUIParameter[ ][ ] getStatistics ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method GUITask[ ] loadTasks ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method GUIHistory[ ] search ( Long, Date, Date, int, String, String[ ], Long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method GUIHistory[ ] searchApiCalls ( Long, Date, Date, String, String, String, int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
6 |
Abstract method void unscheduleJobs ( GUIValue[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 12 (0.1%)
SystemService.confirmUpdate ( )This abstract method is from 'SystemService' interface.
SystemService.disableTask ( String p1 )This abstract method is from 'SystemService' interface.
SystemService.enableTask ( String p1 )This abstract method is from 'SystemService' interface.
SystemService.getTaskByName ( String p1, String p2 )This abstract method is from 'SystemService' interface.
SystemService.initializePlugin ( String p1 )This abstract method is from 'SystemService' interface.
SystemService.installPlugin ( )This abstract method is from 'SystemService' interface.
SystemService.restart ( )This abstract method is from 'SystemService' interface.
SystemService.saveTask ( GUITask p1, String p2 )This abstract method is from 'SystemService' interface.
SystemService.setGUILanguageStatus ( String p1, boolean p2 )This abstract method is from 'SystemService' interface.
SystemService.startTask ( String p1 )This abstract method is from 'SystemService' interface.
...
[+] interface SystemServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void search ( Long, Date, Date, int, String, String[ ], Long, AsyncCallback<GUIHistory[ ]> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void unscheduleJobs ( GUIValue[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 17 (0.1%)
SystemService.Instance.get ( )Return value of this method is of type 'SystemServiceAsync'.
SystemServiceAsync.confirmUpdate ( AsyncCallback<Void> p1 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.disableTask ( String p1, AsyncCallback<Boolean> p2 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.enableTask ( String p1, AsyncCallback<Boolean> p2 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.getPlugins ( AsyncCallback<GUIValue[ ]> p1 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.getStatistics ( String p1, AsyncCallback<GUIParameter[ ][ ]> p2 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.getTaskByName ( String p1, String p2, AsyncCallback<GUITask> p3 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.initializePlugin ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.installPlugin ( AsyncCallback<Void> p1 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.loadTasks ( String p1, AsyncCallback<GUITask[ ]> p2 )This abstract method is from 'SystemServiceAsync' interface.
...
[+] interface TagService 2
| Change | Effect |
---|
1 |
Abstract method GUIParameter[ ] getSettings ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method GUITag[ ] getTagCloud ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.02%)
TagService.addTag ( String p1 )This abstract method is from 'TagService' interface.
TagService.delete ( String p1 )This abstract method is from 'TagService' interface.
TagService.removeTag ( String p1 )This abstract method is from 'TagService' interface.
TagService.rename ( String p1, String p2 )This abstract method is from 'TagService' interface.
[+] interface TemplateService 1
| Change | Effect |
---|
1 |
Abstract method GUIAttribute[ ] getAttributes ( long, GUIExtensibleObject ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.03%)
TemplateService.clone ( long p1, String p2 )This abstract method is from 'TemplateService' interface.
TemplateService.countDocuments ( long p1 )This abstract method is from 'TemplateService' interface.
TemplateService.delete ( long p1 )This abstract method is from 'TemplateService' interface.
TemplateService.getTemplate ( long p1 )This abstract method is from 'TemplateService' interface.
TemplateService.save ( GUITemplate p1 )This abstract method is from 'TemplateService' interface.
[+] interface TwoFactorsAuthenticationService 1
| Change | Effect |
---|
1 |
Abstract method String[ ] generateGoogleAuthorizationCredentials ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.01%)
TwoFactorsAuthenticationService.changeTwoFactorsAuthentication ( long p1, String p2, String p3, String p4, boolean p5 )This abstract method is from 'TwoFactorsAuthenticationService' interface.
TwoFactorsAuthenticationService.generateYubiKeyCredentials ( String p1 )This abstract method is from 'TwoFactorsAuthenticationService' interface.
[+] interface UpdateService 5
| Change | Effect |
---|
1 |
Abstract method int[ ] checkDownloadStatus ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method GUIPatch[ ] checkPatch ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method GUIParameter[ ] checkUpdate ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method String[ ] getPatchNotes ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method String[ ] getUpdateNotes ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.03%)
UpdateService.confirmPatch ( String p1 )This abstract method is from 'UpdateService' interface.
UpdateService.confirmUpdate ( String p1 )This abstract method is from 'UpdateService' interface.
UpdateService.downloadPatch ( String p1, String p2, long p3 )This abstract method is from 'UpdateService' interface.
UpdateService.downloadUpdate ( String p1, String p2, long p3 )This abstract method is from 'UpdateService' interface.
UpdateService.loadPatch ( )This abstract method is from 'UpdateService' interface.
UpdateService.loadUpdate ( )This abstract method is from 'UpdateService' interface.
[+] interface WorkflowService 4
| Change | Effect |
---|
1 |
Abstract method void appendDocuments ( String, Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void deleteInstances ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method GUIWorkflow[ ] list ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void startWorkflow ( String, String, String, String, Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 20 (0.1%)
WorkflowService.addNote ( String p1, String p2 )This abstract method is from 'WorkflowService' interface.
WorkflowService.applyTriggersToTree ( long p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.claimTask ( String p1, String p2 )This abstract method is from 'WorkflowService' interface.
WorkflowService.countAssignedTasks ( String p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.delete ( String p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.deleteInstance ( String p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.deleteNote ( long p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.deleteTrigger ( long p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.deploy ( GUIWorkflow p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.endTask ( String p1, String p2 )This abstract method is from 'WorkflowService' interface.
...
[+] interface WorkflowServiceAsync 3
| Change | Effect |
---|
1 |
Abstract method void appendDocuments ( String, Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void deleteInstances ( String[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void startWorkflow ( String, String, String, String, Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 22 (0.1%)
WorkflowService.Instance.get ( )Return value of this method is of type 'WorkflowServiceAsync'.
WorkflowServiceAsync.addNote ( String p1, String p2, AsyncCallback<Long> p3 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.applyTriggersToTree ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.claimTask ( String p1, String p2, AsyncCallback<GUIWorkflow> p3 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.countAssignedTasks ( String p1, AsyncCallback<Integer> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.delete ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deleteInstance ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deleteNote ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deleteTrigger ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deploy ( GUIWorkflow p1, AsyncCallback<GUIWorkflow> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
...
[+] interface ZohoService 3
| Change | Effect |
---|
1 |
Abstract method boolean exportDocuments ( String, long[ ], Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method int importDocuments ( long, String[ ], String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method String[ ] loadSettings ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.02%)
ZohoService.checkin ( long p1, String p2, boolean p3 )This abstract method is from 'ZohoService' interface.
ZohoService.delete ( String p1 )This abstract method is from 'ZohoService' interface.
ZohoService.saveSettings ( String p1, String p2 )This abstract method is from 'ZohoService' interface.
ZohoService.upload ( long p1 )This abstract method is from 'ZohoService' interface.
[+] interface ZohoServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void exportDocuments ( String, long[ ], Long[ ], AsyncCallback<Boolean> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void importDocuments ( long, String[ ], String[ ], AsyncCallback<Integer> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.03%)
ZohoService.Instance.get ( )Return value of this method is of type 'ZohoServiceAsync'.
ZohoServiceAsync.checkin ( long p1, String p2, boolean p3, AsyncCallback<GUIDocument> p4 )This abstract method is from 'ZohoServiceAsync' interface.
ZohoServiceAsync.delete ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'ZohoServiceAsync' interface.
ZohoServiceAsync.loadSettings ( AsyncCallback<String[ ]> p1 )This abstract method is from 'ZohoServiceAsync' interface.
ZohoServiceAsync.saveSettings ( String p1, String p2, AsyncCallback<String> p3 )This abstract method is from 'ZohoServiceAsync' interface.
ZohoServiceAsync.upload ( long p1, AsyncCallback<String> p2 )This abstract method is from 'ZohoServiceAsync' interface.
[+] interface ZonalOCRService 1
| Change | Effect |
---|
1 |
Abstract method void markUnprocessable ( long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.03%)
ZonalOCRService.delete ( long p1 )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.getTemplate ( long p1 )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.process ( long p1 )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.rescheduleAll ( )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.save ( GUIOCRTemplate p1 )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.updateZone ( GUIZone p1 )This abstract method is from 'ZonalOCRService' interface.
[+] interface ZonalOCRServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void markUnprocessable ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 7 (0.04%)
ZonalOCRService.Instance.get ( )Return value of this method is of type 'ZonalOCRServiceAsync'.
ZonalOCRServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.getTemplate ( long p1, AsyncCallback<GUIOCRTemplate> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.process ( long p1, AsyncCallback<GUIDocument> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.rescheduleAll ( AsyncCallback<Void> p1 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.save ( GUIOCRTemplate p1, AsyncCallback<GUIOCRTemplate> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.updateZone ( GUIZone p1, AsyncCallback<GUIZone> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.workflow.designer
[+] class StatusDialog 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
StatusDialog.StatusDialog ( StateWidget widget )This constructor is from 'StatusDialog' class.
logicaldoc-impex-8.9.0-plugin.jar
package com.logicaldoc.impex.dao
[+] interface ArchiveDAO 1
| Change | Effect |
---|
1 |
Abstract method boolean removeVersions ( long, Long[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 17 (0.1%)
com.logicaldoc.impex.ArchiveBuilder.getArchiveDao ( )Return value of this method is of type 'ArchiveDAO'.
com.logicaldoc.impex.ArchiveBuilder.setArchiveDao ( ArchiveDAO archiveDao )1st parameter 'archiveDao' of this method is of type 'ArchiveDAO'.
com.logicaldoc.impex.ArchiveImporter.getArchiveDao ( )Return value of this method is of type 'ArchiveDAO'.
com.logicaldoc.impex.ArchiveImporter.setArchiveDao ( ArchiveDAO archiveDao )1st parameter 'archiveDao' of this method is of type 'ArchiveDAO'.
com.logicaldoc.impex.ArchiveManager.setArchiveDao ( ArchiveDAO archiveDao )1st parameter 'archiveDao' of this method is of type 'ArchiveDAO'.
ArchiveDAO.findArchivedIds ( long p1 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByMode ( int p1, Long p2 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByModeAndName ( int p1, String p2, Long p3 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByModeAndStatus ( int p1, int p2, Long p3 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByModeAndStatusAndType ( int p1, int p2, int p3, Long p4 )This abstract method is from 'ArchiveDAO' interface.
...
logicaldoc-importfolder-8.9.0-plugin.jar
package com.logicaldoc.importfolder
[+] class CrawlerHelper 3
| Change | Effect |
---|
1 |
Type of field documentDao has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Abstract method void checkinFile ( Object, long, User ) has been removed from this class. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method Document importFile ( Object, Folder, User, boolean ) has been removed from this class. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 14 (0.1%)
CrawlerHelper.CrawlerHelper ( ImportFolder importFolder, ImportFolderCrawler crawler )This constructor is from 'CrawlerHelper' abstract class.
CrawlerHelper.deleteFile ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getContentFile ( String p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getCreationDate ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getFile ( String p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getInstance ( ImportFolder importFolder, ImportFolderCrawler crawler )This method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getLastModified ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getName ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getPath ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.importDocumentsCount ( )This abstract method is from 'CrawlerHelper' abstract class.
...
logicaldoc-stamp-8.9.0-plugin.jar
package com.logicaldoc.stamp
[+] class StampManager 1
| Change | Effect |
---|
1 |
Type of field docDao has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 16 (0.1%)
StampManager.StampManager ( )This constructor is from 'StampManager' class.
StampManager.applyStamp ( long docId, Stamp stamp, DocumentHistory transaction )This method is from 'StampManager' class.
StampManager.delete ( long stampId )This method is from 'StampManager' class.
StampManager.getConverterManager ( )This method is from 'StampManager' class.
StampManager.getManager ( )This method is from 'StampManager' class.
StampManager.getStampBytes ( long stampId )This method is from 'StampManager' class.
StampManager.getStampDao ( )This method is from 'StampManager' class.
StampManager.getStampsFolder ( )This method is from 'StampManager' class.
StampManager.getStorer ( )This method is from 'StampManager' class.
StampManager.printPdf ( File src, File dst )This method is from 'StampManager' class.
...
[+] class StampUsersDataServlet 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.01%)
StampUsersDataServlet.StampUsersDataServlet ( )This constructor is from 'StampUsersDataServlet' class.
StampUsersDataServlet.service ( HttpServletRequest request, HttpServletResponse response )This method is from 'StampUsersDataServlet' class.
logicaldoc-util-8.9.0.jar
package com.logicaldoc.util.io
[+] class NetUtil 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NetUtil.available ( int port )This method is from 'NetUtil' class.
logicaldoc-webcontent-8.9.0-plugin.jar
package com.logicaldoc.webcontent
[+] class FileManager 1
| Change | Effect |
---|
1 |
Type of field documentDAO has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 18 (0.1%)
FileManager.FileManager ( HttpServletRequest request )This constructor is from 'FileManager' class.
FileManager.add ( )This method is from 'FileManager' class.
FileManager.addFolder ( )This method is from 'FileManager' class.
FileManager.contains ( String where, String what )This method is from 'FileManager' class.
FileManager.delete ( )This method is from 'FileManager' class.
FileManager.download ( HttpServletRequest request, HttpServletResponse response, String suffix )This method is from 'FileManager' class.
FileManager.error ( String msg )This method is from 'FileManager' class.
FileManager.getDocumentRoot ( )This method is from 'FileManager' class.
FileManager.getError ( )This method is from 'FileManager' class.
FileManager.getFolder ( )This method is from 'FileManager' class.
...
logicaldoc-webservice-8.9.0-plugin.jar
package com.logicaldoc.webservice.model
[+] class WSRight 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.03%)
WSRight.WSRight ( )This constructor is from 'WSRight' class.
WSRight.WSRight ( long id, int permissions )This constructor is from 'WSRight' class.
WSRight.getId ( )This method is from 'WSRight' class.
WSRight.getPermissions ( )This method is from 'WSRight' class.
WSRight.setId ( long id )This method is from 'WSRight' class.
WSRight.setPermissions ( int permissions )This method is from 'WSRight' class.
logicaldoc-webservice-8.9.0-plugin.jar
package com.logicaldoc.webservice.rest
[+] interface DocumentService 2
| Change | Effect |
---|
1 |
Abstract method WSDocument copy ( long, long, boolean, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method boolean isReadable ( long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 47 (0.2%)
DocumentService.addNote ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.checkin ( String p1, String p2, String p3, String p4, Attachment p5 )This abstract method is from 'DocumentService' interface.
DocumentService.checkout ( long p1 )This abstract method is from 'DocumentService' interface.
DocumentService.create ( WSDocument p1, Attachment p2 )This abstract method is from 'DocumentService' interface.
DocumentService.createAlias ( long p1, long p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createDownloadTicket ( long p1, String p2, Integer p3, String p4, Integer p5 )This abstract method is from 'DocumentService' interface.
DocumentService.createPdf ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.createThumbnail ( long p1, String p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createViewTicket ( long p1, String p2, Integer p3, String p4, Integer p5, Integer p6 )This abstract method is from 'DocumentService' interface.
DocumentService.delete ( long p1 )This abstract method is from 'DocumentService' interface.
...
[+] interface FolderService 5
| Change | Effect |
---|
1 |
Abstract method WSRight[ ] getGrantedGroups ( long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method WSRight[ ] getGrantedUsers ( long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void grantGroup ( long, long, int, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void grantUser ( long, long, int, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method boolean isGranted ( long, int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 22 (0.1%)
FolderService.copy ( long p1, long p2, int p3, String p4 )This abstract method is from 'FolderService' interface.
FolderService.create ( WSFolder p1 )This abstract method is from 'FolderService' interface.
FolderService.createAlias ( long p1, long p2 )This abstract method is from 'FolderService' interface.
FolderService.createFolder ( long p1, String p2 )This abstract method is from 'FolderService' interface.
FolderService.createPath ( long p1, String p2 )This abstract method is from 'FolderService' interface.
FolderService.createSimple ( String p1 )This abstract method is from 'FolderService' interface.
FolderService.createSimpleForm ( String p1 )This abstract method is from 'FolderService' interface.
FolderService.createSimpleJSON ( String p1 )This abstract method is from 'FolderService' interface.
FolderService.delete ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.findByPath ( String p1 )This abstract method is from 'FolderService' interface.
...
logicaldoc-webservice-8.9.0-plugin.jar
package com.logicaldoc.webservice.soap
[+] interface DocumentMetadataService 6
| Change | Effect |
---|
1 |
Abstract method WSRight[ ] getGrantedGroups ( String, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method WSRight[ ] getGrantedUsers ( String, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void grantGroupToTemplate ( String, long, long, int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void grantUserToTemplate ( String, long, long, int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method boolean isTemplateReadable ( String, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
6 |
Abstract method boolean isTemplateWritable ( String, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 14 (0.1%)
DocumentMetadataService.addAttributeOption ( String p1, long p2, String p3, WSAttributeOption p4 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.deleteAttributeSet ( String p1, long p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.deleteTemplate ( String p1, long p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getAttributeOptions ( String p1, long p2, String p3 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getAttributeOptionsByCategory ( String p1, long p2, String p3, String p4 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getAttributeSet ( String p1, String p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getAttributeSetById ( String p1, long p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getTemplate ( String p1, String p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getTemplateById ( String p1, long p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.listAttributeSets ( String p1 )This abstract method is from 'DocumentMetadataService' interface.
...
[+] interface DocumentService 2
| Change | Effect |
---|
1 |
Abstract method WSDocument copy ( String, long, long, boolean, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method boolean isReadable ( String, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 47 (0.2%)
DocumentService.addNote ( String p1, long p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.checkin ( String p1, long p2, String p3, String p4, boolean p5, DataHandler p6 )This abstract method is from 'DocumentService' interface.
DocumentService.checkinDocument ( String p1, long p2, String p3, String p4, boolean p5, WSDocument p6, DataHandler p7 )This abstract method is from 'DocumentService' interface.
DocumentService.checkout ( String p1, long p2 )This abstract method is from 'DocumentService' interface.
DocumentService.create ( String p1, WSDocument p2, DataHandler p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createAlias ( String p1, long p2, long p3, String p4 )This abstract method is from 'DocumentService' interface.
DocumentService.createDownloadTicket ( String p1, long p2, String p3, Integer p4, String p5, Integer p6 )This abstract method is from 'DocumentService' interface.
DocumentService.createPdf ( String p1, long p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createThumbnail ( String p1, long p2, String p3, String p4 )This abstract method is from 'DocumentService' interface.
DocumentService.createViewTicket ( String p1, long p2, String p3, Integer p4, String p5, Integer p6, Integer p7 )This abstract method is from 'DocumentService' interface.
...
[+] interface FolderService 5
| Change | Effect |
---|
1 |
Abstract method WSRight[ ] getGrantedGroups ( String, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method WSRight[ ] getGrantedUsers ( String, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method void grantGroup ( String, long, long, int, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void grantUser ( String, long, long, int, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method boolean isGranted ( String, long, int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 19 (0.1%)
FolderService.copy ( String p1, long p2, long p3, int p4, String p5 )This abstract method is from 'FolderService' interface.
FolderService.create ( String p1, WSFolder p2 )This abstract method is from 'FolderService' interface.
FolderService.createAlias ( String p1, long p2, long p3 )This abstract method is from 'FolderService' interface.
FolderService.createFolder ( String p1, long p2, String p3 )This abstract method is from 'FolderService' interface.
FolderService.createPath ( String p1, long p2, String p3 )This abstract method is from 'FolderService' interface.
FolderService.delete ( String p1, long p2 )This abstract method is from 'FolderService' interface.
FolderService.findByPath ( String p1, String p2 )This abstract method is from 'FolderService' interface.
FolderService.getDefaultWorkspace ( String p1 )This abstract method is from 'FolderService' interface.
FolderService.getFolder ( String p1, long p2 )This abstract method is from 'FolderService' interface.
FolderService.getPath ( String p1, long p2 )This abstract method is from 'FolderService' interface.
...
logicaldoc-workflow-8.9.0-plugin.jar
package com.logicaldoc.workflow.data
[+] class WorkflowRightsDataServlet 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.01%)
WorkflowRightsDataServlet.WorkflowRightsDataServlet ( )This constructor is from 'WorkflowRightsDataServlet' class.
WorkflowRightsDataServlet.service ( HttpServletRequest request, HttpServletResponse response )This method is from 'WorkflowRightsDataServlet' class.
logicaldoc-workflow-8.9.0-plugin.jar
package com.logicaldoc.workflow.template
[+] class WorkflowGroup 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 11 (0.1%)
WorkflowGroup.WorkflowGroup ( )This constructor is from 'WorkflowGroup' class.
WorkflowGroup.WorkflowGroup ( long groupId )This constructor is from 'WorkflowGroup' class.
WorkflowGroup.WorkflowGroup ( WorkflowGroup source )This constructor is from 'WorkflowGroup' class.
WorkflowGroup.equals ( Object obj )This method is from 'WorkflowGroup' class.
WorkflowGroup.getGroupId ( )This method is from 'WorkflowGroup' class.
WorkflowGroup.getPermissions ( )This method is from 'WorkflowGroup' class.
WorkflowGroup.getWrite ( )This method is from 'WorkflowGroup' class.
WorkflowGroup.hashCode ( )This method is from 'WorkflowGroup' class.
WorkflowGroup.setGroupId ( long groupId )This method is from 'WorkflowGroup' class.
WorkflowGroup.setPermissions ( int permissions )This method is from 'WorkflowGroup' class.
...
[+] class WorkflowTemplate 1
| Change | Effect |
---|
1 |
Field workflowGroups of type java.util.Set<WorkflowGroup> has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 39 (0.2%)
com.logicaldoc.workflow.action.BaseListener.getWorkflowTemplate ( DelegateTask delegate )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.createFromFile ( File file )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.deploy ( WorkflowTemplate wfTemplate )1st parameter 'wfTemplate' of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.findByName ( long tenantId, String name )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.findByNameAndVersion ( long tenantId, String name, int version )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.findLastDeployed ( long tenantId, String name )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.initialize ( WorkflowTemplate template )1st parameter 'template' of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.store ( WorkflowTemplate entity )1st parameter 'entity' of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.storeNewVersion ( WorkflowTemplate wfTemplate )1st parameter 'wfTemplate' of this method is of type 'WorkflowTemplate'.
WorkflowTemplate.WorkflowTemplate ( )This constructor is from 'WorkflowTemplate' class.
...
[+] interface WorkflowTemplateDAO 2
| Change | Effect |
---|
1 |
Abstract method boolean isReadEnable ( long, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method boolean isWriteEnable ( long, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 11 (0.1%)
WorkflowTemplateDAO.createFromFile ( File p1 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.deploy ( WorkflowTemplate p1 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findAll ( long p1, Long p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findAllByName ( long p1, String p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findAllDeployed ( Long p1, Long p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findByName ( long p1, String p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findByNameAndVersion ( long p1, String p2, int p3 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findLastDeployed ( long p1, String p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.getEnabledPermissions ( long p1, long p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.storeNewVersion ( WorkflowTemplate p1 )This abstract method is from 'WorkflowTemplateDAO' interface.
...
to the top
Problems with Methods, High Severity 221
logicaldoc-audit-8.9.0-plugin.jar,
Audit.class
package com.logicaldoc.audit
[+] Audit.getDocumentHistoryDao ( ) : DocumentHistoryDAO 1
com/logicaldoc/audit/Audit.getDocumentHistoryDao:()Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentHistoryDAO to com.logicaldoc.core.document.DocumentHistoryDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] Audit.getUserHistoryDao ( ) : UserHistoryDAO 1
com/logicaldoc/audit/Audit.getUserHistoryDao:()Lcom/logicaldoc/core/security/dao/UserHistoryDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.dao.UserHistoryDAO to com.logicaldoc.core.security.user.UserHistoryDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-calendar-8.9.0-plugin.jar,
CalendarServiceImpl.class
package com.logicaldoc.calendar
[+] CalendarServiceImpl.find ( GUICalendarEventSearchCriteria parameters ) : GUICalendarEvent[ ] 1
com/logicaldoc/calendar/CalendarServiceImpl.find:(Lcom/logicaldoc/gui/common/client/beans/GUICalendarEventSearchCriteria;)[Lcom/logicaldoc/gui/common/client/beans/GUICalendarEvent;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUICalendarEvent[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUICalendarEvent>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
AbstractAuthenticator.class
package com.logicaldoc.core.security.authentication
[+] AbstractAuthenticator.authenticate ( String username, String password, String key ) : User 1
com/logicaldoc/core/security/authentication/AbstractAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] AbstractAuthenticator.authenticate ( String username, String password, String key, Client client ) : User 1
com/logicaldoc/core/security/authentication/AbstractAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
AttributeOptionDAO.class
package com.logicaldoc.core.metadata
[+] AttributeOptionDAO.deleteBySetIdAndAttribute ( long p1, String p2 ) [abstract] : boolean 1
com/logicaldoc/core/metadata/AttributeOptionDAO.deleteBySetIdAndAttribute:(JLjava/lang/String;)Z
| Change | Effect |
---|
1 |
Return value type has been changed from boolean to void. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
Authenticator.class
package com.logicaldoc.core.security.authentication
[+] Authenticator.authenticate ( String p1, String p2 ) [abstract] : User 1
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] Authenticator.authenticate ( String p1, String p2, String p3 ) [abstract] : User 1
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] Authenticator.authenticate ( String p1, String p2, String p3, Client p4 ) [abstract] : User 1
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] Authenticator.pickUser ( String p1 ) [abstract] : User 1
com/logicaldoc/core/security/authentication/Authenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
DefaultAuthenticator.class
package com.logicaldoc.core.security.authentication
[+] DefaultAuthenticator.authenticate ( String username, String password ) : User 1
com/logicaldoc/core/security/authentication/DefaultAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DefaultAuthenticator.authenticate ( String username, String password, String key, Client client ) : User 1
com/logicaldoc/core/security/authentication/DefaultAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DefaultAuthenticator.pickUser ( String username ) : User 1
com/logicaldoc/core/security/authentication/DefaultAuthenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
DocumentEvent.class
package com.logicaldoc.core.document
[+] DocumentEvent.valuesAsString ( ) [static] : String[ ] 1
com/logicaldoc/core/document/DocumentEvent.valuesAsString:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.Set<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
EMail.class
package com.logicaldoc.core.communication
[+] EMail.getAddresses ( ) : InternetAddress[ ] 1
com/logicaldoc/core/communication/EMail.getAddresses:()[Ljavax/mail/internet/InternetAddress;
| Change | Effect |
---|
1 |
Return value type has been changed from javax.mail.internet.InternetAddress[] to java.util.Set<javax.mail.internet.InternetAddress>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] EMail.getAddressesBCC ( ) : InternetAddress[ ] 1
com/logicaldoc/core/communication/EMail.getAddressesBCC:()[Ljavax/mail/internet/InternetAddress;
| Change | Effect |
---|
1 |
Return value type has been changed from javax.mail.internet.InternetAddress[] to java.util.Set<javax.mail.internet.InternetAddress>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] EMail.getAddressesCC ( ) : InternetAddress[ ] 1
com/logicaldoc/core/communication/EMail.getAddressesCC:()[Ljavax/mail/internet/InternetAddress;
| Change | Effect |
---|
1 |
Return value type has been changed from javax.mail.internet.InternetAddress[] to java.util.Set<javax.mail.internet.InternetAddress>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
FulltextSearchOptions.class
package com.logicaldoc.core.searchengine
[+] FulltextSearchOptions.getFields ( ) : String[ ] 1
com/logicaldoc/core/searchengine/FulltextSearchOptions.getFields:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.Set<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateAttributeOptionDAO.class
package com.logicaldoc.core.metadata
[+] HibernateAttributeOptionDAO.deleteBySetIdAndAttribute ( long setId, String attribute ) : boolean 1
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.deleteBySetIdAndAttribute:(JLjava/lang/String;)Z
| Change | Effect |
---|
1 |
Return value type has been changed from boolean to void. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateFolderDAO.class
package com.logicaldoc.core.folder
[+] HibernateFolderDAO.getUserDAO ( ) : UserDAO 1
com/logicaldoc/core/folder/HibernateFolderDAO.getUserDAO:()Lcom/logicaldoc/core/security/dao/UserDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.dao.UserDAO to com.logicaldoc.core.security.user.UserDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateTicketDAO.class
package com.logicaldoc.core.ticket
[+] HibernateTicketDAO.getDocumentDAO ( ) : DocumentDAO 1
com/logicaldoc/core/ticket/HibernateTicketDAO.getDocumentDAO:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
History.class
package com.logicaldoc.core
[+] History.getUser ( ) : User 1
com/logicaldoc/core/History.getUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from security.User to security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
LanguageManager.class
package com.logicaldoc.core.i18n
[+] LanguageManager.getActiveLanguages ( String tenantName ) : Collection<Language> 1
com/logicaldoc/core/i18n/LanguageManager.getActiveLanguages:(Ljava/lang/String;)Ljava/util/Collection;
| Change | Effect |
---|
1 |
Return value type has been changed from java.util.Collection<Language> to java.util.List<Language>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] LanguageManager.getLanguages ( ) : Collection<Language> 1
com/logicaldoc/core/i18n/LanguageManager.getLanguages:()Ljava/util/Collection;
| Change | Effect |
---|
1 |
Return value type has been changed from java.util.Collection<Language> to java.util.List<Language>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
SecurityTool.class
package com.logicaldoc.core.automation
[+] SecurityTool.getUser ( long userId ) : User 1
com/logicaldoc/core/automation/SecurityTool.getUser:(J)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SecurityTool.getUser ( String username ) : User 1
com/logicaldoc/core/automation/SecurityTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
Session.class
package com.logicaldoc.core.security
[+] Session.getUser ( ) : User 1
com/logicaldoc/core/security/Session.getUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from User to user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
SessionManager.class
package com.logicaldoc.core.security
[+] SessionManager.getSessionDao ( ) : SessionDAO 1
com/logicaldoc/core/security/SessionManager.getSessionDao:()Lcom/logicaldoc/core/security/dao/SessionDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from dao.SessionDAO to SessionDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
StatsCollector.class
package com.logicaldoc.core.stats
[+] StatsCollector.getDocumentDAO ( ) : DocumentDAO 1
com/logicaldoc/core/stats/StatsCollector.getDocumentDAO:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] StatsCollector.getGroupDAO ( ) : GroupDAO 1
com/logicaldoc/core/stats/StatsCollector.getGroupDAO:()Lcom/logicaldoc/core/security/dao/GroupDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.dao.GroupDAO to com.logicaldoc.core.security.user.GroupDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
SystemInfo.class
package com.logicaldoc.core
[+] SystemInfo.getFeatures ( ) : String[ ] 1
com/logicaldoc/core/SystemInfo.getFeatures:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.Set<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-core-8.9.0-plugin.jar,
UserTool.class
package com.logicaldoc.core.automation
[+] UserTool.getUser ( long userId ) : User 1
com/logicaldoc/core/automation/UserTool.getUser:(J)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] UserTool.getUser ( String username ) : User 1
com/logicaldoc/core/automation/UserTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-docusign-8.9.0-plugin.jar,
DocuSignPoller.class
package com.logicaldoc.docusign
[+] DocuSignPoller.getDocumentDao ( ) : DocumentDAO 1
com/logicaldoc/docusign/DocuSignPoller.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-email-8.9.0-plugin.jar,
EmailCrawler.class
package com.logicaldoc.email
[+] EmailCrawler.getDocumentDao ( ) : DocumentDAO 1
com/logicaldoc/email/EmailCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] EmailCrawler.getDocumentHistoryDao ( ) : DocumentHistoryDAO 1
com/logicaldoc/email/EmailCrawler.getDocumentHistoryDao:()Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentHistoryDAO to com.logicaldoc.core.document.DocumentHistoryDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] EmailCrawler.getDocumentLinkDao ( ) : DocumentLinkDAO 1
com/logicaldoc/email/EmailCrawler.getDocumentLinkDao:()Lcom/logicaldoc/core/document/dao/DocumentLinkDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentLinkDAO to com.logicaldoc.core.document.DocumentLinkDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
AuthenticationChain.class
package com.logicaldoc.core.security.authentication
[+] AuthenticationChain.authenticate ( String p1, String p2 ) : User 1
com/logicaldoc/core/security/authentication/AuthenticationChain.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] AuthenticationChain.authenticate ( String p1, String p2, String p3, Client p4 ) : User 1
com/logicaldoc/core/security/authentication/AuthenticationChain.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] AuthenticationChain.checkAnonymousLogin ( String p1, String p2, Client p3 ) : User 1
com/logicaldoc/core/security/authentication/AuthenticationChain.checkAnonymousLogin:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] AuthenticationChain.pickUser ( String p1 ) : User 1
com/logicaldoc/core/security/authentication/AuthenticationChain.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseFolderService.class
package com.logicaldoc.enterprise.folder
[+] EnterpriseFolderService.loadTemplates ( ) : GUIValue[ ] 1
com/logicaldoc/enterprise/folder/EnterpriseFolderService.loadTemplates:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseInfoService.class
package com.logicaldoc.enterprise
[+] EnterpriseInfoService.getSessionInfo ( ) : GUIParameter[ ] 1
com/logicaldoc/enterprise/EnterpriseInfoService.getSessionInfo:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseTagService.class
package com.logicaldoc.enterprise
[+] EnterpriseTagService.getSettings ( ) : GUIParameter[ ] 1
com/logicaldoc/enterprise/EnterpriseTagService.getSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] EnterpriseTagService.getTagCloud ( ) : GUITag[ ] 1
com/logicaldoc/enterprise/EnterpriseTagService.getTagCloud:()[Lcom/logicaldoc/gui/common/client/beans/GUITag;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUITag[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUITag>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ReadingRequestServiceImpl.class
package com.logicaldoc.enterprise.reading
[+] ReadingRequestServiceImpl.getUnconfimedReadings ( ) : GUIReadingRequest[ ] 1
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.getUnconfimedReadings:()[Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIReadingRequest[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIReadingRequest>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
TwoFactorsAuthenticationProvider.class
package com.logicaldoc.enterprise.security.twofactorsauth
[+] TwoFactorsAuthenticationProvider.getUser ( String p1 ) : User 1
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthenticationProvider.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
TwoFactorsAuthenticationServiceImpl.class
package com.logicaldoc.enterprise.security.twofactorsauth
[+] TwoFactorsAuthenticationServiceImpl.generateGoogleAuthorizationCredentials ( String p1 ) : String[ ] 1
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthenticationServiceImpl.generateGoogleAuthorizationCredentials:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
UpdateServiceImpl.class
package com.logicaldoc.enterprise.update
[+] UpdateServiceImpl.checkDownloadStatus ( ) : int[ ] 1
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkDownloadStatus:()[I
| Change | Effect |
---|
1 |
Return value type has been changed from int[] to java.util.List<java.lang.Integer>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] UpdateServiceImpl.checkPatch ( ) : GUIPatch[ ] 1
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkPatch:()[Lcom/logicaldoc/gui/common/client/beans/GUIPatch;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIPatch[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIPatch>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] UpdateServiceImpl.checkUpdate ( ) : GUIParameter[ ] 1
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkUpdate:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] UpdateServiceImpl.getPatchNotes ( String p1 ) : String[ ] 1
com/logicaldoc/enterprise/update/UpdateServiceImpl.getPatchNotes:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] UpdateServiceImpl.getUpdateNotes ( String p1 ) : String[ ] 1
com/logicaldoc/enterprise/update/UpdateServiceImpl.getUpdateNotes:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
DocumentsListGrid.class
package com.logicaldoc.enterprise.gui.mobile.client.search
[+] DocumentsListGrid.getDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentsListGrid.getIds ( ) : Long[ ] 1
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentsListGrid.getSelectedDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentsListGrid.getSelectedIds ( ) : Long[ ] 1
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getSelectedIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
LicenseServiceImpl.class
package com.logicaldoc.enterprise.gui.license.server
[+] LicenseServiceImpl.getBundle ( String locale ) [static] : GUIValue[ ] 1
com/logicaldoc/enterprise/gui/license/server/LicenseServiceImpl.getBundle:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
Search.class
package com.logicaldoc.enterprise.gui.mobile.client.search
[+] Search.getLastResult ( ) : GUIDocument[ ] 1
com/logicaldoc/enterprise/gui/mobile/client/search/Search.getLastResult:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-ftp-8.9.0-plugin.jar,
FtpUser.class
package com.logicaldoc.ftp
[+] FtpUser.getUser ( ) : User 1
com/logicaldoc/ftp/FtpUser.getUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gdrive-8.9.0-plugin.jar,
GDriveServiceImpl.class
package com.logicaldoc.gdrive
[+] GDriveServiceImpl.loadSettings ( ) : String[ ] 1
com/logicaldoc/gdrive/GDriveServiceImpl.loadSettings:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GDriveServiceImpl.search ( String expression ) : GUIDocument[ ] 1
com/logicaldoc/gdrive/GDriveServiceImpl.search:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
AttributeSetService.class
package com.logicaldoc.gui.frontend.client.services
[+] AttributeSetService.getAttributeSets ( ) [abstract] : GUIAttributeSet[ ] 1
com/logicaldoc/gui/frontend/client/services/AttributeSetService.getAttributeSets:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttributeSet;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIAttributeSet[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIAttributeSet>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] AttributeSetService.parseOptions ( long p1, String p2 ) [abstract] : GUIValue[ ] 1
com/logicaldoc/gui/frontend/client/services/AttributeSetService.parseOptions:(JLjava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
CalendarService.class
package com.logicaldoc.gui.frontend.client.services
[+] CalendarService.find ( GUICalendarEventSearchCriteria p1 ) [abstract] : GUICalendarEvent[ ] 1
com/logicaldoc/gui/frontend/client/services/CalendarService.find:(Lcom/logicaldoc/gui/common/client/beans/GUICalendarEventSearchCriteria;)[Lcom/logicaldoc/gui/common/client/beans/GUICalendarEvent;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUICalendarEvent[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUICalendarEvent>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
Constants.class
package com.logicaldoc.gui.common.client
[+] Constants.getAuditDefaultEvents ( ) [static] : String[ ] 1
com/logicaldoc/gui/common/client/Constants.getAuditDefaultEvents:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] Constants.getFulltextDefaultFields ( ) [static] : String[ ] 1
com/logicaldoc/gui/common/client/Constants.getFulltextDefaultFields:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
ContactService.class
package com.logicaldoc.gui.frontend.client.services
[+] ContactService.parseContacts ( boolean p1, GUIParseContactsParameters p2 ) [abstract] : GUIContact[ ] 1
com/logicaldoc/gui/frontend/client/services/ContactService.parseContacts:(ZLcom/logicaldoc/gui/common/client/beans/GUIParseContactsParameters;)[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIContact[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIContact>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
DashletService.class
package com.logicaldoc.gui.frontend.client.services
[+] DashletService.loadDashlets ( ) [abstract] : GUIDashlet[ ] 1
com/logicaldoc/gui/frontend/client/services/DashletService.loadDashlets:()[Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDashlet[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDashlet>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
DocumentGridUtil.class
package com.logicaldoc.gui.frontend.client.document.grid
[+] DocumentGridUtil.getIds ( Record[ ] records ) [static] : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentGridUtil.getIds:([Lcom/smartgwt/client/data/Record;)[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentGridUtil.toDocuments ( Record[ ] records ) [static] : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentGridUtil.toDocuments:([Lcom/smartgwt/client/data/Record;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
DocumentSelectorPanel.class
package com.logicaldoc.gui.frontend.client.document.selector
[+] DocumentSelectorPanel.getSelection ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/selector/DocumentSelectorPanel.getSelection:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
DocumentService.class
package com.logicaldoc.gui.frontend.client.services
[+] DocumentService.addDocuments ( boolean p1, String p2, boolean p3, GUIDocument p4 ) [abstract] : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/services/DocumentService.addDocuments:(ZLjava/lang/String;ZLcom/logicaldoc/gui/common/client/beans/GUIDocument;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentService.addDocuments ( String p1, long p2, boolean p3, String p4, boolean p5, Long p6 ) [abstract] : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/services/DocumentService.addDocuments:(Ljava/lang/String;JZLjava/lang/String;ZLjava/lang/Long;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentService.createDownloadTicket ( long p1, int p2, String p3, Integer p4, Date p5, Integer p6, Integer p7 ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/DocumentService.createDownloadTicket:(JILjava/lang/String;Ljava/lang/Integer;Ljava/util/Date;Ljava/lang/Integer;Ljava/lang/Integer;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentService.getNotes ( long p1, String p2, Collection<String> p3 ) [abstract] : GUIDocumentNote[ ] 1
com/logicaldoc/gui/frontend/client/services/DocumentService.getNotes:(JLjava/lang/String;Ljava/util/Collection;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocumentNote;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocumentNote[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocumentNote>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentService.getVersionsById ( long p1, long p2 ) [abstract] : GUIVersion[ ] 1
com/logicaldoc/gui/frontend/client/services/DocumentService.getVersionsById:(JJ)[Lcom/logicaldoc/gui/common/client/beans/GUIVersion;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIVersion[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIVersion>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
[+] DocumentsGrid.getDocuments ( ) [abstract] : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentsGrid.getIds ( ) [abstract] : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentsGrid.getSelectedDocuments ( ) [abstract] : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentsGrid.getSelectedIds ( ) [abstract] : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getSelectedIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsListGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
[+] DocumentsListGrid.getDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentsListGrid.getIds ( ) : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentsListGrid.getSelectedDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentsListGrid.getSelectedIds ( ) : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getSelectedIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsTileGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
[+] DocumentsTileGrid.getDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentsTileGrid.getIds ( ) : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentsTileGrid.getSelectedDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] DocumentsTileGrid.getSelectedIds ( ) : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getSelectedIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
FolderNavigator.class
package com.logicaldoc.gui.frontend.client.folder
[+] FolderNavigator.getSelectedIds ( ) : long[ ] 1
com/logicaldoc/gui/frontend/client/folder/FolderNavigator.getSelectedIds:()[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
FolderSearchDialog.class
package com.logicaldoc.gui.frontend.client.folder
[+] FolderSearchDialog.getLastResult ( ) : ListGridRecord[ ] 1
com/logicaldoc/gui/frontend/client/folder/FolderSearchDialog.getLastResult:()[Lcom/smartgwt/client/widgets/grid/ListGridRecord;
| Change | Effect |
---|
1 |
Return value type has been changed from com.smartgwt.client.widgets.grid.ListGridRecord[] to java.util.List<com.smartgwt.client.widgets.grid.ListGridRecord>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
FolderService.class
package com.logicaldoc.gui.frontend.client.services
[+] FolderService.computeStats ( long p1 ) [abstract] : long[ ] 1
com/logicaldoc/gui/frontend/client/services/FolderService.computeStats:(J)[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] FolderService.loadTemplates ( ) [abstract] : GUIValue[ ] 1
com/logicaldoc/gui/frontend/client/services/FolderService.loadTemplates:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GDriveService.class
package com.logicaldoc.gui.frontend.client.services
[+] GDriveService.loadSettings ( ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/GDriveService.loadSettings:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GDriveService.search ( String p1 ) [abstract] : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/services/GDriveService.search:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GroupSelectorCombo.class
package com.logicaldoc.gui.common.client.widgets
[+] GroupSelectorCombo.getGroupIds ( ) : long[ ] 1
com/logicaldoc/gui/common/client/widgets/GroupSelectorCombo.getGroupIds:()[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIAttribute.class
package com.logicaldoc.gui.common.client.beans
[+] GUIAttribute.getForbiddenNames ( ) [static] : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIAttribute.getForbiddenNames:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIAttribute.getOptions ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIAttribute.getOptions:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIAttributeSet.class
package com.logicaldoc.gui.common.client.beans
[+] GUIAttributeSet.getAttributes ( ) : GUIAttribute[ ] 1
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.getAttributes:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIAttribute[] to java.util.List<GUIAttribute>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIAttributeSet.getAttributesOrderedByPosition ( ) : GUIAttribute[ ] 1
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.getAttributesOrderedByPosition:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIAttribute[] to java.util.List<GUIAttribute>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIAutomationRoutine.class
package com.logicaldoc.gui.common.client.beans
[+] GUIAutomationRoutine.getPermissions ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.getPermissions:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUICalendarEvent.class
package com.logicaldoc.gui.common.client.beans
[+] GUICalendarEvent.getDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIDocument[] to java.util.List<GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUICalendarEvent.getParticipants ( ) : GUIUser[ ] 1
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getParticipants:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIUser[] to java.util.List<GUIUser>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUICalendarEvent.getParticipantsGroups ( ) : GUIGroup[ ] 1
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getParticipantsGroups:()[Lcom/logicaldoc/gui/common/client/beans/GUIGroup;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIGroup[] to java.util.List<GUIGroup>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUICalendarEvent.getReminders ( ) : GUIReminder[ ] 1
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getReminders:()[Lcom/logicaldoc/gui/common/client/beans/GUIReminder;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIReminder[] to java.util.List<GUIReminder>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIDocument.class
package com.logicaldoc.gui.common.client.beans
[+] GUIDocument.getNotifyUsers ( ) : long[ ] 1
com/logicaldoc/gui/common/client/beans/GUIDocument.getNotifyUsers:()[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIDocument.getTags ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIDocument.getTags:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIEmail.class
package com.logicaldoc.gui.common.client.beans
[+] GUIEmail.getAttachments ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmail.getAttachments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIDocument[] to java.util.List<GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIEmail.getBccs ( ) : GUIContact[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmail.getBccs:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIContact[] to java.util.List<GUIContact>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIEmail.getCcs ( ) : GUIContact[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmail.getCcs:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIContact[] to java.util.List<GUIContact>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIEmail.getDocIds ( ) : Long[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmail.getDocIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIEmail.getReplyTo ( ) : GUIContact[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmail.getReplyTo:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIContact[] to java.util.List<GUIContact>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIEmail.getTos ( ) : GUIContact[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmail.getTos:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIContact[] to java.util.List<GUIContact>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIEmailAccount.class
package com.logicaldoc.gui.common.client.beans
[+] GUIEmailAccount.getRules ( ) : GUIEmailRule[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.getRules:()[Lcom/logicaldoc/gui/common/client/beans/GUIEmailRule;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIEmailRule[] to java.util.List<GUIEmailRule>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIExtensibleObject.class
package com.logicaldoc.gui.common.client.beans
[+] GUIExtensibleObject.getAttributeNames ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.getAttributeNames:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIExtensibleObject.getAttributes ( ) : GUIAttribute[ ] 1
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.getAttributes:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIAttribute[] to java.util.List<GUIAttribute>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIFolder.class
package com.logicaldoc.gui.common.client.beans
[+] GUIFolder.getPath ( ) : GUIFolder[ ] 1
com/logicaldoc/gui/common/client/beans/GUIFolder.getPath:()[Lcom/logicaldoc/gui/common/client/beans/GUIFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIFolder[] to java.util.List<GUIFolder>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIFolder.getQuotaAlertRecipients ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIFolder.getQuotaAlertRecipients:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIFolder.getTags ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIFolder.getTags:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIForm.class
package com.logicaldoc.gui.common.client.beans
[+] GUIForm.getRecipients ( ) : GUIUser[ ] 1
com/logicaldoc/gui/common/client/beans/GUIForm.getRecipients:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIUser[] to java.util.List<GUIUser>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIIncrementalArchive.class
package com.logicaldoc.gui.common.client.beans
[+] GUIIncrementalArchive.getTemplateIds ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.getTemplateIds:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIIncrementalArchive.getTemplates ( ) : GUITemplate[ ] 1
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.getTemplates:()[Lcom/logicaldoc/gui/common/client/beans/GUITemplate;
| Change | Effect |
---|
1 |
Return value type has been changed from GUITemplate[] to java.util.List<GUITemplate>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIInfo.class
package com.logicaldoc.gui.common.client.beans
[+] GUIInfo.getAlerts ( ) : GUIMessage[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getAlerts:()[Lcom/logicaldoc/gui/common/client/beans/GUIMessage;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIMessage[] to java.util.List<GUIMessage>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIInfo.getAttributeDefinitions ( ) : GUIAttribute[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getAttributeDefinitions:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIAttribute[] to java.util.List<GUIAttribute>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIInfo.getBundle ( ) : GUIValue[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getBundle:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIValue[] to java.util.List<GUIValue>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIInfo.getConfig ( ) : GUIValue[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getConfig:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIValue[] to java.util.List<GUIValue>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIInfo.getFeatures ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getFeatures:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIInfo.getSupportedGUILanguages ( ) : GUIValue[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getSupportedGUILanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIValue[] to java.util.List<GUIValue>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIInfo.getSupportedLanguages ( ) : GUIValue[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getSupportedLanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIValue[] to java.util.List<GUIValue>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIInfo.getUnconfirmedReagings ( ) : GUIReadingRequest[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getUnconfirmedReagings:()[Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIReadingRequest[] to java.util.List<GUIReadingRequest>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUILDAPServer.class
package com.logicaldoc.gui.common.client.beans
[+] GUILDAPServer.getDefaultGroups ( ) : GUIGroup[ ] 1
com/logicaldoc/gui/common/client/beans/GUILDAPServer.getDefaultGroups:()[Lcom/logicaldoc/gui/common/client/beans/GUIGroup;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIGroup[] to java.util.List<GUIGroup>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIOCRTemplate.class
package com.logicaldoc.gui.common.client.beans
[+] GUIOCRTemplate.getZones ( ) : GUIZone[ ] 1
com/logicaldoc/gui/common/client/beans/GUIOCRTemplate.getZones:()[Lcom/logicaldoc/gui/common/client/beans/GUIZone;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIZone[] to java.util.List<GUIZone>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIResult.class
package com.logicaldoc.gui.common.client.beans
[+] GUIResult.getHits ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/common/client/beans/GUIResult.getHits:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIDocument[] to java.util.List<GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUISearchOptions.class
package com.logicaldoc.gui.common.client.beans
[+] GUISearchOptions.getCriteria ( ) : GUICriterion[ ] 1
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getCriteria:()[Lcom/logicaldoc/gui/common/client/beans/GUICriterion;
| Change | Effect |
---|
1 |
Return value type has been changed from GUICriterion[] to java.util.List<GUICriterion>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUISearchOptions.getFields ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getFields:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUISearchOptions.getFilterIds ( ) : Long[ ] 1
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getFilterIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUITask.class
package com.logicaldoc.gui.common.client.beans
[+] GUITask.getReportRecipients ( ) : GUIUser[ ] 1
com/logicaldoc/gui/common/client/beans/GUITask.getReportRecipients:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIUser[] to java.util.List<GUIUser>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUITemplate.class
package com.logicaldoc.gui.common.client.beans
[+] GUITemplate.getAttributes ( ) : GUIAttribute[ ] 1
com/logicaldoc/gui/common/client/beans/GUITemplate.getAttributes:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIAttribute[] to java.util.List<GUIAttribute>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUITemplate.getAttributesOrderedByPosition ( ) : GUIAttribute[ ] 1
com/logicaldoc/gui/common/client/beans/GUITemplate.getAttributesOrderedByPosition:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIAttribute[] to java.util.List<GUIAttribute>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUITemplate.getPermissions ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUITemplate.getPermissions:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUITenant.class
package com.logicaldoc.gui.common.client.beans
[+] GUITenant.getQuotaAlertRecipients ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUITenant.getQuotaAlertRecipients:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIUser.class
package com.logicaldoc.gui.common.client.beans
[+] GUIUser.getCustomActions ( ) : GUIMenu[ ] 1
com/logicaldoc/gui/common/client/beans/GUIUser.getCustomActions:()[Lcom/logicaldoc/gui/common/client/beans/GUIMenu;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIMenu[] to java.util.List<GUIMenu>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIUser.getDashlets ( ) : GUIDashlet[ ] 1
com/logicaldoc/gui/common/client/beans/GUIUser.getDashlets:()[Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIDashlet[] to java.util.List<GUIDashlet>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIUser.getGroups ( ) : GUIGroup[ ] 1
com/logicaldoc/gui/common/client/beans/GUIUser.getGroups:()[Lcom/logicaldoc/gui/common/client/beans/GUIGroup;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIGroup[] to java.util.List<GUIGroup>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIUser.getMenus ( ) : Long[ ] 1
com/logicaldoc/gui/common/client/beans/GUIUser.getMenus:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIUser.getWorkingTimes ( ) : GUIWorkingTime[ ] 1
com/logicaldoc/gui/common/client/beans/GUIUser.getWorkingTimes:()[Lcom/logicaldoc/gui/common/client/beans/GUIWorkingTime;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIWorkingTime[] to java.util.List<GUIWorkingTime>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIWFState.class
package com.logicaldoc.gui.common.client.beans
[+] GUIWFState.getTransitions ( ) : GUITransition[ ] 1
com/logicaldoc/gui/common/client/beans/GUIWFState.getTransitions:()[Lcom/logicaldoc/gui/common/client/beans/GUITransition;
| Change | Effect |
---|
1 |
Return value type has been changed from GUITransition[] to java.util.List<GUITransition>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIWorkflow.class
package com.logicaldoc.gui.common.client.beans
[+] GUIWorkflow.getAppendedDocs ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getAppendedDocs:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIDocument[] to java.util.List<GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIWorkflow.getPermissions ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getPermissions:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIWorkflow.getStates ( ) : GUIWFState[ ] 1
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getStates:()[Lcom/logicaldoc/gui/common/client/beans/GUIWFState;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIWFState[] to java.util.List<GUIWFState>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIWorkflow.getSupervisors ( ) : GUIUser[ ] 1
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getSupervisors:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIUser[] to java.util.List<GUIUser>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] GUIWorkflow.getWflHistory ( ) : GUIWFState[ ] 1
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getWflHistory:()[Lcom/logicaldoc/gui/common/client/beans/GUIWFState;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIWFState[] to java.util.List<GUIWFState>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
I18N.class
package com.logicaldoc.gui.common.client.i18n
[+] I18N.getGuiLanguages ( ) [static] : GUIValue[ ] 1
com/logicaldoc/gui/common/client/i18n/I18N.getGuiLanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] I18N.getLanguages ( ) : GUIValue[ ] 1
com/logicaldoc/gui/common/client/i18n/I18N.getLanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
InfoService.class
package com.logicaldoc.gui.common.client.services
[+] InfoService.getSessionInfo ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/common/client/services/InfoService.getSessionInfo:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
LDAPService.class
package com.logicaldoc.gui.frontend.client.services
[+] LDAPService.listUsers ( String p1, long p2 ) [abstract] : GUIUser[ ] 1
com/logicaldoc/gui/frontend/client/services/LDAPService.listUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIUser[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIUser>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
MessageService.class
package com.logicaldoc.gui.frontend.client.services
[+] MessageService.loadTemplates ( String p1, String p2 ) [abstract] : GUIMessageTemplate[ ] 1
com/logicaldoc/gui/frontend/client/services/MessageService.loadTemplates:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIMessageTemplate;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIMessageTemplate[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIMessageTemplate>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
OCRService.class
package com.logicaldoc.gui.frontend.client.services
[+] OCRService.loadSettings ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/OCRService.loadSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestController.class
package com.logicaldoc.gui.common.client.controllers
[+] ReadingRequestController.getUnconfirmedReadingIds ( long docId ) : long[ ] 1
com/logicaldoc/gui/common/client/controllers/ReadingRequestController.getUnconfirmedReadingIds:(J)[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestService.class
package com.logicaldoc.gui.frontend.client.services
[+] ReadingRequestService.getUnconfimedReadings ( ) [abstract] : GUIReadingRequest[ ] 1
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.getUnconfimedReadings:()[Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIReadingRequest[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIReadingRequest>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
ReportService.class
package com.logicaldoc.gui.frontend.client.services
[+] ReportService.getReportParameters ( long p1 ) [abstract] : GUIAttribute[ ] 1
com/logicaldoc/gui/frontend/client/services/ReportService.getReportParameters:(J)[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIAttribute[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIAttribute>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] ReportService.getReports ( ) [abstract] : GUIReport[ ] 1
com/logicaldoc/gui/frontend/client/services/ReportService.getReports:()[Lcom/logicaldoc/gui/common/client/beans/GUIReport;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIReport[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIReport>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
SchemeService.class
package com.logicaldoc.gui.frontend.client.services
[+] SchemeService.load ( ) [abstract] : GUIScheme[ ] 1
com/logicaldoc/gui/frontend/client/services/SchemeService.load:()[Lcom/logicaldoc/gui/common/client/beans/GUIScheme;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIScheme[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIScheme>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SchemeService.loadSequences ( ) [abstract] : GUISequence[ ] 1
com/logicaldoc/gui/frontend/client/services/SchemeService.loadSequences:()[Lcom/logicaldoc/gui/common/client/beans/GUISequence;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUISequence[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUISequence>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
Search.class
package com.logicaldoc.gui.frontend.client.search
[+] Search.getLastResult ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/search/Search.getLastResult:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
SecurityService.class
package com.logicaldoc.gui.common.client.services
[+] SecurityService.getMenus ( long p1, String p2, boolean p3 ) [abstract] : GUIMenu[ ] 1
com/logicaldoc/gui/common/client/services/SecurityService.getMenus:(JLjava/lang/String;Z)[Lcom/logicaldoc/gui/common/client/beans/GUIMenu;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIMenu[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIMenu>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SecurityService.loadBlockedEntities ( ) [abstract] : GUISequence[ ] 1
com/logicaldoc/gui/common/client/services/SecurityService.loadBlockedEntities:()[Lcom/logicaldoc/gui/common/client/beans/GUISequence;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUISequence[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUISequence>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SecurityService.searchUsers ( String p1, String p2 ) [abstract] : GUIUser[ ] 1
com/logicaldoc/gui/common/client/services/SecurityService.searchUsers:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIUser[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIUser>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SecurityService.validatePassword ( String p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 ) [abstract] : String[ ] 1
com/logicaldoc/gui/common/client/services/SecurityService.validatePassword:(Ljava/lang/String;IIIIIII)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
SettingService.class
package com.logicaldoc.gui.frontend.client.services
[+] SettingService.loadConverterParameters ( String p1 ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/SettingService.loadConverterParameters:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SettingService.loadGUISettings ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/SettingService.loadGUISettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SettingService.loadProtocolSettings ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/SettingService.loadProtocolSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SettingService.loadSettings ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/SettingService.loadSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SettingService.loadWebserviceStats ( Long p1 ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/SettingService.loadWebserviceStats:(Ljava/lang/Long;)[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SettingService.removeStorage ( int p1 ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/SettingService.removeStorage:(I)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
ShareFileService.class
package com.logicaldoc.gui.frontend.client.services
[+] ShareFileService.loadSettings ( ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/ShareFileService.loadSettings:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
SystemService.class
package com.logicaldoc.gui.frontend.client.services
[+] SystemService.getPlugins ( ) [abstract] : GUIValue[ ] 1
com/logicaldoc/gui/frontend/client/services/SystemService.getPlugins:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SystemService.getStatistics ( String p1 ) [abstract] : GUIParameter[ ][ ] 1
com/logicaldoc/gui/frontend/client/services/SystemService.getStatistics:(Ljava/lang/String;)[[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[][] to java.util.List<java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SystemService.loadTasks ( String p1 ) [abstract] : GUITask[ ] 1
com/logicaldoc/gui/frontend/client/services/SystemService.loadTasks:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUITask;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUITask[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUITask>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SystemService.searchApiCalls ( Long p1, Date p2, Date p3, String p4, String p5, String p6, int p7 ) [abstract] : GUIHistory[ ] 1
com/logicaldoc/gui/frontend/client/services/SystemService.searchApiCalls:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)[Lcom/logicaldoc/gui/common/client/beans/GUIHistory;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIHistory[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIHistory>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
TagService.class
package com.logicaldoc.gui.frontend.client.services
[+] TagService.getSettings ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/TagService.getSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] TagService.getTagCloud ( ) [abstract] : GUITag[ ] 1
com/logicaldoc/gui/frontend/client/services/TagService.getTagCloud:()[Lcom/logicaldoc/gui/common/client/beans/GUITag;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUITag[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUITag>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
TemplateService.class
package com.logicaldoc.gui.frontend.client.services
[+] TemplateService.getAttributes ( long p1, GUIExtensibleObject p2 ) [abstract] : GUIAttribute[ ] 1
com/logicaldoc/gui/frontend/client/services/TemplateService.getAttributes:(JLcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;)[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIAttribute[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIAttribute>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
TwoFactorsAuthenticationService.class
package com.logicaldoc.gui.frontend.client.services
[+] TwoFactorsAuthenticationService.generateGoogleAuthorizationCredentials ( String p1 ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/TwoFactorsAuthenticationService.generateGoogleAuthorizationCredentials:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
UpdateService.class
package com.logicaldoc.gui.frontend.client.services
[+] UpdateService.checkDownloadStatus ( ) [abstract] : int[ ] 1
com/logicaldoc/gui/frontend/client/services/UpdateService.checkDownloadStatus:()[I
| Change | Effect |
---|
1 |
Return value type has been changed from int[] to java.util.List<java.lang.Integer>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] UpdateService.checkPatch ( ) [abstract] : GUIPatch[ ] 1
com/logicaldoc/gui/frontend/client/services/UpdateService.checkPatch:()[Lcom/logicaldoc/gui/common/client/beans/GUIPatch;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIPatch[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIPatch>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] UpdateService.checkUpdate ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/UpdateService.checkUpdate:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] UpdateService.getPatchNotes ( String p1 ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/UpdateService.getPatchNotes:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] UpdateService.getUpdateNotes ( String p1 ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/UpdateService.getUpdateNotes:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
UserSelectorCombo.class
package com.logicaldoc.gui.common.client.widgets
[+] UserSelectorCombo.getUserIds ( ) : long[ ] 1
com/logicaldoc/gui/common/client/widgets/UserSelectorCombo.getUserIds:()[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
WorkflowService.class
package com.logicaldoc.gui.frontend.client.services
[+] WorkflowService.list ( ) [abstract] : GUIWorkflow[ ] 1
com/logicaldoc/gui/frontend/client/services/WorkflowService.list:()[Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIWorkflow[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIWorkflow>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-gui-8.9.0-plugin.jar,
ZohoService.class
package com.logicaldoc.gui.frontend.client.services
[+] ZohoService.loadSettings ( ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/ZohoService.loadSettings:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-impex-8.9.0-plugin.jar,
Archive.class
package com.logicaldoc.impex
[+] Archive.getEntryIds ( ) : Long[ ] 1
com/logicaldoc/impex/Archive.getEntryIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-impex-8.9.0-plugin.jar,
ArchiveImporter.class
package com.logicaldoc.impex
[+] ArchiveImporter.getDocumentDao ( ) : DocumentDAO 1
com/logicaldoc/impex/ArchiveImporter.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-importfolder-8.9.0-plugin.jar,
ImportFolderCrawler.class
package com.logicaldoc.importfolder
[+] ImportFolderCrawler.getDocumentDao ( ) : DocumentDAO 1
com/logicaldoc/importfolder/ImportFolderCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPAuthenticator.class
package com.logicaldoc.ldap
[+] LDAPAuthenticator.authenticate ( String name, String password ) : User 1
com/logicaldoc/ldap/LDAPAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] LDAPAuthenticator.pickUser ( String username ) : User 1
com/logicaldoc/ldap/LDAPAuthenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPServiceImpl.class
package com.logicaldoc.ldap
[+] LDAPServiceImpl.listUsers ( String login, long serverId ) : GUIUser[ ] 1
com/logicaldoc/ldap/LDAPServiceImpl.listUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIUser[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIUser>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPUser.class
package com.logicaldoc.ldap.model
[+] LDAPUser.getUser ( ) : User 1
com/logicaldoc/ldap/model/LDAPUser.getUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-ocr-8.9.0-plugin.jar,
OCRServiceImpl.class
package com.logicaldoc.ocr
[+] OCRServiceImpl.loadSettings ( ) : GUIParameter[ ] 1
com/logicaldoc/ocr/OCRServiceImpl.loadSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-report-8.9.0-plugin.jar,
ReportServiceImpl.class
package com.logicaldoc.report
[+] ReportServiceImpl.getReportParameters ( long id ) : GUIAttribute[ ] 1
com/logicaldoc/report/ReportServiceImpl.getReportParameters:(J)[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIAttribute[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIAttribute>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] ReportServiceImpl.getReports ( ) : GUIReport[ ] 1
com/logicaldoc/report/ReportServiceImpl.getReports:()[Lcom/logicaldoc/gui/common/client/beans/GUIReport;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIReport[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIReport>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-saml-8.9.0-plugin.jar,
Saml.class
package com.logicaldoc.saml
[+] Saml.createNewUser ( String username, String firstName, String lastName, String email, List<String> samlGroups ) : User 1
com/logicaldoc/saml/Saml.createNewUser:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-scheme-8.9.0-plugin.jar,
SchemeServiceImpl.class
package com.logicaldoc.scheme
[+] SchemeServiceImpl.load ( ) : GUIScheme[ ] 1
com/logicaldoc/scheme/SchemeServiceImpl.load:()[Lcom/logicaldoc/gui/common/client/beans/GUIScheme;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIScheme[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIScheme>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SchemeServiceImpl.loadSequences ( ) : GUISequence[ ] 1
com/logicaldoc/scheme/SchemeServiceImpl.loadSequences:()[Lcom/logicaldoc/gui/common/client/beans/GUISequence;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUISequence[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUISequence>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-sharefile-8.9.0-plugin.jar,
ShareFileServiceImpl.class
package com.logicaldoc.sharefile
[+] ShareFileServiceImpl.loadSettings ( ) : String[ ] 1
com/logicaldoc/sharefile/ShareFileServiceImpl.loadSettings:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-sign-8.9.0-plugin.jar,
SignDocumentsParameter.class
package com.logicaldoc.sign
[+] SignDocumentsParameter.getUser ( ) : User 1
com/logicaldoc/sign/SignDocumentsParameter.getUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-stamp-8.9.0-plugin.jar,
StampManager.class
package com.logicaldoc.stamp
[+] StampManager.getDocDao ( ) : DocumentDAO 1
com/logicaldoc/stamp/StampManager.getDocDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-syndication-8.9.0-plugin.jar,
SyndicationCrawler.class
package com.logicaldoc.syndication
[+] SyndicationCrawler.getDocumentDao ( ) : DocumentDAO 1
com/logicaldoc/syndication/SyndicationCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-util-8.9.0.jar,
JarUtil.class
package com.logicaldoc.util.io
[+] JarUtil.unjar ( String jarsource, String entry, String target ) : boolean 1
com/logicaldoc/util/io/JarUtil.unjar:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
| Change | Effect |
---|
1 |
Return value type has been changed from boolean to void. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] JarUtil.unjar ( String jarsource, String target ) : boolean 1
com/logicaldoc/util/io/JarUtil.unjar:(Ljava/lang/String;Ljava/lang/String;)Z
| Change | Effect |
---|
1 |
Return value type has been changed from boolean to void. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-util-8.9.0.jar,
SystemUtil.class
package com.logicaldoc.util
[+] SystemUtil.SystemUtil ( ) 1
com/logicaldoc/util/SystemUtil."<init>":()V
| Change | Effect |
---|
1 |
Access level has been changed from public to private. |
A client program may be interrupted by IllegalAccessError exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
AbstractService.class
package com.logicaldoc.webservice
[+] AbstractService.validateSession ( String sid ) : User 1
com/logicaldoc/webservice/AbstractService.validateSession:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
WSGroup.class
package com.logicaldoc.webservice.model
[+] WSGroup.toGroup ( ) : Group 1
com/logicaldoc/webservice/model/WSGroup.toGroup:()Lcom/logicaldoc/core/security/Group;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.Group to com.logicaldoc.core.security.user.Group. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
[+] WSUser.toUser ( ) : User 1
com/logicaldoc/webservice/model/WSUser.toUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-workflow-8.9.0-plugin.jar,
BaseListener.class
package com.logicaldoc.workflow.action
[+] BaseListener.getLastChangeUser ( String processInstanceId ) : User 1
com/logicaldoc/workflow/action/BaseListener.getLastChangeUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowServiceImpl.class
package com.logicaldoc.workflow.service
[+] WorkflowServiceImpl.list ( ) : GUIWorkflow[ ] 1
com/logicaldoc/workflow/service/WorkflowServiceImpl.list:()[Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIWorkflow[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIWorkflow>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowTool.class
package com.logicaldoc.workflow.automation
[+] WorkflowTool.getUser ( String username ) : User 1
com/logicaldoc/workflow/automation/WorkflowTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowUtil.class
package com.logicaldoc.workflow
[+] WorkflowUtil.getInitiator ( String processInstanceId, DelegateTask delegate ) [static] : User 1
com/logicaldoc/workflow/WorkflowUtil.getInitiator:(Ljava/lang/String;Lorg/activiti/engine/delegate/DelegateTask;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-zoho-8.9.0-plugin.jar,
ZohoServiceImpl.class
package com.logicaldoc.zoho
[+] ZohoServiceImpl.loadSettings ( ) : String[ ] 1
com/logicaldoc/zoho/ZohoServiceImpl.loadSettings:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-zonalocr-8.9.0-plugin.jar,
ZonalOCRProcessor.class
package com.logicaldoc.zonalocr
[+] ZonalOCRProcessor.getDocumentDao ( ) : DocumentDAO 1
com/logicaldoc/zonalocr/ZonalOCRProcessor.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
to the top
Problems with Data Types, Medium Severity 38
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.document
[+] interface DocumentManager 2
| Change | Effect |
---|
1 |
Abstract method void archiveDocuments ( Set<Long>, DocumentHistory ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.enterprise.webservice.soap.endpoint.SoapArchiveService.archiveDocuments ( String, long[ ], String ) and may not be implemented by old clients. |
2 |
Abstract method Document copyToFolder ( Document, Folder, DocumentHistory, boolean, boolean, boolean ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.cmis.LDRepository.createDocumentFromSource ( CallContext, String, String ) and may not be implemented by old clients. |
[+] affected methods: 95 (0.5%)
com.logicaldoc.barcode.BarcodeManager.setDocumentManager ( DocumentManager documentManager )1st parameter 'documentManager' of this method is of type 'DocumentManager'.
com.logicaldoc.core.conversion.FormatConverterManager.setDocumentManager ( DocumentManager documentManager )1st parameter 'documentManager' of this method is of type 'DocumentManager'.
DocumentManager.archiveFolder ( long p1, DocumentHistory p2 )This abstract method is from 'DocumentManager' interface.
DocumentManager.changeIndexingStatus ( Document p1, int p2 )This abstract method is from 'DocumentManager' interface.
DocumentManager.checkin ( long p1, File p2, String p3, boolean p4, AbstractDocument p5, DocumentHistory p6 )This abstract method is from 'DocumentManager' interface.
DocumentManager.checkin ( long p1, InputStream p2, String p3, boolean p4, AbstractDocument p5, DocumentHistory p6 )This abstract method is from 'DocumentManager' interface.
DocumentManager.checkout ( long p1, DocumentHistory p2 )This abstract method is from 'DocumentManager' interface.
DocumentManager.countPages ( Document p1 )This abstract method is from 'DocumentManager' interface.
DocumentManager.create ( File p1, Document p2, DocumentHistory p3 )This abstract method is from 'DocumentManager' interface.
DocumentManager.create ( InputStream p1, Document p2, DocumentHistory p3 )This abstract method is from 'DocumentManager' interface.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.metadata
[+] interface AttributeOptionDAO 1
| Change | Effect |
---|
1 |
Abstract method void deleteBySetIdAndAttribute ( long, String ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method HibernateAttributeSetDAO.delete ( long, int ) and may not be implemented by old clients. |
[+] affected methods: 6 (0.03%)
AttributeOptionDAO.deleteOrphaned ( long p1, Collection<String> p2 )This abstract method is from 'AttributeOptionDAO' interface.
AttributeOptionDAO.findByAttribute ( long p1, String p2 )This abstract method is from 'AttributeOptionDAO' interface.
AttributeOptionDAO.findByAttributeAndCategory ( long p1, String p2, String p3 )This abstract method is from 'AttributeOptionDAO' interface.
AttributeOptionDAO.findByAttributeAsMap ( long p1, String p2 )This abstract method is from 'AttributeOptionDAO' interface.
HibernateAttributeSetDAO.setOptionsDao ( AttributeOptionDAO optionsDao )1st parameter 'optionsDao' of this method is of type 'AttributeOptionDAO'.
com.logicaldoc.syndication.SyndicationCrawler.setAttributeOptionDao ( AttributeOptionDAO attributeOptionDao )1st parameter 'attributeOptionDao' of this method is of type 'AttributeOptionDAO'.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.searchengine
[+] interface SearchEngine 1
| Change | Effect |
---|
1 |
Abstract method Hits search ( String, Set<String>, String, Integer ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method FulltextSearch.internalSearch ( ) and may not be implemented by old clients. |
[+] affected methods: 21 (0.1%)
com.logicaldoc.core.document.DocumentManagerImpl.setIndexer ( SearchEngine indexer )1st parameter 'indexer' of this method is of type 'SearchEngine'.
IndexerTask.setIndexer ( SearchEngine indexer )1st parameter 'indexer' of this method is of type 'SearchEngine'.
IndexOptimizer.getIndexer ( )Return value of this method is of type 'SearchEngine'.
IndexOptimizer.setIndexer ( SearchEngine indexer )1st parameter 'indexer' of this method is of type 'SearchEngine'.
SearchEngine.addHit ( Document p1, InputStream p2 )This abstract method is from 'SearchEngine' interface.
SearchEngine.addHit ( Document p1, String p2 )This abstract method is from 'SearchEngine' interface.
SearchEngine.check ( )This abstract method is from 'SearchEngine' interface.
SearchEngine.close ( )This abstract method is from 'SearchEngine' interface.
SearchEngine.deleteHit ( long p1 )This abstract method is from 'SearchEngine' interface.
SearchEngine.deleteHits ( Collection<Long> p1 )This abstract method is from 'SearchEngine' interface.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.services
[+] interface SecurityServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void saveMenus ( List<GUIMenu>, String, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.settings.gui.CustomActionsPanel.onSave ( ) and may not be implemented by old clients. |
[+] affected methods: 37 (0.2%)
com.logicaldoc.enterprise.gui.mobile.client.Mobile.Mobile ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.get ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.onModuleLoad ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.setInstance ( Mobile instance )Field 'instance.securityService' in 1st parameter 'instance' of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.showMain ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
SecurityService.Instance.get ( )Return value of this method is of type 'SecurityServiceAsync'.
SecurityServiceAsync.addUserToGroup ( long p1, long p2, AsyncCallback<Void> p3 )This abstract method is from 'SecurityServiceAsync' interface.
SecurityServiceAsync.changePassword ( Long p1, long p2, String p3, String p4, boolean p5, AsyncCallback<GUIValue> p6 )This abstract method is from 'SecurityServiceAsync' interface.
SecurityServiceAsync.changeStatus ( long p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'SecurityServiceAsync' interface.
SecurityServiceAsync.deleteGroup ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'SecurityServiceAsync' interface.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document.grid
[+] interface DocumentsGrid 3
| Change | Effect |
---|
1 |
Abstract method List<GUIDocument> getSelectedDocuments ( ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method ContextMenu.ContextMenu ( GUIFolder, DocumentsGrid ) and may not be implemented by old clients. |
2 |
Abstract method List<Long> getSelectedIds ( ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method ContextMenu.ContextMenu ( GUIFolder, DocumentsGrid ) and may not be implemented by old clients. |
3 |
Abstract method void setDocuments ( List<GUIDocument> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.search.HitsListPanel.onSearchArrived ( ) and may not be implemented by old clients. |
[+] affected methods: 67 (0.3%)
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.DocumentsListPanel ( GUIFolder folder )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.DocumentsListPanel ( GUIFolder folder, int visualizationMode )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.destroy ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.getGrid ( )Return value of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.getVisualizationMode ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.prepareDocumentsGrid ( GUIFolder folder, int visualizationMode )Return value of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.registerSelectionHandler ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.toggleFilters ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.updateData ( GUIFolder folder )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsPanel.getDocumentsGrid ( )Return value of this method is of type 'DocumentsGrid'.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.services
[+] interface AttributeSetServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void deleteOptions ( long, String, List<String>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.metadata.template.Options.onDelete ( ) and may not be implemented by old clients. |
2 |
Abstract method void saveOptions ( long, String, List<GUIValue>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.metadata.template.Options.onSave ( ) and may not be implemented by old clients. |
[+] affected methods: 9 (0.05%)
AttributeSetService.Instance.get ( )Return value of this method is of type 'AttributeSetServiceAsync'.
AttributeSetServiceAsync.applyAllToTemplates ( long p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.applyInitializationToTemplates ( long p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.applyValidationToTemplates ( long p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.getAttributeSet ( long p1, AsyncCallback<GUIAttributeSet> p2 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.getAttributeSets ( AsyncCallback<GUIAttributeSet[ ]> p1 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.parseOptions ( long p1, String p2, AsyncCallback<GUIValue[ ]> p3 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.save ( GUIAttributeSet p1, AsyncCallback<GUIAttributeSet> p2 )This abstract method is from 'AttributeSetServiceAsync' interface.
[+] interface AutomationServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void execute ( GUIAutomationRoutine, List<Long>, Long, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.document.grid.FillRoutineParams.onExecute ( ) and may not be implemented by old clients. |
[+] affected methods: 6 (0.03%)
AutomationService.Instance.get ( )Return value of this method is of type 'AutomationServiceAsync'.
AutomationServiceAsync.applyTriggersToTree ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.getRoutine ( long p1, AsyncCallback<GUIAutomationRoutine> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.getTrigger ( long p1, AsyncCallback<GUIAutomationTrigger> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.saveRoutine ( GUIAutomationRoutine p1, AsyncCallback<GUIAutomationRoutine> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.saveTrigger ( GUIAutomationTrigger p1, AsyncCallback<GUIAutomationTrigger> p2 )This abstract method is from 'AutomationServiceAsync' interface.
[+] interface DashletServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void saveDashlets ( List<GUIDashlet>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.settings.gui.DashletsPanel.saveDashlets ( ) and may not be implemented by old clients. |
2 |
Abstract method void saveUserDashlets ( List<GUIDashlet>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.dashboard.UserDashboard.save ( ) and may not be implemented by old clients. |
[+] affected methods: 6 (0.03%)
DashletService.Instance.get ( )Return value of this method is of type 'DashletServiceAsync'.
DashletServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'DashletServiceAsync' interface.
DashletServiceAsync.get ( long p1, AsyncCallback<GUIDashlet> p2 )This abstract method is from 'DashletServiceAsync' interface.
DashletServiceAsync.get ( String p1, AsyncCallback<GUIDashlet> p2 )This abstract method is from 'DashletServiceAsync' interface.
DashletServiceAsync.loadDashlets ( AsyncCallback<GUIDashlet[ ]> p1 )This abstract method is from 'DashletServiceAsync' interface.
DashletServiceAsync.save ( GUIDashlet p1, AsyncCallback<Void> p2 )This abstract method is from 'DashletServiceAsync' interface.
[+] interface DocumentServiceAsync 8
| Change | Effect |
---|
1 |
Abstract method void addBookmarks ( List<Long>, int, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.folder.FolderNavigator.onAddBookmark ( ) and may not be implemented by old clients. |
2 |
Abstract method void checkout ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.gdrive.GDriveMenuItem.checkoutAndUploadToGDrive ( GUIDocument ) and may not be implemented by old clients. |
3 |
Abstract method void countDocuments ( List<Long>, int, AsyncCallback<Long> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.folder.FolderNavigator.onDelete ( ) and may not be implemented by old clients. |
4 |
Abstract method void getEnabledPermissions ( List<Long>, AsyncCallback<GUIAccessControlEntry> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.document.grid.ContextMenu.ContextMenu ( GUIFolder, DocumentsGrid ) and may not be implemented by old clients. |
5 |
Abstract method void lock ( List<Long>, String, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.common.client.controllers.DocumentController.beginEditing ( GUIDocument ) and may not be implemented by old clients. |
6 |
Abstract method void restore ( List<Long>, long, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.document.TrashPanel.restoreDocument ( long ) and may not be implemented by old clients. |
7 |
Abstract method void saveNotes ( long, List<GUIDocumentNote>, Collection<String>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.document.note.AbstractAnnotationsWindow.onSave ( ) and may not be implemented by old clients. |
8 |
Abstract method void unlock ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.common.client.controllers.DocumentController.cancelEditing ( GUIDocument ) and may not be implemented by old clients. |
[+] affected methods: 53 (0.3%)
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.DocumentDetailsPanel ( GUIDocument doc )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getDocument ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getPanelName ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.onSave ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabs ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabset ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.refresh ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.setDocument ( GUIDocument document )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.StandardPropertiesPanel ( GUIDocument document, ChangedHandler changedHandler, DocumentObserver observer )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.validate ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
...
[+] interface FolderServiceAsync 6
| Change | Effect |
---|
1 |
Abstract method void copyFolders ( List<Long>, long, boolean, String, GUIFolder, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.folder.FolderNavigator.copyTo ( long, boolean, String ) and may not be implemented by old clients. |
2 |
Abstract method void merge ( List<Long>, long, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.folder.FolderNavigator.mergeTo ( long ) and may not be implemented by old clients. |
3 |
Abstract method void move ( List<Long>, long, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.folder.FolderNavigator.moveTo ( long ) and may not be implemented by old clients. |
4 |
Abstract method void restore ( List<Long>, long, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.document.TrashPanel.restoreFolder ( long ) and may not be implemented by old clients. |
5 |
Abstract method void saveACL ( GUIFolder, boolean, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.folder.FolderSecurityPanel.onSave ( boolean ) and may not be implemented by old clients. |
6 |
Abstract method void saveTemplates ( List<GUIValue>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.metadata.FolderTemplatesPanel.saveTemplates ( ) and may not be implemented by old clients. |
[+] affected methods: 16 (0.1%)
FolderService.Instance.get ( )Return value of this method is of type 'FolderServiceAsync'.
FolderServiceAsync.applyGridLayout ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyMetadata ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyOCR ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyStorage ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyTags ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyTemplate ( long p1, long p2, boolean p3, AsyncCallback<Void> p4 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.computeStats ( long p1, AsyncCallback<long[ ]> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.create ( GUIFolder p1, boolean p2, AsyncCallback<GUIFolder> p3 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.createAlias ( long p1, long p2, AsyncCallback<GUIFolder> p3 )This abstract method is from 'FolderServiceAsync' interface.
...
[+] interface MessageServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void saveTemplates ( List<GUIMessageTemplate>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.settings.messages.MessageTemplatesPanel.saveTemplates ( ) and may not be implemented by old clients. |
[+] affected methods: 5 (0.03%)
MessageService.Instance.get ( )Return value of this method is of type 'MessageServiceAsync'.
MessageServiceAsync.deleteTemplates ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'MessageServiceAsync' interface.
MessageServiceAsync.getMessage ( long p1, boolean p2, AsyncCallback<GUIMessage> p3 )This abstract method is from 'MessageServiceAsync' interface.
MessageServiceAsync.getTemplate ( long p1, AsyncCallback<GUIMessageTemplate> p2 )This abstract method is from 'MessageServiceAsync' interface.
MessageServiceAsync.loadTemplates ( String p1, String p2, AsyncCallback<GUIMessageTemplate[ ]> p3 )This abstract method is from 'MessageServiceAsync' interface.
[+] interface ReadingRequestServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void confirmReadings ( List<Long>, String, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.common.client.widgets.preview.PreviewPanel.confirmReading ( ) and may not be implemented by old clients. |
[+] affected methods: 4 (0.02%)
ReadingRequestService.Instance.get ( )Return value of this method is of type 'ReadingRequestServiceAsync'.
ReadingRequestServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReadingRequestServiceAsync' interface.
ReadingRequestServiceAsync.getUnconfimedReadings ( AsyncCallback<GUIReadingRequest[ ]> p1 )This abstract method is from 'ReadingRequestServiceAsync' interface.
ReadingRequestServiceAsync.notityReadingRequest ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReadingRequestServiceAsync' interface.
[+] interface ReportServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void execute ( long, List<GUIAttribute>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.reports.custom.ReportParametersForm.doExecute ( ArrayList<GUIAttribute> ) and may not be implemented by old clients. |
[+] affected methods: 9 (0.05%)
ReportService.Instance.get ( )Return value of this method is of type 'ReportServiceAsync'.
ReportServiceAsync.changeStatus ( long p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.create ( GUIReport p1, AsyncCallback<GUIReport> p2 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.getReport ( long p1, boolean p2, AsyncCallback<GUIReport> p3 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.getReportParameters ( long p1, AsyncCallback<GUIAttribute[ ]> p2 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.getReports ( AsyncCallback<GUIReport[ ]> p1 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.save ( GUIReport p1, AsyncCallback<GUIReport> p2 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.storeUploadedDesign ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReportServiceAsync' interface.
[+] interface SettingServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void loadSettingsByNames ( List<String>, AsyncCallback<List<GUIParameter>> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.security.AntivirusPanel.onDraw ( ) and may not be implemented by old clients. |
2 |
Abstract method void saveFirewallSettings ( List<GUIParameter>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.security.FirewallPanel.onSave ( ) and may not be implemented by old clients. |
3 |
Abstract method void saveSettings ( List<GUIParameter>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.security.BruteForcePanel.onSave ( ) and may not be implemented by old clients. |
4 |
Abstract method void saveStorageSettings ( List<GUIParameter>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.settings.StoragesPanel.onSave ( boolean ) and may not be implemented by old clients. |
[+] affected methods: 13 (0.1%)
SettingService.Instance.get ( )Return value of this method is of type 'SettingServiceAsync'.
SettingServiceAsync.loadConverterParameters ( String p1, AsyncCallback<GUIParameter[ ]> p2 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadEmailSettings ( AsyncCallback<GUIEmailSettings> p1 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadGUISettings ( AsyncCallback<GUIParameter[ ]> p1 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadProtocolSettings ( AsyncCallback<GUIParameter[ ]> p1 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadSettings ( AsyncCallback<GUIParameter[ ]> p1 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadWebserviceStats ( Long p1, AsyncCallback<GUIParameter[ ]> p2 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.removeStorage ( int p1, AsyncCallback<String[ ]> p2 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.saveEmailSettings ( GUIEmailSettings p1, AsyncCallback<Void> p2 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.saveExtensionAliases ( String p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'SettingServiceAsync' interface.
...
[+] interface SignServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void signDocuments ( List<Long>, String, int, String, String, String, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.document.signature.DigitalSignatureDialog.onSign ( ) and may not be implemented by old clients. |
[+] affected methods: 11 (0.1%)
SignService.Instance.get ( )Return value of this method is of type 'SignServiceAsync'.
SignServiceAsync.deleteCertificate ( AsyncCallback<Void> p1 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.deleteKeystore ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.generateNewCertificate ( AsyncCallback<Void> p1 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.generateNewKeystore ( GUIKeystore p1, AsyncCallback<Void> p2 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.getUploadedContent ( AsyncCallback<String> p1 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.imporKeystore ( GUIKeystore p1, AsyncCallback<Void> p2 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.importCertificate ( String p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.isVisualSignatureEnabled ( AsyncCallback<Boolean> p1 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.loadKeystore ( long p1, AsyncCallback<GUIKeystore> p2 )This abstract method is from 'SignServiceAsync' interface.
...
[+] interface StampServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void applyStamp ( List<Long>, GUIStamp, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.document.stamp.VisualPositioningStampDialog.onApply ( ) and may not be implemented by old clients. |
[+] affected methods: 8 (0.04%)
StampService.Instance.get ( )Return value of this method is of type 'StampServiceAsync'.
StampServiceAsync.changeStatus ( long p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.getSignature ( AsyncCallback<GUIStamp> p1 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.getStamp ( long p1, AsyncCallback<GUIStamp> p2 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.getStamp ( String p1, AsyncCallback<GUIStamp> p2 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.save ( GUIStamp p1, AsyncCallback<GUIStamp> p2 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.saveImage ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'StampServiceAsync' interface.
[+] interface WorkflowServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void deleteInstances ( List<String>, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.workflow.WorkflowDashboard.killWorkflows ( List<String> ) and may not be implemented by old clients. |
2 |
Abstract method void saveACL ( GUIWorkflow, AsyncCallback<Void> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.logicaldoc.gui.frontend.client.workflow.designer.WorkflowSecurity.onSave ( ) and may not be implemented by old clients. |
[+] affected methods: 22 (0.1%)
WorkflowService.Instance.get ( )Return value of this method is of type 'WorkflowServiceAsync'.
WorkflowServiceAsync.addNote ( String p1, String p2, AsyncCallback<Long> p3 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.applyTriggersToTree ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.claimTask ( String p1, String p2, AsyncCallback<GUIWorkflow> p3 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.countAssignedTasks ( String p1, AsyncCallback<Integer> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.delete ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deleteInstance ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deleteNote ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deleteTrigger ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deploy ( GUIWorkflow p1, AsyncCallback<GUIWorkflow> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
...
to the top
Problems with Data Types, Low Severity 9
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.document
[+] class AbstractDocument 1
| Change | Effect |
---|
1 |
Superclass has been changed from com.logicaldoc.core.metadata.ExtensibleObject to com.logicaldoc.core.security.SecurableExtensibleObject. |
1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods: 161 (0.8%)
AbstractDocument.AbstractDocument ( )This constructor is from 'AbstractDocument' abstract class.
AbstractDocument.addTag ( String word )This method is from 'AbstractDocument' abstract class.
AbstractDocument.clearTags ( )This method is from 'AbstractDocument' abstract class.
AbstractDocument.copyAttributes ( AbstractDocument docVO )1st parameter 'docVO' of this method is of type 'AbstractDocument'.
AbstractDocument.getBarcoded ( )This method is from 'AbstractDocument' abstract class.
AbstractDocument.getBarcodeTemplateId ( )This method is from 'AbstractDocument' abstract class.
AbstractDocument.getColor ( )This method is from 'AbstractDocument' abstract class.
AbstractDocument.getComment ( )This method is from 'AbstractDocument' abstract class.
AbstractDocument.getCreator ( )This method is from 'AbstractDocument' abstract class.
AbstractDocument.getCreatorId ( )This method is from 'AbstractDocument' abstract class.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.folder
[+] class Folder 1
| Change | Effect |
---|
1 |
Superclass has been changed from com.logicaldoc.core.metadata.ExtensibleObject to com.logicaldoc.core.security.SecurableExtensibleObject. |
1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods: 165 (0.8%)
com.logicaldoc.cmis.LDRepository.LDRepository ( Folder root, String sid )1st parameter 'root' of this method is of type 'Folder'.
com.logicaldoc.cmis.LDRepository.getRoot ( )Return value of this method is of type 'Folder'.
com.logicaldoc.core.automation.DocTool.createAlias ( Document originalDoc, Folder targetFolder, String type, String username )2nd parameter 'targetFolder' of this method is of type 'Folder'.
com.logicaldoc.core.automation.DocTool.createPath ( Document doc, String targetPath, String username )Return value of this method is of type 'Folder'.
com.logicaldoc.core.automation.FolderTool.copy ( Folder source, String targetPath, boolean foldersOnly, String securityOption, String username )1st parameter 'source' of this method is of type 'Folder'.
com.logicaldoc.core.automation.FolderTool.createPath ( Folder folder, String targetPath, String username )1st parameter 'folder' of this method is of type 'Folder'.
com.logicaldoc.core.automation.FolderTool.displayUrl ( Folder folder )1st parameter 'folder' of this method is of type 'Folder'.
com.logicaldoc.core.automation.FolderTool.findById ( long id )Return value of this method is of type 'Folder'.
com.logicaldoc.core.automation.FolderTool.findByPath ( String path )Return value of this method is of type 'Folder'.
com.logicaldoc.core.automation.FolderTool.findByPath ( String path, Long tenantId )Return value of this method is of type 'Folder'.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.metadata
[+] class AbstractAttributeSet 1
| Change | Effect |
---|
1 |
Superclass has been changed from ExtensibleObject to com.logicaldoc.core.security.SecurableExtensibleObject. |
1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods: 11 (0.1%)
AbstractAttributeSet.AbstractAttributeSet ( )This constructor is from 'AbstractAttributeSet' class.
AbstractAttributeSet.getDescription ( )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.getLabel ( )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.getName ( )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.getReadonly ( )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.getType ( )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.setDescription ( String description )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.setLabel ( String label )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.setName ( String name )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.setReadonly ( int readonly )This method is from 'AbstractAttributeSet' class.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.security.authentication
[+] class DefaultAuthenticator 1
| Change | Effect |
---|
1 |
Method User DefaultAuthenticator.authenticate ( String, String, String, Client ) has been moved up type hierarchy to User AbstractAuthenticator.authenticate ( String, String, String, Client ). |
Method AbstractAuthenticator.authenticate ( String, String, String, Client ) will be called instead of DefaultAuthenticator.authenticate ( String, String, String, Client ) in a client program. |
[+] affected methods: 1 (0.01%)
DefaultAuthenticator.authenticate ( String username, String password, String key, Client client )Method 'AbstractAuthenticator.authenticate ( String, String, String, Client )' will be called instead of this method in a client program.
logicaldoc-enterprise-automation-8.9.0-plugin.jar
package com.logicaldoc.enterprise.automation
[+] class AutomationRoutine 1
| Change | Effect |
---|
1 |
Superclass has been changed from com.logicaldoc.core.metadata.ExtensibleObject to com.logicaldoc.core.security.SecurableExtensibleObject. |
1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods: 11 (0.1%)
AutomationEventListener.execute ( AutomationRoutine routine, Map<String,Object> dictionary )1st parameter 'routine' of this method is of type 'AutomationRoutine'.
AutomationRoutine.AutomationRoutine ( )This constructor is from 'AutomationRoutine' class.
AutomationRoutine.AutomationRoutine ( AutomationRoutine source )1st parameter 'source' of this method is of type 'AutomationRoutine'.
AutomationRoutine.getAutomation ( )This method is from 'AutomationRoutine' class.
AutomationRoutine.getDescription ( )This method is from 'AutomationRoutine' class.
AutomationRoutine.getName ( )This method is from 'AutomationRoutine' class.
AutomationRoutine.setAutomation ( String automation )This method is from 'AutomationRoutine' class.
AutomationRoutine.setDescription ( String description )This method is from 'AutomationRoutine' class.
AutomationRoutine.setName ( String name )This method is from 'AutomationRoutine' class.
AutomationRoutineDAO.findByName ( String p1, long p2 )Return value of this abstract method is of type 'AutomationRoutine'.
...
logicaldoc-enterprise-core-8.9.0-plugin.jar
package com.logicaldoc.core.security.authentication
[+] class AuthenticationChain 1
| Change | Effect |
---|
1 |
Method User AuthenticationChain.authenticate ( String, String, String, Client ) has been moved up type hierarchy to User AbstractAuthenticator.authenticate ( String, String, String, Client ). |
Method AbstractAuthenticator.authenticate ( String, String, String, Client ) will be called instead of AuthenticationChain.authenticate ( String, String, String, Client ) in a client program. |
[+] affected methods: 1 (0.01%)
AuthenticationChain.authenticate ( String p1, String p2, String p3, Client p4 )Method 'AbstractAuthenticator.authenticate ( String, String, String, Client )' will be called instead of this method in a client program.
logicaldoc-stamp-8.9.0-plugin.jar
package com.logicaldoc.stamp
[+] class Stamp 1
| Change | Effect |
---|
1 |
Superclass has been changed from com.logicaldoc.core.metadata.ExtensibleObject to com.logicaldoc.core.security.SecurableExtensibleObject. |
1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods: 50 (0.3%)
Stamp.Stamp ( )This constructor is from 'Stamp' class.
Stamp.Stamp ( Stamp source )1st parameter 'source' of this method is of type 'Stamp'.
Stamp.getAspectRatio ( )This method is from 'Stamp' class.
Stamp.getBarcodeFormat ( )This method is from 'Stamp' class.
Stamp.getBarcodeLabel ( )This method is from 'Stamp' class.
Stamp.getColor ( )This method is from 'Stamp' class.
Stamp.getDescription ( )This method is from 'Stamp' class.
Stamp.getEnabled ( )This method is from 'Stamp' class.
Stamp.getExprH ( )This method is from 'Stamp' class.
Stamp.getExprW ( )This method is from 'Stamp' class.
...
logicaldoc-util-8.9.0.jar
package com.logicaldoc.util
[+] class SystemUtil 1
| Change | Effect |
---|
1 |
Field SUN_JAVA_COMMAND of type java.lang.String with the compile-time constant value "sun.java.command" has been removed from this class. |
A client program may change behavior. |
[+] affected methods: 10 (0.1%)
SystemUtil.SystemUtil ( )This constructor is from 'SystemUtil' class.
SystemUtil.getOS ( )This method is from 'SystemUtil' class.
SystemUtil.isMac ( )This method is from 'SystemUtil' class.
SystemUtil.isSolaris ( )This method is from 'SystemUtil' class.
SystemUtil.isUnix ( )This method is from 'SystemUtil' class.
SystemUtil.isWindows ( )This method is from 'SystemUtil' class.
SystemUtil.printEnvironment ( )This method is from 'SystemUtil' class.
SystemUtil.printJavaEnvironment ( )This method is from 'SystemUtil' class.
SystemUtil.printStackTrace ( )This method is from 'SystemUtil' class.
SystemUtil.printSystemEnvironment ( )This method is from 'SystemUtil' class.
logicaldoc-workflow-8.9.0-plugin.jar
package com.logicaldoc.workflow.template
[+] class WorkflowTemplate 1
| Change | Effect |
---|
1 |
Superclass has been changed from com.logicaldoc.core.PersistentObject to com.logicaldoc.core.security.SecurablePersistentObject. |
1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods: 39 (0.2%)
com.logicaldoc.workflow.action.BaseListener.getWorkflowTemplate ( DelegateTask delegate )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.createFromFile ( File file )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.deploy ( WorkflowTemplate wfTemplate )1st parameter 'wfTemplate' of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.findByName ( long tenantId, String name )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.findByNameAndVersion ( long tenantId, String name, int version )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.findLastDeployed ( long tenantId, String name )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.initialize ( WorkflowTemplate template )1st parameter 'template' of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.store ( WorkflowTemplate entity )1st parameter 'entity' of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.storeNewVersion ( WorkflowTemplate wfTemplate )1st parameter 'wfTemplate' of this method is of type 'WorkflowTemplate'.
WorkflowTemplate.WorkflowTemplate ( )This constructor is from 'WorkflowTemplate' class.
...
to the top
Problems with Methods, Low Severity 212
logicaldoc-audit-8.9.0-plugin.jar,
HibernateSubscriptionDAO.class
package com.logicaldoc.audit
[+] HibernateSubscriptionDAO.cleanPendingSubscriptions ( ) : void 1
com/logicaldoc/audit/HibernateSubscriptionDAO.cleanPendingSubscriptions:()V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateSubscriptionDAO.find ( Long objectId, String type, String event, Long userId, Integer folderOption, Integer max ) : List<Subscription> 1
com/logicaldoc/audit/HibernateSubscriptionDAO.find:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateSubscriptionDAO.findByAK ( long userId, long objectId, String type ) : Subscription 1
com/logicaldoc/audit/HibernateSubscriptionDAO.findByAK:(JJLjava/lang/String;)Lcom/logicaldoc/audit/Subscription;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateSubscriptionDAO.findByName ( String name ) : Subscription 1
com/logicaldoc/audit/HibernateSubscriptionDAO.findByName:(Ljava/lang/String;)Lcom/logicaldoc/audit/Subscription;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateSubscriptionDAO.findByObjectIdAndType ( long objectId, String type, String event, Integer folderOption ) : List<Subscription> 1
com/logicaldoc/audit/HibernateSubscriptionDAO.findByObjectIdAndType:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateSubscriptionDAO.findByType ( String type ) : List<Subscription> 1
com/logicaldoc/audit/HibernateSubscriptionDAO.findByType:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateSubscriptionDAO.findByUserId ( long userId ) : List<Subscription> 1
com/logicaldoc/audit/HibernateSubscriptionDAO.findByUserId:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-audit-8.9.0-plugin.jar,
SubscriptionsDataServlet.class
package com.logicaldoc.audit
[+] SubscriptionsDataServlet.service ( HttpServletRequest request, HttpServletResponse response, Session session, Integer max, Locale locale ) : void 2
com/logicaldoc/audit/SubscriptionsDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lcom/logicaldoc/core/security/Session;Ljava/lang/Integer;Ljava/util/Locale;)V
| Change | Effect |
---|
1 |
Removed com.logicaldoc.core.PersistenceException exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 |
Removed java.io.IOException exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-calendar-8.9.0-plugin.jar,
HibernateEventDAO.class
package com.logicaldoc.calendar
[+] HibernateEventDAO.cleanOldEvents ( int ttl ) : int 1
com/logicaldoc/calendar/HibernateEventDAO.cleanOldEvents:(I)I
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateEventDAO.find ( EventSearchCriteria searchCriteria ) : List<Event> 1
com/logicaldoc/calendar/HibernateEventDAO.find:(Lcom/logicaldoc/calendar/EventSearchCriteria;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateEventDAO.findByParticipant ( long participantId, Date startDate ) : List<Event> 1
com/logicaldoc/calendar/HibernateEventDAO.findByParticipant:(JLjava/util/Date;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateEventDAO.findIdsByParticipantAndDocument ( Long participantId, Long documentId, Date startDate, Date endDate ) : List<Long> 1
com/logicaldoc/calendar/HibernateEventDAO.findIdsByParticipantAndDocument:(Ljava/lang/Long;Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateEventDAO.findIdsToNotify ( Date currentDate ) : List<Long> 1
com/logicaldoc/calendar/HibernateEventDAO.findIdsToNotify:(Ljava/util/Date;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateEventDAO.scheduleMissfiredEvents ( ) : void 1
com/logicaldoc/calendar/HibernateEventDAO.scheduleMissfiredEvents:()V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-core-8.9.0-plugin.jar,
AbstractDocument.class
package com.logicaldoc.core.document
[+] AbstractDocument.setDecodedPassword ( String pwd ) : void 1
com/logicaldoc/core/document/AbstractDocument.setDecodedPassword:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added java.security.NoSuchAlgorithmException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateAttributeOptionDAO.class
package com.logicaldoc.core.metadata
[+] HibernateAttributeOptionDAO.deleteOrphaned ( long setId, Collection<String> currentAttributes ) : void 1
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.deleteOrphaned:(JLjava/util/Collection;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateAttributeOptionDAO.findByAttribute ( long setId, String attribute ) : List<AttributeOption> 1
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.findByAttribute:(JLjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateAttributeOptionDAO.findByAttributeAndCategory ( long setId, String attribute, String category ) : List<AttributeOption> 1
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.findByAttributeAndCategory:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateAttributeOptionDAO.findByAttributeAsMap ( long setId, String attribute ) : Map<String,List<AttributeOption>> 1
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.findByAttributeAsMap:(JLjava/lang/String;)Ljava/util/Map;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateAttributeSetDAO.class
package com.logicaldoc.core.metadata
[+] HibernateAttributeSetDAO.findAll ( ) : List<AttributeSet> 1
com/logicaldoc/core/metadata/HibernateAttributeSetDAO.findAll:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateAttributeSetDAO.findAll ( long tenantId ) : List<AttributeSet> 1
com/logicaldoc/core/metadata/HibernateAttributeSetDAO.findAll:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateAttributeSetDAO.findAttributes ( long tenantId, Long setId ) : Map<String,Attribute> 1
com/logicaldoc/core/metadata/HibernateAttributeSetDAO.findAttributes:(JLjava/lang/Long;)Ljava/util/Map;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateAttributeSetDAO.findByName ( String name, long tenantId ) : AttributeSet 1
com/logicaldoc/core/metadata/HibernateAttributeSetDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/metadata/AttributeSet;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateAttributeSetDAO.findByType ( int type, long tenantId ) : List<AttributeSet> 1
com/logicaldoc/core/metadata/HibernateAttributeSetDAO.findByType:(IJ)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateAttributeSetDAO.load ( long tenantId ) : Map<Long,AttributeSet> 1
com/logicaldoc/core/metadata/HibernateAttributeSetDAO.load:(J)Ljava/util/Map;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateContactDAO.class
package com.logicaldoc.core.contact
[+] HibernateContactDAO.findByUser ( Long userId, String email ) : List<Contact> 1
com/logicaldoc/core/contact/HibernateContactDAO.findByUser:(Ljava/lang/Long;Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateDashletDAO.class
package com.logicaldoc.core.dashlet
[+] HibernateDashletDAO.findByName ( String name, long tenantId ) : Dashlet 1
com/logicaldoc/core/dashlet/HibernateDashletDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/dashlet/Dashlet;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateGenericDAO.class
package com.logicaldoc.core.generic
[+] HibernateGenericDAO.findByAlternateKey ( String type, String subtype, Long qualifier, long tenantId ) : Generic 1
com/logicaldoc/core/generic/HibernateGenericDAO.findByAlternateKey:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;J)Lcom/logicaldoc/core/generic/Generic;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateGenericDAO.findByTypeAndSubtype ( String type, String subtype, Long qualifier, Long tenantId ) : List<Generic> 1
com/logicaldoc/core/generic/HibernateGenericDAO.findByTypeAndSubtype:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateMessageTemplateDAO.class
package com.logicaldoc.core.communication
[+] HibernateMessageTemplateDAO.findByLanguage ( String language, long tenantId ) : List<MessageTemplate> 1
com/logicaldoc/core/communication/HibernateMessageTemplateDAO.findByLanguage:(Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateMessageTemplateDAO.findByName ( String name, long tenantId ) : List<MessageTemplate> 1
com/logicaldoc/core/communication/HibernateMessageTemplateDAO.findByName:(Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateMessageTemplateDAO.findByNameAndLanguage ( String name, String language, long tenantId ) : MessageTemplate 1
com/logicaldoc/core/communication/HibernateMessageTemplateDAO.findByNameAndLanguage:(Ljava/lang/String;Ljava/lang/String;J)Lcom/logicaldoc/core/communication/MessageTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateMessageTemplateDAO.findByTypeAndLanguage ( String type, String language, long tenantId ) : List<MessageTemplate> 1
com/logicaldoc/core/communication/HibernateMessageTemplateDAO.findByTypeAndLanguage:(Ljava/lang/String;Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-core-8.9.0-plugin.jar,
HibernatePersistentObjectDAO.class
package com.logicaldoc.core
[+] HibernatePersistentObjectDAO<T>.findAll ( ) : List<T> 1
com/logicaldoc/core/HibernatePersistentObjectDAO.findAll:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernatePersistentObjectDAO<T>.findAll ( long tenantId ) : List<T> 1
com/logicaldoc/core/HibernatePersistentObjectDAO.findAll:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernatePersistentObjectDAO<T>.findAllIds ( ) : List<Long> 1
com/logicaldoc/core/HibernatePersistentObjectDAO.findAllIds:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernatePersistentObjectDAO<T>.findAllIds ( long tenantId ) : List<Long> 1
com/logicaldoc/core/HibernatePersistentObjectDAO.findAllIds:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateSystemMessageDAO.class
package com.logicaldoc.core.communication
[+] HibernateSystemMessageDAO.collectGarbage ( Collection<SystemMessage> coll, boolean removeExpired ) : List<SystemMessage> 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.collectGarbage:(Ljava/util/Collection;Z)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateSystemMessageDAO.deleteExpiredMessages ( int type ) : void 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.deleteExpiredMessages:(I)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateSystemMessageDAO.deleteExpiredMessages ( String recipient ) : void 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.deleteExpiredMessages:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateSystemMessageDAO.findByMode ( String mode ) : List<SystemMessage> 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.findByMode:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateSystemMessageDAO.findByRecipient ( String recipient, int type, Integer read ) : List<SystemMessage> 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.findByRecipient:(Ljava/lang/String;ILjava/lang/Integer;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateSystemMessageDAO.findByType ( int type ) : List<SystemMessage> 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.findByType:(I)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateSystemMessageDAO.findMessagesToBeSent ( int type, int maxTrial ) : List<SystemMessage> 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.findMessagesToBeSent:(II)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateSystemMessageDAO.getUnreadCount ( String recipient, int type ) : int 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.getUnreadCount:(Ljava/lang/String;I)I
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-core-8.9.0-plugin.jar,
LockManager.class
package com.logicaldoc.core.lock
[+] LockManager.getInternal ( String lockName, String transactionId ) : boolean 1
com/logicaldoc/core/lock/LockManager.getInternal:(Ljava/lang/String;Ljava/lang/String;)Z
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] LockManager.release ( String lockName, String transactionId ) : void 1
com/logicaldoc/core/lock/LockManager.release:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-core-8.9.0-plugin.jar,
StatsCollector.class
package com.logicaldoc.core.stats
[+] StatsCollector.saveStatistic ( String parameter, Object val, long tenantId ) : void 1
com/logicaldoc/core/stats/StatsCollector.saveStatistic:(Ljava/lang/String;Ljava/lang/Object;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-docusign-8.9.0-plugin.jar,
DocuSignUtil.class
package com.logicaldoc.docusign
[+] DocuSignUtil.listUsersWithDocuSignProfile ( ) [static] : List<User> 1
com/logicaldoc/docusign/DocuSignUtil.listUsersWithDocuSignProfile:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ScopedContextProperties.class
package com.logicaldoc.enterprise.cluster
[+] ScopedContextProperties.handle ( Payload p1 ) : Object 1
com/logicaldoc/enterprise/cluster/ScopedContextProperties.handle:(Lcom/logicaldoc/enterprise/cluster/Payload;)Ljava/lang/Object;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] ScopedContextProperties.readGlobalProperties ( ) : Map<String,String> 1
com/logicaldoc/enterprise/cluster/ScopedContextProperties.readGlobalProperties:()Ljava/util/Map;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-form-8.9.0-plugin.jar,
SoapFormClient.class
package com.logicaldoc.form.webservice.soap.client
[+] SoapFormClient.createDocument ( String sid, long formId, WSDocument doc ) : WSDocument 1
com/logicaldoc/form/webservice/soap/client/SoapFormClient.createDocument:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSDocument;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-form-8.9.0-plugin.jar,
SoapFormService.class
package com.logicaldoc.form.webservice.soap.endpoint
[+] SoapFormService.createDocument ( String sid, long formId, WSDocument doc ) : WSDocument 1
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.createDocument:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSDocument;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-impex-8.9.0-plugin.jar,
ArchiveVerifier.class
package com.logicaldoc.impex
[+] ArchiveVerifier.getInstance ( File dir ) [static] : ArchiveVerifier 3
com/logicaldoc/impex/ArchiveVerifier.getInstance:(Ljava/io/File;)Lcom/logicaldoc/impex/ArchiveVerifier;
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
[+] ArchiveVerifier.getInstance ( File dir, IndexHandler handler ) [static] : ArchiveVerifier 3
com/logicaldoc/impex/ArchiveVerifier.getInstance:(Ljava/io/File;Lcom/logicaldoc/impex/IndexHandler;)Lcom/logicaldoc/impex/ArchiveVerifier;
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-impex-8.9.0-plugin.jar,
DefaultVerifier.class
package com.logicaldoc.impex
[+] DefaultVerifier.DefaultVerifier ( File dir, IndexHandler handler ) 3
com/logicaldoc/impex/DefaultVerifier."<init>":(Ljava/io/File;Lcom/logicaldoc/impex/IndexHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-impex-8.9.0-plugin.jar,
Index.class
package com.logicaldoc.impex
[+] Index.getBarcodeTemplateId ( String name ) [static] : Long 1
com/logicaldoc/impex/Index.getBarcodeTemplateId:(Ljava/lang/String;)Ljava/lang/Long;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] Index.getOcrTemplateId ( String name ) [static] : Long 1
com/logicaldoc/impex/Index.getOcrTemplateId:(Ljava/lang/String;)Ljava/lang/Long;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] Index.Index ( byte[ ] indexContent, IndexHandler handler ) 3
com/logicaldoc/impex/Index."<init>":([BLcom/logicaldoc/impex/IndexHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
[+] Index.Index ( byte[ ] indexContent, IndexImportHandler handler ) 3
com/logicaldoc/impex/Index."<init>":([BLcom/logicaldoc/impex/IndexImportHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
[+] Index.Index ( File file, IndexHandler handler ) 3
com/logicaldoc/impex/Index."<init>":(Ljava/io/File;Lcom/logicaldoc/impex/IndexHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
[+] Index.unmarshall ( ) : void 3
com/logicaldoc/impex/Index.unmarshall:()V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
[+] Index.unmarshall ( byte[ ] indexContent, IndexHandler dataHandler ) : void 3
com/logicaldoc/impex/Index.unmarshall:([BLcom/logicaldoc/impex/IndexHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
[+] Index.unmarshall ( IndexHandler dataHandler ) : void 3
com/logicaldoc/impex/Index.unmarshall:(Lcom/logicaldoc/impex/IndexHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
[+] Index.unmarshall ( InputStream is, IndexHandler dataHandler ) : void 3
com/logicaldoc/impex/Index.unmarshall:(Ljava/io/InputStream;Lcom/logicaldoc/impex/IndexHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-impex-8.9.0-plugin.jar,
IndexCSV.class
package com.logicaldoc.impex
[+] IndexCSV.IndexCSV ( File file ) 1
com/logicaldoc/impex/IndexCSV."<init>":(Ljava/io/File;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] IndexCSV.IndexCSV ( File file, Archive archive ) 1
com/logicaldoc/impex/IndexCSV."<init>":(Ljava/io/File;Lcom/logicaldoc/impex/Archive;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-impex-8.9.0-plugin.jar,
IndexHandler.class
package com.logicaldoc.impex
[+] IndexHandler.readTemplates ( String localName ) : void 1
com/logicaldoc/impex/IndexHandler.readTemplates:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-importfolder-8.9.0-plugin.jar,
FSHelper.class
package com.logicaldoc.importfolder.fs
[+] FSHelper.importDocumentsCount ( ) : int 2
com/logicaldoc/importfolder/fs/FSHelper.importDocumentsCount:()I
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
[+] FSHelper.importUsingIndex ( ImportFolderCrawler crawler ) : void 2
com/logicaldoc/importfolder/fs/FSHelper.importUsingIndex:(Lcom/logicaldoc/importfolder/ImportFolderCrawler;)V
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-importfolder-8.9.0-plugin.jar,
FTPHelper.class
package com.logicaldoc.importfolder.ftp
[+] FTPHelper.importDocumentsCount ( ) : int 2
com/logicaldoc/importfolder/ftp/FTPHelper.importDocumentsCount:()I
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
[+] FTPHelper.importUsingIndex ( ImportFolderCrawler crawler ) : void 2
com/logicaldoc/importfolder/ftp/FTPHelper.importUsingIndex:(Lcom/logicaldoc/importfolder/ImportFolderCrawler;)V
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-importfolder-8.9.0-plugin.jar,
SFTPHelper.class
package com.logicaldoc.importfolder.sftp
[+] SFTPHelper.importDocumentsCount ( ) : int 2
com/logicaldoc/importfolder/sftp/SFTPHelper.importDocumentsCount:()I
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
[+] SFTPHelper.importUsingIndex ( ImportFolderCrawler crawler ) : void 2
com/logicaldoc/importfolder/sftp/SFTPHelper.importUsingIndex:(Lcom/logicaldoc/importfolder/ImportFolderCrawler;)V
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-importfolder-8.9.0-plugin.jar,
SMBHelper.class
package com.logicaldoc.importfolder.smb
[+] SMBHelper.importDocumentsCount ( ) : int 2
com/logicaldoc/importfolder/smb/SMBHelper.importDocumentsCount:()I
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
[+] SMBHelper.importUsingIndex ( ImportFolderCrawler crawler ) : void 2
com/logicaldoc/importfolder/smb/SMBHelper.importUsingIndex:(Lcom/logicaldoc/importfolder/ImportFolderCrawler;)V
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added org.xml.sax.SAXException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-notifier-8.9.0-plugin.jar,
Notifier.class
package com.logicaldoc.notifier
[+] Notifier.sendMessages ( ) : void 1
com/logicaldoc/notifier/Notifier.sendMessages:()V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-retention-8.9.0-plugin.jar,
HibernateRetentionPolicyDAO.class
package com.logicaldoc.retention
[+] HibernateRetentionPolicyDAO.findAll ( long tenantId ) : List<RetentionPolicy> 1
com/logicaldoc/retention/HibernateRetentionPolicyDAO.findAll:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateRetentionPolicyDAO.findAllEnabled ( ) : List<RetentionPolicy> 1
com/logicaldoc/retention/HibernateRetentionPolicyDAO.findAllEnabled:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateRetentionPolicyDAO.findAllEnabled ( long tenantId ) : List<RetentionPolicy> 1
com/logicaldoc/retention/HibernateRetentionPolicyDAO.findAllEnabled:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-saml-8.9.0-plugin.jar,
SamlController.class
package com.logicaldoc.saml
[+] SamlController.service ( HttpServletRequest request, HttpServletResponse response ) : void 2
com/logicaldoc/saml/SamlController.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
| Change | Effect |
---|
1 |
Removed java.io.IOException exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 |
Removed javax.servlet.ServletException exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-scheme-8.9.0-plugin.jar,
DocumentScheme.class
package com.logicaldoc.scheme
[+] DocumentScheme.afterStore ( Document document, DocumentHistory transaction, Map<String,Object> dictionary ) : void 1
com/logicaldoc/scheme/DocumentScheme.afterStore:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;Ljava/util/Map;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] DocumentScheme.buildSchemeProcessor ( String type, Document document, boolean checkin, boolean update, Map<String,Long> sequenceMap ) [static] : SchemeProcessor 1
com/logicaldoc/scheme/DocumentScheme.buildSchemeProcessor:(Ljava/lang/String;Lcom/logicaldoc/core/document/Document;ZZLjava/util/Map;)Lcom/logicaldoc/scheme/SchemeProcessor;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] DocumentScheme.buildSchemeProcessor ( String type, Document document, boolean checkin, boolean update, Map<String,Object> dictionary, Map<String,Long> sequenceMap ) [static] : SchemeProcessor 1
com/logicaldoc/scheme/DocumentScheme.buildSchemeProcessor:(Ljava/lang/String;Lcom/logicaldoc/core/document/Document;ZZLjava/util/Map;Ljava/util/Map;)Lcom/logicaldoc/scheme/SchemeProcessor;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-sign-8.9.0-plugin.jar,
HibernateKeystoreDAO.class
package com.logicaldoc.sign
[+] HibernateKeystoreDAO.findByTenantId ( long tenantId ) : Keystore 1
com/logicaldoc/sign/HibernateKeystoreDAO.findByTenantId:(J)Lcom/logicaldoc/sign/Keystore;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestBookmarkClient.class
package com.logicaldoc.webservice.rest.client
[+] RestBookmarkClient.bookmarkDocument ( long docId ) : WSBookmark 1
com/logicaldoc/webservice/rest/client/RestBookmarkClient.bookmarkDocument:(J)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestBookmarkClient.saveBookmark ( WSBookmark bookmark ) : WSBookmark 1
com/logicaldoc/webservice/rest/client/RestBookmarkClient.saveBookmark:(Lcom/logicaldoc/webservice/model/WSBookmark;)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestBookmarkService.bookmarkDocument ( long docId ) : WSBookmark 1
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.bookmarkDocument:(J)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestBookmarkService.saveBookmark ( WSBookmark bookmark ) : WSBookmark 1
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.saveBookmark:(Lcom/logicaldoc/webservice/model/WSBookmark;)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestDocumentClient.class
package com.logicaldoc.webservice.rest.client
[+] RestDocumentClient.addNote ( long docId, String note ) : WSNote 1
com/logicaldoc/webservice/rest/client/RestDocumentClient.addNote:(JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentClient.getNotes ( long docId ) : WSNote[ ] 1
com/logicaldoc/webservice/rest/client/RestDocumentClient.getNotes:(J)[Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentClient.getRatings ( long docId ) : WSRating[ ] 1
com/logicaldoc/webservice/rest/client/RestDocumentClient.getRatings:(J)[Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentClient.rateDocument ( long docId, int vote ) : WSRating 1
com/logicaldoc/webservice/rest/client/RestDocumentClient.rateDocument:(JI)Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentClient.update ( WSDocument document ) : void 1
com/logicaldoc/webservice/rest/client/RestDocumentClient.update:(Lcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentService.addNote ( long docId, String note ) : WSNote 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.addNote:(JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.getNotes ( long docId ) : WSNote[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getNotes:(J)[Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.getRatings ( long docId ) : WSRating[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRatings:(J)[Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.getVersions ( long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getVersions:(J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.link ( long doc1, long doc2, String type ) : WSLink 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.link:(JJLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSLink;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.lock ( long docId ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.lock:(J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.move ( long docId, long folderId ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.move:(JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.promoteVersion ( long docId, String version ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.promoteVersion:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.rateDocument ( long docId, int vote ) : WSRating 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.rateDocument:(JI)Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.rename ( long docId, String name ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.rename:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.saveNote ( long docId, WSNote note ) : WSNote 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.saveNote:(JLcom/logicaldoc/webservice/model/WSNote;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.setPassword ( long docId, String password ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.setPassword:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.unlock ( long docId ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.unlock:(J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.unsetPassword ( long docId, String currentPassword ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.unsetPassword:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestDocumentService.update ( WSDocument document ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.update:(Lcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestFolderService.copy ( long folderId, long targetId, int foldersOnly, String securityOption ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestFolderService.copy:(JJILjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestFolderService.move ( long folderId, long parentId ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestFolderService.move:(JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestTagClient.class
package com.logicaldoc.webservice.rest.client
[+] RestTagClient.addDocumentTags ( long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/rest/client/RestTagClient.addDocumentTags:(J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestTagClient.getDocumentTags ( long docId ) : String[ ] 1
com/logicaldoc/webservice/rest/client/RestTagClient.getDocumentTags:(J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestTagClient.setDocumentTags ( long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/rest/client/RestTagClient.setDocumentTags:(J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestTagService.addDocumentTags ( long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.addDocumentTags:(J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestTagService.getDocumentTags ( long docId ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.getDocumentTags:(J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] RestTagService.setDocumentTags ( long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.setDocumentTags:(J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapBookmarkClient.class
package com.logicaldoc.webservice.soap.client
[+] SoapBookmarkClient.bookmarkDocument ( String sid, long docId ) : WSBookmark 1
com/logicaldoc/webservice/soap/client/SoapBookmarkClient.bookmarkDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapBookmarkClient.saveBookmark ( String sid, WSBookmark bookmark ) : WSBookmark 1
com/logicaldoc/webservice/soap/client/SoapBookmarkClient.saveBookmark:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSBookmark;)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapBookmarkService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapBookmarkService.bookmarkDocument ( String sid, long docId ) : WSBookmark 1
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.bookmarkDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapBookmarkService.saveBookmark ( String sid, WSBookmark bookmark ) : WSBookmark 1
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.saveBookmark:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSBookmark;)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapDocumentClient.class
package com.logicaldoc.webservice.soap.client
[+] SoapDocumentClient.addNote ( String sid, long docId, String note ) : WSNote 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.addNote:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.getDocument ( String sid, long docId ) : WSDocument 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.getDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.getNotes ( String sid, long docId ) : WSNote[ ] 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.getNotes:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.getRatings ( String sid, long docId ) : WSRating[ ] 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.getRatings:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.getVersion ( String sid, long docId, String version ) : WSDocument 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.getVersion:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.getVersions ( String sid, long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.getVersions:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.link ( String sid, long doc1, long doc2, String type ) : WSLink 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.link:(Ljava/lang/String;JJLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSLink;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.lock ( String sid, long docId ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.lock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.move ( String sid, long docId, long folderId ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.promoteVersion ( String sid, long docId, String version ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.promoteVersion:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.rateDocument ( String sid, long docId, int vote ) : WSRating 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.rateDocument:(Ljava/lang/String;JI)Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.rename ( String sid, long docId, String name ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.rename:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.replaceFile ( String sid, long docId, String fileVersion, String comment, DataHandler content ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.replaceFile:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.saveNote ( String sid, long docId, WSNote note ) : WSNote 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.saveNote:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSNote;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.setPassword ( String sid, long docId, String password ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.setPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.unlock ( String sid, long docId ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.unlock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.unsetPassword ( String sid, long docId, String currentPassword ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.unsetPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentClient.update ( String sid, WSDocument document ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.update:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapDocumentService.addNote ( String sid, long docId, String note ) : WSNote 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.addNote:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.getDocument ( String sid, long docId ) : WSDocument 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.getNotes ( String sid, long docId ) : WSNote[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getNotes:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.getRatings ( String sid, long docId ) : WSRating[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRatings:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.getVersion ( String sid, long docId, String version ) : WSDocument 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersion:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.getVersions ( String sid, long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersions:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.link ( String sid, long doc1, long doc2, String type ) : WSLink 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.link:(Ljava/lang/String;JJLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSLink;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.lock ( String sid, long docId ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.lock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.move ( String sid, long docId, long folderId ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.promoteVersion ( String sid, long docId, String version ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.promoteVersion:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.rateDocument ( String sid, long docId, int vote ) : WSRating 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.rateDocument:(Ljava/lang/String;JI)Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.rename ( String sid, long docId, String name ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.rename:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.replaceFile ( String sid, long docId, String fileVersion, String comment, DataHandler content ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.replaceFile:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.saveNote ( String sid, long docId, WSNote wsNote ) : WSNote 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.saveNote:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSNote;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.setPassword ( String sid, long docId, String password ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.setPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.unlock ( String sid, long docId ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.unlock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.unsetPassword ( String sid, long docId, String currentPassword ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.unsetPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapDocumentService.update ( String sid, WSDocument document ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.update:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapFolderClient.class
package com.logicaldoc.webservice.soap.client
[+] SoapFolderClient.copy ( String sid, long folderId, long parentId, int foldersOnly, String securityOption ) : void 1
com/logicaldoc/webservice/soap/client/SoapFolderClient.copy:(Ljava/lang/String;JJILjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapFolderClient.move ( String sid, long folderId, long parentId ) : void 1
com/logicaldoc/webservice/soap/client/SoapFolderClient.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapFolderService.copy ( String sid, long folderId, long targetId, int foldersOnly, String securityOption ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.copy:(Ljava/lang/String;JJILjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapFolderService.move ( String sid, long folderId, long parentId ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapTagClient.class
package com.logicaldoc.webservice.soap.client
[+] SoapTagClient.addDocumentTags ( String sid, long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/soap/client/SoapTagClient.addDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapTagClient.getDocumentTags ( String sid, long docId ) : String[ ] 1
com/logicaldoc/webservice/soap/client/SoapTagClient.getDocumentTags:(Ljava/lang/String;J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapTagClient.setDocumentTags ( String sid, long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/soap/client/SoapTagClient.setDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapTagService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapTagService.addDocumentTags ( String sid, long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.addDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapTagService.getDocumentTags ( String sid, long docId ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getDocumentTags:(Ljava/lang/String;J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
[+] SoapTagService.setDocumentTags ( String sid, long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.setDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.0-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
[+] WSUser.setPassword ( String passwd ) : void 1
com/logicaldoc/webservice/model/WSUser.setPassword:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added java.security.NoSuchAlgorithmException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-workflow-8.9.0-plugin.jar,
BaseListener.class
package com.logicaldoc.workflow.action
[+] BaseListener.getCandidates ( Collection<String> candidateUsers, Collection<String> candidateGroups, Collection<Long> docIds, String initiatorUserId, long tenantId ) : List<String> 1
com/logicaldoc/workflow/action/BaseListener.getCandidates:(Ljava/util/Collection;Ljava/util/Collection;Ljava/util/Collection;Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] BaseListener.getCandidates ( String candidateUsers, String candidateGroups, Collection<Long> docIds, String initiatorUserId, long tenantId ) : List<String> 1
com/logicaldoc/workflow/action/BaseListener.getCandidates:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Collection;Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-workflow-8.9.0-plugin.jar,
HibernateWorkflowTemplateDAO.class
package com.logicaldoc.workflow.template
[+] HibernateWorkflowTemplateDAO.findAll ( long tenantId ) : List<WorkflowTemplate> 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findAll:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateWorkflowTemplateDAO.findAll ( long tenantId, Long userId ) : List<WorkflowTemplate> 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findAll:(JLjava/lang/Long;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateWorkflowTemplateDAO.findAllByName ( long tenantId, String name ) : List<WorkflowTemplate> 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findAllByName:(JLjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateWorkflowTemplateDAO.findAllDeployed ( Long tenantId, Long userId ) : List<WorkflowTemplate> 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findAllDeployed:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateWorkflowTemplateDAO.findByName ( long tenantId, String name ) : WorkflowTemplate 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findByName:(JLjava/lang/String;)Lcom/logicaldoc/workflow/template/WorkflowTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateWorkflowTemplateDAO.findByNameAndVersion ( long tenantId, String name, int version ) : WorkflowTemplate 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findByNameAndVersion:(JLjava/lang/String;I)Lcom/logicaldoc/workflow/template/WorkflowTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateWorkflowTemplateDAO.findLastDeployed ( long tenantId, String name ) : WorkflowTemplate 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findLastDeployed:(JLjava/lang/String;)Lcom/logicaldoc/workflow/template/WorkflowTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] HibernateWorkflowTemplateDAO.getEnabledPermissions ( long workflowId, long userId ) : Set<Permission> 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.getEnabledPermissions:(JJ)Ljava/util/Set;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowEngine.class
package com.logicaldoc.workflow
[+] WorkflowEngine.getAllProcessDefinitions ( Long tenantId ) : List<ProcessDefinition> 1
com/logicaldoc/workflow/WorkflowEngine.getAllProcessDefinitions:(Ljava/lang/Long;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowServiceImpl.class
package com.logicaldoc.workflow.service
[+] WorkflowServiceImpl.buildGUIWorkflow ( WorkflowDefinition definition ) [static] : GUIWorkflow 1
com/logicaldoc/workflow/service/WorkflowServiceImpl.buildGUIWorkflow:(Lcom/logicaldoc/workflow/model/WorkflowDefinition;)Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] WorkflowServiceImpl.loadWorkflow ( String workflowName, Integer version, long tenantId ) [static] : GUIWorkflow 1
com/logicaldoc/workflow/service/WorkflowServiceImpl.loadWorkflow:(Ljava/lang/String;Ljava/lang/Integer;J)Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] WorkflowServiceImpl.loadWorkflowByTaskId ( String taskId, long tenantId ) [static] : GUIWorkflow 1
com/logicaldoc/workflow/service/WorkflowServiceImpl.loadWorkflowByTaskId:(Ljava/lang/String;J)Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
to the top
Other Changes in Data Types 265
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.document
[+] class DocumentEvent 1
| Change | Effect |
---|
1 |
Field PERMISSION has been added to this class. |
No effect. |
[+] affected methods: 4 (0.02%)
DocumentEvent.fromString ( String event )This method is from 'DocumentEvent' class.
DocumentEvent.toString ( )This method is from 'DocumentEvent' class.
DocumentEvent.valueOf ( String name )This method is from 'DocumentEvent' class.
DocumentEvent.values ( )This method is from 'DocumentEvent' class.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.folder
[+] interface FolderDAO 1
| Change | Effect |
---|
1 |
Abstract method void applySecurityToTree ( long, FolderHistory ) has been added to this interface. |
No effect. |
[+] affected methods: 106 (0.5%)
com.logicaldoc.audit.Audit.getFolderDao ( )Return value of this method is of type 'FolderDAO'.
com.logicaldoc.audit.Audit.setFolderDao ( FolderDAO folderDao )1st parameter 'folderDao' of this method is of type 'FolderDAO'.
com.logicaldoc.core.document.DocumentManagerImpl.setFolderDAO ( FolderDAO folderDAO )1st parameter 'folderDAO' of this method is of type 'FolderDAO'.
FolderDAO.applyGridToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.applyMetadataToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.applyOCRToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.applyStorageToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.applyTagsToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.computePath ( long p1 )This abstract method is from 'FolderDAO' interface.
FolderDAO.computePath ( Folder p1 )This abstract method is from 'FolderDAO' interface.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.metadata
[+] class Attribute 1
| Change | Effect |
---|
1 |
Field TYPE_DOCUMENT has been added to this class. |
No effect. |
[+] affected methods: 84 (0.4%)
Attribute.Attribute ( )This constructor is from 'Attribute' class.
Attribute.Attribute ( Attribute source )1st parameter 'source' of this method is of type 'Attribute'.
Attribute.compareTo ( Attribute o )1st parameter 'o' of this method is of type 'Attribute'.
Attribute.compareTo ( Object p1 )This method is from 'Attribute' class.
Attribute.equals ( Object obj )This method is from 'Attribute' class.
Attribute.getBooleanValue ( )This method is from 'Attribute' class.
Attribute.getDateValue ( )This method is from 'Attribute' class.
Attribute.getDependsOn ( )This method is from 'Attribute' class.
Attribute.getDoubleValue ( )This method is from 'Attribute' class.
Attribute.getEditor ( )This method is from 'Attribute' class.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.security.authentication
[+] interface Authenticator 4
| Change | Effect |
---|
1 |
Abstract method User authenticate ( String, String ) has been added to this interface. |
No effect. |
2 |
Abstract method User authenticate ( String, String, String ) has been added to this interface. |
No effect. |
3 |
Abstract method User authenticate ( String, String, String, Client ) has been added to this interface. |
No effect. |
4 |
Abstract method User pickUser ( String ) has been added to this interface. |
No effect. |
[+] affected methods: 15 (0.1%)
AccountDisabledException.AccountDisabledException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AccountInactiveException.AccountInactiveException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AccountNotFoundException.AccountNotFoundException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AccountNotFoundException.AccountNotFoundException ( Authenticator authenticator, String message )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AccountTypeNotAllowedException.AccountTypeNotAllowedException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AuthenticationException.AuthenticationException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AuthenticationException.AuthenticationException ( Authenticator authenticator, String code )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AuthenticationException.AuthenticationException ( Authenticator authenticator, String code, Throwable cause )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AuthenticationException.getAuthenticator ( )Return value of this method is of type 'Authenticator'.
Authenticator.canAuthenticateUser ( String p1 )This abstract method is from 'Authenticator' interface.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.security.spring
[+] class AdminAuthenticationProvider 1
| Change | Effect |
---|
1 |
Field log has been added to this class. |
No effect. |
[+] affected methods: 3 (0.02%)
AdminAuthenticationProvider.AdminAuthenticationProvider ( )This constructor is from 'AdminAuthenticationProvider' class.
AdminAuthenticationProvider.authenticate ( Authentication authentication )This method is from 'AdminAuthenticationProvider' class.
AdminAuthenticationProvider.supports ( Class<?> arg0 )This method is from 'AdminAuthenticationProvider' class.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.task
[+] class AbstractDocumentProcessor 1
| Change | Effect |
---|
1 |
Abstract method void processDocument ( Document, User ) has been added to this class. |
No effect. |
[+] affected methods: 8 (0.04%)
AbstractDocumentProcessor.AbstractDocumentProcessor ( String name )This constructor is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.getBatchSize ( )This abstract method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.getDefaultUser ( )This abstract method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.isConcurrent ( )This method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.isIndeterminate ( )This method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.prepareQueueQuery ( Long p1 )This abstract method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.prepareReport ( Locale locale )This method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.runTask ( )This method is from 'AbstractDocumentProcessor' abstract class.
logicaldoc-enterprise-automation-8.9.0-plugin.jar
package com.logicaldoc.enterprise.automation
[+] interface AutomationRoutineDAO 2
| Change | Effect |
---|
1 |
Abstract method boolean isReadEnabled ( long, long ) has been added to this interface. |
No effect. |
2 |
Abstract method boolean isWriteEnabled ( long, long ) has been added to this interface. |
No effect. |
[+] affected methods: 3 (0.02%)
AutomationRoutineDAO.findByName ( String p1, long p2 )This abstract method is from 'AutomationRoutineDAO' interface.
AutomationRoutineDAO.findByUser ( long p1 )This abstract method is from 'AutomationRoutineDAO' interface.
AutomationRoutineDAO.getEnabledPermissions ( long p1, long p2 )This abstract method is from 'AutomationRoutineDAO' interface.
logicaldoc-enterprise-core-8.9.0-plugin.jar
package com.logicaldoc.enterprise.reading
[+] interface ReadingRequestDAO 1
| Change | Effect |
---|
1 |
Abstract method void notifyReadingRequests ( Collection<ReadingRequest>, DocumentHistory ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.1%)
com.logicaldoc.enterprise.cleaner.CleanerTask.setReadingRequestDao ( ReadingRequestDAO p1 )1st parameter 'p1' of this method is of type 'ReadingRequestDAO'.
ReadingRequestDAO.cleanOldRequests ( int p1 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.confirmReading ( long p1, String p2, DocumentHistory p3 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.countUnconfirmedReadings ( long p1 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findByAlternateKey ( long p1, long p2, long p3, String p4 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findByDocId ( long p1 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findByDocIdAndFileVersion ( long p1, String p2 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findByDocIdAndUserId ( long p1, long p2 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findLastUnconfirmed ( long p1, long p2 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findUnconfirmedByUserId ( long p1 )This abstract method is from 'ReadingRequestDAO' interface.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.beans
[+] class GUIAttribute 1
| Change | Effect |
---|
1 |
Field TYPE_DOCUMENT has been added to this class. |
No effect. |
[+] affected methods: 72 (0.4%)
com.logicaldoc.enterprise.gui.view.client.ViewPropertiesPanel.prepareAttributeItem ( GUIAttribute att )1st parameter 'att' of this method is of type 'GUIAttribute'.
GUIAttribute.GUIAttribute ( )This constructor is from 'GUIAttribute' class.
GUIAttribute.GUIAttribute ( GUIAttribute source )1st parameter 'source' of this method is of type 'GUIAttribute'.
GUIAttribute.compareTo ( GUIAttribute o )1st parameter 'o' of this method is of type 'GUIAttribute'.
GUIAttribute.compareTo ( Object p1 )This method is from 'GUIAttribute' class.
GUIAttribute.equals ( Object obj )This method is from 'GUIAttribute' class.
GUIAttribute.getBooleanValue ( )This method is from 'GUIAttribute' class.
GUIAttribute.getDateValue ( )This method is from 'GUIAttribute' class.
GUIAttribute.getDependsOn ( )This method is from 'GUIAttribute' class.
GUIAttribute.getDisplayName ( )This method is from 'GUIAttribute' class.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.controllers
[+] interface DocumentObserver 1
| Change | Effect |
---|
1 |
Abstract method void onDocumentsDeleted ( List<GUIDocument> ) has been added to this interface. |
No effect. |
[+] affected methods: 22 (0.1%)
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.DocumentDetailsPanel ( GUIDocument doc )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getDocument ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getPanelName ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.onSave ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabs ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabset ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.refresh ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.setDocument ( GUIDocument document )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.StandardPropertiesPanel ( GUIDocument document, ChangedHandler changedHandler, DocumentObserver observer )3rd parameter 'observer' of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.validate ( )Field 'this.observer' in the object of this method is of type 'DocumentObserver'.
...
[+] interface ReadingRequestObserver 1
| Change | Effect |
---|
1 |
Abstract method void onNewReadingRequests ( List<GUIReadingRequest> ) has been added to this interface. |
No effect. |
[+] affected methods: 3 (0.02%)
ReadingRequestController.addObserver ( ReadingRequestObserver observer )1st parameter 'observer' of this method is of type 'ReadingRequestObserver'.
ReadingRequestController.removeObserver ( ReadingRequestObserver observer )1st parameter 'observer' of this method is of type 'ReadingRequestObserver'.
ReadingRequestObserver.onConfirmReading ( long p1 )This abstract method is from 'ReadingRequestObserver' interface.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.services
[+] interface InfoService 1
| Change | Effect |
---|
1 |
Abstract method List<GUIParameter> getSessionInfo ( ) has been added to this interface. |
No effect. |
[+] affected methods: 3 (0.02%)
InfoService.getCronDescription ( String p1, String p2 )This abstract method is from 'InfoService' interface.
InfoService.getInfo ( String p1, String p2, boolean p3 )This abstract method is from 'InfoService' interface.
InfoService.ping ( )This abstract method is from 'InfoService' interface.
[+] interface SecurityService 11
| Change | Effect |
---|
1 |
Abstract method void cloneWorkTimes ( long, List<Long>, List<Long> ) has been added to this interface. |
No effect. |
2 |
Abstract method void deleteTrustedDevices ( List<String> ) has been added to this interface. |
No effect. |
3 |
Abstract method List<GUIMenu> getMenus ( long, String, boolean ) has been added to this interface. |
No effect. |
4 |
Abstract method List<GUISequence> loadBlockedEntities ( ) has been added to this interface. |
No effect. |
5 |
Abstract method void removeBlockedEntities ( List<Long> ) has been added to this interface. |
No effect. |
6 |
Abstract method void removeFromGroup ( long, List<Long> ) has been added to this interface. |
No effect. |
7 |
Abstract method void replicateUsersSettings ( long, List<Long>, boolean, boolean ) has been added to this interface. |
No effect. |
8 |
Abstract method void saveACL ( GUIMenu ) has been added to this interface. |
No effect. |
9 |
Abstract method void saveMenus ( List<GUIMenu>, String ) has been added to this interface. |
No effect. |
10 |
Abstract method List<GUIUser> searchUsers ( String, String ) has been added to this interface. |
No effect. |
11 |
Abstract method List<String> validatePassword ( String, int, int, int, int, int, int, int ) has been added to this interface. |
No effect. |
[+] affected methods: 27 (0.1%)
SecurityService.addUserToGroup ( long p1, long p2 )This abstract method is from 'SecurityService' interface.
SecurityService.changePassword ( Long p1, long p2, String p3, String p4, boolean p5 )This abstract method is from 'SecurityService' interface.
SecurityService.changeStatus ( long p1, boolean p2 )This abstract method is from 'SecurityService' interface.
SecurityService.deleteGroup ( long p1 )This abstract method is from 'SecurityService' interface.
SecurityService.deleteMenu ( long p1 )This abstract method is from 'SecurityService' interface.
SecurityService.deleteUser ( long p1 )This abstract method is from 'SecurityService' interface.
SecurityService.generatePassword2 ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 )This abstract method is from 'SecurityService' interface.
SecurityService.generatePassword ( )This abstract method is from 'SecurityService' interface.
SecurityService.getGroup ( long p1 )This abstract method is from 'SecurityService' interface.
SecurityService.getMenu ( long p1, String p2 )This abstract method is from 'SecurityService' interface.
...
[+] interface SecurityServiceAsync 6
| Change | Effect |
---|
1 |
Abstract method void cloneWorkTimes ( long, List<Long>, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
2 |
Abstract method void deleteTrustedDevices ( List<String>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
3 |
Abstract method void removeBlockedEntities ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
4 |
Abstract method void removeFromGroup ( long, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
5 |
Abstract method void replicateUsersSettings ( long, List<Long>, boolean, boolean, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
6 |
Abstract method void saveACL ( GUIMenu, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 37 (0.2%)
com.logicaldoc.enterprise.gui.mobile.client.Mobile.Mobile ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.get ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.onModuleLoad ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.setInstance ( Mobile instance )Field 'instance.securityService' in 1st parameter 'instance' of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.showMain ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
SecurityService.Instance.get ( )Return value of this method is of type 'SecurityServiceAsync'.
SecurityServiceAsync.addUserToGroup ( long p1, long p2, AsyncCallback<Void> p3 )This abstract method is from 'SecurityServiceAsync' interface.
SecurityServiceAsync.changePassword ( Long p1, long p2, String p3, String p4, boolean p5, AsyncCallback<GUIValue> p6 )This abstract method is from 'SecurityServiceAsync' interface.
SecurityServiceAsync.changeStatus ( long p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'SecurityServiceAsync' interface.
SecurityServiceAsync.deleteGroup ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'SecurityServiceAsync' interface.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document
[+] class DocumentDetailsPanel 3
| Change | Effect |
---|
1 |
Field securityPanel has been added to this class. |
No effect. |
2 |
Field securityTab has been added to this class. |
No effect. |
3 |
Field securityTabPanel has been added to this class. |
No effect. |
[+] affected methods: 21 (0.1%)
DocumentDetailsPanel.DocumentDetailsPanel ( )This constructor is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.destroy ( )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.getDocument ( )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDestroy ( )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDocumentBeginEditing ( GUIDocument document )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDocumentCancelEditing ( GUIDocument document )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDocumentCheckedIn ( GUIDocument document )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDocumentCheckedOut ( GUIDocument document )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDocumentLocked ( GUIDocument document )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDocumentModified ( GUIDocument document )This method is from 'DocumentDetailsPanel' class.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document.grid
[+] interface DocumentsGrid 2
| Change | Effect |
---|
1 |
Abstract method List<GUIDocument> getDocuments ( ) has been added to this interface. |
No effect. |
2 |
Abstract method List<Long> getIds ( ) has been added to this interface. |
No effect. |
[+] affected methods: 67 (0.3%)
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.DocumentsListPanel ( GUIFolder folder )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.DocumentsListPanel ( GUIFolder folder, int visualizationMode )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.destroy ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.getGrid ( )Return value of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.getVisualizationMode ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.prepareDocumentsGrid ( GUIFolder folder, int visualizationMode )Return value of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.registerSelectionHandler ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.toggleFilters ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.updateData ( GUIFolder folder )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsPanel.getDocumentsGrid ( )Return value of this method is of type 'DocumentsGrid'.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document.selector
[+] class DocumentSelectorDialog 1
| Change | Effect |
---|
1 |
Abstract method void onSelection ( List<GUIDocument> ) has been added to this class. |
No effect. |
[+] affected methods: 3 (0.02%)
DocumentSelectorDialog.DocumentSelectorDialog ( )This constructor is from 'DocumentSelectorDialog' abstract class.
DocumentSelectorDialog.getDefaultStatus ( )This method is from 'DocumentSelectorDialog' abstract class.
DocumentSelectorDialog.onDraw ( )This method is from 'DocumentSelectorDialog' abstract class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document.stamp
[+] class FillStamp 1
| Change | Effect |
---|
1 |
Field documents has been added to this class. |
No effect. |
[+] affected methods: 3 (0.02%)
FillStamp.getDefaultStatus ( )This method is from 'FillStamp' class.
FillStamp.onDraw ( )This method is from 'FillStamp' class.
FillStamp.onSave ( )This method is from 'FillStamp' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document.update
[+] class UpdatePanel 3
| Change | Effect |
---|
1 |
Field securityPanel has been added to this class. |
No effect. |
2 |
Field securityTab has been added to this class. |
No effect. |
3 |
Field securityTabPanel has been added to this class. |
No effect. |
[+] affected methods: 4 (0.02%)
UpdatePanel.getDocument ( )This method is from 'UpdatePanel' class.
UpdatePanel.prepareTabs ( )This method is from 'UpdatePanel' class.
UpdatePanel.refresh ( )This method is from 'UpdatePanel' class.
UpdatePanel.validate ( )This method is from 'UpdatePanel' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.services
[+] interface AttributeSetService 4
| Change | Effect |
---|
1 |
Abstract method void deleteOptions ( long, String, List<String> ) has been added to this interface. |
No effect. |
2 |
Abstract method List<GUIAttributeSet> getAttributeSets ( ) has been added to this interface. |
No effect. |
3 |
Abstract method List<GUIValue> parseOptions ( long, String ) has been added to this interface. |
No effect. |
4 |
Abstract method void saveOptions ( long, String, List<GUIValue> ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.03%)
AttributeSetService.applyAllToTemplates ( long p1, String p2 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.applyInitializationToTemplates ( long p1, String p2 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.applyValidationToTemplates ( long p1, String p2 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.delete ( long p1 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.getAttributeSet ( long p1 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.save ( GUIAttributeSet p1 )This abstract method is from 'AttributeSetService' interface.
[+] interface AuditServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void deleteSubscriptions ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
2 |
Abstract method void subscribeDocuments ( List<Long>, List<String>, Long, Long, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
3 |
Abstract method void subscribeFolder ( long, boolean, List<String>, Long, Long, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
4 |
Abstract method void update ( List<Long>, boolean, List<String>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 1 (0.01%)
AuditService.Instance.get ( )Return value of this method is of type 'AuditServiceAsync'.
[+] interface AutomationService 3
| Change | Effect |
---|
1 |
Abstract method void deleteRoutines ( List<Long> ) has been added to this interface. |
No effect. |
2 |
Abstract method void deleteTriggers ( List<Long> ) has been added to this interface. |
No effect. |
3 |
Abstract method void execute ( GUIAutomationRoutine, List<Long>, Long ) has been added to this interface. |
No effect. |
[+] affected methods: 5 (0.03%)
AutomationService.applyTriggersToTree ( long p1 )This abstract method is from 'AutomationService' interface.
AutomationService.getRoutine ( long p1 )This abstract method is from 'AutomationService' interface.
AutomationService.getTrigger ( long p1 )This abstract method is from 'AutomationService' interface.
AutomationService.saveRoutine ( GUIAutomationRoutine p1 )This abstract method is from 'AutomationService' interface.
AutomationService.saveTrigger ( GUIAutomationTrigger p1 )This abstract method is from 'AutomationService' interface.
[+] interface AutomationServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void deleteRoutines ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
2 |
Abstract method void deleteTriggers ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.03%)
AutomationService.Instance.get ( )Return value of this method is of type 'AutomationServiceAsync'.
AutomationServiceAsync.applyTriggersToTree ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.getRoutine ( long p1, AsyncCallback<GUIAutomationRoutine> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.getTrigger ( long p1, AsyncCallback<GUIAutomationTrigger> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.saveRoutine ( GUIAutomationRoutine p1, AsyncCallback<GUIAutomationRoutine> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.saveTrigger ( GUIAutomationTrigger p1, AsyncCallback<GUIAutomationTrigger> p2 )This abstract method is from 'AutomationServiceAsync' interface.
[+] interface BarcodeService 1
| Change | Effect |
---|
1 |
Abstract method void markUnprocessable ( List<Long> ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.03%)
BarcodeService.delete ( long p1 )This abstract method is from 'BarcodeService' interface.
BarcodeService.getTemplate ( long p1 )This abstract method is from 'BarcodeService' interface.
BarcodeService.process ( long p1 )This abstract method is from 'BarcodeService' interface.
BarcodeService.rescheduleAll ( )This abstract method is from 'BarcodeService' interface.
BarcodeService.save ( GUIBarcodeTemplate p1 )This abstract method is from 'BarcodeService' interface.
BarcodeService.updateZone ( GUIBarcodeZone p1 )This abstract method is from 'BarcodeService' interface.
[+] interface BarcodeServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void markUnprocessable ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 7 (0.04%)
BarcodeService.Instance.get ( )Return value of this method is of type 'BarcodeServiceAsync'.
BarcodeServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.getTemplate ( long p1, AsyncCallback<GUIBarcodeTemplate> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.process ( long p1, AsyncCallback<GUIDocument> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.rescheduleAll ( AsyncCallback<Void> p1 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.save ( GUIBarcodeTemplate p1, AsyncCallback<GUIBarcodeTemplate> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.updateZone ( GUIBarcodeZone p1, AsyncCallback<GUIBarcodeZone> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
[+] interface CalendarService 1
| Change | Effect |
---|
1 |
Abstract method List<GUICalendarEvent> find ( GUICalendarEventSearchCriteria ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.02%)
CalendarService.countUserEvents ( String p1, Date p2 )This abstract method is from 'CalendarService' interface.
CalendarService.deleteEvent ( long p1 )This abstract method is from 'CalendarService' interface.
CalendarService.getEvent ( long p1 )This abstract method is from 'CalendarService' interface.
CalendarService.saveEvent ( GUICalendarEvent p1 )This abstract method is from 'CalendarService' interface.
[+] interface ChatService 1
| Change | Effect |
---|
1 |
Abstract method void invite ( List<String>, String ) has been added to this interface. |
No effect. |
[+] affected methods: 1 (0.01%)
ChatService.post ( String p1 )This abstract method is from 'ChatService' interface.
[+] interface ChatServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void invite ( List<String>, String, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.01%)
ChatService.Instance.get ( )Return value of this method is of type 'ChatServiceAsync'.
ChatServiceAsync.post ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'ChatServiceAsync' interface.
[+] interface ClusterServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void makeGlobal ( List<String>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
2 |
Abstract method void makeLocal ( List<String>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 1 (0.01%)
ClusterService.Instance.get ( )Return value of this method is of type 'ClusterServiceAsync'.
[+] interface ContactService 3
| Change | Effect |
---|
1 |
Abstract method void delete ( List<Long> ) has been added to this interface. |
No effect. |
2 |
Abstract method List<GUIContact> parseContacts ( boolean, GUIParseContactsParameters ) has been added to this interface. |
No effect. |
3 |
Abstract method void shareContacts ( List<Long>, List<Long>, List<Long> ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.01%)
ContactService.load ( long p1 )This abstract method is from 'ContactService' interface.
ContactService.save ( GUIContact p1 )This abstract method is from 'ContactService' interface.
[+] interface ContactServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void delete ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
2 |
Abstract method void shareContacts ( List<Long>, List<Long>, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.02%)
ContactService.Instance.get ( )Return value of this method is of type 'ContactServiceAsync'.
ContactServiceAsync.load ( long p1, AsyncCallback<GUIContact> p2 )This abstract method is from 'ContactServiceAsync' interface.
ContactServiceAsync.parseContacts ( boolean p1, GUIParseContactsParameters p2, AsyncCallback<GUIContact[ ]> p3 )This abstract method is from 'ContactServiceAsync' interface.
ContactServiceAsync.save ( GUIContact p1, AsyncCallback<Void> p2 )This abstract method is from 'ContactServiceAsync' interface.
[+] interface DashletService 3
| Change | Effect |
---|
1 |
Abstract method List<GUIDashlet> loadDashlets ( ) has been added to this interface. |
No effect. |
2 |
Abstract method void saveDashlets ( List<GUIDashlet> ) has been added to this interface. |
No effect. |
3 |
Abstract method void saveUserDashlets ( List<GUIDashlet> ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.02%)
DashletService.delete ( long p1 )This abstract method is from 'DashletService' interface.
DashletService.get ( long p1 )This abstract method is from 'DashletService' interface.
DashletService.get ( String p1 )This abstract method is from 'DashletService' interface.
DashletService.save ( GUIDashlet p1 )This abstract method is from 'DashletService' interface.
[+] interface DocumentService 30
| Change | Effect |
---|
1 |
Abstract method void addBookmarks ( List<Long>, int ) has been added to this interface. |
No effect. |
2 |
Abstract method List<GUIDocument> addDocuments ( String, long, boolean, String, boolean, Long ) has been added to this interface. |
No effect. |
3 |
Abstract method List<GUIDocument> addDocuments ( boolean, String, boolean, GUIDocument ) has been added to this interface. |
No effect. |
4 |
Abstract method void applyParentFolderSecurity ( long ) has been added to this interface. |
No effect. |
5 |
Abstract method void archiveDocuments ( List<Long>, String ) has been added to this interface. |
No effect. |
6 |
Abstract method List<GUIDocument> bulkUpdate ( List<Long>, GUIDocument, boolean ) has been added to this interface. |
No effect. |
7 |
Abstract method void checkout ( List<Long> ) has been added to this interface. |
No effect. |
8 |
Abstract method long countDocuments ( List<Long>, int ) has been added to this interface. |
No effect. |
9 |
Abstract method List<String> createDownloadTicket ( long, int, String, Integer, Date, Integer, Integer ) has been added to this interface. |
No effect. |
10 |
Abstract method void delete ( List<Long> ) has been added to this interface. |
No effect. |
11 |
Abstract method void deleteBookmarks ( List<Long> ) has been added to this interface. |
No effect. |
12 |
Abstract method void deleteFromTrash ( List<Long> ) has been added to this interface. |
No effect. |
13 |
Abstract method void deleteLinks ( List<Long> ) has been added to this interface. |
No effect. |
14 |
Abstract method void deleteNotes ( List<Long> ) has been added to this interface. |
No effect. |
15 |
Abstract method GUIDocument deleteVersions ( List<Long> ) has been added to this interface. |
No effect. |
16 |
Abstract method GUIAccessControlEntry getEnabledPermissions ( List<Long> ) has been added to this interface. |
No effect. |
17 |
Abstract method List<GUIDocumentNote> getNotes ( long, String, Collection<String> ) has been added to this interface. |
No effect. |
18 |
Abstract method List<GUIVersion> getVersionsById ( long, long ) has been added to this interface. |
No effect. |
19 |
Abstract method void indexDocuments ( List<Long> ) has been added to this interface. |
No effect. |
20 |
Abstract method void linkDocuments ( List<Long>, List<Long> ) has been added to this interface. |
No effect. |
21 |
Abstract method void lock ( List<Long>, String ) has been added to this interface. |
No effect. |
22 |
Abstract method void makeImmutable ( List<Long>, String ) has been added to this interface. |
No effect. |
23 |
Abstract method void markIndexable ( List<Long>, int ) has been added to this interface. |
No effect. |
24 |
Abstract method void markUnindexable ( List<Long> ) has been added to this interface. |
No effect. |
25 |
Abstract method GUIDocument merge ( List<Long>, long, String ) has been added to this interface. |
No effect. |
26 |
Abstract method void restore ( List<Long>, long ) has been added to this interface. |
No effect. |
27 |
Abstract method void saveACL ( GUIDocument ) has been added to this interface. |
No effect. |
28 |
Abstract method void saveNotes ( long, List<GUIDocumentNote>, Collection<String> ) has been added to this interface. |
No effect. |
29 |
Abstract method void unarchiveDocuments ( List<Long> ) has been added to this interface. |
No effect. |
30 |
Abstract method void unlock ( List<Long> ) has been added to this interface. |
No effect. |
[+] affected methods: 37 (0.2%)
DocumentService.addNote ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.archiveFolder ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.checkin ( GUIDocument p1, boolean p2 )This abstract method is from 'DocumentService' interface.
DocumentService.checkinContent ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.cleanUploadedFileFolder ( )This abstract method is from 'DocumentService' interface.
DocumentService.convert ( long p1, String p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createDocument ( GUIDocument p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.createWithContent ( GUIDocument p1, String p2, boolean p3 )This abstract method is from 'DocumentService' interface.
DocumentService.deDuplicate ( Long p1, boolean p2 )This abstract method is from 'DocumentService' interface.
DocumentService.deleteRating ( long p1 )This abstract method is from 'DocumentService' interface.
...
[+] interface DocumentServiceAsync 17
| Change | Effect |
---|
1 |
Abstract method void applyParentFolderSecurity ( long, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
2 |
Abstract method void archiveDocuments ( List<Long>, String, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
3 |
Abstract method void bulkUpdate ( List<Long>, GUIDocument, boolean, AsyncCallback<List<GUIDocument>> ) has been added to this interface. |
No effect. |
4 |
Abstract method void delete ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
5 |
Abstract method void deleteBookmarks ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
6 |
Abstract method void deleteFromTrash ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
7 |
Abstract method void deleteLinks ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
8 |
Abstract method void deleteNotes ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
9 |
Abstract method void deleteVersions ( List<Long>, AsyncCallback<GUIDocument> ) has been added to this interface. |
No effect. |
10 |
Abstract method void indexDocuments ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
11 |
Abstract method void linkDocuments ( List<Long>, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
12 |
Abstract method void makeImmutable ( List<Long>, String, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
13 |
Abstract method void markIndexable ( List<Long>, int, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
14 |
Abstract method void markUnindexable ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
15 |
Abstract method void merge ( List<Long>, long, String, AsyncCallback<GUIDocument> ) has been added to this interface. |
No effect. |
16 |
Abstract method void saveACL ( GUIDocument, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
17 |
Abstract method void unarchiveDocuments ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 53 (0.3%)
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.DocumentDetailsPanel ( GUIDocument doc )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getDocument ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getPanelName ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.onSave ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabs ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabset ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.refresh ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.setDocument ( GUIDocument document )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.StandardPropertiesPanel ( GUIDocument document, ChangedHandler changedHandler, DocumentObserver observer )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.validate ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
...
[+] interface DropboxService 2
| Change | Effect |
---|
1 |
Abstract method boolean exportDocuments ( String, List<Long>, List<Long> ) has been added to this interface. |
No effect. |
2 |
Abstract method int importDocuments ( long, List<String> ) has been added to this interface. |
No effect. |
[+] affected methods: 3 (0.02%)
DropboxService.finishAuthorization ( String p1 )This abstract method is from 'DropboxService' interface.
DropboxService.isConnected ( )This abstract method is from 'DropboxService' interface.
DropboxService.startAuthorization ( )This abstract method is from 'DropboxService' interface.
[+] interface DropboxServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void exportDocuments ( String, List<Long>, List<Long>, AsyncCallback<Boolean> ) has been added to this interface. |
No effect. |
2 |
Abstract method void importDocuments ( long, List<String>, AsyncCallback<Integer> ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.02%)
DropboxService.Instance.get ( )Return value of this method is of type 'DropboxServiceAsync'.
DropboxServiceAsync.finishAuthorization ( String p1, AsyncCallback<String> p2 )This abstract method is from 'DropboxServiceAsync' interface.
DropboxServiceAsync.isConnected ( AsyncCallback<Boolean> p1 )This abstract method is from 'DropboxServiceAsync' interface.
DropboxServiceAsync.startAuthorization ( AsyncCallback<String> p1 )This abstract method is from 'DropboxServiceAsync' interface.
[+] interface FolderService 13
| Change | Effect |
---|
1 |
Abstract method List<Long> computeStats ( long ) has been added to this interface. |
No effect. |
2 |
Abstract method void copyFolders ( List<Long>, long, boolean, String, GUIFolder ) has been added to this interface. |
No effect. |
3 |
Abstract method void delete ( List<Long> ) has been added to this interface. |
No effect. |
4 |
Abstract method void deleteFromTrash ( List<Long> ) has been added to this interface. |
No effect. |
5 |
Abstract method GUIFolder inheritACL ( long, long ) has been added to this interface. |
No effect. |
6 |
Abstract method List<GUIValue> loadTemplates ( ) has been added to this interface. |
No effect. |
7 |
Abstract method void merge ( List<Long>, long ) has been added to this interface. |
No effect. |
8 |
Abstract method void move ( List<Long>, long ) has been added to this interface. |
No effect. |
9 |
Abstract method void paste ( List<Long>, long, String, boolean, boolean, boolean ) has been added to this interface. |
No effect. |
10 |
Abstract method void pasteAsAlias ( List<Long>, long, String ) has been added to this interface. |
No effect. |
11 |
Abstract method void restore ( List<Long>, long ) has been added to this interface. |
No effect. |
12 |
Abstract method void saveACL ( GUIFolder, boolean ) has been added to this interface. |
No effect. |
13 |
Abstract method void saveTemplates ( List<GUIValue> ) has been added to this interface. |
No effect. |
[+] affected methods: 13 (0.1%)
FolderService.applyGridLayout ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyMetadata ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyOCR ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyStorage ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyTags ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyTemplate ( long p1, long p2, boolean p3 )This abstract method is from 'FolderService' interface.
FolderService.create ( GUIFolder p1, boolean p2 )This abstract method is from 'FolderService' interface.
FolderService.createAlias ( long p1, long p2 )This abstract method is from 'FolderService' interface.
FolderService.getFolder ( long p1, boolean p2, boolean p3, boolean p4 )This abstract method is from 'FolderService' interface.
FolderService.readImage ( )This abstract method is from 'FolderService' interface.
...
[+] interface FolderServiceAsync 5
| Change | Effect |
---|
1 |
Abstract method void delete ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
2 |
Abstract method void deleteFromTrash ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
3 |
Abstract method void inheritACL ( long, long, AsyncCallback<GUIFolder> ) has been added to this interface. |
No effect. |
4 |
Abstract method void paste ( List<Long>, long, String, boolean, boolean, boolean, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
5 |
Abstract method void pasteAsAlias ( List<Long>, long, String, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 16 (0.1%)
FolderService.Instance.get ( )Return value of this method is of type 'FolderServiceAsync'.
FolderServiceAsync.applyGridLayout ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyMetadata ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyOCR ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyStorage ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyTags ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyTemplate ( long p1, long p2, boolean p3, AsyncCallback<Void> p4 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.computeStats ( long p1, AsyncCallback<long[ ]> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.create ( GUIFolder p1, boolean p2, AsyncCallback<GUIFolder> p3 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.createAlias ( long p1, long p2, AsyncCallback<GUIFolder> p3 )This abstract method is from 'FolderServiceAsync' interface.
...
[+] interface GDriveService 4
| Change | Effect |
---|
1 |
Abstract method List<String> exportDocuments ( List<Long> ) has been added to this interface. |
No effect. |
2 |
Abstract method void importDocuments ( List<String>, long, String ) has been added to this interface. |
No effect. |
3 |
Abstract method List<String> loadSettings ( ) has been added to this interface. |
No effect. |
4 |
Abstract method List<GUIDocument> search ( String ) has been added to this interface. |
No effect. |
[+] affected methods: 5 (0.03%)
GDriveService.checkin ( long p1, String p2, boolean p3 )This abstract method is from 'GDriveService' interface.
GDriveService.create ( String p1 )This abstract method is from 'GDriveService' interface.
GDriveService.delete ( String p1 )This abstract method is from 'GDriveService' interface.
GDriveService.saveSettings ( String p1, String p2 )This abstract method is from 'GDriveService' interface.
GDriveService.upload ( long p1 )This abstract method is from 'GDriveService' interface.
[+] interface GDriveServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void exportDocuments ( List<Long>, AsyncCallback<List<String>> ) has been added to this interface. |
No effect. |
2 |
Abstract method void importDocuments ( List<String>, long, String, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 8 (0.04%)
GDriveService.Instance.get ( )Return value of this method is of type 'GDriveServiceAsync'.
GDriveServiceAsync.checkin ( long p1, String p2, boolean p3, AsyncCallback<GUIDocument> p4 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.create ( String p1, AsyncCallback<String> p2 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.delete ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.loadSettings ( AsyncCallback<String[ ]> p1 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.saveSettings ( String p1, String p2, AsyncCallback<String> p3 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.search ( String p1, AsyncCallback<GUIDocument[ ]> p2 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.upload ( long p1, AsyncCallback<String> p2 )This abstract method is from 'GDriveServiceAsync' interface.
[+] interface ImpexService 2
| Change | Effect |
---|
1 |
Abstract method void addDocuments ( long, List<Long> ) has been added to this interface. |
No effect. |
2 |
Abstract method GUIArchive deleteVersions ( long, List<Long> ) has been added to this interface. |
No effect. |
[+] affected methods: 10 (0.1%)
ImpexService.addFolder ( long p1, long p2 )This abstract method is from 'ImpexService' interface.
ImpexService.delete ( long p1 )This abstract method is from 'ImpexService' interface.
ImpexService.deleteFolder ( String p1 )This abstract method is from 'ImpexService' interface.
ImpexService.deleteIncremental ( long p1 )This abstract method is from 'ImpexService' interface.
ImpexService.load ( long p1 )This abstract method is from 'ImpexService' interface.
ImpexService.loadIncremental ( long p1 )This abstract method is from 'ImpexService' interface.
ImpexService.save ( GUIArchive p1 )This abstract method is from 'ImpexService' interface.
ImpexService.saveIncremental ( GUIIncrementalArchive p1 )This abstract method is from 'ImpexService' interface.
ImpexService.setStatus ( long p1, int p2 )This abstract method is from 'ImpexService' interface.
ImpexService.startImport ( String p1 )This abstract method is from 'ImpexService' interface.
[+] interface ImpexServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void addDocuments ( long, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
2 |
Abstract method void deleteVersions ( long, List<Long>, AsyncCallback<GUIArchive> ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.1%)
ImpexService.Instance.get ( )Return value of this method is of type 'ImpexServiceAsync'.
ImpexServiceAsync.addFolder ( long p1, long p2, AsyncCallback<Void> p3 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.deleteFolder ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.deleteIncremental ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.load ( long p1, AsyncCallback<GUIArchive> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.loadIncremental ( long p1, AsyncCallback<GUIIncrementalArchive> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.save ( GUIArchive p1, AsyncCallback<GUIArchive> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.saveIncremental ( GUIIncrementalArchive p1, AsyncCallback<GUIIncrementalArchive> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.setStatus ( long p1, int p2, AsyncCallback<Void> p3 )This abstract method is from 'ImpexServiceAsync' interface.
...
[+] interface LDAPService 3
| Change | Effect |
---|
1 |
Abstract method List<GUIValue> importUsers ( List<String>, long ) has been added to this interface. |
No effect. |
2 |
Abstract method List<GUIUser> listUsers ( String, long ) has been added to this interface. |
No effect. |
3 |
Abstract method void reorder ( List<Long> ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.02%)
LDAPService.delete ( long p1 )This abstract method is from 'LDAPService' interface.
LDAPService.get ( long p1 )This abstract method is from 'LDAPService' interface.
LDAPService.save ( GUILDAPServer p1 )This abstract method is from 'LDAPService' interface.
LDAPService.testConnection ( GUILDAPServer p1 )This abstract method is from 'LDAPService' interface.
[+] interface LDAPServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void importUsers ( List<String>, long, AsyncCallback<List<GUIValue>> ) has been added to this interface. |
No effect. |
2 |
Abstract method void reorder ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.03%)
LDAPService.Instance.get ( )Return value of this method is of type 'LDAPServiceAsync'.
LDAPServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'LDAPServiceAsync' interface.
LDAPServiceAsync.get ( long p1, AsyncCallback<GUILDAPServer> p2 )This abstract method is from 'LDAPServiceAsync' interface.
LDAPServiceAsync.listUsers ( String p1, long p2, AsyncCallback<GUIUser[ ]> p3 )This abstract method is from 'LDAPServiceAsync' interface.
LDAPServiceAsync.save ( GUILDAPServer p1, AsyncCallback<GUILDAPServer> p2 )This abstract method is from 'LDAPServiceAsync' interface.
LDAPServiceAsync.testConnection ( GUILDAPServer p1, AsyncCallback<Boolean> p2 )This abstract method is from 'LDAPServiceAsync' interface.
[+] interface MessageService 5
| Change | Effect |
---|
1 |
Abstract method void delete ( List<Long> ) has been added to this interface. |
No effect. |
2 |
Abstract method void deleteTemplates ( List<Long> ) has been added to this interface. |
No effect. |
3 |
Abstract method List<GUIMessageTemplate> loadTemplates ( String, String ) has been added to this interface. |
No effect. |
4 |
Abstract method void save ( GUIMessage, List<Long> ) has been added to this interface. |
No effect. |
5 |
Abstract method void saveTemplates ( List<GUIMessageTemplate> ) has been added to this interface. |
No effect. |
[+] affected methods: 3 (0.02%)
MessageService.deleteTemplates ( String p1 )This abstract method is from 'MessageService' interface.
MessageService.getMessage ( long p1, boolean p2 )This abstract method is from 'MessageService' interface.
MessageService.getTemplate ( long p1 )This abstract method is from 'MessageService' interface.
[+] interface MessageServiceAsync 3
| Change | Effect |
---|
1 |
Abstract method void delete ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
2 |
Abstract method void deleteTemplates ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
3 |
Abstract method void save ( GUIMessage, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 5 (0.03%)
MessageService.Instance.get ( )Return value of this method is of type 'MessageServiceAsync'.
MessageServiceAsync.deleteTemplates ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'MessageServiceAsync' interface.
MessageServiceAsync.getMessage ( long p1, boolean p2, AsyncCallback<GUIMessage> p3 )This abstract method is from 'MessageServiceAsync' interface.
MessageServiceAsync.getTemplate ( long p1, AsyncCallback<GUIMessageTemplate> p2 )This abstract method is from 'MessageServiceAsync' interface.
MessageServiceAsync.loadTemplates ( String p1, String p2, AsyncCallback<GUIMessageTemplate[ ]> p3 )This abstract method is from 'MessageServiceAsync' interface.
[+] interface ReadingRequestService 3
| Change | Effect |
---|
1 |
Abstract method void askReadingConfirmation ( List<Long>, List<Long>, List<Long>, boolean, String ) has been added to this interface. |
No effect. |
2 |
Abstract method void confirmReadings ( List<Long>, String ) has been added to this interface. |
No effect. |
3 |
Abstract method List<GUIReadingRequest> getUnconfimedReadings ( ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.01%)
ReadingRequestService.delete ( long p1 )This abstract method is from 'ReadingRequestService' interface.
ReadingRequestService.notityReadingRequest ( long p1 )This abstract method is from 'ReadingRequestService' interface.
[+] interface ReadingRequestServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void askReadingConfirmation ( List<Long>, List<Long>, List<Long>, boolean, String, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.02%)
ReadingRequestService.Instance.get ( )Return value of this method is of type 'ReadingRequestServiceAsync'.
ReadingRequestServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReadingRequestServiceAsync' interface.
ReadingRequestServiceAsync.getUnconfimedReadings ( AsyncCallback<GUIReadingRequest[ ]> p1 )This abstract method is from 'ReadingRequestServiceAsync' interface.
ReadingRequestServiceAsync.notityReadingRequest ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReadingRequestServiceAsync' interface.
[+] interface ReportService 3
| Change | Effect |
---|
1 |
Abstract method void execute ( long, List<GUIAttribute> ) has been added to this interface. |
No effect. |
2 |
Abstract method List<GUIAttribute> getReportParameters ( long ) has been added to this interface. |
No effect. |
3 |
Abstract method List<GUIReport> getReports ( ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.03%)
ReportService.changeStatus ( long p1, boolean p2 )This abstract method is from 'ReportService' interface.
ReportService.create ( GUIReport p1 )This abstract method is from 'ReportService' interface.
ReportService.delete ( long p1 )This abstract method is from 'ReportService' interface.
ReportService.getReport ( long p1, boolean p2 )This abstract method is from 'ReportService' interface.
ReportService.save ( GUIReport p1 )This abstract method is from 'ReportService' interface.
ReportService.storeUploadedDesign ( long p1 )This abstract method is from 'ReportService' interface.
[+] interface RetentionPoliciesService 1
| Change | Effect |
---|
1 |
Abstract method void reorder ( List<Long> ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.02%)
RetentionPoliciesService.changeStatus ( long p1, boolean p2 )This abstract method is from 'RetentionPoliciesService' interface.
RetentionPoliciesService.delete ( long p1 )This abstract method is from 'RetentionPoliciesService' interface.
RetentionPoliciesService.getPolicy ( long p1 )This abstract method is from 'RetentionPoliciesService' interface.
RetentionPoliciesService.save ( GUIRetentionPolicy p1 )This abstract method is from 'RetentionPoliciesService' interface.
[+] interface RetentionPoliciesServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void reorder ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 5 (0.03%)
RetentionPoliciesService.Instance.get ( )Return value of this method is of type 'RetentionPoliciesServiceAsync'.
RetentionPoliciesServiceAsync.changeStatus ( long p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'RetentionPoliciesServiceAsync' interface.
RetentionPoliciesServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'RetentionPoliciesServiceAsync' interface.
RetentionPoliciesServiceAsync.getPolicy ( long p1, AsyncCallback<GUIRetentionPolicy> p2 )This abstract method is from 'RetentionPoliciesServiceAsync' interface.
RetentionPoliciesServiceAsync.save ( GUIRetentionPolicy p1, AsyncCallback<GUIRetentionPolicy> p2 )This abstract method is from 'RetentionPoliciesServiceAsync' interface.
[+] interface SchemeService 2
| Change | Effect |
---|
1 |
Abstract method List<GUIScheme> load ( ) has been added to this interface. |
No effect. |
2 |
Abstract method List<GUISequence> loadSequences ( ) has been added to this interface. |
No effect. |
[+] affected methods: 5 (0.03%)
SchemeService.delete ( long p1, String p2 )This abstract method is from 'SchemeService' interface.
SchemeService.deleteSequence ( long p1 )This abstract method is from 'SchemeService' interface.
SchemeService.get ( long p1, String p2 )This abstract method is from 'SchemeService' interface.
SchemeService.resetSequence ( long p1, long p2 )This abstract method is from 'SchemeService' interface.
SchemeService.save ( GUIScheme p1 )This abstract method is from 'SchemeService' interface.
[+] interface SearchEngineService 3
| Change | Effect |
---|
1 |
Abstract method void remove ( List<Long> ) has been added to this interface. |
No effect. |
2 |
Abstract method void reorderTokenFilters ( List<String> ) has been added to this interface. |
No effect. |
3 |
Abstract method void saveTokenFilterSettings ( String, List<GUIParameter> ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.1%)
SearchEngineService.check ( )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.countEntries ( )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.getInfo ( )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.purge ( )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.query ( String p1, int p2, int p3 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.rescheduleAll ( boolean p1 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.save ( GUISearchEngine p1 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.setAliases ( String p1, String p2 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.setLanguageStatus ( String p1, boolean p2 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.setTokenFilterStatus ( String p1, boolean p2 )This abstract method is from 'SearchEngineService' interface.
...
[+] interface SearchEngineServiceAsync 3
| Change | Effect |
---|
1 |
Abstract method void remove ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
2 |
Abstract method void reorderTokenFilters ( List<String>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
3 |
Abstract method void saveTokenFilterSettings ( String, List<GUIParameter>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 12 (0.1%)
SearchEngineService.Instance.get ( )Return value of this method is of type 'SearchEngineServiceAsync'.
SearchEngineServiceAsync.check ( AsyncCallback<String> p1 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.countEntries ( AsyncCallback<Long> p1 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.getInfo ( AsyncCallback<GUISearchEngine> p1 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.purge ( AsyncCallback<Void> p1 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.query ( String p1, int p2, int p3, AsyncCallback<GUIResult> p4 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.rescheduleAll ( boolean p1, AsyncCallback<Void> p2 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.save ( GUISearchEngine p1, AsyncCallback<Void> p2 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.setAliases ( String p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.setLanguageStatus ( String p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'SearchEngineServiceAsync' interface.
...
[+] interface SearchService 2
| Change | Effect |
---|
1 |
Abstract method void delete ( List<String> ) has been added to this interface. |
No effect. |
2 |
Abstract method void shareSearch ( String, List<Long>, List<Long> ) has been added to this interface. |
No effect. |
[+] affected methods: 3 (0.02%)
SearchService.load ( String p1 )This abstract method is from 'SearchService' interface.
SearchService.save ( GUISearchOptions p1 )This abstract method is from 'SearchService' interface.
SearchService.search ( GUISearchOptions p1 )This abstract method is from 'SearchService' interface.
[+] interface SearchServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void delete ( List<String>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
2 |
Abstract method void shareSearch ( String, List<Long>, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.02%)
SearchService.Instance.get ( )Return value of this method is of type 'SearchServiceAsync'.
SearchServiceAsync.load ( String p1, AsyncCallback<GUISearchOptions> p2 )This abstract method is from 'SearchServiceAsync' interface.
SearchServiceAsync.save ( GUISearchOptions p1, AsyncCallback<Boolean> p2 )This abstract method is from 'SearchServiceAsync' interface.
SearchServiceAsync.search ( GUISearchOptions p1, AsyncCallback<GUIResult> p2 )This abstract method is from 'SearchServiceAsync' interface.
[+] interface SettingService 10
| Change | Effect |
---|
1 |
Abstract method List<GUIParameter> loadConverterParameters ( String ) has been added to this interface. |
No effect. |
2 |
Abstract method List<GUIParameter> loadGUISettings ( ) has been added to this interface. |
No effect. |
3 |
Abstract method List<GUIParameter> loadProtocolSettings ( ) has been added to this interface. |
No effect. |
4 |
Abstract method List<GUIParameter> loadSettings ( ) has been added to this interface. |
No effect. |
5 |
Abstract method List<GUIParameter> loadSettingsByNames ( List<String> ) has been added to this interface. |
No effect. |
6 |
Abstract method List<GUIParameter> loadWebserviceStats ( Long ) has been added to this interface. |
No effect. |
7 |
Abstract method List<String> removeStorage ( int ) has been added to this interface. |
No effect. |
8 |
Abstract method void saveFirewallSettings ( List<GUIParameter> ) has been added to this interface. |
No effect. |
9 |
Abstract method void saveSettings ( List<GUIParameter> ) has been added to this interface. |
No effect. |
10 |
Abstract method void saveStorageSettings ( List<GUIParameter> ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.03%)
SettingService.loadEmailSettings ( )This abstract method is from 'SettingService' interface.
SettingService.saveEmailSettings ( GUIEmailSettings p1 )This abstract method is from 'SettingService' interface.
SettingService.saveExtensionAliases ( String p1, String p2 )This abstract method is from 'SettingService' interface.
SettingService.saveRegistration ( String p1, String p2, String p3, String p4 )This abstract method is from 'SettingService' interface.
SettingService.testEmail ( String p1 )This abstract method is from 'SettingService' interface.
SettingService.testStorage ( int p1 )This abstract method is from 'SettingService' interface.
[+] interface ShareFileService 3
| Change | Effect |
---|
1 |
Abstract method boolean exportDocuments ( String, List<Long>, List<Long> ) has been added to this interface. |
No effect. |
2 |
Abstract method int importDocuments ( long, List<String> ) has been added to this interface. |
No effect. |
3 |
Abstract method List<String> loadSettings ( ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.01%)
ShareFileService.authorize ( String p1, String p2 )This abstract method is from 'ShareFileService' interface.
ShareFileService.isAuthorized ( )This abstract method is from 'ShareFileService' interface.
[+] interface ShareFileServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void exportDocuments ( String, List<Long>, List<Long>, AsyncCallback<Boolean> ) has been added to this interface. |
No effect. |
2 |
Abstract method void importDocuments ( long, List<String>, AsyncCallback<Integer> ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.02%)
ShareFileService.Instance.get ( )Return value of this method is of type 'ShareFileServiceAsync'.
ShareFileServiceAsync.authorize ( String p1, String p2, AsyncCallback<String> p3 )This abstract method is from 'ShareFileServiceAsync' interface.
ShareFileServiceAsync.isAuthorized ( AsyncCallback<Boolean> p1 )This abstract method is from 'ShareFileServiceAsync' interface.
ShareFileServiceAsync.loadSettings ( AsyncCallback<String[ ]> p1 )This abstract method is from 'ShareFileServiceAsync' interface.
[+] interface SignService 1
| Change | Effect |
---|
1 |
Abstract method void signDocuments ( List<Long>, String, int, String, String, String ) has been added to this interface. |
No effect. |
[+] affected methods: 10 (0.1%)
SignService.deleteCertificate ( )This abstract method is from 'SignService' interface.
SignService.deleteKeystore ( long p1 )This abstract method is from 'SignService' interface.
SignService.generateNewCertificate ( )This abstract method is from 'SignService' interface.
SignService.generateNewKeystore ( GUIKeystore p1 )This abstract method is from 'SignService' interface.
SignService.getUploadedContent ( )This abstract method is from 'SignService' interface.
SignService.imporKeystore ( GUIKeystore p1 )This abstract method is from 'SignService' interface.
SignService.importCertificate ( String p1, String p2 )This abstract method is from 'SignService' interface.
SignService.isVisualSignatureEnabled ( )This abstract method is from 'SignService' interface.
SignService.loadKeystore ( long p1 )This abstract method is from 'SignService' interface.
SignService.saveKeystore ( GUIKeystore p1 )This abstract method is from 'SignService' interface.
[+] interface StampService 1
| Change | Effect |
---|
1 |
Abstract method void applyStamp ( List<Long>, GUIStamp ) has been added to this interface. |
No effect. |
[+] affected methods: 7 (0.04%)
StampService.changeStatus ( long p1, boolean p2 )This abstract method is from 'StampService' interface.
StampService.delete ( long p1 )This abstract method is from 'StampService' interface.
StampService.getSignature ( )This abstract method is from 'StampService' interface.
StampService.getStamp ( long p1 )This abstract method is from 'StampService' interface.
StampService.getStamp ( String p1 )This abstract method is from 'StampService' interface.
StampService.save ( GUIStamp p1 )This abstract method is from 'StampService' interface.
StampService.saveImage ( long p1 )This abstract method is from 'StampService' interface.
[+] interface SystemService 6
| Change | Effect |
---|
1 |
Abstract method List<GUIValue> getPlugins ( ) has been added to this interface. |
No effect. |
2 |
Abstract method List<List<GUIParameter>> getStatistics ( String ) has been added to this interface. |
No effect. |
3 |
Abstract method List<GUITask> loadTasks ( String ) has been added to this interface. |
No effect. |
4 |
Abstract method List<GUIHistory> search ( Long, Date, Date, int, String, List<String>, Long ) has been added to this interface. |
No effect. |
5 |
Abstract method List<GUIHistory> searchApiCalls ( Long, Date, Date, String, String, String, int ) has been added to this interface. |
No effect. |
6 |
Abstract method void unscheduleJobs ( List<GUIValue> ) has been added to this interface. |
No effect. |
[+] affected methods: 12 (0.1%)
SystemService.confirmUpdate ( )This abstract method is from 'SystemService' interface.
SystemService.disableTask ( String p1 )This abstract method is from 'SystemService' interface.
SystemService.enableTask ( String p1 )This abstract method is from 'SystemService' interface.
SystemService.getTaskByName ( String p1, String p2 )This abstract method is from 'SystemService' interface.
SystemService.initializePlugin ( String p1 )This abstract method is from 'SystemService' interface.
SystemService.installPlugin ( )This abstract method is from 'SystemService' interface.
SystemService.restart ( )This abstract method is from 'SystemService' interface.
SystemService.saveTask ( GUITask p1, String p2 )This abstract method is from 'SystemService' interface.
SystemService.setGUILanguageStatus ( String p1, boolean p2 )This abstract method is from 'SystemService' interface.
SystemService.startTask ( String p1 )This abstract method is from 'SystemService' interface.
...
[+] interface SystemServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void search ( Long, Date, Date, int, String, List<String>, Long, AsyncCallback<List<GUIHistory>> ) has been added to this interface. |
No effect. |
2 |
Abstract method void unscheduleJobs ( List<GUIValue>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 17 (0.1%)
SystemService.Instance.get ( )Return value of this method is of type 'SystemServiceAsync'.
SystemServiceAsync.confirmUpdate ( AsyncCallback<Void> p1 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.disableTask ( String p1, AsyncCallback<Boolean> p2 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.enableTask ( String p1, AsyncCallback<Boolean> p2 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.getPlugins ( AsyncCallback<GUIValue[ ]> p1 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.getStatistics ( String p1, AsyncCallback<GUIParameter[ ][ ]> p2 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.getTaskByName ( String p1, String p2, AsyncCallback<GUITask> p3 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.initializePlugin ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.installPlugin ( AsyncCallback<Void> p1 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.loadTasks ( String p1, AsyncCallback<GUITask[ ]> p2 )This abstract method is from 'SystemServiceAsync' interface.
...
[+] interface TagService 2
| Change | Effect |
---|
1 |
Abstract method List<GUIParameter> getSettings ( ) has been added to this interface. |
No effect. |
2 |
Abstract method List<GUITag> getTagCloud ( ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.02%)
TagService.addTag ( String p1 )This abstract method is from 'TagService' interface.
TagService.delete ( String p1 )This abstract method is from 'TagService' interface.
TagService.removeTag ( String p1 )This abstract method is from 'TagService' interface.
TagService.rename ( String p1, String p2 )This abstract method is from 'TagService' interface.
[+] interface TemplateService 1
| Change | Effect |
---|
1 |
Abstract method List<GUIAttribute> getAttributes ( long, GUIExtensibleObject ) has been added to this interface. |
No effect. |
[+] affected methods: 5 (0.03%)
TemplateService.clone ( long p1, String p2 )This abstract method is from 'TemplateService' interface.
TemplateService.countDocuments ( long p1 )This abstract method is from 'TemplateService' interface.
TemplateService.delete ( long p1 )This abstract method is from 'TemplateService' interface.
TemplateService.getTemplate ( long p1 )This abstract method is from 'TemplateService' interface.
TemplateService.save ( GUITemplate p1 )This abstract method is from 'TemplateService' interface.
[+] interface TwoFactorsAuthenticationService 1
| Change | Effect |
---|
1 |
Abstract method List<String> generateGoogleAuthorizationCredentials ( String ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.01%)
TwoFactorsAuthenticationService.changeTwoFactorsAuthentication ( long p1, String p2, String p3, String p4, boolean p5 )This abstract method is from 'TwoFactorsAuthenticationService' interface.
TwoFactorsAuthenticationService.generateYubiKeyCredentials ( String p1 )This abstract method is from 'TwoFactorsAuthenticationService' interface.
[+] interface UpdateService 5
| Change | Effect |
---|
1 |
Abstract method List<Integer> checkDownloadStatus ( ) has been added to this interface. |
No effect. |
2 |
Abstract method List<GUIPatch> checkPatch ( ) has been added to this interface. |
No effect. |
3 |
Abstract method List<GUIParameter> checkUpdate ( ) has been added to this interface. |
No effect. |
4 |
Abstract method List<String> getPatchNotes ( String ) has been added to this interface. |
No effect. |
5 |
Abstract method List<String> getUpdateNotes ( String ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.03%)
UpdateService.confirmPatch ( String p1 )This abstract method is from 'UpdateService' interface.
UpdateService.confirmUpdate ( String p1 )This abstract method is from 'UpdateService' interface.
UpdateService.downloadPatch ( String p1, String p2, long p3 )This abstract method is from 'UpdateService' interface.
UpdateService.downloadUpdate ( String p1, String p2, long p3 )This abstract method is from 'UpdateService' interface.
UpdateService.loadPatch ( )This abstract method is from 'UpdateService' interface.
UpdateService.loadUpdate ( )This abstract method is from 'UpdateService' interface.
[+] interface WorkflowService 5
| Change | Effect |
---|
1 |
Abstract method void appendDocuments ( String, List<Long> ) has been added to this interface. |
No effect. |
2 |
Abstract method void deleteInstances ( List<String> ) has been added to this interface. |
No effect. |
3 |
Abstract method List<GUIWorkflow> list ( ) has been added to this interface. |
No effect. |
4 |
Abstract method void saveACL ( GUIWorkflow ) has been added to this interface. |
No effect. |
5 |
Abstract method void startWorkflow ( String, String, String, String, List<Long> ) has been added to this interface. |
No effect. |
[+] affected methods: 20 (0.1%)
WorkflowService.addNote ( String p1, String p2 )This abstract method is from 'WorkflowService' interface.
WorkflowService.applyTriggersToTree ( long p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.claimTask ( String p1, String p2 )This abstract method is from 'WorkflowService' interface.
WorkflowService.countAssignedTasks ( String p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.delete ( String p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.deleteInstance ( String p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.deleteNote ( long p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.deleteTrigger ( long p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.deploy ( GUIWorkflow p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.endTask ( String p1, String p2 )This abstract method is from 'WorkflowService' interface.
...
[+] interface WorkflowServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void appendDocuments ( String, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
2 |
Abstract method void startWorkflow ( String, String, String, String, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 22 (0.1%)
WorkflowService.Instance.get ( )Return value of this method is of type 'WorkflowServiceAsync'.
WorkflowServiceAsync.addNote ( String p1, String p2, AsyncCallback<Long> p3 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.applyTriggersToTree ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.claimTask ( String p1, String p2, AsyncCallback<GUIWorkflow> p3 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.countAssignedTasks ( String p1, AsyncCallback<Integer> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.delete ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deleteInstance ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deleteNote ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deleteTrigger ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deploy ( GUIWorkflow p1, AsyncCallback<GUIWorkflow> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
...
[+] interface ZohoService 3
| Change | Effect |
---|
1 |
Abstract method boolean exportDocuments ( String, List<Long>, List<Long> ) has been added to this interface. |
No effect. |
2 |
Abstract method int importDocuments ( long, List<String>, List<String> ) has been added to this interface. |
No effect. |
3 |
Abstract method List<String> loadSettings ( ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.02%)
ZohoService.checkin ( long p1, String p2, boolean p3 )This abstract method is from 'ZohoService' interface.
ZohoService.delete ( String p1 )This abstract method is from 'ZohoService' interface.
ZohoService.saveSettings ( String p1, String p2 )This abstract method is from 'ZohoService' interface.
ZohoService.upload ( long p1 )This abstract method is from 'ZohoService' interface.
[+] interface ZohoServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void exportDocuments ( String, List<Long>, List<Long>, AsyncCallback<Boolean> ) has been added to this interface. |
No effect. |
2 |
Abstract method void importDocuments ( long, List<String>, List<String>, AsyncCallback<Integer> ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.03%)
ZohoService.Instance.get ( )Return value of this method is of type 'ZohoServiceAsync'.
ZohoServiceAsync.checkin ( long p1, String p2, boolean p3, AsyncCallback<GUIDocument> p4 )This abstract method is from 'ZohoServiceAsync' interface.
ZohoServiceAsync.delete ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'ZohoServiceAsync' interface.
ZohoServiceAsync.loadSettings ( AsyncCallback<String[ ]> p1 )This abstract method is from 'ZohoServiceAsync' interface.
ZohoServiceAsync.saveSettings ( String p1, String p2, AsyncCallback<String> p3 )This abstract method is from 'ZohoServiceAsync' interface.
ZohoServiceAsync.upload ( long p1, AsyncCallback<String> p2 )This abstract method is from 'ZohoServiceAsync' interface.
[+] interface ZonalOCRService 1
| Change | Effect |
---|
1 |
Abstract method void markUnprocessable ( List<Long> ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.03%)
ZonalOCRService.delete ( long p1 )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.getTemplate ( long p1 )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.process ( long p1 )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.rescheduleAll ( )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.save ( GUIOCRTemplate p1 )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.updateZone ( GUIZone p1 )This abstract method is from 'ZonalOCRService' interface.
[+] interface ZonalOCRServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void markUnprocessable ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 7 (0.04%)
ZonalOCRService.Instance.get ( )Return value of this method is of type 'ZonalOCRServiceAsync'.
ZonalOCRServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.getTemplate ( long p1, AsyncCallback<GUIOCRTemplate> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.process ( long p1, AsyncCallback<GUIDocument> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.rescheduleAll ( AsyncCallback<Void> p1 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.save ( GUIOCRTemplate p1, AsyncCallback<GUIOCRTemplate> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.updateZone ( GUIZone p1, AsyncCallback<GUIZone> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
logicaldoc-impex-8.9.0-plugin.jar
package com.logicaldoc.impex.dao
[+] interface ArchiveDAO 1
| Change | Effect |
---|
1 |
Abstract method boolean removeVersions ( long, Set<Long> ) has been added to this interface. |
No effect. |
[+] affected methods: 17 (0.1%)
com.logicaldoc.impex.ArchiveBuilder.getArchiveDao ( )Return value of this method is of type 'ArchiveDAO'.
com.logicaldoc.impex.ArchiveBuilder.setArchiveDao ( ArchiveDAO archiveDao )1st parameter 'archiveDao' of this method is of type 'ArchiveDAO'.
com.logicaldoc.impex.ArchiveImporter.getArchiveDao ( )Return value of this method is of type 'ArchiveDAO'.
com.logicaldoc.impex.ArchiveImporter.setArchiveDao ( ArchiveDAO archiveDao )1st parameter 'archiveDao' of this method is of type 'ArchiveDAO'.
com.logicaldoc.impex.ArchiveManager.setArchiveDao ( ArchiveDAO archiveDao )1st parameter 'archiveDao' of this method is of type 'ArchiveDAO'.
ArchiveDAO.findArchivedIds ( long p1 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByMode ( int p1, Long p2 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByModeAndName ( int p1, String p2, Long p3 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByModeAndStatus ( int p1, int p2, Long p3 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByModeAndStatusAndType ( int p1, int p2, int p3, Long p4 )This abstract method is from 'ArchiveDAO' interface.
...
logicaldoc-importfolder-8.9.0-plugin.jar
package com.logicaldoc.importfolder
[+] class CrawlerHelper 2
| Change | Effect |
---|
1 |
Abstract method void checkinFile ( Object, long, User ) has been added to this class. |
No effect. |
2 |
Abstract method Document importFile ( Object, Folder, User, boolean ) has been added to this class. |
No effect. |
[+] affected methods: 14 (0.1%)
CrawlerHelper.CrawlerHelper ( ImportFolder importFolder, ImportFolderCrawler crawler )This constructor is from 'CrawlerHelper' abstract class.
CrawlerHelper.deleteFile ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getContentFile ( String p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getCreationDate ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getFile ( String p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getInstance ( ImportFolder importFolder, ImportFolderCrawler crawler )This method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getLastModified ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getName ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getPath ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.importDocumentsCount ( )This abstract method is from 'CrawlerHelper' abstract class.
...
logicaldoc-stamp-8.9.0-plugin.jar
package com.logicaldoc.stamp
[+] interface StampDAO 2
| Change | Effect |
---|
1 |
Abstract method boolean isReadEnable ( long, long ) has been added to this interface. |
No effect. |
2 |
Abstract method boolean isWriteEnable ( long, long ) has been added to this interface. |
No effect. |
[+] affected methods: 19 (0.1%)
StampDAO.findByName ( String p1, long p2 )This abstract method is from 'StampDAO' interface.
StampDAO.findByNameAndUser ( String p1, long p2 )This abstract method is from 'StampDAO' interface.
StampDAO.findByUser ( long p1, boolean p2 )This abstract method is from 'StampDAO' interface.
StampManager.StampManager ( )Field 'this.stampDao' in the object of this method is of type 'StampDAO'.
StampManager.applyStamp ( long docId, Stamp stamp, DocumentHistory transaction )Field 'this.stampDao' in the object of this method is of type 'StampDAO'.
StampManager.delete ( long stampId )Field 'this.stampDao' in the object of this method is of type 'StampDAO'.
StampManager.getConverterManager ( )Field 'this.stampDao' in the object of this method is of type 'StampDAO'.
StampManager.getManager ( )Field 'this.stampDao' in the object of this method is of type 'StampDAO'.
StampManager.getStampBytes ( long stampId )Field 'this.stampDao' in the object of this method is of type 'StampDAO'.
StampManager.getStampDao ( )Return value of this method is of type 'StampDAO'.
...
logicaldoc-webservice-8.9.0-plugin.jar
package com.logicaldoc.webservice.model
[+] class WSAttribute 1
| Change | Effect |
---|
1 |
Field TYPE_DOCUMENT has been added to this class. |
No effect. |
[+] affected methods: 51 (0.3%)
WSAttribute.WSAttribute ( )This constructor is from 'WSAttribute' class.
WSAttribute.getDateValue ( )This method is from 'WSAttribute' class.
WSAttribute.getDependsOn ( )This method is from 'WSAttribute' class.
WSAttribute.getDoubleValue ( )This method is from 'WSAttribute' class.
WSAttribute.getEditor ( )This method is from 'WSAttribute' class.
WSAttribute.getHidden ( )This method is from 'WSAttribute' class.
WSAttribute.getInitialization ( )This method is from 'WSAttribute' class.
WSAttribute.getIntValue ( )This method is from 'WSAttribute' class.
WSAttribute.getLabel ( )This method is from 'WSAttribute' class.
WSAttribute.getMandatory ( )This method is from 'WSAttribute' class.
...
logicaldoc-webservice-8.9.0-plugin.jar
package com.logicaldoc.webservice.rest
[+] interface DocumentService 7
| Change | Effect |
---|
1 |
Abstract method WSDocument copy ( long, long, boolean, boolean, boolean ) has been added to this interface. |
No effect. |
2 |
Abstract method WSAccessControlEntry[ ] getAccessControlList ( long ) has been added to this interface. |
No effect. |
3 |
Abstract method boolean isDownload ( long ) has been added to this interface. |
No effect. |
4 |
Abstract method boolean isGranted ( long, String ) has been added to this interface. |
No effect. |
5 |
Abstract method boolean isRead ( long ) has been added to this interface. |
No effect. |
6 |
Abstract method boolean isWrite ( long ) has been added to this interface. |
No effect. |
7 |
Abstract method void setAccessControlList ( long, WSAccessControlEntry[ ] ) has been added to this interface. |
No effect. |
[+] affected methods: 47 (0.2%)
DocumentService.addNote ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.checkin ( String p1, String p2, String p3, String p4, Attachment p5 )This abstract method is from 'DocumentService' interface.
DocumentService.checkout ( long p1 )This abstract method is from 'DocumentService' interface.
DocumentService.create ( WSDocument p1, Attachment p2 )This abstract method is from 'DocumentService' interface.
DocumentService.createAlias ( long p1, long p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createDownloadTicket ( long p1, String p2, Integer p3, String p4, Integer p5 )This abstract method is from 'DocumentService' interface.
DocumentService.createPdf ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.createThumbnail ( long p1, String p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createViewTicket ( long p1, String p2, Integer p3, String p4, Integer p5, Integer p6 )This abstract method is from 'DocumentService' interface.
DocumentService.delete ( long p1 )This abstract method is from 'DocumentService' interface.
...
[+] interface FolderService 3
| Change | Effect |
---|
1 |
Abstract method WSAccessControlEntry[ ] getAccessControlList ( long ) has been added to this interface. |
No effect. |
2 |
Abstract method boolean isGranted ( long, String ) has been added to this interface. |
No effect. |
3 |
Abstract method void setAccessControlList ( long, WSAccessControlEntry[ ] ) has been added to this interface. |
No effect. |
[+] affected methods: 22 (0.1%)
FolderService.copy ( long p1, long p2, int p3, String p4 )This abstract method is from 'FolderService' interface.
FolderService.create ( WSFolder p1 )This abstract method is from 'FolderService' interface.
FolderService.createAlias ( long p1, long p2 )This abstract method is from 'FolderService' interface.
FolderService.createFolder ( long p1, String p2 )This abstract method is from 'FolderService' interface.
FolderService.createPath ( long p1, String p2 )This abstract method is from 'FolderService' interface.
FolderService.createSimple ( String p1 )This abstract method is from 'FolderService' interface.
FolderService.createSimpleForm ( String p1 )This abstract method is from 'FolderService' interface.
FolderService.createSimpleJSON ( String p1 )This abstract method is from 'FolderService' interface.
FolderService.delete ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.findByPath ( String p1 )This abstract method is from 'FolderService' interface.
...
logicaldoc-webservice-8.9.0-plugin.jar
package com.logicaldoc.webservice.soap
[+] interface DocumentMetadataService 4
| Change | Effect |
---|
1 |
Abstract method WSAccessControlEntry[ ] getAccessControlList ( String, long ) has been added to this interface. |
No effect. |
2 |
Abstract method boolean isReadable ( String, long ) has been added to this interface. |
No effect. |
3 |
Abstract method boolean isWritable ( String, long ) has been added to this interface. |
No effect. |
4 |
Abstract method void setAccessControlList ( String, long, WSAccessControlEntry[ ] ) has been added to this interface. |
No effect. |
[+] affected methods: 14 (0.1%)
DocumentMetadataService.addAttributeOption ( String p1, long p2, String p3, WSAttributeOption p4 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.deleteAttributeSet ( String p1, long p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.deleteTemplate ( String p1, long p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getAttributeOptions ( String p1, long p2, String p3 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getAttributeOptionsByCategory ( String p1, long p2, String p3, String p4 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getAttributeSet ( String p1, String p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getAttributeSetById ( String p1, long p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getTemplate ( String p1, String p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getTemplateById ( String p1, long p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.listAttributeSets ( String p1 )This abstract method is from 'DocumentMetadataService' interface.
...
[+] interface DocumentService 7
| Change | Effect |
---|
1 |
Abstract method WSDocument copy ( String, long, long, boolean, boolean, boolean ) has been added to this interface. |
No effect. |
2 |
Abstract method WSAccessControlEntry[ ] getAccessControlList ( String, long ) has been added to this interface. |
No effect. |
3 |
Abstract method boolean isDownload ( String, long ) has been added to this interface. |
No effect. |
4 |
Abstract method boolean isGranted ( String, long, String ) has been added to this interface. |
No effect. |
5 |
Abstract method boolean isRead ( String, long ) has been added to this interface. |
No effect. |
6 |
Abstract method boolean isWrite ( String, long ) has been added to this interface. |
No effect. |
7 |
Abstract method void setAccessControlList ( String, long, WSAccessControlEntry[ ] ) has been added to this interface. |
No effect. |
[+] affected methods: 47 (0.2%)
DocumentService.addNote ( String p1, long p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.checkin ( String p1, long p2, String p3, String p4, boolean p5, DataHandler p6 )This abstract method is from 'DocumentService' interface.
DocumentService.checkinDocument ( String p1, long p2, String p3, String p4, boolean p5, WSDocument p6, DataHandler p7 )This abstract method is from 'DocumentService' interface.
DocumentService.checkout ( String p1, long p2 )This abstract method is from 'DocumentService' interface.
DocumentService.create ( String p1, WSDocument p2, DataHandler p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createAlias ( String p1, long p2, long p3, String p4 )This abstract method is from 'DocumentService' interface.
DocumentService.createDownloadTicket ( String p1, long p2, String p3, Integer p4, String p5, Integer p6 )This abstract method is from 'DocumentService' interface.
DocumentService.createPdf ( String p1, long p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createThumbnail ( String p1, long p2, String p3, String p4 )This abstract method is from 'DocumentService' interface.
DocumentService.createViewTicket ( String p1, long p2, String p3, Integer p4, String p5, Integer p6, Integer p7 )This abstract method is from 'DocumentService' interface.
...
[+] interface FolderService 3
| Change | Effect |
---|
1 |
Abstract method WSAccessControlEntry[ ] getAccessControlList ( String, long ) has been added to this interface. |
No effect. |
2 |
Abstract method boolean isGranted ( String, long, String ) has been added to this interface. |
No effect. |
3 |
Abstract method void setAccessControlList ( String, long, WSAccessControlEntry[ ] ) has been added to this interface. |
No effect. |
[+] affected methods: 19 (0.1%)
FolderService.copy ( String p1, long p2, long p3, int p4, String p5 )This abstract method is from 'FolderService' interface.
FolderService.create ( String p1, WSFolder p2 )This abstract method is from 'FolderService' interface.
FolderService.createAlias ( String p1, long p2, long p3 )This abstract method is from 'FolderService' interface.
FolderService.createFolder ( String p1, long p2, String p3 )This abstract method is from 'FolderService' interface.
FolderService.createPath ( String p1, long p2, String p3 )This abstract method is from 'FolderService' interface.
FolderService.delete ( String p1, long p2 )This abstract method is from 'FolderService' interface.
FolderService.findByPath ( String p1, String p2 )This abstract method is from 'FolderService' interface.
FolderService.getDefaultWorkspace ( String p1 )This abstract method is from 'FolderService' interface.
FolderService.getFolder ( String p1, long p2 )This abstract method is from 'FolderService' interface.
FolderService.getPath ( String p1, long p2 )This abstract method is from 'FolderService' interface.
...
logicaldoc-webservice-8.9.0-plugin.jar
package com.logicaldoc.webservice.soap.endpoint
[+] class SoapDocumentMetadataService 1
| Change | Effect |
---|
1 |
Field log has been added to this class. |
No effect. |
[+] affected methods: 15 (0.1%)
SoapDocumentMetadataService.SoapDocumentMetadataService ( )This constructor is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.addAttributeOption ( String sid, long setId, String attribute, WSAttributeOption wsoption )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.deleteAttributeSet ( String sid, long setId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.deleteTemplate ( String sid, long templateId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeOptions ( String sid, long setId, String attribute )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeOptionsByCategory ( String sid, long setId, String attribute, String category )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeSet ( String sid, String name )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeSetById ( String sid, long setId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getTemplate ( String sid, String name )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getTemplateById ( String sid, long templateId )This method is from 'SoapDocumentMetadataService' class.
...
logicaldoc-workflow-8.9.0-plugin.jar
package com.logicaldoc.workflow.template
[+] interface WorkflowTemplateDAO 2
| Change | Effect |
---|
1 |
Abstract method boolean isReadEnabled ( long, long ) has been added to this interface. |
No effect. |
2 |
Abstract method boolean isWriteEnabled ( long, long ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.1%)
WorkflowTemplateDAO.createFromFile ( File p1 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.deploy ( WorkflowTemplate p1 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findAll ( long p1, Long p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findAllByName ( long p1, String p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findAllDeployed ( Long p1, Long p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findByName ( long p1, String p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findByNameAndVersion ( long p1, String p2, int p3 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findLastDeployed ( long p1, String p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.getEnabledPermissions ( long p1, long p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.storeNewVersion ( WorkflowTemplate p1 )This abstract method is from 'WorkflowTemplateDAO' interface.
...
to the top
Java Archives 46
logicaldoc-android-8.9.0-plugin.jar
logicaldoc-audit-8.9.0-plugin.jar
logicaldoc-barcode-8.9.0-plugin.jar
logicaldoc-calendar-8.9.0-plugin.jar
logicaldoc-chat-8.9.0-plugin.jar
logicaldoc-cmis-8.9.0-plugin.jar
logicaldoc-comparison-8.9.0-plugin.jar
logicaldoc-conversion-8.9.0-plugin.jar
logicaldoc-core-8.9.0-plugin.jar
logicaldoc-docusign-8.9.0-plugin.jar
logicaldoc-dropbox-8.9.0-plugin.jar
logicaldoc-email-8.9.0-plugin.jar
logicaldoc-enterprise-automation-8.9.0-plugin.jar
logicaldoc-enterprise-core-8.9.0-plugin.jar
logicaldoc-enterprise-gui-8.9.0-plugin.jar
logicaldoc-enterprise-storer-8.9.0-plugin.jar
logicaldoc-form-8.9.0-plugin.jar
logicaldoc-ftp-8.9.0-plugin.jar
logicaldoc-gdrive-8.9.0-plugin.jar
logicaldoc-gui-8.9.0-plugin.jar
logicaldoc-i18n-8.9.0.jar
logicaldoc-impex-8.9.0-plugin.jar
logicaldoc-importfolder-8.9.0-plugin.jar
logicaldoc-ios-8.9.0-plugin.jar
logicaldoc-ldap-8.9.0-plugin.jar
logicaldoc-notifier-8.9.0-plugin.jar
logicaldoc-ocr-8.9.0-plugin.jar
logicaldoc-parser-8.9.0-plugin.jar
logicaldoc-report-8.9.0-plugin.jar
logicaldoc-retention-8.9.0-plugin.jar
logicaldoc-saml-8.9.0-plugin.jar
logicaldoc-scheme-8.9.0-plugin.jar
logicaldoc-sharefile-8.9.0-plugin.jar
logicaldoc-sign-8.9.0-plugin.jar
logicaldoc-split-8.9.0-plugin.jar
logicaldoc-stamp-8.9.0-plugin.jar
logicaldoc-syndication-8.9.0-plugin.jar
logicaldoc-util-8.9.0.jar
logicaldoc-via-8.9.0-plugin.jar
logicaldoc-webcontent-8.9.0-plugin.jar
logicaldoc-webdav-8.9.0-plugin.jar
logicaldoc-webdavb-8.9.0-plugin.jar
logicaldoc-webservice-8.9.0-plugin.jar
logicaldoc-workflow-8.9.0-plugin.jar
logicaldoc-zoho-8.9.0-plugin.jar
logicaldoc-zonalocr-8.9.0-plugin.jar
to the top
Test Info
Library Name | LogicalDOC_JAVA |
Version #1 | 8.9.0 |
Version #2 | 8.9.1 |
Subject | Source Compatibility |
Test Results
Total Java Modules | 46 |
Total Methods / Classes | 19556 / 2194 |
Compatibility |
82.2% |
Problem Summary
| Severity | Count |
Added Methods | - | 1870 |
Removed Methods | High | 1728 |
Problems with Data Types | High | 669 |
Medium | 0 |
Low | 6 |
Problems with Methods | High | 1 |
Medium | 563 |
Low | 0 |
Other Changes in Data Types | - | 13 |
Added Methods 1870
logicaldoc-audit-8.9.1-plugin.jar,
Audit.class
package com.logicaldoc.audit
Audit.getDocumentHistoryDao ( ) : DocumentHistoryDAO
com/logicaldoc/audit/Audit.getDocumentHistoryDao:()Lcom/logicaldoc/core/document/DocumentHistoryDAO;
Audit.getUserHistoryDao ( ) : UserHistoryDAO
com/logicaldoc/audit/Audit.getUserHistoryDao:()Lcom/logicaldoc/core/security/user/UserHistoryDAO;
Audit.setDocumentHistoryDao ( DocumentHistoryDAO documentHistoryDao ) : void
com/logicaldoc/audit/Audit.setDocumentHistoryDao:(Lcom/logicaldoc/core/document/DocumentHistoryDAO;)V
Audit.setUserHistoryDao ( UserHistoryDAO userHistoryDao ) : void
com/logicaldoc/audit/Audit.setUserHistoryDao:(Lcom/logicaldoc/core/security/user/UserHistoryDAO;)V
logicaldoc-audit-8.9.1-plugin.jar,
AuditServiceImpl.class
package com.logicaldoc.audit
AuditServiceImpl.deleteSubscriptions ( List<Long> ids ) : void
com/logicaldoc/audit/AuditServiceImpl.deleteSubscriptions:(Ljava/util/List;)V
AuditServiceImpl.subscribeDocuments ( List<Long> docIds, List<String> events, Long userId, Long groupId ) : void
com/logicaldoc/audit/AuditServiceImpl.subscribeDocuments:(Ljava/util/List;Ljava/util/List;Ljava/lang/Long;Ljava/lang/Long;)V
AuditServiceImpl.subscribeFolder ( long folderId, boolean currentOnly, List<String> events, Long userId, Long groupId ) : void
com/logicaldoc/audit/AuditServiceImpl.subscribeFolder:(JZLjava/util/List;Ljava/lang/Long;Ljava/lang/Long;)V
AuditServiceImpl.update ( List<Long> ids, boolean currentOnly, List<String> events ) : void
com/logicaldoc/audit/AuditServiceImpl.update:(Ljava/util/List;ZLjava/util/List;)V
logicaldoc-audit-8.9.1-plugin.jar,
AuditUser.class
package com.logicaldoc.audit
AuditUser.afterStore ( User user, UserHistory transaction, Map<String,Object> dictionary ) : void
com/logicaldoc/audit/AuditUser.afterStore:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;Ljava/util/Map;)V
AuditUser.beforeStore ( User user, UserHistory transaction, Map<String,Object> dictionary ) : void
com/logicaldoc/audit/AuditUser.beforeStore:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;Ljava/util/Map;)V
logicaldoc-audit-8.9.1-plugin.jar,
SoapAuditClient.class
package com.logicaldoc.audit.webservice.soap.client
SoapAuditClient.SoapAuditClient ( String endpoint, int gzipThreshold, boolean log, int timeout )
com/logicaldoc/audit/webservice/soap/client/SoapAuditClient."<init>":(Ljava/lang/String;IZI)V
SoapAuditClient.SoapAuditClient ( String endpoint, int timeout )
com/logicaldoc/audit/webservice/soap/client/SoapAuditClient."<init>":(Ljava/lang/String;I)V
logicaldoc-barcode-8.9.1-plugin.jar,
BarcodeManager.class
package com.logicaldoc.barcode
BarcodeManager.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/barcode/BarcodeManager.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-barcode-8.9.1-plugin.jar,
BarcodeProcessor.class
package com.logicaldoc.barcode
BarcodeProcessor.processDocument ( Document document, User user ) : void
com/logicaldoc/barcode/BarcodeProcessor.processDocument:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-barcode-8.9.1-plugin.jar,
BarcodeServiceImpl.class
package com.logicaldoc.barcode
BarcodeServiceImpl.markUnprocessable ( List<Long> docIds ) : void
com/logicaldoc/barcode/BarcodeServiceImpl.markUnprocessable:(Ljava/util/List;)V
logicaldoc-calendar-8.9.1-plugin.jar,
CalendarServiceImpl.class
package com.logicaldoc.calendar
CalendarServiceImpl.find ( GUICalendarEventSearchCriteria parameters ) : List<GUICalendarEvent>
com/logicaldoc/calendar/CalendarServiceImpl.find:(Lcom/logicaldoc/gui/common/client/beans/GUICalendarEventSearchCriteria;)Ljava/util/List;
logicaldoc-chat-8.9.1-plugin.jar,
ChatServiceImpl.class
package com.logicaldoc.chat
ChatServiceImpl.invite ( List<String> users, String invitation ) : void
com/logicaldoc/chat/ChatServiceImpl.invite:(Ljava/util/List;Ljava/lang/String;)V
logicaldoc-cmis-8.9.1-plugin.jar,
LDRepository.class
package com.logicaldoc.cmis
LDRepository.setHistoryDao ( DocumentHistoryDAO historyDao ) : void
com/logicaldoc/cmis/LDRepository.setHistoryDao:(Lcom/logicaldoc/core/document/DocumentHistoryDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
AbstractAttributeSet.class
package com.logicaldoc.core.metadata
AbstractAttributeSet.equals ( Object obj ) : boolean
com/logicaldoc/core/metadata/AbstractAttributeSet.equals:(Ljava/lang/Object;)Z
AbstractAttributeSet.hashCode ( ) : int
com/logicaldoc/core/metadata/AbstractAttributeSet.hashCode:()I
logicaldoc-core-8.9.1-plugin.jar,
AbstractAuthenticator.class
package com.logicaldoc.core.security.authentication
AbstractAuthenticator.authenticate ( String username, String password, String key ) : User
com/logicaldoc/core/security/authentication/AbstractAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
AbstractAuthenticator.authenticate ( String username, String password, String key, Client client ) : User
com/logicaldoc/core/security/authentication/AbstractAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-core-8.9.1-plugin.jar,
AbstractDocument.class
package com.logicaldoc.core.document
AbstractDocument.getDocAttrs ( ) : int
com/logicaldoc/core/document/AbstractDocument.getDocAttrs:()I
AbstractDocument.setDocAttrs ( int docAttrs ) : void
com/logicaldoc/core/document/AbstractDocument.setDocAttrs:(I)V
logicaldoc-core-8.9.1-plugin.jar,
AbstractDocumentProcessor.class
package com.logicaldoc.core.task
AbstractDocumentProcessor.processDocument ( Document p1, User p2 ) [abstract] : void
com/logicaldoc/core/task/AbstractDocumentProcessor.processDocument:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/user/User;)V
AbstractDocumentProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/task/AbstractDocumentProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
AccessControlEntry.class
package com.logicaldoc.core.security
AccessControlEntry.AccessControlEntry ( )
com/logicaldoc/core/security/AccessControlEntry."<init>":()V
AccessControlEntry.AccessControlEntry ( AccessControlEntry source )
com/logicaldoc/core/security/AccessControlEntry."<init>":(Lcom/logicaldoc/core/security/AccessControlEntry;)V
AccessControlEntry.AccessControlEntry ( long groupId )
com/logicaldoc/core/security/AccessControlEntry."<init>":(J)V
AccessControlEntry.equals ( Object obj ) : boolean
com/logicaldoc/core/security/AccessControlEntry.equals:(Ljava/lang/Object;)Z
AccessControlEntry.getAdd ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getAdd:()I
AccessControlEntry.getArchive ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getArchive:()I
AccessControlEntry.getAutomation ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getAutomation:()I
AccessControlEntry.getCalendar ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getCalendar:()I
AccessControlEntry.getDelete ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getDelete:()I
AccessControlEntry.getDownload ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getDownload:()I
AccessControlEntry.getEmail ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getEmail:()I
AccessControlEntry.getExport ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getExport:()I
AccessControlEntry.getGroupId ( ) : long
com/logicaldoc/core/security/AccessControlEntry.getGroupId:()J
AccessControlEntry.getImmutable ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getImmutable:()I
AccessControlEntry.getImport ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getImport:()I
AccessControlEntry.getMove ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getMove:()I
AccessControlEntry.getPassword ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getPassword:()I
AccessControlEntry.getPrint ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getPrint:()I
AccessControlEntry.getRead ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getRead:()I
AccessControlEntry.getReadingreq ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getReadingreq:()I
AccessControlEntry.getRename ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getRename:()I
AccessControlEntry.getSecurity ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getSecurity:()I
AccessControlEntry.getSign ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getSign:()I
AccessControlEntry.getStorage ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getStorage:()I
AccessControlEntry.getSubscription ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getSubscription:()I
AccessControlEntry.getWorkflow ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getWorkflow:()I
AccessControlEntry.getWrite ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getWrite:()I
AccessControlEntry.grantedPermissions ( ) : Set<Permission>
com/logicaldoc/core/security/AccessControlEntry.grantedPermissions:()Ljava/util/Set;
AccessControlEntry.grantPermissions ( Set<Permission> permissions ) : void
com/logicaldoc/core/security/AccessControlEntry.grantPermissions:(Ljava/util/Set;)V
AccessControlEntry.hashCode ( ) : int
com/logicaldoc/core/security/AccessControlEntry.hashCode:()I
AccessControlEntry.setAdd ( int add ) : void
com/logicaldoc/core/security/AccessControlEntry.setAdd:(I)V
AccessControlEntry.setArchive ( int archive ) : void
com/logicaldoc/core/security/AccessControlEntry.setArchive:(I)V
AccessControlEntry.setAutomation ( int automation ) : void
com/logicaldoc/core/security/AccessControlEntry.setAutomation:(I)V
AccessControlEntry.setCalendar ( int calendar ) : void
com/logicaldoc/core/security/AccessControlEntry.setCalendar:(I)V
AccessControlEntry.setDelete ( int delete ) : void
com/logicaldoc/core/security/AccessControlEntry.setDelete:(I)V
AccessControlEntry.setDownload ( int download ) : void
com/logicaldoc/core/security/AccessControlEntry.setDownload:(I)V
AccessControlEntry.setEmail ( int email ) : void
com/logicaldoc/core/security/AccessControlEntry.setEmail:(I)V
AccessControlEntry.setExport ( int export ) : void
com/logicaldoc/core/security/AccessControlEntry.setExport:(I)V
AccessControlEntry.setGroupId ( long groupId ) : void
com/logicaldoc/core/security/AccessControlEntry.setGroupId:(J)V
AccessControlEntry.setImmutable ( int immutable ) : void
com/logicaldoc/core/security/AccessControlEntry.setImmutable:(I)V
AccessControlEntry.setImport ( int iimport ) : void
com/logicaldoc/core/security/AccessControlEntry.setImport:(I)V
AccessControlEntry.setMove ( int move ) : void
com/logicaldoc/core/security/AccessControlEntry.setMove:(I)V
AccessControlEntry.setPassword ( int password ) : void
com/logicaldoc/core/security/AccessControlEntry.setPassword:(I)V
AccessControlEntry.setPrint ( int print ) : void
com/logicaldoc/core/security/AccessControlEntry.setPrint:(I)V
AccessControlEntry.setRead ( int read ) : void
com/logicaldoc/core/security/AccessControlEntry.setRead:(I)V
AccessControlEntry.setReadingreq ( int readingreq ) : void
com/logicaldoc/core/security/AccessControlEntry.setReadingreq:(I)V
AccessControlEntry.setRename ( int rename ) : void
com/logicaldoc/core/security/AccessControlEntry.setRename:(I)V
AccessControlEntry.setSecurity ( int security ) : void
com/logicaldoc/core/security/AccessControlEntry.setSecurity:(I)V
AccessControlEntry.setSign ( int sign ) : void
com/logicaldoc/core/security/AccessControlEntry.setSign:(I)V
AccessControlEntry.setStorage ( int storage ) : void
com/logicaldoc/core/security/AccessControlEntry.setStorage:(I)V
AccessControlEntry.setSubscription ( int subscription ) : void
com/logicaldoc/core/security/AccessControlEntry.setSubscription:(I)V
AccessControlEntry.setWorkflow ( int workflow ) : void
com/logicaldoc/core/security/AccessControlEntry.setWorkflow:(I)V
AccessControlEntry.setWrite ( int write ) : void
com/logicaldoc/core/security/AccessControlEntry.setWrite:(I)V
logicaldoc-core-8.9.1-plugin.jar,
AccessControlUtil.class
package com.logicaldoc.core.security
AccessControlUtil.removeForbiddenPermissionsForGuests ( Securable securable ) [static] : void
com/logicaldoc/core/security/AccessControlUtil.removeForbiddenPermissionsForGuests:(Lcom/logicaldoc/core/security/Securable;)V
logicaldoc-core-8.9.1-plugin.jar,
Attribute.class
package com.logicaldoc.core.metadata
Attribute.getDisplayValue ( ) : Object
com/logicaldoc/core/metadata/Attribute.getDisplayValue:()Ljava/lang/Object;
logicaldoc-core-8.9.1-plugin.jar,
AttributeOptionDAO.class
package com.logicaldoc.core.metadata
AttributeOptionDAO.deleteBySetIdAndAttribute ( long p1, String p2 ) [abstract] : void
com/logicaldoc/core/metadata/AttributeOptionDAO.deleteBySetIdAndAttribute:(JLjava/lang/String;)V
logicaldoc-core-8.9.1-plugin.jar,
Authenticator.class
package com.logicaldoc.core.security.authentication
Authenticator.authenticate ( String p1, String p2 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
Authenticator.authenticate ( String p1, String p2, String p3 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
Authenticator.authenticate ( String p1, String p2, String p3, Client p4 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/User;
Authenticator.pickUser ( String p1 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-core-8.9.1-plugin.jar,
BookmarkDAO.class
package com.logicaldoc.core.document
BookmarkDAO.findBookmarkedDocs ( long p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/BookmarkDAO.findBookmarkedDocs:(J)Ljava/util/List;
BookmarkDAO.findByUserId ( long p1 ) [abstract] : List<Bookmark>
com/logicaldoc/core/document/BookmarkDAO.findByUserId:(J)Ljava/util/List;
BookmarkDAO.findByUserIdAndDocId ( long p1, long p2 ) [abstract] : Bookmark
com/logicaldoc/core/document/BookmarkDAO.findByUserIdAndDocId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
BookmarkDAO.findByUserIdAndFolderId ( long p1, long p2 ) [abstract] : Bookmark
com/logicaldoc/core/document/BookmarkDAO.findByUserIdAndFolderId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
BookmarkDAO.isDocBookmarkedByUser ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/BookmarkDAO.isDocBookmarkedByUser:(JJ)Z
logicaldoc-core-8.9.1-plugin.jar,
DefaultAuthenticator.class
package com.logicaldoc.core.security.authentication
DefaultAuthenticator.authenticate ( String username, String password ) : User
com/logicaldoc/core/security/authentication/DefaultAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
DefaultAuthenticator.authenticate ( String username, String password, String key, Client client ) : User
com/logicaldoc/core/security/authentication/DefaultAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/User;
DefaultAuthenticator.pickUser ( String username ) : User
com/logicaldoc/core/security/authentication/DefaultAuthenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
DefaultAuthenticator.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/authentication/DefaultAuthenticator.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
DefaultAuthenticator.validateUser ( User user ) : void
com/logicaldoc/core/security/authentication/DefaultAuthenticator.validateUser:(Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-core-8.9.1-plugin.jar,
DeviceDAO.class
package com.logicaldoc.core.security
DeviceDAO.cleanOldDevices ( int p1 ) [abstract] : void
com/logicaldoc/core/security/DeviceDAO.cleanOldDevices:(I)V
DeviceDAO.findByDevice ( Device p1 ) [abstract] : Device
com/logicaldoc/core/security/DeviceDAO.findByDevice:(Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
DeviceDAO.findByDeviceId ( String p1 ) [abstract] : Device
com/logicaldoc/core/security/DeviceDAO.findByDeviceId:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Device;
DeviceDAO.findByUserId ( long p1 ) [abstract] : List<Device>
com/logicaldoc/core/security/DeviceDAO.findByUserId:(J)Ljava/util/List;
DeviceDAO.findTrustedDevices ( long p1 ) [abstract] : List<Device>
com/logicaldoc/core/security/DeviceDAO.findTrustedDevices:(J)Ljava/util/List;
DeviceDAO.isTrustedDevice ( String p1, HttpServletRequest p2 ) [abstract] : boolean
com/logicaldoc/core/security/DeviceDAO.isTrustedDevice:(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;)Z
DeviceDAO.trustDevice ( User p1, Device p2 ) [abstract] : Device
com/logicaldoc/core/security/DeviceDAO.trustDevice:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
logicaldoc-core-8.9.1-plugin.jar,
DigestProcessor.class
package com.logicaldoc.core.document
DigestProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/document/DigestProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
DocTool.class
package com.logicaldoc.core.automation
DocTool.copy ( Document doc, String targetPath, boolean links, boolean notes, boolean security, String username ) : Document
com/logicaldoc/core/automation/DocTool.copy:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;ZZZLjava/lang/String;)Lcom/logicaldoc/core/document/Document;
logicaldoc-core-8.9.1-plugin.jar,
DocumentDAO.class
package com.logicaldoc.core.document
DocumentDAO.applyParentFolderSecurity ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.applyParentFolderSecurity:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.archive ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.archive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.cleanExpiredTransactions ( ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.cleanExpiredTransactions:()V
DocumentDAO.cleanUnexistingUniqueTags ( ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.cleanUnexistingUniqueTags:()V
DocumentDAO.cleanUnexistingUniqueTagsOneByOne ( ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.cleanUnexistingUniqueTagsOneByOne:()V
DocumentDAO.computeTotalSize ( Long p1, Long p2, boolean p3 ) [abstract] : long
com/logicaldoc/core/document/DocumentDAO.computeTotalSize:(Ljava/lang/Long;Ljava/lang/Long;Z)J
DocumentDAO.count ( Long p1, boolean p2, boolean p3 ) [abstract] : long
com/logicaldoc/core/document/DocumentDAO.count:(Ljava/lang/Long;ZZ)J
DocumentDAO.countByIndexed ( int p1 ) [abstract] : long
com/logicaldoc/core/document/DocumentDAO.countByIndexed:(I)J
DocumentDAO.delete ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.delete:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.delete ( long p1, int p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.delete:(JILcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.deleteAll ( Collection<Document> p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.deleteAll:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.deleteAll ( Collection<Document> p1, int p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.deleteAll:(Ljava/util/Collection;ILcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.deleteOrphaned ( long p1 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.deleteOrphaned:(J)V
DocumentDAO.findAliasIds ( long p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/DocumentDAO.findAliasIds:(J)Ljava/util/List;
DocumentDAO.findAllTags ( String p1, Long p2 ) [abstract] : List<String>
com/logicaldoc/core/document/DocumentDAO.findAllTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/List;
DocumentDAO.findArchivedByFolder ( long p1 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findArchivedByFolder:(J)Ljava/util/List;
DocumentDAO.findByCustomId ( String p1, long p2 ) [abstract] : Document
com/logicaldoc/core/document/DocumentDAO.findByCustomId:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
DocumentDAO.findByFileNameAndParentFolderId ( Long p1, String p2, Long p3, Long p4, Integer p5 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findByFileNameAndParentFolderId:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByFolder ( long p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findByFolder:(JLjava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByIds ( Set<Long> p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findByIds:(Ljava/util/Set;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByIndexed ( int p1 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findByIndexed:(I)Ljava/util/List;
DocumentDAO.findByLockUserAndStatus ( Long p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findByLockUserAndStatus:(Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByPath ( String p1, long p2 ) [abstract] : Document
com/logicaldoc/core/document/DocumentDAO.findByPath:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
DocumentDAO.findByUserId ( long p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/DocumentDAO.findByUserId:(J)Ljava/util/List;
DocumentDAO.findByUserIdAndTag ( long p1, String p2, Integer p3 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findByUserIdAndTag:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findDeleted ( long p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findDeleted:(JLjava/lang/Integer;)Ljava/util/List;
DocumentDAO.findDeletedDocIds ( ) [abstract] : List<Long>
com/logicaldoc/core/document/DocumentDAO.findDeletedDocIds:()Ljava/util/List;
DocumentDAO.findDeletedDocs ( ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findDeletedDocs:()Ljava/util/List;
DocumentDAO.findDocIdByFolder ( long p1, Integer p2 ) [abstract] : List<Long>
com/logicaldoc/core/document/DocumentDAO.findDocIdByFolder:(JLjava/lang/Integer;)Ljava/util/List;
DocumentDAO.findDocIdByTag ( String p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/DocumentDAO.findDocIdByTag:(Ljava/lang/String;)Ljava/util/List;
DocumentDAO.findDocIdByUserIdAndTag ( long p1, String p2 ) [abstract] : List<Long>
com/logicaldoc/core/document/DocumentDAO.findDocIdByUserIdAndTag:(JLjava/lang/String;)Ljava/util/List;
DocumentDAO.findDocument ( long p1 ) [abstract] : Document
com/logicaldoc/core/document/DocumentDAO.findDocument:(J)Lcom/logicaldoc/core/document/Document;
DocumentDAO.findDuplicatedDigests ( Long p1, Long p2 ) [abstract] : List<String>
com/logicaldoc/core/document/DocumentDAO.findDuplicatedDigests:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
DocumentDAO.findLastDownloadsByUserId ( long p1, int p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findLastDownloadsByUserId:(JI)Ljava/util/List;
DocumentDAO.findLastModifiedByUserId ( long p1, int p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findLastModifiedByUserId:(JI)Ljava/util/List;
DocumentDAO.findLinkedDocuments ( long p1, String p2, Integer p3 ) [abstract] : List<Document>
com/logicaldoc/core/document/DocumentDAO.findLinkedDocuments:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findPublishedIds ( Collection<Long> p1 ) [abstract] : Collection<Long>
com/logicaldoc/core/document/DocumentDAO.findPublishedIds:(Ljava/util/Collection;)Ljava/util/Collection;
DocumentDAO.findTags ( long p1 ) [abstract] : List<String>
com/logicaldoc/core/document/DocumentDAO.findTags:(J)Ljava/util/List;
DocumentDAO.findTags ( String p1, Long p2 ) [abstract] : Map<String,Long>
com/logicaldoc/core/document/DocumentDAO.findTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/Map;
DocumentDAO.getEnabledPermissions ( long p1, long p2 ) [abstract] : Set<Permission>
com/logicaldoc/core/document/DocumentDAO.getEnabledPermissions:(JJ)Ljava/util/Set;
DocumentDAO.getTagCloud ( long p1, int p2 ) [abstract] : List<TagCloud>
com/logicaldoc/core/document/DocumentDAO.getTagCloud:(JI)Ljava/util/List;
DocumentDAO.getTagCloud ( String p1 ) [abstract] : List<TagCloud>
com/logicaldoc/core/document/DocumentDAO.getTagCloud:(Ljava/lang/String;)Ljava/util/List;
DocumentDAO.getWorkspace ( long p1 ) [abstract] : Folder
com/logicaldoc/core/document/DocumentDAO.getWorkspace:(J)Lcom/logicaldoc/core/folder/Folder;
DocumentDAO.initialize ( Document p1 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.initialize:(Lcom/logicaldoc/core/document/Document;)V
DocumentDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/document/DocumentDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
DocumentDAO.insertNewUniqueTags ( ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.insertNewUniqueTags:()V
DocumentDAO.isDownloadEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/DocumentDAO.isDownloadEnabled:(JJ)Z
DocumentDAO.isMoveEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/DocumentDAO.isMoveEnabled:(JJ)Z
DocumentDAO.isPermissionEnabled ( Permission p1, long p2, long p3 ) [abstract] : boolean
com/logicaldoc/core/document/DocumentDAO.isPermissionEnabled:(Lcom/logicaldoc/core/security/Permission;JJ)Z
DocumentDAO.isPrintEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/DocumentDAO.isPrintEnabled:(JJ)Z
DocumentDAO.isReadEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/DocumentDAO.isReadEnabled:(JJ)Z
DocumentDAO.isWriteEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/DocumentDAO.isWriteEnabled:(JJ)Z
DocumentDAO.makeImmutable ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.makeImmutable:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.restore ( long p1, long p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.restore:(JJLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.saveDocumentHistory ( Document p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.saveDocumentHistory:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.setPassword ( long p1, String p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.setPassword:(JLjava/lang/String;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.store ( Document p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.store:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.unarchive ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.unarchive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.unsetPassword ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.unsetPassword:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.updateCountUniqueTags ( ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.updateCountUniqueTags:()V
DocumentDAO.updateDigest ( Document p1 ) [abstract] : void
com/logicaldoc/core/document/DocumentDAO.updateDigest:(Lcom/logicaldoc/core/document/Document;)V
logicaldoc-core-8.9.1-plugin.jar,
DocumentEvent.class
package com.logicaldoc.core.document
DocumentEvent.valuesAsString ( ) [static] : Set<String>
com/logicaldoc/core/document/DocumentEvent.valuesAsString:()Ljava/util/Set;
logicaldoc-core-8.9.1-plugin.jar,
DocumentHistoryDAO.class
package com.logicaldoc.core.document
DocumentHistoryDAO.cleanOldHistories ( int p1 ) [abstract] : void
com/logicaldoc/core/document/DocumentHistoryDAO.cleanOldHistories:(I)V
DocumentHistoryDAO.findByDocId ( long p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findByDocId:(J)Ljava/util/List;
DocumentHistoryDAO.findByDocIdAndEvent ( long p1, String p2 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findByDocIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
DocumentHistoryDAO.findByFolderId ( long p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findByFolderId:(J)Ljava/util/List;
DocumentHistoryDAO.findByPath ( String p1, Date p2, Collection<String> p3, Integer p4 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findByPath:(Ljava/lang/String;Ljava/util/Date;Ljava/util/Collection;Ljava/lang/Integer;)Ljava/util/List;
DocumentHistoryDAO.findByUserId ( long p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findByUserId:(J)Ljava/util/List;
DocumentHistoryDAO.findByUserIdAndEvent ( long p1, String p2, String p3 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
DocumentHistoryDAO.findNotNotified ( Integer p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/DocumentHistoryDAO.findNotNotified:(Ljava/lang/Integer;)Ljava/util/List;
DocumentHistoryDAO.markHistoriesAsRead ( String p1, long p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentHistoryDAO.markHistoriesAsRead:(Ljava/lang/String;J)V
logicaldoc-core-8.9.1-plugin.jar,
DocumentLinkDAO.class
package com.logicaldoc.core.document
DocumentLinkDAO.findByDocId ( long p1 ) [abstract] : List<DocumentLink>
com/logicaldoc/core/document/DocumentLinkDAO.findByDocId:(J)Ljava/util/List;
DocumentLinkDAO.findByDocId ( long p1, String p2 ) [abstract] : List<DocumentLink>
com/logicaldoc/core/document/DocumentLinkDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
DocumentLinkDAO.findByDocIdsAndType ( long p1, long p2, String p3 ) [abstract] : DocumentLink
com/logicaldoc/core/document/DocumentLinkDAO.findByDocIdsAndType:(JJLjava/lang/String;)Lcom/logicaldoc/core/document/DocumentLink;
logicaldoc-core-8.9.1-plugin.jar,
DocumentManager.class
package com.logicaldoc.core.document
DocumentManager.archiveDocuments ( Set<Long> p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentManager.archiveDocuments:(Ljava/util/Set;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentManager.copyToFolder ( Document p1, Folder p2, DocumentHistory p3, boolean p4, boolean p5, boolean p6 ) [abstract] : Document
com/logicaldoc/core/document/DocumentManager.copyToFolder:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/document/DocumentHistory;ZZZ)Lcom/logicaldoc/core/document/Document;
logicaldoc-core-8.9.1-plugin.jar,
DocumentManagerImpl.class
package com.logicaldoc.core.document
DocumentManagerImpl.archiveDocuments ( Set<Long> docIds, DocumentHistory transaction ) : void
com/logicaldoc/core/document/DocumentManagerImpl.archiveDocuments:(Ljava/util/Set;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentManagerImpl.copyToFolder ( Document doc, Folder folder, DocumentHistory transaction, boolean links, boolean notes, boolean security ) : Document
com/logicaldoc/core/document/DocumentManagerImpl.copyToFolder:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/document/DocumentHistory;ZZZ)Lcom/logicaldoc/core/document/Document;
DocumentManagerImpl.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setDocumentDAO:(Lcom/logicaldoc/core/document/DocumentDAO;)V
DocumentManagerImpl.setDocumentLinkDAO ( DocumentLinkDAO documentLinkDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setDocumentLinkDAO:(Lcom/logicaldoc/core/document/DocumentLinkDAO;)V
DocumentManagerImpl.setDocumentNoteDAO ( DocumentNoteDAO documentNoteDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setDocumentNoteDAO:(Lcom/logicaldoc/core/document/DocumentNoteDAO;)V
DocumentManagerImpl.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
DocumentManagerImpl.setVersionDAO ( VersionDAO versionDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setVersionDAO:(Lcom/logicaldoc/core/document/VersionDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
DocumentNoteDAO.class
package com.logicaldoc.core.document
DocumentNoteDAO.copyAnnotations ( long p1, String p2, String p3 ) [abstract] : int
com/logicaldoc/core/document/DocumentNoteDAO.copyAnnotations:(JLjava/lang/String;Ljava/lang/String;)I
DocumentNoteDAO.findByDocId ( long p1, String p2 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/DocumentNoteDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
DocumentNoteDAO.findByDocIdAndType ( long p1, String p2, String p3 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/DocumentNoteDAO.findByDocIdAndType:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
DocumentNoteDAO.findByDocIdAndTypes ( long p1, String p2, Collection<String> p3 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/DocumentNoteDAO.findByDocIdAndTypes:(JLjava/lang/String;Ljava/util/Collection;)Ljava/util/List;
DocumentNoteDAO.findByUserId ( long p1 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/DocumentNoteDAO.findByUserId:(J)Ljava/util/List;
DocumentNoteDAO.store ( DocumentNote p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentNoteDAO.store:(Lcom/logicaldoc/core/document/DocumentNote;Lcom/logicaldoc/core/document/DocumentHistory;)V
logicaldoc-core-8.9.1-plugin.jar,
EMail.class
package com.logicaldoc.core.communication
EMail.getAddresses ( ) : Set<InternetAddress>
com/logicaldoc/core/communication/EMail.getAddresses:()Ljava/util/Set;
EMail.getAddressesBCC ( ) : Set<InternetAddress>
com/logicaldoc/core/communication/EMail.getAddressesBCC:()Ljava/util/Set;
EMail.getAddressesCC ( ) : Set<InternetAddress>
com/logicaldoc/core/communication/EMail.getAddressesCC:()Ljava/util/Set;
logicaldoc-core-8.9.1-plugin.jar,
FolderDAO.class
package com.logicaldoc.core.folder
FolderDAO.applySecurityToTree ( long p1, FolderHistory p2 ) [abstract] : void
com/logicaldoc/core/folder/FolderDAO.applySecurityToTree:(JLcom/logicaldoc/core/folder/FolderHistory;)V
logicaldoc-core-8.9.1-plugin.jar,
FormatConverterManager.class
package com.logicaldoc.core.conversion
FormatConverterManager.init ( ) : void
com/logicaldoc/core/conversion/FormatConverterManager.init:()V
FormatConverterManager.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/core/conversion/FormatConverterManager.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
FulltextSearchOptions.class
package com.logicaldoc.core.searchengine
FulltextSearchOptions.getFields ( ) : Set<String>
com/logicaldoc/core/searchengine/FulltextSearchOptions.getFields:()Ljava/util/Set;
FulltextSearchOptions.setFields ( Set<String> flds ) : void
com/logicaldoc/core/searchengine/FulltextSearchOptions.setFields:(Ljava/util/Set;)V
logicaldoc-core-8.9.1-plugin.jar,
Group.class
package com.logicaldoc.core.security.user
Group.clearUsers ( ) : void
com/logicaldoc/core/security/user/Group.clearUsers:()V
Group.getDescription ( ) : String
com/logicaldoc/core/security/user/Group.getDescription:()Ljava/lang/String;
Group.getName ( ) : String
com/logicaldoc/core/security/user/Group.getName:()Ljava/lang/String;
Group.getSource ( ) : String
com/logicaldoc/core/security/user/Group.getSource:()Ljava/lang/String;
Group.getType ( ) : int
com/logicaldoc/core/security/user/Group.getType:()I
Group.getUser ( ) : User
com/logicaldoc/core/security/user/Group.getUser:()Lcom/logicaldoc/core/security/user/User;
Group.getUsers ( ) : Set<User>
com/logicaldoc/core/security/user/Group.getUsers:()Ljava/util/Set;
Group.Group ( )
com/logicaldoc/core/security/user/Group."<init>":()V
Group.isAdmin ( ) : boolean
com/logicaldoc/core/security/user/Group.isAdmin:()Z
Group.isGuest ( ) : boolean
com/logicaldoc/core/security/user/Group.isGuest:()Z
Group.isUserGroup ( ) : boolean
com/logicaldoc/core/security/user/Group.isUserGroup:()Z
Group.reset ( ) : void
com/logicaldoc/core/security/user/Group.reset:()V
Group.setDescription ( String description ) : void
com/logicaldoc/core/security/user/Group.setDescription:(Ljava/lang/String;)V
Group.setName ( String name ) : void
com/logicaldoc/core/security/user/Group.setName:(Ljava/lang/String;)V
Group.setSource ( String source ) : void
com/logicaldoc/core/security/user/Group.setSource:(Ljava/lang/String;)V
Group.setType ( int type ) : void
com/logicaldoc/core/security/user/Group.setType:(I)V
Group.setUsers ( Set<User> users ) : void
com/logicaldoc/core/security/user/Group.setUsers:(Ljava/util/Set;)V
Group.toString ( ) : String
com/logicaldoc/core/security/user/Group.toString:()Ljava/lang/String;
logicaldoc-core-8.9.1-plugin.jar,
GroupDAO.class
package com.logicaldoc.core.security.user
GroupDAO.count ( ) [abstract] : int
com/logicaldoc/core/security/user/GroupDAO.count:()I
GroupDAO.findAllGroupNames ( long p1 ) [abstract] : Collection<String>
com/logicaldoc/core/security/user/GroupDAO.findAllGroupNames:(J)Ljava/util/Collection;
GroupDAO.findByLikeName ( String p1, long p2 ) [abstract] : Collection<Group>
com/logicaldoc/core/security/user/GroupDAO.findByLikeName:(Ljava/lang/String;J)Ljava/util/Collection;
GroupDAO.findByName ( String p1, long p2 ) [abstract] : Group
com/logicaldoc/core/security/user/GroupDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/security/user/Group;
GroupDAO.fixGuestPermissions ( Group p1 ) [abstract] : void
com/logicaldoc/core/security/user/GroupDAO.fixGuestPermissions:(Lcom/logicaldoc/core/security/user/Group;)V
GroupDAO.inheritACLs ( Group p1, long p2 ) [abstract] : void
com/logicaldoc/core/security/user/GroupDAO.inheritACLs:(Lcom/logicaldoc/core/security/user/Group;J)V
GroupDAO.initialize ( Group p1 ) [abstract] : void
com/logicaldoc/core/security/user/GroupDAO.initialize:(Lcom/logicaldoc/core/security/user/Group;)V
GroupDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/GroupDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
GroupDAO.insert ( Group p1, long p2 ) [abstract] : void
com/logicaldoc/core/security/user/GroupDAO.insert:(Lcom/logicaldoc/core/security/user/Group;J)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateAttributeOptionDAO.class
package com.logicaldoc.core.metadata
HibernateAttributeOptionDAO.deleteBySetIdAndAttribute ( long setId, String attribute ) : void
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.deleteBySetIdAndAttribute:(JLjava/lang/String;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateBookmarkDAO.class
package com.logicaldoc.core.document
HibernateBookmarkDAO.findBookmarkedDocs ( long userId ) : List<Long>
com/logicaldoc/core/document/HibernateBookmarkDAO.findBookmarkedDocs:(J)Ljava/util/List;
HibernateBookmarkDAO.findByUserId ( long userId ) : List<Bookmark>
com/logicaldoc/core/document/HibernateBookmarkDAO.findByUserId:(J)Ljava/util/List;
HibernateBookmarkDAO.findByUserIdAndDocId ( long userId, long docId ) : Bookmark
com/logicaldoc/core/document/HibernateBookmarkDAO.findByUserIdAndDocId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
HibernateBookmarkDAO.findByUserIdAndFolderId ( long userId, long folderId ) : Bookmark
com/logicaldoc/core/document/HibernateBookmarkDAO.findByUserIdAndFolderId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
HibernateBookmarkDAO.HibernateBookmarkDAO ( )
com/logicaldoc/core/document/HibernateBookmarkDAO."<init>":()V
HibernateBookmarkDAO.isDocBookmarkedByUser ( long docId, long userId ) : boolean
com/logicaldoc/core/document/HibernateBookmarkDAO.isDocBookmarkedByUser:(JJ)Z
logicaldoc-core-8.9.1-plugin.jar,
HibernateDeviceDAO.class
package com.logicaldoc.core.security.user
HibernateDeviceDAO.cleanOldDevices ( int ttl ) : void
com/logicaldoc/core/security/user/HibernateDeviceDAO.cleanOldDevices:(I)V
HibernateDeviceDAO.delete ( long deviceId, int code ) : void
com/logicaldoc/core/security/user/HibernateDeviceDAO.delete:(JI)V
HibernateDeviceDAO.findByDevice ( Device device ) : Device
com/logicaldoc/core/security/user/HibernateDeviceDAO.findByDevice:(Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
HibernateDeviceDAO.findByDeviceId ( String deviceId ) : Device
com/logicaldoc/core/security/user/HibernateDeviceDAO.findByDeviceId:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Device;
HibernateDeviceDAO.findByUserId ( long userId ) : List<Device>
com/logicaldoc/core/security/user/HibernateDeviceDAO.findByUserId:(J)Ljava/util/List;
HibernateDeviceDAO.findTrustedDevices ( long userId ) : List<Device>
com/logicaldoc/core/security/user/HibernateDeviceDAO.findTrustedDevices:(J)Ljava/util/List;
HibernateDeviceDAO.isTrustedDevice ( String username, HttpServletRequest request ) : boolean
com/logicaldoc/core/security/user/HibernateDeviceDAO.isTrustedDevice:(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;)Z
HibernateDeviceDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/user/HibernateDeviceDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
HibernateDeviceDAO.store ( Device entity ) : void
com/logicaldoc/core/security/user/HibernateDeviceDAO.store:(Lcom/logicaldoc/core/security/Device;)V
HibernateDeviceDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/HibernateDeviceDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateDeviceDAO.trustDevice ( User user, Device requestDevice ) : Device
com/logicaldoc/core/security/user/HibernateDeviceDAO.trustDevice:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
logicaldoc-core-8.9.1-plugin.jar,
HibernateDocumentDAO.class
package com.logicaldoc.core.document
HibernateDocumentDAO.applyParentFolderSecurity ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.applyParentFolderSecurity:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.archive ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.archive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.cleanExpiredTransactions ( ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.cleanExpiredTransactions:()V
HibernateDocumentDAO.cleanUnexistingUniqueTags ( ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.cleanUnexistingUniqueTags:()V
HibernateDocumentDAO.cleanUnexistingUniqueTagsOneByOne ( ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.cleanUnexistingUniqueTagsOneByOne:()V
HibernateDocumentDAO.computeTotalSize ( Long tenantId, Long userId, boolean computeDeleted ) : long
com/logicaldoc/core/document/HibernateDocumentDAO.computeTotalSize:(Ljava/lang/Long;Ljava/lang/Long;Z)J
HibernateDocumentDAO.count ( Long tenantId, boolean computeDeleted, boolean computeArchived ) : long
com/logicaldoc/core/document/HibernateDocumentDAO.count:(Ljava/lang/Long;ZZ)J
HibernateDocumentDAO.countByIndexed ( int indexed ) : long
com/logicaldoc/core/document/HibernateDocumentDAO.countByIndexed:(I)J
HibernateDocumentDAO.delete ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.delete:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.delete ( long docId, int delCode, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.delete:(JILcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.deleteAll ( Collection<Document> documents, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.deleteAll:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.deleteAll ( Collection<Document> documents, int delCode, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.deleteAll:(Ljava/util/Collection;ILcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.deleteOrphaned ( long deleteUserId ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.deleteOrphaned:(J)V
HibernateDocumentDAO.findAliasIds ( long docId ) : List<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findAliasIds:(J)Ljava/util/List;
HibernateDocumentDAO.findAllTags ( String firstLetter, Long tenantId ) : List<String>
com/logicaldoc/core/document/HibernateDocumentDAO.findAllTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/List;
HibernateDocumentDAO.findArchivedByFolder ( long folderId ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findArchivedByFolder:(J)Ljava/util/List;
HibernateDocumentDAO.findByCustomId ( String customId, long tenantId ) : Document
com/logicaldoc/core/document/HibernateDocumentDAO.findByCustomId:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
HibernateDocumentDAO.findByFileNameAndParentFolderId ( Long folderId, String fileName, Long excludeId, Long tenantId, Integer max ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findByFileNameAndParentFolderId:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByFolder ( long folderId, Integer max ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findByFolder:(JLjava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByIds ( Set<Long> ids, Integer max ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findByIds:(Ljava/util/Set;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByIndexed ( int indexed ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findByIndexed:(I)Ljava/util/List;
HibernateDocumentDAO.findByLockUserAndStatus ( Long userId, Integer status ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findByLockUserAndStatus:(Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByPath ( String path, long tenantId ) : Document
com/logicaldoc/core/document/HibernateDocumentDAO.findByPath:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
HibernateDocumentDAO.findByUserId ( long userId ) : List<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findByUserId:(J)Ljava/util/List;
HibernateDocumentDAO.findByUserIdAndTag ( long userId, String tag, Integer max ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findByUserIdAndTag:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findDeleted ( long userId, Integer maxHits ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findDeleted:(JLjava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findDeletedDocIds ( ) : List<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findDeletedDocIds:()Ljava/util/List;
HibernateDocumentDAO.findDeletedDocs ( ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findDeletedDocs:()Ljava/util/List;
HibernateDocumentDAO.findDocIdByFolder ( long folderId, Integer max ) : List<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findDocIdByFolder:(JLjava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findDocIdByTag ( String tag ) : List<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findDocIdByTag:(Ljava/lang/String;)Ljava/util/List;
HibernateDocumentDAO.findDocIdByUserIdAndTag ( long userId, String tag ) : List<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findDocIdByUserIdAndTag:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentDAO.findDocument ( long docId ) : Document
com/logicaldoc/core/document/HibernateDocumentDAO.findDocument:(J)Lcom/logicaldoc/core/document/Document;
HibernateDocumentDAO.findDuplicatedDigests ( Long tenantId, Long folderId ) : List<String>
com/logicaldoc/core/document/HibernateDocumentDAO.findDuplicatedDigests:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
HibernateDocumentDAO.findLastDownloadsByUserId ( long userId, int maxResults ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findLastDownloadsByUserId:(JI)Ljava/util/List;
HibernateDocumentDAO.findLastModifiedByUserId ( long userId, int maxElements ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findLastModifiedByUserId:(JI)Ljava/util/List;
HibernateDocumentDAO.findLinkedDocuments ( long docId, String linkType, Integer direction ) : List<Document>
com/logicaldoc/core/document/HibernateDocumentDAO.findLinkedDocuments:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findPublishedIds ( Collection<Long> folderIds ) : Collection<Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findPublishedIds:(Ljava/util/Collection;)Ljava/util/Collection;
HibernateDocumentDAO.findTags ( long docId ) : List<String>
com/logicaldoc/core/document/HibernateDocumentDAO.findTags:(J)Ljava/util/List;
HibernateDocumentDAO.findTags ( String firstLetter, Long tenantId ) : Map<String,Long>
com/logicaldoc/core/document/HibernateDocumentDAO.findTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/Map;
HibernateDocumentDAO.getEnabledPermissions ( long docId, long userId ) : Set<Permission>
com/logicaldoc/core/document/HibernateDocumentDAO.getEnabledPermissions:(JJ)Ljava/util/Set;
HibernateDocumentDAO.getTagCloud ( long tenantId, int maxTags ) : List<TagCloud>
com/logicaldoc/core/document/HibernateDocumentDAO.getTagCloud:(JI)Ljava/util/List;
HibernateDocumentDAO.getTagCloud ( String sid ) : List<TagCloud>
com/logicaldoc/core/document/HibernateDocumentDAO.getTagCloud:(Ljava/lang/String;)Ljava/util/List;
HibernateDocumentDAO.getWorkspace ( long docId ) : Folder
com/logicaldoc/core/document/HibernateDocumentDAO.getWorkspace:(J)Lcom/logicaldoc/core/folder/Folder;
HibernateDocumentDAO.initialize ( Document doc ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.initialize:(Lcom/logicaldoc/core/document/Document;)V
HibernateDocumentDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateDocumentDAO.insertNewUniqueTags ( ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.insertNewUniqueTags:()V
HibernateDocumentDAO.isDownloadEnabled ( long id, long userId ) : boolean
com/logicaldoc/core/document/HibernateDocumentDAO.isDownloadEnabled:(JJ)Z
HibernateDocumentDAO.isMoveEnabled ( long id, long userId ) : boolean
com/logicaldoc/core/document/HibernateDocumentDAO.isMoveEnabled:(JJ)Z
HibernateDocumentDAO.isPermissionEnabled ( Permission permission, long documentId, long userId ) : boolean
com/logicaldoc/core/document/HibernateDocumentDAO.isPermissionEnabled:(Lcom/logicaldoc/core/security/Permission;JJ)Z
HibernateDocumentDAO.isPrintEnabled ( long id, long userId ) : boolean
com/logicaldoc/core/document/HibernateDocumentDAO.isPrintEnabled:(JJ)Z
HibernateDocumentDAO.isReadEnabled ( long docId, long userId ) : boolean
com/logicaldoc/core/document/HibernateDocumentDAO.isReadEnabled:(JJ)Z
HibernateDocumentDAO.isWriteEnabled ( long id, long userId ) : boolean
com/logicaldoc/core/document/HibernateDocumentDAO.isWriteEnabled:(JJ)Z
HibernateDocumentDAO.makeImmutable ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.makeImmutable:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.restore ( long docId, long folderId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.restore:(JJLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.saveDocumentHistory ( Document doc, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.saveDocumentHistory:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.setConfig ( ContextProperties config ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
HibernateDocumentDAO.setDocumentHistoryDAO ( DocumentHistoryDAO documentHistoryDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setDocumentHistoryDAO:(Lcom/logicaldoc/core/document/DocumentHistoryDAO;)V
HibernateDocumentDAO.setFolderDAO ( FolderDAO folderDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setFolderDAO:(Lcom/logicaldoc/core/folder/FolderDAO;)V
HibernateDocumentDAO.setLinkDAO ( DocumentLinkDAO linkDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setLinkDAO:(Lcom/logicaldoc/core/document/DocumentLinkDAO;)V
HibernateDocumentDAO.setListenerManager ( DocumentListenerManager listenerManager ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setListenerManager:(Lcom/logicaldoc/core/document/DocumentListenerManager;)V
HibernateDocumentDAO.setNoteDAO ( DocumentNoteDAO noteDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setNoteDAO:(Lcom/logicaldoc/core/document/DocumentNoteDAO;)V
HibernateDocumentDAO.setPassword ( long docId, String password, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setPassword:(JLjava/lang/String;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.setStorer ( Storer storer ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setStorer:(Lcom/logicaldoc/core/store/Storer;)V
HibernateDocumentDAO.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setTenantDAO:(Lcom/logicaldoc/core/security/TenantDAO;)V
HibernateDocumentDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
HibernateDocumentDAO.setVersionDAO ( VersionDAO versionDAO ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.setVersionDAO:(Lcom/logicaldoc/core/document/VersionDAO;)V
HibernateDocumentDAO.store ( Document doc ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.store:(Lcom/logicaldoc/core/document/Document;)V
HibernateDocumentDAO.store ( Document doc, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.store:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateDocumentDAO.unarchive ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.unarchive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.unsetPassword ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.unsetPassword:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.updateCountUniqueTags ( ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.updateCountUniqueTags:()V
HibernateDocumentDAO.updateDigest ( Document doc ) : void
com/logicaldoc/core/document/HibernateDocumentDAO.updateDigest:(Lcom/logicaldoc/core/document/Document;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateDocumentHistoryDAO.class
package com.logicaldoc.core.document
HibernateDocumentHistoryDAO.cleanOldHistories ( int ttl ) : void
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.cleanOldHistories:(I)V
HibernateDocumentHistoryDAO.findByDocId ( long docId ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findByDocId:(J)Ljava/util/List;
HibernateDocumentHistoryDAO.findByDocIdAndEvent ( long docId, String event ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findByDocIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentHistoryDAO.findByFolderId ( long folderId ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findByFolderId:(J)Ljava/util/List;
HibernateDocumentHistoryDAO.findByPath ( String pathExpression, Date oldestDate, Collection<String> events, Integer max ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findByPath:(Ljava/lang/String;Ljava/util/Date;Ljava/util/Collection;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentHistoryDAO.findByUserId ( long userId ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findByUserId:(J)Ljava/util/List;
HibernateDocumentHistoryDAO.findByUserIdAndEvent ( long userId, String event, String sessionId ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
HibernateDocumentHistoryDAO.findNotNotified ( Integer max ) : List<DocumentHistory>
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.findNotNotified:(Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentHistoryDAO.markHistoriesAsRead ( String event, long userId ) : void
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.markHistoriesAsRead:(Ljava/lang/String;J)V
HibernateDocumentHistoryDAO.store ( DocumentHistory history ) : void
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.store:(Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentHistoryDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateDocumentHistoryDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateDocumentLinkDAO.class
package com.logicaldoc.core.document
HibernateDocumentLinkDAO.delete ( long id, int code ) : void
com/logicaldoc/core/document/HibernateDocumentLinkDAO.delete:(JI)V
HibernateDocumentLinkDAO.findByDocId ( long docId ) : List<DocumentLink>
com/logicaldoc/core/document/HibernateDocumentLinkDAO.findByDocId:(J)Ljava/util/List;
HibernateDocumentLinkDAO.findByDocId ( long docId, String type ) : List<DocumentLink>
com/logicaldoc/core/document/HibernateDocumentLinkDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentLinkDAO.findByDocIdsAndType ( long docId1, long docId2, String type ) : DocumentLink
com/logicaldoc/core/document/HibernateDocumentLinkDAO.findByDocIdsAndType:(JJLjava/lang/String;)Lcom/logicaldoc/core/document/DocumentLink;
HibernateDocumentLinkDAO.HibernateDocumentLinkDAO ( )
com/logicaldoc/core/document/HibernateDocumentLinkDAO."<init>":()V
HibernateDocumentLinkDAO.store ( DocumentLink entity ) : void
com/logicaldoc/core/document/HibernateDocumentLinkDAO.store:(Lcom/logicaldoc/core/document/DocumentLink;)V
HibernateDocumentLinkDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateDocumentLinkDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateDocumentNoteDAO.class
package com.logicaldoc.core.document
HibernateDocumentNoteDAO.copyAnnotations ( long docId, String oldFileVersion, String newFileVersion ) : int
com/logicaldoc/core/document/HibernateDocumentNoteDAO.copyAnnotations:(JLjava/lang/String;Ljava/lang/String;)I
HibernateDocumentNoteDAO.delete ( long id, int code ) : void
com/logicaldoc/core/document/HibernateDocumentNoteDAO.delete:(JI)V
HibernateDocumentNoteDAO.findByDocId ( long docId, String fileVersion ) : List<DocumentNote>
com/logicaldoc/core/document/HibernateDocumentNoteDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentNoteDAO.findByDocIdAndType ( long docId, String fileVersion, String type ) : List<DocumentNote>
com/logicaldoc/core/document/HibernateDocumentNoteDAO.findByDocIdAndType:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
HibernateDocumentNoteDAO.findByDocIdAndTypes ( long docId, String fileVersion, Collection<String> types ) : List<DocumentNote>
com/logicaldoc/core/document/HibernateDocumentNoteDAO.findByDocIdAndTypes:(JLjava/lang/String;Ljava/util/Collection;)Ljava/util/List;
HibernateDocumentNoteDAO.findByUserId ( long userId ) : List<DocumentNote>
com/logicaldoc/core/document/HibernateDocumentNoteDAO.findByUserId:(J)Ljava/util/List;
HibernateDocumentNoteDAO.HibernateDocumentNoteDAO ( )
com/logicaldoc/core/document/HibernateDocumentNoteDAO."<init>":()V
HibernateDocumentNoteDAO.store ( DocumentNote note ) : void
com/logicaldoc/core/document/HibernateDocumentNoteDAO.store:(Lcom/logicaldoc/core/document/DocumentNote;)V
HibernateDocumentNoteDAO.store ( DocumentNote note, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateDocumentNoteDAO.store:(Lcom/logicaldoc/core/document/DocumentNote;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentNoteDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateDocumentNoteDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateFolderDAO.class
package com.logicaldoc.core.folder
HibernateFolderDAO.applySecurityToTree ( long rootId, FolderHistory transaction ) : void
com/logicaldoc/core/folder/HibernateFolderDAO.applySecurityToTree:(JLcom/logicaldoc/core/folder/FolderHistory;)V
HibernateFolderDAO.getUserDAO ( ) : UserDAO
com/logicaldoc/core/folder/HibernateFolderDAO.getUserDAO:()Lcom/logicaldoc/core/security/user/UserDAO;
HibernateFolderDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/folder/HibernateFolderDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateGroupDAO.class
package com.logicaldoc.core.security.user
HibernateGroupDAO.count ( ) : int
com/logicaldoc/core/security/user/HibernateGroupDAO.count:()I
HibernateGroupDAO.delete ( long groupId, int code ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.delete:(JI)V
HibernateGroupDAO.exists ( String groupname, long tenantId ) : boolean
com/logicaldoc/core/security/user/HibernateGroupDAO.exists:(Ljava/lang/String;J)Z
HibernateGroupDAO.findAllGroupNames ( long tenantId ) : Collection<String>
com/logicaldoc/core/security/user/HibernateGroupDAO.findAllGroupNames:(J)Ljava/util/Collection;
HibernateGroupDAO.findByLikeName ( String name, long tenantId ) : Collection<Group>
com/logicaldoc/core/security/user/HibernateGroupDAO.findByLikeName:(Ljava/lang/String;J)Ljava/util/Collection;
HibernateGroupDAO.findByName ( String name, long tenantId ) : Group
com/logicaldoc/core/security/user/HibernateGroupDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/security/user/Group;
HibernateGroupDAO.fixGuestPermissions ( Group group ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.fixGuestPermissions:(Lcom/logicaldoc/core/security/user/Group;)V
HibernateGroupDAO.getMenuDAO ( ) : MenuDAO
com/logicaldoc/core/security/user/HibernateGroupDAO.getMenuDAO:()Lcom/logicaldoc/core/security/menu/MenuDAO;
HibernateGroupDAO.inheritACLs ( Group group, long parentGroupId ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.inheritACLs:(Lcom/logicaldoc/core/security/user/Group;J)V
HibernateGroupDAO.initialize ( Group group ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.initialize:(Lcom/logicaldoc/core/security/user/Group;)V
HibernateGroupDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateGroupDAO.insert ( Group group, long parentGroupId ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.insert:(Lcom/logicaldoc/core/security/user/Group;J)V
HibernateGroupDAO.setMenuDAO ( MenuDAO menuDAO ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.setMenuDAO:(Lcom/logicaldoc/core/security/menu/MenuDAO;)V
HibernateGroupDAO.store ( Group group ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.store:(Lcom/logicaldoc/core/security/user/Group;)V
HibernateGroupDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/HibernateGroupDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateMenuDAO.class
package com.logicaldoc.core.security.menu
HibernateMenuDAO.computePathExtended ( long menuId ) : String
com/logicaldoc/core/security/menu/HibernateMenuDAO.computePathExtended:(J)Ljava/lang/String;
HibernateMenuDAO.createPath ( long parentId, long tenantId, int type, String path, boolean inheritSecurity ) : Menu
com/logicaldoc/core/security/menu/HibernateMenuDAO.createPath:(JJILjava/lang/String;Z)Lcom/logicaldoc/core/security/menu/Menu;
HibernateMenuDAO.delete ( long menuId, int code ) : void
com/logicaldoc/core/security/menu/HibernateMenuDAO.delete:(JI)V
HibernateMenuDAO.deleteAll ( Collection<Menu> menus ) : void
com/logicaldoc/core/security/menu/HibernateMenuDAO.deleteAll:(Ljava/util/Collection;)V
HibernateMenuDAO.findByGroupId ( long groupId ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByGroupId:(J)Ljava/util/List;
HibernateMenuDAO.findByName ( Menu parent, String name, boolean caseSensitive ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByName:(Lcom/logicaldoc/core/security/menu/Menu;Ljava/lang/String;Z)Ljava/util/List;
HibernateMenuDAO.findByName ( String name ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
HibernateMenuDAO.findByNameAndParentId ( String name, long parentId ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByNameAndParentId:(Ljava/lang/String;J)Ljava/util/List;
HibernateMenuDAO.findByParentId ( long parentId, boolean enaledOnly ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByParentId:(JZ)Ljava/util/List;
HibernateMenuDAO.findByUserId ( long userId ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByUserId:(J)Ljava/util/List;
HibernateMenuDAO.findByUserId ( long userId, long parentId, boolean enabledOnly ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByUserId:(JJZ)Ljava/util/List;
HibernateMenuDAO.findByUserId ( long userId, long parentId, Integer type, boolean enabledOnly ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findByUserId:(JJLjava/lang/Integer;Z)Ljava/util/List;
HibernateMenuDAO.findChildren ( long parentId, Integer max ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findChildren:(JLjava/lang/Integer;)Ljava/util/List;
HibernateMenuDAO.findChildren ( long parentId, long userId ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findChildren:(JJ)Ljava/util/List;
HibernateMenuDAO.findIdByUserId ( long userId, long parentId ) : List<Long>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findIdByUserId:(JJ)Ljava/util/List;
HibernateMenuDAO.findIdByUserId ( long userId, long parentId, Integer type ) : List<Long>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findIdByUserId:(JJLjava/lang/Integer;)Ljava/util/List;
HibernateMenuDAO.findMenuIdByUserId ( long userId, boolean enabledOnly ) : List<Long>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findMenuIdByUserId:(JZ)Ljava/util/List;
HibernateMenuDAO.findMenuIdByUserIdAndPermission ( long userId, Permission permission, boolean enabledOnly ) : List<Long>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findMenuIdByUserIdAndPermission:(JLcom/logicaldoc/core/security/Permission;Z)Ljava/util/List;
HibernateMenuDAO.findNameById ( long menuId ) : String
com/logicaldoc/core/security/menu/HibernateMenuDAO.findNameById:(J)Ljava/lang/String;
HibernateMenuDAO.findParents ( long menuId ) : List<Menu>
com/logicaldoc/core/security/menu/HibernateMenuDAO.findParents:(J)Ljava/util/List;
HibernateMenuDAO.getUserDAO ( ) : UserDAO
com/logicaldoc/core/security/menu/HibernateMenuDAO.getUserDAO:()Lcom/logicaldoc/core/security/user/UserDAO;
HibernateMenuDAO.hasWriteAccess ( Menu menu, long userId ) : boolean
com/logicaldoc/core/security/menu/HibernateMenuDAO.hasWriteAccess:(Lcom/logicaldoc/core/security/menu/Menu;J)Z
HibernateMenuDAO.HibernateMenuDAO ( )
com/logicaldoc/core/security/menu/HibernateMenuDAO."<init>":()V
HibernateMenuDAO.isMenuWriteable ( long menuId, long userId ) : int
com/logicaldoc/core/security/menu/HibernateMenuDAO.isMenuWriteable:(JJ)I
HibernateMenuDAO.isReadEnable ( long menuId, long userId ) : boolean
com/logicaldoc/core/security/menu/HibernateMenuDAO.isReadEnable:(JJ)Z
HibernateMenuDAO.isWriteEnable ( long menuId, long userId ) : boolean
com/logicaldoc/core/security/menu/HibernateMenuDAO.isWriteEnable:(JJ)Z
HibernateMenuDAO.restore ( long menuId, boolean parents ) : void
com/logicaldoc/core/security/menu/HibernateMenuDAO.restore:(JZ)V
HibernateMenuDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/menu/HibernateMenuDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
HibernateMenuDAO.store ( Menu menu ) : void
com/logicaldoc/core/security/menu/HibernateMenuDAO.store:(Lcom/logicaldoc/core/security/menu/Menu;)V
HibernateMenuDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/menu/HibernateMenuDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernatePasswordHistoryDAO.class
package com.logicaldoc.core.security.user
HibernatePasswordHistoryDAO.cleanOldHistories ( long userId, int retain ) : void
com/logicaldoc/core/security/user/HibernatePasswordHistoryDAO.cleanOldHistories:(JI)V
HibernatePasswordHistoryDAO.findByUserId ( long userId, Integer max ) : List<PasswordHistory>
com/logicaldoc/core/security/user/HibernatePasswordHistoryDAO.findByUserId:(JLjava/lang/Integer;)Ljava/util/List;
HibernatePasswordHistoryDAO.findByUserIdAndPassword ( long userId, String password, int max ) : PasswordHistory
com/logicaldoc/core/security/user/HibernatePasswordHistoryDAO.findByUserIdAndPassword:(JLjava/lang/String;I)Lcom/logicaldoc/core/security/user/PasswordHistory;
logicaldoc-core-8.9.1-plugin.jar,
HibernateRatingDAO.class
package com.logicaldoc.core.document
HibernateRatingDAO.delete ( long id, int code ) : void
com/logicaldoc/core/document/HibernateRatingDAO.delete:(JI)V
HibernateRatingDAO.findByDocId ( long docId ) : List<Rating>
com/logicaldoc/core/document/HibernateRatingDAO.findByDocId:(J)Ljava/util/List;
HibernateRatingDAO.findByDocIdAndUserId ( long docId, long userId ) : Rating
com/logicaldoc/core/document/HibernateRatingDAO.findByDocIdAndUserId:(JJ)Lcom/logicaldoc/core/document/Rating;
HibernateRatingDAO.findVotesByDocId ( long docId ) : Rating
com/logicaldoc/core/document/HibernateRatingDAO.findVotesByDocId:(J)Lcom/logicaldoc/core/document/Rating;
HibernateRatingDAO.HibernateRatingDAO ( )
com/logicaldoc/core/document/HibernateRatingDAO."<init>":()V
HibernateRatingDAO.store ( Rating rating, DocumentHistory transaction ) : void
com/logicaldoc/core/document/HibernateRatingDAO.store:(Lcom/logicaldoc/core/document/Rating;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateRatingDAO.updateDocumentRating ( long docId, DocumentHistory transaction ) : int
com/logicaldoc/core/document/HibernateRatingDAO.updateDocumentRating:(JLcom/logicaldoc/core/document/DocumentHistory;)I
logicaldoc-core-8.9.1-plugin.jar,
HibernateSessionDAO.class
package com.logicaldoc.core.security
HibernateSessionDAO.cleanOldSessions ( int ttl ) : void
com/logicaldoc/core/security/HibernateSessionDAO.cleanOldSessions:(I)V
HibernateSessionDAO.countSessions ( Long tenantId, Integer status ) : int
com/logicaldoc/core/security/HibernateSessionDAO.countSessions:(Ljava/lang/Long;Ljava/lang/Integer;)I
HibernateSessionDAO.deleteCurrentNodeSessions ( ) : void
com/logicaldoc/core/security/HibernateSessionDAO.deleteCurrentNodeSessions:()V
HibernateSessionDAO.findByNode ( String node ) : List<Session>
com/logicaldoc/core/security/HibernateSessionDAO.findByNode:(Ljava/lang/String;)Ljava/util/List;
HibernateSessionDAO.findBySid ( String sid ) : Session
com/logicaldoc/core/security/HibernateSessionDAO.findBySid:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Session;
HibernateSessionDAO.HibernateSessionDAO ( )
com/logicaldoc/core/security/HibernateSessionDAO."<init>":()V
HibernateSessionDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/HibernateSessionDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateSessionDAO.initialize ( Session session ) : void
com/logicaldoc/core/security/HibernateSessionDAO.initialize:(Lcom/logicaldoc/core/security/Session;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateTemplateDAO.class
package com.logicaldoc.core.metadata
HibernateTemplateDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/metadata/HibernateTemplateDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateTicketDAO.class
package com.logicaldoc.core.ticket
HibernateTicketDAO.getDocumentDAO ( ) : DocumentDAO
com/logicaldoc/core/ticket/HibernateTicketDAO.getDocumentDAO:()Lcom/logicaldoc/core/document/DocumentDAO;
HibernateTicketDAO.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/ticket/HibernateTicketDAO.setDocumentDAO:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateUserDAO.class
package com.logicaldoc.core.security.user
HibernateUserDAO.count ( Long tenantId ) : int
com/logicaldoc/core/security/user/HibernateUserDAO.count:(Ljava/lang/Long;)I
HibernateUserDAO.countGuests ( Long tenantId ) : int
com/logicaldoc/core/security/user/HibernateUserDAO.countGuests:(Ljava/lang/Long;)I
HibernateUserDAO.delete ( long userId, int code ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.delete:(JI)V
HibernateUserDAO.delete ( long userId, UserHistory transaction ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.delete:(JLcom/logicaldoc/core/security/user/UserHistory;)V
HibernateUserDAO.findAdminUser ( String tenantName ) : User
com/logicaldoc/core/security/user/HibernateUserDAO.findAdminUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
HibernateUserDAO.findByGroup ( long groupId ) : Set<User>
com/logicaldoc/core/security/user/HibernateUserDAO.findByGroup:(J)Ljava/util/Set;
HibernateUserDAO.findById ( long id ) : User
com/logicaldoc/core/security/user/HibernateUserDAO.findById:(J)Lcom/logicaldoc/core/security/user/User;
HibernateUserDAO.findById ( long p1 ) : PersistentObject
com/logicaldoc/core/security/user/HibernateUserDAO.findById:(J)Lcom/logicaldoc/core/PersistentObject;
HibernateUserDAO.findByLikeUsername ( String username ) : List<User>
com/logicaldoc/core/security/user/HibernateUserDAO.findByLikeUsername:(Ljava/lang/String;)Ljava/util/List;
HibernateUserDAO.findByName ( String name ) : List<User>
com/logicaldoc/core/security/user/HibernateUserDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
HibernateUserDAO.findByUsername ( String username ) : User
com/logicaldoc/core/security/user/HibernateUserDAO.findByUsername:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
HibernateUserDAO.findByUsernameAndName ( String username, String name ) : List<User>
com/logicaldoc/core/security/user/HibernateUserDAO.findByUsernameAndName:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
HibernateUserDAO.findByUsernameIgnoreCase ( String username ) : User
com/logicaldoc/core/security/user/HibernateUserDAO.findByUsernameIgnoreCase:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
HibernateUserDAO.findUserSettings ( long userId, String namePrefix ) : Map<String,Generic>
com/logicaldoc/core/security/user/HibernateUserDAO.findUserSettings:(JLjava/lang/String;)Ljava/util/Map;
HibernateUserDAO.getUser ( String username ) : User
com/logicaldoc/core/security/user/HibernateUserDAO.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
HibernateUserDAO.getUserHistoryDAO ( ) : UserHistoryDAO
com/logicaldoc/core/security/user/HibernateUserDAO.getUserHistoryDAO:()Lcom/logicaldoc/core/security/user/UserHistoryDAO;
HibernateUserDAO.getUserListenerManager ( ) : UserListenerManager
com/logicaldoc/core/security/user/HibernateUserDAO.getUserListenerManager:()Lcom/logicaldoc/core/security/user/UserListenerManager;
HibernateUserDAO.ignoreCaseLogin ( ) [static] : boolean
com/logicaldoc/core/security/user/HibernateUserDAO.ignoreCaseLogin:()Z
HibernateUserDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateUserDAO.initialize ( User user ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.initialize:(Lcom/logicaldoc/core/security/user/User;)V
HibernateUserDAO.isInactive ( String username ) : boolean
com/logicaldoc/core/security/user/HibernateUserDAO.isInactive:(Ljava/lang/String;)Z
HibernateUserDAO.isPasswordExpired ( String username ) : boolean
com/logicaldoc/core/security/user/HibernateUserDAO.isPasswordExpired:(Ljava/lang/String;)Z
HibernateUserDAO.setConfig ( ContextProperties config ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
HibernateUserDAO.setGenericDAO ( GenericDAO genericDAO ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.setGenericDAO:(Lcom/logicaldoc/core/generic/GenericDAO;)V
HibernateUserDAO.setPasswordHistoryDAO ( PasswordHistoryDAO passwordHistoryDAO ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.setPasswordHistoryDAO:(Lcom/logicaldoc/core/security/user/PasswordHistoryDAO;)V
HibernateUserDAO.setUserHistoryDAO ( UserHistoryDAO userHistoryDAO ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.setUserHistoryDAO:(Lcom/logicaldoc/core/security/user/UserHistoryDAO;)V
HibernateUserDAO.setUserListenerManager ( UserListenerManager userListenerManager ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.setUserListenerManager:(Lcom/logicaldoc/core/security/user/UserListenerManager;)V
HibernateUserDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateUserDAO.store ( User user ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.store:(Lcom/logicaldoc/core/security/user/User;)V
HibernateUserDAO.store ( User user, UserHistory transaction ) : void
com/logicaldoc/core/security/user/HibernateUserDAO.store:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateUserHistoryDAO.class
package com.logicaldoc.core.security.user
HibernateUserHistoryDAO.cleanOldHistories ( int ttl ) : void
com/logicaldoc/core/security/user/HibernateUserHistoryDAO.cleanOldHistories:(I)V
HibernateUserHistoryDAO.createUserHistory ( User user, String eventType, String comment, String sessionId, Client client ) : UserHistory
com/logicaldoc/core/security/user/HibernateUserHistoryDAO.createUserHistory:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/UserHistory;
HibernateUserHistoryDAO.findByUserId ( long userId ) : List<UserHistory>
com/logicaldoc/core/security/user/HibernateUserHistoryDAO.findByUserId:(J)Ljava/util/List;
HibernateUserHistoryDAO.findByUserIdAndEvent ( long userId, String event ) : List<UserHistory>
com/logicaldoc/core/security/user/HibernateUserHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
HibernateUserHistoryDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/user/HibernateUserHistoryDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateUserHistoryDAO.store ( UserHistory history ) : void
com/logicaldoc/core/security/user/HibernateUserHistoryDAO.store:(Lcom/logicaldoc/core/security/user/UserHistory;)V
logicaldoc-core-8.9.1-plugin.jar,
HibernateVersionDAO.class
package com.logicaldoc.core.document
HibernateVersionDAO.delete ( long versionId, int delCode ) : void
com/logicaldoc/core/document/HibernateVersionDAO.delete:(JI)V
HibernateVersionDAO.deleteVersion ( Version versionToDelete, int delCode ) : void
com/logicaldoc/core/document/HibernateVersionDAO.deleteVersion:(Lcom/logicaldoc/core/document/Version;I)V
HibernateVersionDAO.findByDocId ( long docId ) : List<Version>
com/logicaldoc/core/document/HibernateVersionDAO.findByDocId:(J)Ljava/util/List;
HibernateVersionDAO.findByFileVersion ( long docId, String fileVersion ) : Version
com/logicaldoc/core/document/HibernateVersionDAO.findByFileVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
HibernateVersionDAO.findByVersion ( long docId, String version ) : Version
com/logicaldoc/core/document/HibernateVersionDAO.findByVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
HibernateVersionDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateVersionDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateVersionDAO.initialize ( Version version ) : void
com/logicaldoc/core/document/HibernateVersionDAO.initialize:(Lcom/logicaldoc/core/document/Version;)V
HibernateVersionDAO.setFolderDAO ( FolderDAO folderDAO ) : void
com/logicaldoc/core/document/HibernateVersionDAO.setFolderDAO:(Lcom/logicaldoc/core/folder/FolderDAO;)V
HibernateVersionDAO.setStorer ( Storer storer ) : void
com/logicaldoc/core/document/HibernateVersionDAO.setStorer:(Lcom/logicaldoc/core/store/Storer;)V
HibernateVersionDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/HibernateVersionDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateVersionDAO.store ( Version version ) : void
com/logicaldoc/core/document/HibernateVersionDAO.store:(Lcom/logicaldoc/core/document/Version;)V
HibernateVersionDAO.updateDigest ( Version version ) : void
com/logicaldoc/core/document/HibernateVersionDAO.updateDigest:(Lcom/logicaldoc/core/document/Version;)V
logicaldoc-core-8.9.1-plugin.jar,
History.class
package com.logicaldoc.core
History.getUser ( ) : User
com/logicaldoc/core/History.getUser:()Lcom/logicaldoc/core/security/user/User;
History.setUser ( User user ) : void
com/logicaldoc/core/History.setUser:(Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-core-8.9.1-plugin.jar,
ImageUtil.class
package com.logicaldoc.core.imaging
ImageUtil.generateTransparentSinglePixelPng ( ) [static] : BufferedImage
com/logicaldoc/core/imaging/ImageUtil.generateTransparentSinglePixelPng:()Ljava/awt/image/BufferedImage;
ImageUtil.getImageBytes ( BufferedImage image ) [static] : byte[ ]
com/logicaldoc/core/imaging/ImageUtil.getImageBytes:(Ljava/awt/image/BufferedImage;)[B
logicaldoc-core-8.9.1-plugin.jar,
IndexerTask.class
package com.logicaldoc.core.searchengine
IndexerTask.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/searchengine/IndexerTask.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
IndexerTask.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/core/searchengine/IndexerTask.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
IndexOptimizer.class
package com.logicaldoc.core.searchengine
IndexOptimizer.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/searchengine/IndexOptimizer.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
LanguageManager.class
package com.logicaldoc.core.i18n
LanguageManager.getActiveLanguages ( String tenantName ) : List<Language>
com/logicaldoc/core/i18n/LanguageManager.getActiveLanguages:(Ljava/lang/String;)Ljava/util/List;
LanguageManager.getLanguages ( ) : List<Language>
com/logicaldoc/core/i18n/LanguageManager.getLanguages:()Ljava/util/List;
logicaldoc-core-8.9.1-plugin.jar,
Menu.class
package com.logicaldoc.core.security.menu
Menu.compareTo ( Menu o ) : int
com/logicaldoc/core/security/menu/Menu.compareTo:(Lcom/logicaldoc/core/security/menu/Menu;)I
Menu.compareTo ( Object p1 ) : int
com/logicaldoc/core/security/menu/Menu.compareTo:(Ljava/lang/Object;)I
Menu.equals ( Object obj ) : boolean
com/logicaldoc/core/security/menu/Menu.equals:(Ljava/lang/Object;)Z
Menu.getAutomation ( ) : String
com/logicaldoc/core/security/menu/Menu.getAutomation:()Ljava/lang/String;
Menu.getDescription ( ) : String
com/logicaldoc/core/security/menu/Menu.getDescription:()Ljava/lang/String;
Menu.getEnabled ( ) : int
com/logicaldoc/core/security/menu/Menu.getEnabled:()I
Menu.getIcon ( ) : String
com/logicaldoc/core/security/menu/Menu.getIcon:()Ljava/lang/String;
Menu.getName ( ) : String
com/logicaldoc/core/security/menu/Menu.getName:()Ljava/lang/String;
Menu.getParentId ( ) : long
com/logicaldoc/core/security/menu/Menu.getParentId:()J
Menu.getPosition ( ) : int
com/logicaldoc/core/security/menu/Menu.getPosition:()I
Menu.getRoutineId ( ) : Long
com/logicaldoc/core/security/menu/Menu.getRoutineId:()Ljava/lang/Long;
Menu.getType ( ) : int
com/logicaldoc/core/security/menu/Menu.getType:()I
Menu.hashCode ( ) : int
com/logicaldoc/core/security/menu/Menu.hashCode:()I
Menu.Menu ( )
com/logicaldoc/core/security/menu/Menu."<init>":()V
Menu.setAutomation ( String automation ) : void
com/logicaldoc/core/security/menu/Menu.setAutomation:(Ljava/lang/String;)V
Menu.setDescription ( String description ) : void
com/logicaldoc/core/security/menu/Menu.setDescription:(Ljava/lang/String;)V
Menu.setEnabled ( int enabled ) : void
com/logicaldoc/core/security/menu/Menu.setEnabled:(I)V
Menu.setIcon ( String icon ) : void
com/logicaldoc/core/security/menu/Menu.setIcon:(Ljava/lang/String;)V
Menu.setName ( String name ) : void
com/logicaldoc/core/security/menu/Menu.setName:(Ljava/lang/String;)V
Menu.setParentId ( long parentId ) : void
com/logicaldoc/core/security/menu/Menu.setParentId:(J)V
Menu.setPosition ( int position ) : void
com/logicaldoc/core/security/menu/Menu.setPosition:(I)V
Menu.setRoutineId ( Long routineId ) : void
com/logicaldoc/core/security/menu/Menu.setRoutineId:(Ljava/lang/Long;)V
Menu.setType ( int type ) : void
com/logicaldoc/core/security/menu/Menu.setType:(I)V
logicaldoc-core-8.9.1-plugin.jar,
MenuDAO.class
package com.logicaldoc.core.security.menu
MenuDAO.computePathExtended ( long p1 ) [abstract] : String
com/logicaldoc/core/security/menu/MenuDAO.computePathExtended:(J)Ljava/lang/String;
MenuDAO.createPath ( long p1, long p2, int p3, String p4, boolean p5 ) [abstract] : Menu
com/logicaldoc/core/security/menu/MenuDAO.createPath:(JJILjava/lang/String;Z)Lcom/logicaldoc/core/security/menu/Menu;
MenuDAO.findByGroupId ( long p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByGroupId:(J)Ljava/util/List;
MenuDAO.findByName ( Menu p1, String p2, boolean p3 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByName:(Lcom/logicaldoc/core/security/menu/Menu;Ljava/lang/String;Z)Ljava/util/List;
MenuDAO.findByName ( String p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
MenuDAO.findByNameAndParentId ( String p1, long p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByNameAndParentId:(Ljava/lang/String;J)Ljava/util/List;
MenuDAO.findByParentId ( long p1, boolean p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByParentId:(JZ)Ljava/util/List;
MenuDAO.findByUserId ( long p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByUserId:(J)Ljava/util/List;
MenuDAO.findByUserId ( long p1, long p2, boolean p3 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findByUserId:(JJZ)Ljava/util/List;
MenuDAO.findChildren ( long p1, Integer p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findChildren:(JLjava/lang/Integer;)Ljava/util/List;
MenuDAO.findChildren ( long p1, long p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findChildren:(JJ)Ljava/util/List;
MenuDAO.findIdByUserId ( long p1, long p2 ) [abstract] : List<Long>
com/logicaldoc/core/security/menu/MenuDAO.findIdByUserId:(JJ)Ljava/util/List;
MenuDAO.findMenuIdByUserId ( long p1, boolean p2 ) [abstract] : List<Long>
com/logicaldoc/core/security/menu/MenuDAO.findMenuIdByUserId:(JZ)Ljava/util/List;
MenuDAO.findMenuIdByUserIdAndPermission ( long p1, Permission p2, boolean p3 ) [abstract] : List<Long>
com/logicaldoc/core/security/menu/MenuDAO.findMenuIdByUserIdAndPermission:(JLcom/logicaldoc/core/security/Permission;Z)Ljava/util/List;
MenuDAO.findNameById ( long p1 ) [abstract] : String
com/logicaldoc/core/security/menu/MenuDAO.findNameById:(J)Ljava/lang/String;
MenuDAO.findParents ( long p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/menu/MenuDAO.findParents:(J)Ljava/util/List;
MenuDAO.hasWriteAccess ( Menu p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/menu/MenuDAO.hasWriteAccess:(Lcom/logicaldoc/core/security/menu/Menu;J)Z
MenuDAO.isMenuWriteable ( long p1, long p2 ) [abstract] : int
com/logicaldoc/core/security/menu/MenuDAO.isMenuWriteable:(JJ)I
MenuDAO.isReadEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/menu/MenuDAO.isReadEnable:(JJ)Z
MenuDAO.isWriteEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/menu/MenuDAO.isWriteEnable:(JJ)Z
MenuDAO.restore ( long p1, boolean p2 ) [abstract] : void
com/logicaldoc/core/security/menu/MenuDAO.restore:(JZ)V
logicaldoc-core-8.9.1-plugin.jar,
PasswordHistory.class
package com.logicaldoc.core.security.user
PasswordHistory.compareTo ( Object p1 ) : int
com/logicaldoc/core/security/user/PasswordHistory.compareTo:(Ljava/lang/Object;)I
PasswordHistory.compareTo ( PasswordHistory other ) : int
com/logicaldoc/core/security/user/PasswordHistory.compareTo:(Lcom/logicaldoc/core/security/user/PasswordHistory;)I
PasswordHistory.equals ( Object obj ) : boolean
com/logicaldoc/core/security/user/PasswordHistory.equals:(Ljava/lang/Object;)Z
PasswordHistory.getDate ( ) : Date
com/logicaldoc/core/security/user/PasswordHistory.getDate:()Ljava/util/Date;
PasswordHistory.getPassword ( ) : String
com/logicaldoc/core/security/user/PasswordHistory.getPassword:()Ljava/lang/String;
PasswordHistory.getUserId ( ) : long
com/logicaldoc/core/security/user/PasswordHistory.getUserId:()J
PasswordHistory.PasswordHistory ( )
com/logicaldoc/core/security/user/PasswordHistory."<init>":()V
PasswordHistory.setDate ( Date date ) : void
com/logicaldoc/core/security/user/PasswordHistory.setDate:(Ljava/util/Date;)V
PasswordHistory.setPassword ( String password ) : void
com/logicaldoc/core/security/user/PasswordHistory.setPassword:(Ljava/lang/String;)V
PasswordHistory.setUserId ( long userId ) : void
com/logicaldoc/core/security/user/PasswordHistory.setUserId:(J)V
logicaldoc-core-8.9.1-plugin.jar,
PasswordHistoryDAO.class
package com.logicaldoc.core.security.user
PasswordHistoryDAO.cleanOldHistories ( long p1, int p2 ) [abstract] : void
com/logicaldoc/core/security/user/PasswordHistoryDAO.cleanOldHistories:(JI)V
PasswordHistoryDAO.findByUserId ( long p1, Integer p2 ) [abstract] : List<PasswordHistory>
com/logicaldoc/core/security/user/PasswordHistoryDAO.findByUserId:(JLjava/lang/Integer;)Ljava/util/List;
PasswordHistoryDAO.findByUserIdAndPassword ( long p1, String p2, int p3 ) [abstract] : PasswordHistory
com/logicaldoc/core/security/user/PasswordHistoryDAO.findByUserIdAndPassword:(JLjava/lang/String;I)Lcom/logicaldoc/core/security/user/PasswordHistory;
logicaldoc-core-8.9.1-plugin.jar,
Permission.class
package com.logicaldoc.core.security
Permission.match ( String... names ) [static] : Set<Permission>
com/logicaldoc/core/security/Permission.match:([Ljava/lang/String;)Ljava/util/Set;
logicaldoc-core-8.9.1-plugin.jar,
PluginDbInit.class
package com.logicaldoc.core.dbinit
PluginDbInit.init ( Set<String> ids ) : void
com/logicaldoc/core/dbinit/PluginDbInit.init:(Ljava/util/Set;)V
logicaldoc-core-8.9.1-plugin.jar,
RatingDAO.class
package com.logicaldoc.core.document
RatingDAO.findByDocId ( long p1 ) [abstract] : List<Rating>
com/logicaldoc/core/document/RatingDAO.findByDocId:(J)Ljava/util/List;
RatingDAO.findByDocIdAndUserId ( long p1, long p2 ) [abstract] : Rating
com/logicaldoc/core/document/RatingDAO.findByDocIdAndUserId:(JJ)Lcom/logicaldoc/core/document/Rating;
RatingDAO.findVotesByDocId ( long p1 ) [abstract] : Rating
com/logicaldoc/core/document/RatingDAO.findVotesByDocId:(J)Lcom/logicaldoc/core/document/Rating;
RatingDAO.store ( Rating p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/RatingDAO.store:(Lcom/logicaldoc/core/document/Rating;Lcom/logicaldoc/core/document/DocumentHistory;)V
RatingDAO.updateDocumentRating ( long p1, DocumentHistory p2 ) [abstract] : int
com/logicaldoc/core/document/RatingDAO.updateDocumentRating:(JLcom/logicaldoc/core/document/DocumentHistory;)I
logicaldoc-core-8.9.1-plugin.jar,
Search.class
package com.logicaldoc.core.searchengine
Search.getAccessibleFolderIds ( ) : Collection<Long>
com/logicaldoc/core/searchengine/Search.getAccessibleFolderIds:()Ljava/util/Collection;
Search.getDeniedDocIds ( List<Hit> hits, Collection<Long> accessibleFolderIds ) : Set<Long>
com/logicaldoc/core/searchengine/Search.getDeniedDocIds:(Ljava/util/List;Ljava/util/Collection;)Ljava/util/Set;
logicaldoc-core-8.9.1-plugin.jar,
SearchEngine.class
package com.logicaldoc.core.searchengine
SearchEngine.search ( String p1, Set<String> p2, String p3, Integer p4 ) [abstract] : Hits
com/logicaldoc/core/searchengine/SearchEngine.search:(Ljava/lang/String;Ljava/util/Set;Ljava/lang/String;Ljava/lang/Integer;)Lcom/logicaldoc/core/searchengine/Hits;
logicaldoc-core-8.9.1-plugin.jar,
SearchTool.class
package com.logicaldoc.core.automation
SearchTool.search ( long tenantId, String expression, Set<String> filters, String expressionLanguage ) : List<Hit>
com/logicaldoc/core/automation/SearchTool.search:(JLjava/lang/String;Ljava/util/Set;Ljava/lang/String;)Ljava/util/List;
logicaldoc-core-8.9.1-plugin.jar,
Securable.class
package com.logicaldoc.core.security
Securable.addAccessControlEntry ( AccessControlEntry p1 ) [abstract] : void
com/logicaldoc/core/security/Securable.addAccessControlEntry:(Lcom/logicaldoc/core/security/AccessControlEntry;)V
Securable.getAccessControlEntry ( long p1 ) [abstract] : AccessControlEntry
com/logicaldoc/core/security/Securable.getAccessControlEntry:(J)Lcom/logicaldoc/core/security/AccessControlEntry;
Securable.getAccessControlList ( ) [abstract] : Set<AccessControlEntry>
com/logicaldoc/core/security/Securable.getAccessControlList:()Ljava/util/Set;
Securable.setAccessControlList ( Set<AccessControlEntry> p1 ) [abstract] : void
com/logicaldoc/core/security/Securable.setAccessControlList:(Ljava/util/Set;)V
logicaldoc-core-8.9.1-plugin.jar,
SecurableExtensibleObject.class
package com.logicaldoc.core.security
SecurableExtensibleObject.addAccessControlEntry ( AccessControlEntry ace ) : void
com/logicaldoc/core/security/SecurableExtensibleObject.addAccessControlEntry:(Lcom/logicaldoc/core/security/AccessControlEntry;)V
SecurableExtensibleObject.equals ( Object obj ) : boolean
com/logicaldoc/core/security/SecurableExtensibleObject.equals:(Ljava/lang/Object;)Z
SecurableExtensibleObject.getAccessControlEntry ( long groupId ) : AccessControlEntry
com/logicaldoc/core/security/SecurableExtensibleObject.getAccessControlEntry:(J)Lcom/logicaldoc/core/security/AccessControlEntry;
SecurableExtensibleObject.getAccessControlList ( ) : Set<AccessControlEntry>
com/logicaldoc/core/security/SecurableExtensibleObject.getAccessControlList:()Ljava/util/Set;
SecurableExtensibleObject.hashCode ( ) : int
com/logicaldoc/core/security/SecurableExtensibleObject.hashCode:()I
SecurableExtensibleObject.SecurableExtensibleObject ( )
com/logicaldoc/core/security/SecurableExtensibleObject."<init>":()V
SecurableExtensibleObject.setAccessControlList ( Set<AccessControlEntry> acl ) : void
com/logicaldoc/core/security/SecurableExtensibleObject.setAccessControlList:(Ljava/util/Set;)V
logicaldoc-core-8.9.1-plugin.jar,
SecurablePersistentObject.class
package com.logicaldoc.core.security
SecurablePersistentObject.addAccessControlEntry ( AccessControlEntry ace ) : void
com/logicaldoc/core/security/SecurablePersistentObject.addAccessControlEntry:(Lcom/logicaldoc/core/security/AccessControlEntry;)V
SecurablePersistentObject.equals ( Object obj ) : boolean
com/logicaldoc/core/security/SecurablePersistentObject.equals:(Ljava/lang/Object;)Z
SecurablePersistentObject.getAccessControlEntry ( long groupId ) : AccessControlEntry
com/logicaldoc/core/security/SecurablePersistentObject.getAccessControlEntry:(J)Lcom/logicaldoc/core/security/AccessControlEntry;
SecurablePersistentObject.getAccessControlList ( ) : Set<AccessControlEntry>
com/logicaldoc/core/security/SecurablePersistentObject.getAccessControlList:()Ljava/util/Set;
SecurablePersistentObject.hashCode ( ) : int
com/logicaldoc/core/security/SecurablePersistentObject.hashCode:()I
SecurablePersistentObject.SecurablePersistentObject ( )
com/logicaldoc/core/security/SecurablePersistentObject."<init>":()V
SecurablePersistentObject.setAccessControlList ( Set<AccessControlEntry> acl ) : void
com/logicaldoc/core/security/SecurablePersistentObject.setAccessControlList:(Ljava/util/Set;)V
logicaldoc-core-8.9.1-plugin.jar,
SecurityTool.class
package com.logicaldoc.core.automation
SecurityTool.getUser ( long userId ) : User
com/logicaldoc/core/automation/SecurityTool.getUser:(J)Lcom/logicaldoc/core/security/user/User;
SecurityTool.getUser ( String username ) : User
com/logicaldoc/core/automation/SecurityTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-core-8.9.1-plugin.jar,
Session.class
package com.logicaldoc.core.security
Session.getUser ( ) : User
com/logicaldoc/core/security/Session.getUser:()Lcom/logicaldoc/core/security/user/User;
logicaldoc-core-8.9.1-plugin.jar,
SessionDAO.class
package com.logicaldoc.core.security
SessionDAO.cleanOldSessions ( int p1 ) [abstract] : void
com/logicaldoc/core/security/SessionDAO.cleanOldSessions:(I)V
SessionDAO.countSessions ( Long p1, Integer p2 ) [abstract] : int
com/logicaldoc/core/security/SessionDAO.countSessions:(Ljava/lang/Long;Ljava/lang/Integer;)I
SessionDAO.deleteCurrentNodeSessions ( ) [abstract] : void
com/logicaldoc/core/security/SessionDAO.deleteCurrentNodeSessions:()V
SessionDAO.findByNode ( String p1 ) [abstract] : List<Session>
com/logicaldoc/core/security/SessionDAO.findByNode:(Ljava/lang/String;)Ljava/util/List;
SessionDAO.findBySid ( String p1 ) [abstract] : Session
com/logicaldoc/core/security/SessionDAO.findBySid:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Session;
logicaldoc-core-8.9.1-plugin.jar,
SessionManager.class
package com.logicaldoc.core.security
SessionManager.createSession ( User user, Client client ) : Session
com/logicaldoc/core/security/SessionManager.createSession:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/Session;
SessionManager.getSessionDao ( ) : SessionDAO
com/logicaldoc/core/security/SessionManager.getSessionDao:()Lcom/logicaldoc/core/security/SessionDAO;
SessionManager.setSessionDao ( SessionDAO sessionDao ) : void
com/logicaldoc/core/security/SessionManager.setSessionDao:(Lcom/logicaldoc/core/security/SessionDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
StandardSearchEngine.class
package com.logicaldoc.core.searchengine
StandardSearchEngine.prepareSearchQuery ( String expression, Set<String> filters, String expressionLanguage, Integer rows ) : SolrQuery
com/logicaldoc/core/searchengine/StandardSearchEngine.prepareSearchQuery:(Ljava/lang/String;Ljava/util/Set;Ljava/lang/String;Ljava/lang/Integer;)Lorg/apache/solr/client/solrj/SolrQuery;
StandardSearchEngine.search ( String expression, Set<String> filters, String expressionLanguage, Integer rows ) : Hits
com/logicaldoc/core/searchengine/StandardSearchEngine.search:(Ljava/lang/String;Ljava/util/Set;Ljava/lang/String;Ljava/lang/Integer;)Lcom/logicaldoc/core/searchengine/Hits;
StandardSearchEngine.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/searchengine/StandardSearchEngine.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
StandardSearchEngine.setNoteDao ( DocumentNoteDAO noteDao ) : void
com/logicaldoc/core/searchengine/StandardSearchEngine.setNoteDao:(Lcom/logicaldoc/core/document/DocumentNoteDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
StatsCollector.class
package com.logicaldoc.core.stats
StatsCollector.getDocumentDAO ( ) : DocumentDAO
com/logicaldoc/core/stats/StatsCollector.getDocumentDAO:()Lcom/logicaldoc/core/document/DocumentDAO;
StatsCollector.getGroupDAO ( ) : GroupDAO
com/logicaldoc/core/stats/StatsCollector.getGroupDAO:()Lcom/logicaldoc/core/security/user/GroupDAO;
StatsCollector.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/stats/StatsCollector.setDocumentDAO:(Lcom/logicaldoc/core/document/DocumentDAO;)V
StatsCollector.setGroupDAO ( GroupDAO groupDAO ) : void
com/logicaldoc/core/stats/StatsCollector.setGroupDAO:(Lcom/logicaldoc/core/security/user/GroupDAO;)V
StatsCollector.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/core/stats/StatsCollector.setTenantDAO:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
SystemInfo.class
package com.logicaldoc.core
SystemInfo.getFeatures ( ) : Set<String>
com/logicaldoc/core/SystemInfo.getFeatures:()Ljava/util/Set;
SystemInfo.setFeatures ( Set<String> features ) : void
com/logicaldoc/core/SystemInfo.setFeatures:(Ljava/util/Set;)V
logicaldoc-core-8.9.1-plugin.jar,
TagsProcessor.class
package com.logicaldoc.core.document
TagsProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/document/TagsProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
Task.class
package com.logicaldoc.core.task
Task.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/core/task/Task.setUserDao:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-core-8.9.1-plugin.jar,
TenantDAO.class
package com.logicaldoc.core.security
TenantDAO.count ( ) [abstract] : int
com/logicaldoc/core/security/TenantDAO.count:()I
TenantDAO.findAllNames ( ) [abstract] : Set<String>
com/logicaldoc/core/security/TenantDAO.findAllNames:()Ljava/util/Set;
TenantDAO.findByName ( String p1 ) [abstract] : Tenant
com/logicaldoc/core/security/TenantDAO.findByName:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Tenant;
TenantDAO.getTenantName ( long p1 ) [abstract] : String
com/logicaldoc/core/security/TenantDAO.getTenantName:(J)Ljava/lang/String;
logicaldoc-core-8.9.1-plugin.jar,
ThumbnailManager.class
package com.logicaldoc.core.document.thumbnail
ThumbnailManager.init ( ) : void
com/logicaldoc/core/document/thumbnail/ThumbnailManager.init:()V
logicaldoc-core-8.9.1-plugin.jar,
UnexistingResourceException.class
package com.logicaldoc.core.security.authorization
UnexistingResourceException.getSecurityObject ( ) : String
com/logicaldoc/core/security/authorization/UnexistingResourceException.getSecurityObject:()Ljava/lang/String;
UnexistingResourceException.getUsername ( ) : String
com/logicaldoc/core/security/authorization/UnexistingResourceException.getUsername:()Ljava/lang/String;
UnexistingResourceException.UnexistingResourceException ( )
com/logicaldoc/core/security/authorization/UnexistingResourceException."<init>":()V
UnexistingResourceException.UnexistingResourceException ( String message )
com/logicaldoc/core/security/authorization/UnexistingResourceException."<init>":(Ljava/lang/String;)V
UnexistingResourceException.UnexistingResourceException ( String message, Throwable cause )
com/logicaldoc/core/security/authorization/UnexistingResourceException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
UnexistingResourceException.UnexistingResourceException ( String username, String resource )
com/logicaldoc/core/security/authorization/UnexistingResourceException."<init>":(Ljava/lang/String;Ljava/lang/String;)V
UnexistingResourceException.UnexistingResourceException ( String username, String resource, Throwable cause )
com/logicaldoc/core/security/authorization/UnexistingResourceException."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
UnexistingResourceException.UnexistingResourceException ( Throwable cause )
com/logicaldoc/core/security/authorization/UnexistingResourceException."<init>":(Ljava/lang/Throwable;)V
logicaldoc-core-8.9.1-plugin.jar,
User.class
package com.logicaldoc.core.security.user
User.addGroup ( Group group ) : void
com/logicaldoc/core/security/user/User.addGroup:(Lcom/logicaldoc/core/security/user/Group;)V
User.clearPassword ( ) : void
com/logicaldoc/core/security/user/User.clearPassword:()V
User.getAvatar ( ) : String
com/logicaldoc/core/security/user/User.getAvatar:()Ljava/lang/String;
User.getBuilding ( ) : String
com/logicaldoc/core/security/user/User.getBuilding:()Ljava/lang/String;
User.getCertDN ( ) : String
com/logicaldoc/core/security/user/User.getCertDN:()Ljava/lang/String;
User.getCertExpire ( ) : Date
com/logicaldoc/core/security/user/User.getCertExpire:()Ljava/util/Date;
User.getCity ( ) : String
com/logicaldoc/core/security/user/User.getCity:()Ljava/lang/String;
User.getCompany ( ) : String
com/logicaldoc/core/security/user/User.getCompany:()Ljava/lang/String;
User.getCountry ( ) : String
com/logicaldoc/core/security/user/User.getCountry:()Ljava/lang/String;
User.getDateFormat ( ) : String
com/logicaldoc/core/security/user/User.getDateFormat:()Ljava/lang/String;
User.getDateFormatLong ( ) : String
com/logicaldoc/core/security/user/User.getDateFormatLong:()Ljava/lang/String;
User.getDateFormatShort ( ) : String
com/logicaldoc/core/security/user/User.getDateFormatShort:()Ljava/lang/String;
User.getDecodedPassword ( ) : String
com/logicaldoc/core/security/user/User.getDecodedPassword:()Ljava/lang/String;
User.getDefaultWorkspace ( ) : Long
com/logicaldoc/core/security/user/User.getDefaultWorkspace:()Ljava/lang/Long;
User.getDepartment ( ) : String
com/logicaldoc/core/security/user/User.getDepartment:()Ljava/lang/String;
User.getDocsGrid ( ) : String
com/logicaldoc/core/security/user/User.getDocsGrid:()Ljava/lang/String;
User.getEmail ( ) : String
com/logicaldoc/core/security/user/User.getEmail:()Ljava/lang/String;
User.getEmail2 ( ) : String
com/logicaldoc/core/security/user/User.getEmail2:()Ljava/lang/String;
User.getEmailSignature ( ) : String
com/logicaldoc/core/security/user/User.getEmailSignature:()Ljava/lang/String;
User.getEmailSignature2 ( ) : String
com/logicaldoc/core/security/user/User.getEmailSignature2:()Ljava/lang/String;
User.getEnabled ( ) : int
com/logicaldoc/core/security/user/User.getEnabled:()I
User.getEnforceWorkingTime ( ) : int
com/logicaldoc/core/security/user/User.getEnforceWorkingTime:()I
User.getExpire ( ) : Date
com/logicaldoc/core/security/user/User.getExpire:()Ljava/util/Date;
User.getFirstName ( ) : String
com/logicaldoc/core/security/user/User.getFirstName:()Ljava/lang/String;
User.getFullName ( ) : String
com/logicaldoc/core/security/user/User.getFullName:()Ljava/lang/String;
User.getGroups ( ) : Set<Group>
com/logicaldoc/core/security/user/User.getGroups:()Ljava/util/Set;
User.getHitsGrid ( ) : String
com/logicaldoc/core/security/user/User.getHitsGrid:()Ljava/lang/String;
User.getInitials ( ) : String
com/logicaldoc/core/security/user/User.getInitials:()Ljava/lang/String;
User.getIpBlackList ( ) : String
com/logicaldoc/core/security/user/User.getIpBlackList:()Ljava/lang/String;
User.getIpWhiteList ( ) : String
com/logicaldoc/core/security/user/User.getIpWhiteList:()Ljava/lang/String;
User.getKey ( ) : String
com/logicaldoc/core/security/user/User.getKey:()Ljava/lang/String;
User.getLanguage ( ) : String
com/logicaldoc/core/security/user/User.getLanguage:()Ljava/lang/String;
User.getLastEnabled ( ) : Date
com/logicaldoc/core/security/user/User.getLastEnabled:()Ljava/util/Date;
User.getLastLogin ( ) : Date
com/logicaldoc/core/security/user/User.getLastLogin:()Ljava/util/Date;
User.getLocale ( ) : Locale
com/logicaldoc/core/security/user/User.getLocale:()Ljava/util/Locale;
User.getMaxInactivity ( ) : Integer
com/logicaldoc/core/security/user/User.getMaxInactivity:()Ljava/lang/Integer;
User.getName ( ) : String
com/logicaldoc/core/security/user/User.getName:()Ljava/lang/String;
User.getOrganizationalUnit ( ) : String
com/logicaldoc/core/security/user/User.getOrganizationalUnit:()Ljava/lang/String;
User.getPassword ( ) : String
com/logicaldoc/core/security/user/User.getPassword:()Ljava/lang/String;
User.getPasswordChanged ( ) : Date
com/logicaldoc/core/security/user/User.getPasswordChanged:()Ljava/util/Date;
User.getPasswordExpired ( ) : int
com/logicaldoc/core/security/user/User.getPasswordExpired:()I
User.getPasswordExpires ( ) : int
com/logicaldoc/core/security/user/User.getPasswordExpires:()I
User.getPasswordmd4 ( ) : String
com/logicaldoc/core/security/user/User.getPasswordmd4:()Ljava/lang/String;
User.getPostalcode ( ) : String
com/logicaldoc/core/security/user/User.getPostalcode:()Ljava/lang/String;
User.getQuota ( ) : long
com/logicaldoc/core/security/user/User.getQuota:()J
User.getRepass ( ) : String
com/logicaldoc/core/security/user/User.getRepass:()Ljava/lang/String;
User.getSearchPref ( ) : String
com/logicaldoc/core/security/user/User.getSearchPref:()Ljava/lang/String;
User.getSecondFactor ( ) : String
com/logicaldoc/core/security/user/User.getSecondFactor:()Ljava/lang/String;
User.getSource ( ) : int
com/logicaldoc/core/security/user/User.getSource:()I
User.getState ( ) : String
com/logicaldoc/core/security/user/User.getState:()Ljava/lang/String;
User.getStreet ( ) : String
com/logicaldoc/core/security/user/User.getStreet:()Ljava/lang/String;
User.getTelephone ( ) : String
com/logicaldoc/core/security/user/User.getTelephone:()Ljava/lang/String;
User.getTelephone2 ( ) : String
com/logicaldoc/core/security/user/User.getTelephone2:()Ljava/lang/String;
User.getTimeZone ( ) : String
com/logicaldoc/core/security/user/User.getTimeZone:()Ljava/lang/String;
User.getType ( ) : int
com/logicaldoc/core/security/user/User.getType:()I
User.getUserGroup ( ) : Group
com/logicaldoc/core/security/user/User.getUserGroup:()Lcom/logicaldoc/core/security/user/Group;
User.getUserGroupName ( ) : String
com/logicaldoc/core/security/user/User.getUserGroupName:()Ljava/lang/String;
User.getUserGroups ( ) : Set<UserGroup>
com/logicaldoc/core/security/user/User.getUserGroups:()Ljava/util/Set;
User.getUsername ( ) : String
com/logicaldoc/core/security/user/User.getUsername:()Ljava/lang/String;
User.getWelcomeScreen ( ) : Integer
com/logicaldoc/core/security/user/User.getWelcomeScreen:()Ljava/lang/Integer;
User.getWorkingTimes ( ) : Set<WorkingTime>
com/logicaldoc/core/security/user/User.getWorkingTimes:()Ljava/util/Set;
User.isAdmin ( ) : boolean
com/logicaldoc/core/security/user/User.isAdmin:()Z
User.isExpired ( ) : boolean
com/logicaldoc/core/security/user/User.isExpired:()Z
User.isInWorkingTime ( ) : boolean
com/logicaldoc/core/security/user/User.isInWorkingTime:()Z
User.isMemberOf ( String groupName ) : boolean
com/logicaldoc/core/security/user/User.isMemberOf:(Ljava/lang/String;)Z
User.isReadonly ( ) : boolean
com/logicaldoc/core/security/user/User.isReadonly:()Z
User.removeGroup ( long groupId ) : void
com/logicaldoc/core/security/user/User.removeGroup:(J)V
User.removeGroupMemberships ( String source ) : void
com/logicaldoc/core/security/user/User.removeGroupMemberships:(Ljava/lang/String;)V
User.reset ( ) : void
com/logicaldoc/core/security/user/User.reset:()V
User.setAvatar ( String avatar ) : void
com/logicaldoc/core/security/user/User.setAvatar:(Ljava/lang/String;)V
User.setBuilding ( String building ) : void
com/logicaldoc/core/security/user/User.setBuilding:(Ljava/lang/String;)V
User.setCertDN ( String certDN ) : void
com/logicaldoc/core/security/user/User.setCertDN:(Ljava/lang/String;)V
User.setCertExpire ( Date certExpire ) : void
com/logicaldoc/core/security/user/User.setCertExpire:(Ljava/util/Date;)V
User.setCity ( String ct ) : void
com/logicaldoc/core/security/user/User.setCity:(Ljava/lang/String;)V
User.setCompany ( String company ) : void
com/logicaldoc/core/security/user/User.setCompany:(Ljava/lang/String;)V
User.setCountry ( String cnt ) : void
com/logicaldoc/core/security/user/User.setCountry:(Ljava/lang/String;)V
User.setDateFormat ( String dateFormat ) : void
com/logicaldoc/core/security/user/User.setDateFormat:(Ljava/lang/String;)V
User.setDateFormatLong ( String dateFormatLong ) : void
com/logicaldoc/core/security/user/User.setDateFormatLong:(Ljava/lang/String;)V
User.setDateFormatShort ( String dateFormatShort ) : void
com/logicaldoc/core/security/user/User.setDateFormatShort:(Ljava/lang/String;)V
User.setDecodedPassword ( String pwd ) : void
com/logicaldoc/core/security/user/User.setDecodedPassword:(Ljava/lang/String;)V
User.setDefaultWorkspace ( Long defaultWorkspace ) : void
com/logicaldoc/core/security/user/User.setDefaultWorkspace:(Ljava/lang/Long;)V
User.setDepartment ( String department ) : void
com/logicaldoc/core/security/user/User.setDepartment:(Ljava/lang/String;)V
User.setDocsGrid ( String docsGrid ) : void
com/logicaldoc/core/security/user/User.setDocsGrid:(Ljava/lang/String;)V
User.setEmail ( String mail ) : void
com/logicaldoc/core/security/user/User.setEmail:(Ljava/lang/String;)V
User.setEmail2 ( String email2 ) : void
com/logicaldoc/core/security/user/User.setEmail2:(Ljava/lang/String;)V
User.setEmailSignature ( String emailSignature ) : void
com/logicaldoc/core/security/user/User.setEmailSignature:(Ljava/lang/String;)V
User.setEmailSignature2 ( String emailSignature2 ) : void
com/logicaldoc/core/security/user/User.setEmailSignature2:(Ljava/lang/String;)V
User.setEnabled ( int enabled ) : void
com/logicaldoc/core/security/user/User.setEnabled:(I)V
User.setEnforceWorkingTime ( int enforceWorkingTime ) : void
com/logicaldoc/core/security/user/User.setEnforceWorkingTime:(I)V
User.setExpire ( Date expire ) : void
com/logicaldoc/core/security/user/User.setExpire:(Ljava/util/Date;)V
User.setFirstName ( String firstName ) : void
com/logicaldoc/core/security/user/User.setFirstName:(Ljava/lang/String;)V
User.setGroups ( Set<Group> groups ) : void
com/logicaldoc/core/security/user/User.setGroups:(Ljava/util/Set;)V
User.setHitsGrid ( String hitsGrid ) : void
com/logicaldoc/core/security/user/User.setHitsGrid:(Ljava/lang/String;)V
User.setIpBlackList ( String ipBlackList ) : void
com/logicaldoc/core/security/user/User.setIpBlackList:(Ljava/lang/String;)V
User.setIpWhiteList ( String ipWhiteList ) : void
com/logicaldoc/core/security/user/User.setIpWhiteList:(Ljava/lang/String;)V
User.setKey ( String key ) : void
com/logicaldoc/core/security/user/User.setKey:(Ljava/lang/String;)V
User.setLanguage ( String lang ) : void
com/logicaldoc/core/security/user/User.setLanguage:(Ljava/lang/String;)V
User.setLastEnabled ( Date lastEnabled ) : void
com/logicaldoc/core/security/user/User.setLastEnabled:(Ljava/util/Date;)V
User.setLastLogin ( Date lastLogin ) : void
com/logicaldoc/core/security/user/User.setLastLogin:(Ljava/util/Date;)V
User.setLocale ( Locale locale ) : void
com/logicaldoc/core/security/user/User.setLocale:(Ljava/util/Locale;)V
User.setMaxInactivity ( Integer maxInactivity ) : void
com/logicaldoc/core/security/user/User.setMaxInactivity:(Ljava/lang/Integer;)V
User.setName ( String name ) : void
com/logicaldoc/core/security/user/User.setName:(Ljava/lang/String;)V
User.setOrganizationalUnit ( String organizationalUnit ) : void
com/logicaldoc/core/security/user/User.setOrganizationalUnit:(Ljava/lang/String;)V
User.setPassword ( String pwd ) : void
com/logicaldoc/core/security/user/User.setPassword:(Ljava/lang/String;)V
User.setPasswordChanged ( Date passwordChanged ) : void
com/logicaldoc/core/security/user/User.setPasswordChanged:(Ljava/util/Date;)V
User.setPasswordExpired ( int passwordExpired ) : void
com/logicaldoc/core/security/user/User.setPasswordExpired:(I)V
User.setPasswordExpires ( int passwordExpires ) : void
com/logicaldoc/core/security/user/User.setPasswordExpires:(I)V
User.setPasswordmd4 ( String passwordmd4 ) : void
com/logicaldoc/core/security/user/User.setPasswordmd4:(Ljava/lang/String;)V
User.setPostalcode ( String pc ) : void
com/logicaldoc/core/security/user/User.setPostalcode:(Ljava/lang/String;)V
User.setQuota ( long quota ) : void
com/logicaldoc/core/security/user/User.setQuota:(J)V
User.setRepass ( String repass ) : void
com/logicaldoc/core/security/user/User.setRepass:(Ljava/lang/String;)V
User.setSearchPref ( String searchPref ) : void
com/logicaldoc/core/security/user/User.setSearchPref:(Ljava/lang/String;)V
User.setSecondFactor ( String secondFactor ) : void
com/logicaldoc/core/security/user/User.setSecondFactor:(Ljava/lang/String;)V
User.setSource ( int source ) : void
com/logicaldoc/core/security/user/User.setSource:(I)V
User.setState ( String state ) : void
com/logicaldoc/core/security/user/User.setState:(Ljava/lang/String;)V
User.setStreet ( String str ) : void
com/logicaldoc/core/security/user/User.setStreet:(Ljava/lang/String;)V
User.setTelephone ( String phone ) : void
com/logicaldoc/core/security/user/User.setTelephone:(Ljava/lang/String;)V
User.setTelephone2 ( String telephone2 ) : void
com/logicaldoc/core/security/user/User.setTelephone2:(Ljava/lang/String;)V
User.setTimeZone ( String timeZone ) : void
com/logicaldoc/core/security/user/User.setTimeZone:(Ljava/lang/String;)V
User.setType ( int type ) : void
com/logicaldoc/core/security/user/User.setType:(I)V
User.setUserGroups ( Set<UserGroup> userGroups ) : void
com/logicaldoc/core/security/user/User.setUserGroups:(Ljava/util/Set;)V
User.setUsername ( String uname ) : void
com/logicaldoc/core/security/user/User.setUsername:(Ljava/lang/String;)V
User.setWelcomeScreen ( Integer welcomeScreen ) : void
com/logicaldoc/core/security/user/User.setWelcomeScreen:(Ljava/lang/Integer;)V
User.setWorkingTimes ( Set<WorkingTime> workingTimes ) : void
com/logicaldoc/core/security/user/User.setWorkingTimes:(Ljava/util/Set;)V
User.toString ( ) : String
com/logicaldoc/core/security/user/User.toString:()Ljava/lang/String;
User.User ( )
com/logicaldoc/core/security/user/User."<init>":()V
logicaldoc-core-8.9.1-plugin.jar,
UserDAO.class
package com.logicaldoc.core.security.user
UserDAO.count ( Long p1 ) [abstract] : int
com/logicaldoc/core/security/user/UserDAO.count:(Ljava/lang/Long;)I
UserDAO.countGuests ( Long p1 ) [abstract] : int
com/logicaldoc/core/security/user/UserDAO.countGuests:(Ljava/lang/Long;)I
UserDAO.delete ( long p1, UserHistory p2 ) [abstract] : void
com/logicaldoc/core/security/user/UserDAO.delete:(JLcom/logicaldoc/core/security/user/UserHistory;)V
UserDAO.findAdminUser ( String p1 ) [abstract] : User
com/logicaldoc/core/security/user/UserDAO.findAdminUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
UserDAO.findByGroup ( long p1 ) [abstract] : Set<User>
com/logicaldoc/core/security/user/UserDAO.findByGroup:(J)Ljava/util/Set;
UserDAO.findByLikeUsername ( String p1 ) [abstract] : List<User>
com/logicaldoc/core/security/user/UserDAO.findByLikeUsername:(Ljava/lang/String;)Ljava/util/List;
UserDAO.findByName ( String p1 ) [abstract] : List<User>
com/logicaldoc/core/security/user/UserDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
UserDAO.findByUsername ( String p1 ) [abstract] : User
com/logicaldoc/core/security/user/UserDAO.findByUsername:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
UserDAO.findByUsernameAndName ( String p1, String p2 ) [abstract] : List<User>
com/logicaldoc/core/security/user/UserDAO.findByUsernameAndName:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
UserDAO.findByUsernameIgnoreCase ( String p1 ) [abstract] : User
com/logicaldoc/core/security/user/UserDAO.findByUsernameIgnoreCase:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
UserDAO.findUserSettings ( long p1, String p2 ) [abstract] : Map<String,Generic>
com/logicaldoc/core/security/user/UserDAO.findUserSettings:(JLjava/lang/String;)Ljava/util/Map;
UserDAO.getUser ( String p1 ) [abstract] : User
com/logicaldoc/core/security/user/UserDAO.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
UserDAO.isInactive ( String p1 ) [abstract] : boolean
com/logicaldoc/core/security/user/UserDAO.isInactive:(Ljava/lang/String;)Z
UserDAO.isPasswordExpired ( String p1 ) [abstract] : boolean
com/logicaldoc/core/security/user/UserDAO.isPasswordExpired:(Ljava/lang/String;)Z
UserDAO.store ( User p1, UserHistory p2 ) [abstract] : void
com/logicaldoc/core/security/user/UserDAO.store:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;)V
logicaldoc-core-8.9.1-plugin.jar,
UserEvent.class
package com.logicaldoc.core.security.user
UserEvent.fromString ( String event ) [static] : UserEvent
com/logicaldoc/core/security/user/UserEvent.fromString:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/UserEvent;
UserEvent.toString ( ) : String
com/logicaldoc/core/security/user/UserEvent.toString:()Ljava/lang/String;
UserEvent.valueOf ( String name ) [static] : UserEvent
com/logicaldoc/core/security/user/UserEvent.valueOf:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/UserEvent;
UserEvent.values ( ) [static] : UserEvent[ ]
com/logicaldoc/core/security/user/UserEvent.values:()[Lcom/logicaldoc/core/security/user/UserEvent;
logicaldoc-core-8.9.1-plugin.jar,
UserGroup.class
package com.logicaldoc.core.security.user
UserGroup.equals ( Object obj ) : boolean
com/logicaldoc/core/security/user/UserGroup.equals:(Ljava/lang/Object;)Z
UserGroup.getGroupId ( ) : long
com/logicaldoc/core/security/user/UserGroup.getGroupId:()J
UserGroup.hashCode ( ) : int
com/logicaldoc/core/security/user/UserGroup.hashCode:()I
UserGroup.setGroupId ( long groupId ) : void
com/logicaldoc/core/security/user/UserGroup.setGroupId:(J)V
UserGroup.toString ( ) : String
com/logicaldoc/core/security/user/UserGroup.toString:()Ljava/lang/String;
UserGroup.UserGroup ( )
com/logicaldoc/core/security/user/UserGroup."<init>":()V
UserGroup.UserGroup ( long groupId )
com/logicaldoc/core/security/user/UserGroup."<init>":(J)V
logicaldoc-core-8.9.1-plugin.jar,
UserHistory.class
package com.logicaldoc.core.security.user
UserHistory.getAuthor ( ) : String
com/logicaldoc/core/security/user/UserHistory.getAuthor:()Ljava/lang/String;
UserHistory.setAuthor ( String author ) : void
com/logicaldoc/core/security/user/UserHistory.setAuthor:(Ljava/lang/String;)V
UserHistory.UserHistory ( )
com/logicaldoc/core/security/user/UserHistory."<init>":()V
UserHistory.UserHistory ( UserHistory source )
com/logicaldoc/core/security/user/UserHistory."<init>":(Lcom/logicaldoc/core/security/user/UserHistory;)V
logicaldoc-core-8.9.1-plugin.jar,
UserHistoryDAO.class
package com.logicaldoc.core.security.user
UserHistoryDAO.cleanOldHistories ( int p1 ) [abstract] : void
com/logicaldoc/core/security/user/UserHistoryDAO.cleanOldHistories:(I)V
UserHistoryDAO.createUserHistory ( User p1, String p2, String p3, String p4, Client p5 ) [abstract] : UserHistory
com/logicaldoc/core/security/user/UserHistoryDAO.createUserHistory:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/UserHistory;
UserHistoryDAO.findByUserId ( long p1 ) [abstract] : List<UserHistory>
com/logicaldoc/core/security/user/UserHistoryDAO.findByUserId:(J)Ljava/util/List;
UserHistoryDAO.findByUserIdAndEvent ( long p1, String p2 ) [abstract] : List<UserHistory>
com/logicaldoc/core/security/user/UserHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
logicaldoc-core-8.9.1-plugin.jar,
UserListener.class
package com.logicaldoc.core.security.user
UserListener.afterStore ( User p1, UserHistory p2, Map<String,Object> p3 ) [abstract] : void
com/logicaldoc/core/security/user/UserListener.afterStore:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;Ljava/util/Map;)V
UserListener.beforeStore ( User p1, UserHistory p2, Map<String,Object> p3 ) [abstract] : void
com/logicaldoc/core/security/user/UserListener.beforeStore:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;Ljava/util/Map;)V
logicaldoc-core-8.9.1-plugin.jar,
UserListenerManager.class
package com.logicaldoc.core.security.user
UserListenerManager.getListeners ( ) : List<UserListener>
com/logicaldoc/core/security/user/UserListenerManager.getListeners:()Ljava/util/List;
UserListenerManager.init ( ) : void
com/logicaldoc/core/security/user/UserListenerManager.init:()V
UserListenerManager.UserListenerManager ( )
com/logicaldoc/core/security/user/UserListenerManager."<init>":()V
logicaldoc-core-8.9.1-plugin.jar,
UserTool.class
package com.logicaldoc.core.automation
UserTool.getUser ( long userId ) : User
com/logicaldoc/core/automation/UserTool.getUser:(J)Lcom/logicaldoc/core/security/user/User;
UserTool.getUser ( String username ) : User
com/logicaldoc/core/automation/UserTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-core-8.9.1-plugin.jar,
UserUtil.class
package com.logicaldoc.core.util
UserUtil.generateDefaultAvatar ( User user ) [static] : void
com/logicaldoc/core/util/UserUtil.generateDefaultAvatar:(Lcom/logicaldoc/core/security/user/User;)V
UserUtil.saveAvatar ( User user, File avatarImageFile ) [static] : void
com/logicaldoc/core/util/UserUtil.saveAvatar:(Lcom/logicaldoc/core/security/user/User;Ljava/io/File;)V
logicaldoc-core-8.9.1-plugin.jar,
Version.class
package com.logicaldoc.core.document
Version.create ( Document document, User user, String comment, String event, boolean release ) [static] : Version
com/logicaldoc/core/document/Version.create:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;Z)Lcom/logicaldoc/core/document/Version;
logicaldoc-core-8.9.1-plugin.jar,
VersionDAO.class
package com.logicaldoc.core.document
VersionDAO.findByDocId ( long p1 ) [abstract] : List<Version>
com/logicaldoc/core/document/VersionDAO.findByDocId:(J)Ljava/util/List;
VersionDAO.findByFileVersion ( long p1, String p2 ) [abstract] : Version
com/logicaldoc/core/document/VersionDAO.findByFileVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
VersionDAO.findByVersion ( long p1, String p2 ) [abstract] : Version
com/logicaldoc/core/document/VersionDAO.findByVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
VersionDAO.updateDigest ( Version p1 ) [abstract] : void
com/logicaldoc/core/document/VersionDAO.updateDigest:(Lcom/logicaldoc/core/document/Version;)V
logicaldoc-core-8.9.1-plugin.jar,
WorkingTime.class
package com.logicaldoc.core.security.user
WorkingTime.equals ( Object obj ) : boolean
com/logicaldoc/core/security/user/WorkingTime.equals:(Ljava/lang/Object;)Z
WorkingTime.getDayOfWeek ( ) : int
com/logicaldoc/core/security/user/WorkingTime.getDayOfWeek:()I
WorkingTime.getDescription ( ) : String
com/logicaldoc/core/security/user/WorkingTime.getDescription:()Ljava/lang/String;
WorkingTime.getHourEnd ( ) : int
com/logicaldoc/core/security/user/WorkingTime.getHourEnd:()I
WorkingTime.getHourStart ( ) : int
com/logicaldoc/core/security/user/WorkingTime.getHourStart:()I
WorkingTime.getLabel ( ) : String
com/logicaldoc/core/security/user/WorkingTime.getLabel:()Ljava/lang/String;
WorkingTime.getMinuteEnd ( ) : int
com/logicaldoc/core/security/user/WorkingTime.getMinuteEnd:()I
WorkingTime.getMinuteStart ( ) : int
com/logicaldoc/core/security/user/WorkingTime.getMinuteStart:()I
WorkingTime.hashCode ( ) : int
com/logicaldoc/core/security/user/WorkingTime.hashCode:()I
WorkingTime.matchesCurrentTime ( ) : boolean
com/logicaldoc/core/security/user/WorkingTime.matchesCurrentTime:()Z
WorkingTime.setDayOfWeek ( int dayOfWeek ) : void
com/logicaldoc/core/security/user/WorkingTime.setDayOfWeek:(I)V
WorkingTime.setDescription ( String description ) : void
com/logicaldoc/core/security/user/WorkingTime.setDescription:(Ljava/lang/String;)V
WorkingTime.setHourEnd ( int hourEnd ) : void
com/logicaldoc/core/security/user/WorkingTime.setHourEnd:(I)V
WorkingTime.setHourStart ( int hourStart ) : void
com/logicaldoc/core/security/user/WorkingTime.setHourStart:(I)V
WorkingTime.setLabel ( String label ) : void
com/logicaldoc/core/security/user/WorkingTime.setLabel:(Ljava/lang/String;)V
WorkingTime.setMinuteEnd ( int minuteEnd ) : void
com/logicaldoc/core/security/user/WorkingTime.setMinuteEnd:(I)V
WorkingTime.setMinuteStart ( int minuteStart ) : void
com/logicaldoc/core/security/user/WorkingTime.setMinuteStart:(I)V
WorkingTime.WorkingTime ( )
com/logicaldoc/core/security/user/WorkingTime."<init>":()V
WorkingTime.WorkingTime ( int dayOfWeek, int hourStart, int minuteStart )
com/logicaldoc/core/security/user/WorkingTime."<init>":(III)V
WorkingTime.WorkingTime ( WorkingTime source )
com/logicaldoc/core/security/user/WorkingTime."<init>":(Lcom/logicaldoc/core/security/user/WorkingTime;)V
logicaldoc-docusign-8.9.1-plugin.jar,
DocuSignPoller.class
package com.logicaldoc.docusign
DocuSignPoller.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/docusign/DocuSignPoller.getDocumentDao:()Lcom/logicaldoc/core/document/DocumentDAO;
DocuSignPoller.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/docusign/DocuSignPoller.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-docusign-8.9.1-plugin.jar,
DocuSignUtil.class
package com.logicaldoc.docusign
DocuSignUtil.markEnvelopeAsProcessed ( String envelopeId, String envelopeSubject, User user ) [static] : void
com/logicaldoc/docusign/DocuSignUtil.markEnvelopeAsProcessed:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-dropbox-8.9.1-plugin.jar,
DropboxServiceImpl.class
package com.logicaldoc.dropbox
DropboxServiceImpl.exportDocuments ( String targetPath, List<Long> folderIds, List<Long> docIds ) : boolean
com/logicaldoc/dropbox/DropboxServiceImpl.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Z
DropboxServiceImpl.importDocuments ( long targetFolder, List<String> paths ) : int
com/logicaldoc/dropbox/DropboxServiceImpl.importDocuments:(JLjava/util/List;)I
DropboxServiceImpl.saveAccessToken ( User user, String token, String account ) : void
com/logicaldoc/dropbox/DropboxServiceImpl.saveAccessToken:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-email-8.9.1-plugin.jar,
EmailCrawler.class
package com.logicaldoc.email
EmailCrawler.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/email/EmailCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/DocumentDAO;
EmailCrawler.getDocumentHistoryDao ( ) : DocumentHistoryDAO
com/logicaldoc/email/EmailCrawler.getDocumentHistoryDao:()Lcom/logicaldoc/core/document/DocumentHistoryDAO;
EmailCrawler.getDocumentLinkDao ( ) : DocumentLinkDAO
com/logicaldoc/email/EmailCrawler.getDocumentLinkDao:()Lcom/logicaldoc/core/document/DocumentLinkDAO;
EmailCrawler.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/email/EmailCrawler.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
EmailCrawler.setDocumentHistoryDao ( DocumentHistoryDAO documentHistoryDAO ) : void
com/logicaldoc/email/EmailCrawler.setDocumentHistoryDao:(Lcom/logicaldoc/core/document/DocumentHistoryDAO;)V
EmailCrawler.setDocumentLinkDao ( DocumentLinkDAO documentLinkDao ) : void
com/logicaldoc/email/EmailCrawler.setDocumentLinkDao:(Lcom/logicaldoc/core/document/DocumentLinkDAO;)V
logicaldoc-enterprise-automation-8.9.1-plugin.jar,
AutomationEventListener.class
package com.logicaldoc.enterprise.automation
AutomationEventListener.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/enterprise/automation/AutomationEventListener.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
AutomationEventListener.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/enterprise/automation/AutomationEventListener.setUserDao:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-enterprise-automation-8.9.1-plugin.jar,
AutomationRoutine.class
package com.logicaldoc.enterprise.automation
AutomationRoutine.equals ( Object obj ) : boolean
com/logicaldoc/enterprise/automation/AutomationRoutine.equals:(Ljava/lang/Object;)Z
AutomationRoutine.hashCode ( ) : int
com/logicaldoc/enterprise/automation/AutomationRoutine.hashCode:()I
logicaldoc-enterprise-automation-8.9.1-plugin.jar,
AutomationRoutineAclDataServlet.class
package com.logicaldoc.enterprise.automation
AutomationRoutineAclDataServlet.AutomationRoutineAclDataServlet ( )
com/logicaldoc/enterprise/automation/AutomationRoutineAclDataServlet."<init>":()V
AutomationRoutineAclDataServlet.service ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/enterprise/automation/AutomationRoutineAclDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
logicaldoc-enterprise-automation-8.9.1-plugin.jar,
AutomationRoutineDAO.class
package com.logicaldoc.enterprise.automation
AutomationRoutineDAO.isReadEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/enterprise/automation/AutomationRoutineDAO.isReadEnabled:(JJ)Z
AutomationRoutineDAO.isWriteEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/enterprise/automation/AutomationRoutineDAO.isWriteEnabled:(JJ)Z
logicaldoc-enterprise-automation-8.9.1-plugin.jar,
AutomationServiceImpl.class
package com.logicaldoc.enterprise.automation
AutomationServiceImpl.deleteRoutines ( List<Long> ids ) : void
com/logicaldoc/enterprise/automation/AutomationServiceImpl.deleteRoutines:(Ljava/util/List;)V
AutomationServiceImpl.deleteTriggers ( List<Long> ids ) : void
com/logicaldoc/enterprise/automation/AutomationServiceImpl.deleteTriggers:(Ljava/util/List;)V
AutomationServiceImpl.execute ( GUIAutomationRoutine guiRoutine, List<Long> docIds, Long folderId ) : void
com/logicaldoc/enterprise/automation/AutomationServiceImpl.execute:(Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;Ljava/util/List;Ljava/lang/Long;)V
logicaldoc-enterprise-automation-8.9.1-plugin.jar,
HibernateAutomationRoutineDAO.class
package com.logicaldoc.enterprise.automation
HibernateAutomationRoutineDAO.isReadEnabled ( long routineId, long userId ) : boolean
com/logicaldoc/enterprise/automation/HibernateAutomationRoutineDAO.isReadEnabled:(JJ)Z
HibernateAutomationRoutineDAO.isWriteEnabled ( long routineId, long userId ) : boolean
com/logicaldoc/enterprise/automation/HibernateAutomationRoutineDAO.isWriteEnabled:(JJ)Z
HibernateAutomationRoutineDAO.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/enterprise/automation/HibernateAutomationRoutineDAO.setUserDao:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
AbstractSecondFactorAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
AbstractSecondFactorAuthenticator.generateKey ( User p1 ) : String
com/logicaldoc/enterprise/security/twofactorsauth/AbstractSecondFactorAuthenticator.generateKey:(Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
AbstractSecondFactorAuthenticator.isEnabledForUser ( User p1 ) : boolean
com/logicaldoc/enterprise/security/twofactorsauth/AbstractSecondFactorAuthenticator.isEnabledForUser:(Lcom/logicaldoc/core/security/user/User;)Z
logicaldoc-enterprise-core-8.9.1-plugin.jar,
AuthenticationChain.class
package com.logicaldoc.core.security.authentication
AuthenticationChain.authenticate ( String p1, String p2 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
AuthenticationChain.authenticate ( String p1, String p2, String p3, Client p4 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/User;
AuthenticationChain.checkAnonymousLogin ( String p1, String p2, Client p3 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.checkAnonymousLogin:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/user/User;
AuthenticationChain.pickUser ( String p1 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
CleanerTask.class
package com.logicaldoc.enterprise.cleaner
CleanerTask.setDeviceDao ( DeviceDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setDeviceDao:(Lcom/logicaldoc/core/security/DeviceDAO;)V
CleanerTask.setDocumentDao ( DocumentDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
CleanerTask.setDocumentHistoryDao ( DocumentHistoryDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setDocumentHistoryDao:(Lcom/logicaldoc/core/document/DocumentHistoryDAO;)V
CleanerTask.setSessionDao ( SessionDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setSessionDao:(Lcom/logicaldoc/core/security/SessionDAO;)V
CleanerTask.setUserHistoryDao ( UserHistoryDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setUserHistoryDao:(Lcom/logicaldoc/core/security/user/UserHistoryDAO;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ClusterSearchEngine.class
package com.logicaldoc.enterprise.cluster
ClusterSearchEngine.search ( String p1, Set<String> p2, String p3, Integer p4 ) : Hits
com/logicaldoc/enterprise/cluster/ClusterSearchEngine.search:(Ljava/lang/String;Ljava/util/Set;Ljava/lang/String;Ljava/lang/Integer;)Lcom/logicaldoc/core/searchengine/Hits;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ClusterServiceImpl.class
package com.logicaldoc.enterprise.cluster
ClusterServiceImpl.makeGlobal ( List<String> p1 ) : void
com/logicaldoc/enterprise/cluster/ClusterServiceImpl.makeGlobal:(Ljava/util/List;)V
ClusterServiceImpl.makeLocal ( List<String> p1 ) : void
com/logicaldoc/enterprise/cluster/ClusterServiceImpl.makeLocal:(Ljava/util/List;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
Duo.class
package com.logicaldoc.enterprise.security.twofactorsauth
Duo.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/Duo.authenticate:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
Duo.generateKey ( User p1 ) : String
com/logicaldoc/enterprise/security/twofactorsauth/Duo.generateKey:(Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
EmailAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
EmailAuthenticator.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/EmailAuthenticator.authenticate:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
EmailAuthenticator.generateKey ( User p1 ) : String
com/logicaldoc/enterprise/security/twofactorsauth/EmailAuthenticator.generateKey:(Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
EnterpriseFolderService.class
package com.logicaldoc.enterprise.folder
EnterpriseFolderService.loadTemplates ( ) : List<GUIValue>
com/logicaldoc/enterprise/folder/EnterpriseFolderService.loadTemplates:()Ljava/util/List;
EnterpriseFolderService.saveTemplates ( List<GUIValue> p1 ) : void
com/logicaldoc/enterprise/folder/EnterpriseFolderService.saveTemplates:(Ljava/util/List;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
EnterpriseInfoService.class
package com.logicaldoc.enterprise
EnterpriseInfoService.getSessionInfo ( ) : List<GUIParameter>
com/logicaldoc/enterprise/EnterpriseInfoService.getSessionInfo:()Ljava/util/List;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
EnterpriseTagService.class
package com.logicaldoc.enterprise
EnterpriseTagService.getSettings ( ) : List<GUIParameter>
com/logicaldoc/enterprise/EnterpriseTagService.getSettings:()Ljava/util/List;
EnterpriseTagService.getTagCloud ( ) : List<GUITag>
com/logicaldoc/enterprise/EnterpriseTagService.getTagCloud:()Ljava/util/List;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
GoogleAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
GoogleAuthenticator.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/GoogleAuthenticator.authenticate:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
HibernateReadingRequestDAO.class
package com.logicaldoc.enterprise.reading
HibernateReadingRequestDAO.notifyReadingRequests ( Collection<ReadingRequest> p1, DocumentHistory p2 ) : void
com/logicaldoc/enterprise/reading/HibernateReadingRequestDAO.notifyReadingRequests:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
HibernateTenantDAO.class
package com.logicaldoc.core.security
HibernateTenantDAO.count ( ) : int
com/logicaldoc/core/security/HibernateTenantDAO.count:()I
HibernateTenantDAO.delete ( long p1, int p2 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.delete:(JI)V
HibernateTenantDAO.findAllNames ( ) : Set<String>
com/logicaldoc/core/security/HibernateTenantDAO.findAllNames:()Ljava/util/Set;
HibernateTenantDAO.findByName ( String p1 ) : Tenant
com/logicaldoc/core/security/HibernateTenantDAO.findByName:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Tenant;
HibernateTenantDAO.getTenantName ( long p1 ) : String
com/logicaldoc/core/security/HibernateTenantDAO.getTenantName:(J)Ljava/lang/String;
HibernateTenantDAO.HibernateTenantDAO ( )
com/logicaldoc/core/security/HibernateTenantDAO."<init>":()V
HibernateTenantDAO.setAttributeSetDao ( AttributeSetDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setAttributeSetDao:(Lcom/logicaldoc/core/metadata/AttributeSetDAO;)V
HibernateTenantDAO.setConfig ( ContextProperties p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
HibernateTenantDAO.setDashletDao ( DashletDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setDashletDao:(Lcom/logicaldoc/core/dashlet/DashletDAO;)V
HibernateTenantDAO.setFolderDao ( FolderDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setFolderDao:(Lcom/logicaldoc/core/folder/FolderDAO;)V
HibernateTenantDAO.setGenericDao ( GenericDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setGenericDao:(Lcom/logicaldoc/core/generic/GenericDAO;)V
HibernateTenantDAO.setGroupDao ( GroupDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setGroupDao:(Lcom/logicaldoc/core/security/user/GroupDAO;)V
HibernateTenantDAO.setMessageTemplateDao ( MessageTemplateDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setMessageTemplateDao:(Lcom/logicaldoc/core/communication/MessageTemplateDAO;)V
HibernateTenantDAO.setTemplateDao ( TemplateDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setTemplateDao:(Lcom/logicaldoc/core/metadata/TemplateDAO;)V
HibernateTenantDAO.setUserDao ( UserDAO p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.setUserDao:(Lcom/logicaldoc/core/security/user/UserDAO;)V
HibernateTenantDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateTenantDAO.store ( Tenant p1 ) : void
com/logicaldoc/core/security/HibernateTenantDAO.store:(Lcom/logicaldoc/core/security/Tenant;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ReadingRequest.class
package com.logicaldoc.enterprise.reading
ReadingRequest.setRequestor ( User p1 ) : void
com/logicaldoc/enterprise/reading/ReadingRequest.setRequestor:(Lcom/logicaldoc/core/security/user/User;)V
ReadingRequest.setUser ( User p1 ) : void
com/logicaldoc/enterprise/reading/ReadingRequest.setUser:(Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ReadingRequestDAO.class
package com.logicaldoc.enterprise.reading
ReadingRequestDAO.notifyReadingRequests ( Collection<ReadingRequest> p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/enterprise/reading/ReadingRequestDAO.notifyReadingRequests:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ReadingRequestService.class
package com.logicaldoc.enterprise.webservice.rest
ReadingRequestService.askReadingConfirmation ( Long[ ] p1, Long[ ] p2, Long[ ] p3, boolean p4, String p5 ) [abstract] : void
com/logicaldoc/enterprise/webservice/rest/ReadingRequestService.askReadingConfirmation:([Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
ReadingRequestService.confirmReading ( long p1, String p2 ) [abstract] : void
com/logicaldoc/enterprise/webservice/rest/ReadingRequestService.confirmReading:(JLjava/lang/String;)V
ReadingRequestService.getUnconfirmedReadings ( ) [abstract] : WSReadingRequest[ ]
com/logicaldoc/enterprise/webservice/rest/ReadingRequestService.getUnconfirmedReadings:()[Lcom/logicaldoc/enterprise/webservice/model/WSReadingRequest;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ReadingRequestService.class
package com.logicaldoc.enterprise.webservice.soap
ReadingRequestService.askReadingConfirmation ( String p1, Long[ ] p2, Long[ ] p3, Long[ ] p4, boolean p5, String p6 ) [abstract] : void
com/logicaldoc/enterprise/webservice/soap/ReadingRequestService.askReadingConfirmation:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
ReadingRequestService.confirmReading ( String p1, long p2, String p3 ) [abstract] : void
com/logicaldoc/enterprise/webservice/soap/ReadingRequestService.confirmReading:(Ljava/lang/String;JLjava/lang/String;)V
ReadingRequestService.getUnconfirmedReadings ( String p1 ) [abstract] : WSReadingRequest[ ]
com/logicaldoc/enterprise/webservice/soap/ReadingRequestService.getUnconfirmedReadings:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSReadingRequest;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
ReadingRequestServiceImpl.class
package com.logicaldoc.enterprise.reading
ReadingRequestServiceImpl.askReadingConfirmation ( List<Long> p1, List<Long> p2, List<Long> p3, boolean p4, String p5 ) : void
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.askReadingConfirmation:(Ljava/util/List;Ljava/util/List;Ljava/util/List;ZLjava/lang/String;)V
ReadingRequestServiceImpl.confirmReadings ( List<Long> p1, String p2 ) : void
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.confirmReadings:(Ljava/util/List;Ljava/lang/String;)V
ReadingRequestServiceImpl.getUnconfimedReadings ( ) : List<GUIReadingRequest>
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.getUnconfimedReadings:()Ljava/util/List;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
RestReadingRequestClient.class
package com.logicaldoc.enterprise.webservice.rest.client
RestReadingRequestClient.askReadingConfirmation ( Long[ ] p1, Long[ ] p2, Long[ ] p3, boolean p4, String p5 ) : void
com/logicaldoc/enterprise/webservice/rest/client/RestReadingRequestClient.askReadingConfirmation:([Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
RestReadingRequestClient.confirmReading ( long p1, String p2 ) : void
com/logicaldoc/enterprise/webservice/rest/client/RestReadingRequestClient.confirmReading:(JLjava/lang/String;)V
RestReadingRequestClient.getUnconfirmedReadings ( ) : WSReadingRequest[ ]
com/logicaldoc/enterprise/webservice/rest/client/RestReadingRequestClient.getUnconfirmedReadings:()[Lcom/logicaldoc/enterprise/webservice/model/WSReadingRequest;
RestReadingRequestClient.RestReadingRequestClient ( String p1, String p2, String p3 )
com/logicaldoc/enterprise/webservice/rest/client/RestReadingRequestClient."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
RestReadingRequestClient.RestReadingRequestClient ( String p1, String p2, String p3, int p4 )
com/logicaldoc/enterprise/webservice/rest/client/RestReadingRequestClient."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
RestReadingRequestService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestReadingRequestService.askReadingConfirmation ( Long[ ] p1, Long[ ] p2, Long[ ] p3, boolean p4, String p5 ) : void
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService.askReadingConfirmation:([Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
RestReadingRequestService.confirmReading ( long p1, String p2 ) : void
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService.confirmReading:(JLjava/lang/String;)V
RestReadingRequestService.getUnconfirmedReadings ( ) : WSReadingRequest[ ]
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService.getUnconfirmedReadings:()[Lcom/logicaldoc/enterprise/webservice/model/WSReadingRequest;
RestReadingRequestService.RestReadingRequestService ( )
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService."<init>":()V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
SecondFactorAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
SecondFactorAuthenticator.authenticate ( User p1, String p2 ) [abstract] : void
com/logicaldoc/enterprise/security/twofactorsauth/SecondFactorAuthenticator.authenticate:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
SecondFactorAuthenticator.generateKey ( User p1 ) [abstract] : String
com/logicaldoc/enterprise/security/twofactorsauth/SecondFactorAuthenticator.generateKey:(Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
SecondFactorAuthenticator.isEnabledForUser ( User p1 ) [abstract] : boolean
com/logicaldoc/enterprise/security/twofactorsauth/SecondFactorAuthenticator.isEnabledForUser:(Lcom/logicaldoc/core/security/user/User;)Z
logicaldoc-enterprise-core-8.9.1-plugin.jar,
SoapReadingRequestClient.class
package com.logicaldoc.enterprise.webservice.soap.client
SoapReadingRequestClient.askReadingConfirmation ( String p1, Long[ ] p2, Long[ ] p3, Long[ ] p4, boolean p5, String p6 ) : void
com/logicaldoc/enterprise/webservice/soap/client/SoapReadingRequestClient.askReadingConfirmation:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
SoapReadingRequestClient.confirmReading ( String p1, long p2, String p3 ) : void
com/logicaldoc/enterprise/webservice/soap/client/SoapReadingRequestClient.confirmReading:(Ljava/lang/String;JLjava/lang/String;)V
SoapReadingRequestClient.getUnconfirmedReadings ( String p1 ) : WSReadingRequest[ ]
com/logicaldoc/enterprise/webservice/soap/client/SoapReadingRequestClient.getUnconfirmedReadings:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSReadingRequest;
SoapReadingRequestClient.SoapReadingRequestClient ( String p1 )
com/logicaldoc/enterprise/webservice/soap/client/SoapReadingRequestClient."<init>":(Ljava/lang/String;)V
SoapReadingRequestClient.SoapReadingRequestClient ( String p1, int p2 )
com/logicaldoc/enterprise/webservice/soap/client/SoapReadingRequestClient."<init>":(Ljava/lang/String;I)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
SoapReadingRequestService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapReadingRequestService.askReadingConfirmation ( String p1, Long[ ] p2, Long[ ] p3, Long[ ] p4, boolean p5, String p6 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService.askReadingConfirmation:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
SoapReadingRequestService.confirmReading ( String p1, long p2, String p3 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService.confirmReading:(Ljava/lang/String;JLjava/lang/String;)V
SoapReadingRequestService.getUnconfirmedReadings ( String p1 ) : WSReadingRequest[ ]
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService.getUnconfirmedReadings:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSReadingRequest;
SoapReadingRequestService.SoapReadingRequestService ( )
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService."<init>":()V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
SystemDiagnosis.class
package com.logicaldoc.enterprise.diagnosis
SystemDiagnosis.setDocumentDao ( DocumentDAO p1 ) : void
com/logicaldoc/enterprise/diagnosis/SystemDiagnosis.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
TwoFactorsAuthentication.class
package com.logicaldoc.enterprise.security.twofactorsauth
TwoFactorsAuthentication.checkSecondFactor ( User p1, String p2 ) [static] : void
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthentication.checkSecondFactor:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
TwoFactorsAuthentication.generateKey ( User p1 ) [static] : String
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthentication.generateKey:(Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
TwoFactorsAuthenticationProvider.class
package com.logicaldoc.enterprise.security.twofactorsauth
TwoFactorsAuthenticationProvider.getUser ( String p1 ) : User
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthenticationProvider.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
TwoFactorsAuthenticationServiceImpl.class
package com.logicaldoc.enterprise.security.twofactorsauth
TwoFactorsAuthenticationServiceImpl.generateGoogleAuthorizationCredentials ( String p1 ) : List<String>
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthenticationServiceImpl.generateGoogleAuthorizationCredentials:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
UpdateServiceImpl.class
package com.logicaldoc.enterprise.update
UpdateServiceImpl.checkDownloadStatus ( ) : List<Integer>
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkDownloadStatus:()Ljava/util/List;
UpdateServiceImpl.checkPatch ( ) : List<GUIPatch>
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkPatch:()Ljava/util/List;
UpdateServiceImpl.checkUpdate ( ) : List<GUIParameter>
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkUpdate:()Ljava/util/List;
UpdateServiceImpl.getPatchNotes ( String p1 ) : List<String>
com/logicaldoc/enterprise/update/UpdateServiceImpl.getPatchNotes:(Ljava/lang/String;)Ljava/util/List;
UpdateServiceImpl.getUpdateNotes ( String p1 ) : List<String>
com/logicaldoc/enterprise/update/UpdateServiceImpl.getUpdateNotes:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-enterprise-core-8.9.1-plugin.jar,
UserCounter.class
package com.logicaldoc.enterprise
UserCounter.afterStore ( User p1, UserHistory p2, Map<String,Object> p3 ) : void
com/logicaldoc/enterprise/UserCounter.afterStore:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;Ljava/util/Map;)V
UserCounter.beforeStore ( User p1, UserHistory p2, Map<String,Object> p3 ) : void
com/logicaldoc/enterprise/UserCounter.beforeStore:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/security/user/UserHistory;Ljava/util/Map;)V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
WSReadingRequest.class
package com.logicaldoc.enterprise.webservice.model
WSReadingRequest.getAlertConfirmation ( ) : int
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getAlertConfirmation:()I
WSReadingRequest.getConfirmed ( ) : Date
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getConfirmed:()Ljava/util/Date;
WSReadingRequest.getDocId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getDocId:()J
WSReadingRequest.getFileName ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getFileName:()Ljava/lang/String;
WSReadingRequest.getFileVersion ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getFileVersion:()Ljava/lang/String;
WSReadingRequest.getId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getId:()J
WSReadingRequest.getRequestComment ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestComment:()Ljava/lang/String;
WSReadingRequest.getRequestorId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestorId:()J
WSReadingRequest.getRequestorLogin ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestorLogin:()Ljava/lang/String;
WSReadingRequest.getRequestorName ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestorName:()Ljava/lang/String;
WSReadingRequest.getUserId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getUserId:()J
WSReadingRequest.getUserLogin ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getUserLogin:()Ljava/lang/String;
WSReadingRequest.getUsername ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getUsername:()Ljava/lang/String;
WSReadingRequest.setAlertConfirmation ( int p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setAlertConfirmation:(I)V
WSReadingRequest.setConfirmed ( Date p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setConfirmed:(Ljava/util/Date;)V
WSReadingRequest.setDocId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setDocId:(J)V
WSReadingRequest.setFileName ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setFileName:(Ljava/lang/String;)V
WSReadingRequest.setFileVersion ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setFileVersion:(Ljava/lang/String;)V
WSReadingRequest.setId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setId:(J)V
WSReadingRequest.setRequestComment ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestComment:(Ljava/lang/String;)V
WSReadingRequest.setRequestorId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestorId:(J)V
WSReadingRequest.setRequestorLogin ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestorLogin:(Ljava/lang/String;)V
WSReadingRequest.setRequestorName ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestorName:(Ljava/lang/String;)V
WSReadingRequest.setUserId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setUserId:(J)V
WSReadingRequest.setUserLogin ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setUserLogin:(Ljava/lang/String;)V
WSReadingRequest.setUsername ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setUsername:(Ljava/lang/String;)V
WSReadingRequest.WSReadingRequest ( )
com/logicaldoc/enterprise/webservice/model/WSReadingRequest."<init>":()V
logicaldoc-enterprise-core-8.9.1-plugin.jar,
YubiKey.class
package com.logicaldoc.enterprise.security.twofactorsauth
YubiKey.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/YubiKey.authenticate:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
logicaldoc-enterprise-gui-8.9.1-plugin.jar,
DocumentsListGrid.class
package com.logicaldoc.enterprise.gui.mobile.client.search
DocumentsListGrid.DocumentsListGrid ( List<GUIDocument> documents, Cursor cur )
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid."<init>":(Ljava/util/List;Lcom/logicaldoc/gui/frontend/client/document/grid/Cursor;)V
DocumentsListGrid.getDocuments ( ) : List<GUIDocument>
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getDocuments:()Ljava/util/List;
DocumentsListGrid.getIds ( ) : List<Long>
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getIds:()Ljava/util/List;
DocumentsListGrid.getSelectedDocuments ( ) : List<GUIDocument>
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getSelectedDocuments:()Ljava/util/List;
DocumentsListGrid.getSelectedIds ( ) : List<Long>
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getSelectedIds:()Ljava/util/List;
DocumentsListGrid.setDocuments ( List<GUIDocument> documents ) : void
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.setDocuments:(Ljava/util/List;)V
logicaldoc-enterprise-gui-8.9.1-plugin.jar,
FolderNavigator.class
package com.logicaldoc.enterprise.gui.mobile.client
FolderNavigator.addDocuments ( List<GUIDocument> docs ) : void
com/logicaldoc/enterprise/gui/mobile/client/FolderNavigator.addDocuments:(Ljava/util/List;)V
logicaldoc-enterprise-gui-8.9.1-plugin.jar,
LicenseServiceImpl.class
package com.logicaldoc.enterprise.gui.license.server
LicenseServiceImpl.getBundle ( String locale ) [static] : List<GUIValue>
com/logicaldoc/enterprise/gui/license/server/LicenseServiceImpl.getBundle:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-enterprise-gui-8.9.1-plugin.jar,
Navigator.class
package com.logicaldoc.enterprise.gui.mobile.client
Navigator.addDocuments ( List<GUIDocument> docs ) : void
com/logicaldoc/enterprise/gui/mobile/client/Navigator.addDocuments:(Ljava/util/List;)V
logicaldoc-enterprise-gui-8.9.1-plugin.jar,
Search.class
package com.logicaldoc.enterprise.gui.mobile.client.search
Search.getLastResult ( ) : List<GUIDocument>
com/logicaldoc/enterprise/gui/mobile/client/search/Search.getLastResult:()Ljava/util/List;
logicaldoc-enterprise-storer-8.9.1-plugin.jar,
FSCleanerTask.class
package com.logicaldoc.enterprise.storer
FSCleanerTask.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/enterprise/storer/FSCleanerTask.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-form-8.9.1-plugin.jar,
FormManager.class
package com.logicaldoc.form
FormManager.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/form/FormManager.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-form-8.9.1-plugin.jar,
FormsDataServlet.class
package com.logicaldoc.form
FormsDataServlet.FormsDataServlet ( )
com/logicaldoc/form/FormsDataServlet."<init>":()V
FormsDataServlet.service ( HttpServletRequest request, HttpServletResponse response, Session session, Integer max, Locale locale ) : void
com/logicaldoc/form/FormsDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lcom/logicaldoc/core/security/Session;Ljava/lang/Integer;Ljava/util/Locale;)V
logicaldoc-form-8.9.1-plugin.jar,
FormServiceImpl.class
package com.logicaldoc.form
FormServiceImpl.delete ( long id ) : void
com/logicaldoc/form/FormServiceImpl.delete:(J)V
FormServiceImpl.FormServiceImpl ( )
com/logicaldoc/form/FormServiceImpl."<init>":()V
FormServiceImpl.fromForm ( Form form ) : GUIForm
com/logicaldoc/form/FormServiceImpl.fromForm:(Lcom/logicaldoc/form/Form;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
FormServiceImpl.getById ( long id ) : GUIForm
com/logicaldoc/form/FormServiceImpl.getById:(J)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
FormServiceImpl.getPreFilledLink ( GUIForm form, String responderEmail ) : String
com/logicaldoc/form/FormServiceImpl.getPreFilledLink:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;Ljava/lang/String;)Ljava/lang/String;
FormServiceImpl.invite ( GUIForm prefilledForm, GUIEmail email, String locale ) : void
com/logicaldoc/form/FormServiceImpl.invite:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;Lcom/logicaldoc/gui/common/client/beans/GUIEmail;Ljava/lang/String;)V
FormServiceImpl.processImage ( ) : String
com/logicaldoc/form/FormServiceImpl.processImage:()Ljava/lang/String;
FormServiceImpl.save ( GUIForm guiForm ) : GUIForm
com/logicaldoc/form/FormServiceImpl.save:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
logicaldoc-ftp-8.9.1-plugin.jar,
FtpUser.class
package com.logicaldoc.ftp
FtpUser.FtpUser ( User user )
com/logicaldoc/ftp/FtpUser."<init>":(Lcom/logicaldoc/core/security/user/User;)V
FtpUser.getUser ( ) : User
com/logicaldoc/ftp/FtpUser.getUser:()Lcom/logicaldoc/core/security/user/User;
logicaldoc-gdrive-8.9.1-plugin.jar,
GDriveServiceImpl.class
package com.logicaldoc.gdrive
GDriveServiceImpl.exportDocuments ( List<Long> ids ) : List<String>
com/logicaldoc/gdrive/GDriveServiceImpl.exportDocuments:(Ljava/util/List;)Ljava/util/List;
GDriveServiceImpl.importDocuments ( List<String> resourceIds, long targetFolderId, String format ) : void
com/logicaldoc/gdrive/GDriveServiceImpl.importDocuments:(Ljava/util/List;JLjava/lang/String;)V
GDriveServiceImpl.loadSettings ( ) : List<String>
com/logicaldoc/gdrive/GDriveServiceImpl.loadSettings:()Ljava/util/List;
GDriveServiceImpl.search ( String expression ) : List<GUIDocument>
com/logicaldoc/gdrive/GDriveServiceImpl.search:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
AccessControlListDS.class
package com.logicaldoc.gui.common.client.data
AccessControlListDS.AccessControlListDS ( long id, String objectType )
com/logicaldoc/gui/common/client/data/AccessControlListDS."<init>":(JLjava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
AttributeSetService.class
package com.logicaldoc.gui.frontend.client.services
AttributeSetService.deleteOptions ( long p1, String p2, List<String> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetService.deleteOptions:(JLjava/lang/String;Ljava/util/List;)V
AttributeSetService.getAttributeSets ( ) [abstract] : List<GUIAttributeSet>
com/logicaldoc/gui/frontend/client/services/AttributeSetService.getAttributeSets:()Ljava/util/List;
AttributeSetService.parseOptions ( long p1, String p2 ) [abstract] : List<GUIValue>
com/logicaldoc/gui/frontend/client/services/AttributeSetService.parseOptions:(JLjava/lang/String;)Ljava/util/List;
AttributeSetService.saveOptions ( long p1, String p2, List<GUIValue> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetService.saveOptions:(JLjava/lang/String;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
AttributeSetServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
AttributeSetServiceAsync.deleteOptions ( long p1, String p2, List<String> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetServiceAsync.deleteOptions:(JLjava/lang/String;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AttributeSetServiceAsync.saveOptions ( long p1, String p2, List<GUIValue> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetServiceAsync.saveOptions:(JLjava/lang/String;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
AuditService.class
package com.logicaldoc.gui.frontend.client.services
AuditService.deleteSubscriptions ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.deleteSubscriptions:(Ljava/util/List;)V
AuditService.subscribeDocuments ( List<Long> p1, List<String> p2, Long p3, Long p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.subscribeDocuments:(Ljava/util/List;Ljava/util/List;Ljava/lang/Long;Ljava/lang/Long;)V
AuditService.subscribeFolder ( long p1, boolean p2, List<String> p3, Long p4, Long p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.subscribeFolder:(JZLjava/util/List;Ljava/lang/Long;Ljava/lang/Long;)V
AuditService.update ( List<Long> p1, boolean p2, List<String> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.update:(Ljava/util/List;ZLjava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
AuditServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
AuditServiceAsync.deleteSubscriptions ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.deleteSubscriptions:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AuditServiceAsync.subscribeDocuments ( List<Long> p1, List<String> p2, Long p3, Long p4, AsyncCallback<Void> p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.subscribeDocuments:(Ljava/util/List;Ljava/util/List;Ljava/lang/Long;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AuditServiceAsync.subscribeFolder ( long p1, boolean p2, List<String> p3, Long p4, Long p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.subscribeFolder:(JZLjava/util/List;Ljava/lang/Long;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AuditServiceAsync.update ( List<Long> p1, boolean p2, List<String> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.update:(Ljava/util/List;ZLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
AutomationDialog.class
package com.logicaldoc.gui.frontend.client.folder
AutomationDialog.AutomationDialog ( Long folderId, List<Long> docIds )
com/logicaldoc/gui/frontend/client/folder/AutomationDialog."<init>":(Ljava/lang/Long;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
AutomationRoutineAclDS.class
package com.logicaldoc.gui.common.client.data
AutomationRoutineAclDS.AutomationRoutineAclDS ( long routineId )
com/logicaldoc/gui/common/client/data/AutomationRoutineAclDS."<init>":(J)V
logicaldoc-gui-8.9.1-plugin.jar,
AutomationRoutineSecurity.class
package com.logicaldoc.gui.frontend.client.settings.automation
AutomationRoutineSecurity.getACL ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/frontend/client/settings/automation/AutomationRoutineSecurity.getACL:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
AutomationService.class
package com.logicaldoc.gui.frontend.client.services
AutomationService.deleteRoutines ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationService.deleteRoutines:(Ljava/util/List;)V
AutomationService.deleteTriggers ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationService.deleteTriggers:(Ljava/util/List;)V
AutomationService.execute ( GUIAutomationRoutine p1, List<Long> p2, Long p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationService.execute:(Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;Ljava/util/List;Ljava/lang/Long;)V
logicaldoc-gui-8.9.1-plugin.jar,
AutomationServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
AutomationServiceAsync.deleteRoutines ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationServiceAsync.deleteRoutines:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AutomationServiceAsync.deleteTriggers ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationServiceAsync.deleteTriggers:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AutomationServiceAsync.execute ( GUIAutomationRoutine p1, List<Long> p2, Long p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationServiceAsync.execute:(Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;Ljava/util/List;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
AwesomeFactory.class
package com.logicaldoc.gui.common.client.util
AwesomeFactory.getColoredIconHtmlWithoutI18N ( String icon, String text, String color ) [static] : String
com/logicaldoc/gui/common/client/util/AwesomeFactory.getColoredIconHtmlWithoutI18N:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
AwesomeFactory.getIndexedIconButtonHTML ( long docId, Integer indexed, String color ) [static] : String
com/logicaldoc/gui/common/client/util/AwesomeFactory.getIndexedIconButtonHTML:(JLjava/lang/Integer;Ljava/lang/String;)Ljava/lang/String;
AwesomeFactory.getSignedIconButtonHTML ( long docId, String fileName, String tooltip, String color ) [static] : String
com/logicaldoc/gui/common/client/util/AwesomeFactory.getSignedIconButtonHTML:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
AwesomeFactory.getStampedIconButtonHTML ( long docId, String fileVersion, String tooltip, String color ) [static] : String
com/logicaldoc/gui/common/client/util/AwesomeFactory.getStampedIconButtonHTML:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
logicaldoc-gui-8.9.1-plugin.jar,
BarcodeService.class
package com.logicaldoc.gui.frontend.client.services
BarcodeService.markUnprocessable ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/BarcodeService.markUnprocessable:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
BarcodeServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
BarcodeServiceAsync.markUnprocessable ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/BarcodeServiceAsync.markUnprocessable:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
CalendarService.class
package com.logicaldoc.gui.frontend.client.services
CalendarService.find ( GUICalendarEventSearchCriteria p1 ) [abstract] : List<GUICalendarEvent>
com/logicaldoc/gui/frontend/client/services/CalendarService.find:(Lcom/logicaldoc/gui/common/client/beans/GUICalendarEventSearchCriteria;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ChatService.class
package com.logicaldoc.gui.frontend.client.services
ChatService.invite ( List<String> p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ChatService.invite:(Ljava/util/List;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
ChatServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ChatServiceAsync.invite ( List<String> p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ChatServiceAsync.invite:(Ljava/util/List;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
ClusterService.class
package com.logicaldoc.gui.frontend.client.services
ClusterService.makeGlobal ( List<String> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterService.makeGlobal:(Ljava/util/List;)V
ClusterService.makeLocal ( List<String> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterService.makeLocal:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ClusterServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ClusterServiceAsync.makeGlobal ( List<String> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterServiceAsync.makeGlobal:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ClusterServiceAsync.makeLocal ( List<String> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterServiceAsync.makeLocal:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
Constants.class
package com.logicaldoc.gui.common.client
Constants.getAuditDefaultEvents ( ) [static] : List<String>
com/logicaldoc/gui/common/client/Constants.getAuditDefaultEvents:()Ljava/util/List;
Constants.getFulltextDefaultFields ( ) [static] : List<String>
com/logicaldoc/gui/common/client/Constants.getFulltextDefaultFields:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ContactService.class
package com.logicaldoc.gui.frontend.client.services
ContactService.delete ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactService.delete:(Ljava/util/List;)V
ContactService.parseContacts ( boolean p1, GUIParseContactsParameters p2 ) [abstract] : List<GUIContact>
com/logicaldoc/gui/frontend/client/services/ContactService.parseContacts:(ZLcom/logicaldoc/gui/common/client/beans/GUIParseContactsParameters;)Ljava/util/List;
ContactService.shareContacts ( List<Long> p1, List<Long> p2, List<Long> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactService.shareContacts:(Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ContactServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ContactServiceAsync.delete ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactServiceAsync.delete:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ContactServiceAsync.shareContacts ( List<Long> p1, List<Long> p2, List<Long> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactServiceAsync.shareContacts:(Ljava/util/List;Ljava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
ContactsImportPreview.class
package com.logicaldoc.gui.frontend.client.personal.contacts
ContactsImportPreview.setContacts ( List<GUIContact> contacts ) : void
com/logicaldoc/gui/frontend/client/personal/contacts/ContactsImportPreview.setContacts:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
CustomIdPanel.class
package com.logicaldoc.gui.frontend.client.metadata
CustomIdPanel.CustomIdPanel ( List<GUIScheme> schemesData )
com/logicaldoc/gui/frontend/client/metadata/CustomIdPanel."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DashletService.class
package com.logicaldoc.gui.frontend.client.services
DashletService.loadDashlets ( ) [abstract] : List<GUIDashlet>
com/logicaldoc/gui/frontend/client/services/DashletService.loadDashlets:()Ljava/util/List;
DashletService.saveDashlets ( List<GUIDashlet> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletService.saveDashlets:(Ljava/util/List;)V
DashletService.saveUserDashlets ( List<GUIDashlet> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletService.saveUserDashlets:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DashletServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DashletServiceAsync.saveDashlets ( List<GUIDashlet> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletServiceAsync.saveDashlets:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DashletServiceAsync.saveUserDashlets ( List<GUIDashlet> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletServiceAsync.saveUserDashlets:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
DigitalSignatureDialog.class
package com.logicaldoc.gui.frontend.client.document.signature
DigitalSignatureDialog.DigitalSignatureDialog ( List<Long> docIds )
com/logicaldoc/gui/frontend/client/document/signature/DigitalSignatureDialog."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentChangeListener.class
package com.logicaldoc.gui.common.client.widgets
DocumentChangeListener.onChanged ( GUIDocument p1 ) [abstract] : void
com/logicaldoc/gui/common/client/widgets/DocumentChangeListener.onChanged:(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentController.class
package com.logicaldoc.gui.common.client.controllers
DocumentController.deleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/common/client/controllers/DocumentController.deleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentDetailsPanel.class
package com.logicaldoc.gui.frontend.client.document
DocumentDetailsPanel.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/document/DocumentDetailsPanel.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentGridUtil.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentGridUtil.getIds ( Record[ ] records ) [static] : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentGridUtil.getIds:([Lcom/smartgwt/client/data/Record;)Ljava/util/List;
DocumentGridUtil.toDocuments ( Record[ ] records ) [static] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentGridUtil.toDocuments:([Lcom/smartgwt/client/data/Record;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
DocumentObserver.class
package com.logicaldoc.gui.common.client.controllers
DocumentObserver.onDocumentsDeleted ( List<GUIDocument> p1 ) [abstract] : void
com/logicaldoc/gui/common/client/controllers/DocumentObserver.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentSecurityPanel.class
package com.logicaldoc.gui.frontend.client.document
DocumentSecurityPanel.DocumentSecurityPanel ( GUIDocument document )
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
DocumentSecurityPanel.equals ( Object obj ) : boolean
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.equals:(Ljava/lang/Object;)Z
DocumentSecurityPanel.getACL ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.getACL:()Ljava/util/List;
DocumentSecurityPanel.hashCode ( ) : int
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.hashCode:()I
DocumentSecurityPanel.onCopyParentFolderSecurity ( ) : void
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.onCopyParentFolderSecurity:()V
DocumentSecurityPanel.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.onDraw:()V
DocumentSecurityPanel.onSave ( ) : void
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.onSave:()V
DocumentSecurityPanel.validate ( ) : boolean
com/logicaldoc/gui/frontend/client/document/DocumentSecurityPanel.validate:()Z
logicaldoc-gui-8.9.1-plugin.jar,
DocumentSelector.class
package com.logicaldoc.gui.common.client.widgets
DocumentSelector.addDocumentChangeListener ( DocumentChangeListener listener ) : void
com/logicaldoc/gui/common/client/widgets/DocumentSelector.addDocumentChangeListener:(Lcom/logicaldoc/gui/common/client/widgets/DocumentChangeListener;)V
DocumentSelector.DocumentSelector ( String name, List<FormItemIcon> additionalIcons )
com/logicaldoc/gui/common/client/widgets/DocumentSelector."<init>":(Ljava/lang/String;Ljava/util/List;)V
DocumentSelector.getDocument ( ) : GUIDocument
com/logicaldoc/gui/common/client/widgets/DocumentSelector.getDocument:()Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentSelector.getDocumentId ( ) : Long
com/logicaldoc/gui/common/client/widgets/DocumentSelector.getDocumentId:()Ljava/lang/Long;
DocumentSelector.getDocumentName ( ) : String
com/logicaldoc/gui/common/client/widgets/DocumentSelector.getDocumentName:()Ljava/lang/String;
DocumentSelector.setDocument ( GUIDocument document ) : void
com/logicaldoc/gui/common/client/widgets/DocumentSelector.setDocument:(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
DocumentSelector.setDocument ( Long documentId, String fileName ) : void
com/logicaldoc/gui/common/client/widgets/DocumentSelector.setDocument:(Ljava/lang/Long;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentSelectorDialog.class
package com.logicaldoc.gui.frontend.client.document.selector
DocumentSelectorDialog.onSelection ( List<GUIDocument> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/document/selector/DocumentSelectorDialog.onSelection:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentSelectorPanel.class
package com.logicaldoc.gui.frontend.client.document.selector
DocumentSelectorPanel.getSelection ( ) : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/selector/DocumentSelectorPanel.getSelection:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
DocumentService.class
package com.logicaldoc.gui.frontend.client.services
DocumentService.addBookmarks ( List<Long> p1, int p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.addBookmarks:(Ljava/util/List;I)V
DocumentService.addDocuments ( boolean p1, String p2, boolean p3, GUIDocument p4 ) [abstract] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/services/DocumentService.addDocuments:(ZLjava/lang/String;ZLcom/logicaldoc/gui/common/client/beans/GUIDocument;)Ljava/util/List;
DocumentService.addDocuments ( String p1, long p2, boolean p3, String p4, boolean p5, Long p6 ) [abstract] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/services/DocumentService.addDocuments:(Ljava/lang/String;JZLjava/lang/String;ZLjava/lang/Long;)Ljava/util/List;
DocumentService.applyParentFolderSecurity ( long p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.applyParentFolderSecurity:(J)V
DocumentService.archiveDocuments ( List<Long> p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.archiveDocuments:(Ljava/util/List;Ljava/lang/String;)V
DocumentService.bulkUpdate ( List<Long> p1, GUIDocument p2, boolean p3 ) [abstract] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/services/DocumentService.bulkUpdate:(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Z)Ljava/util/List;
DocumentService.checkout ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.checkout:(Ljava/util/List;)V
DocumentService.countDocuments ( List<Long> p1, int p2 ) [abstract] : long
com/logicaldoc/gui/frontend/client/services/DocumentService.countDocuments:(Ljava/util/List;I)J
DocumentService.createDownloadTicket ( long p1, int p2, String p3, Integer p4, Date p5, Integer p6, Integer p7 ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/DocumentService.createDownloadTicket:(JILjava/lang/String;Ljava/lang/Integer;Ljava/util/Date;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
DocumentService.delete ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.delete:(Ljava/util/List;)V
DocumentService.deleteBookmarks ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteBookmarks:(Ljava/util/List;)V
DocumentService.deleteFromTrash ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteFromTrash:(Ljava/util/List;)V
DocumentService.deleteLinks ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteLinks:(Ljava/util/List;)V
DocumentService.deleteNotes ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteNotes:(Ljava/util/List;)V
DocumentService.deleteVersions ( List<Long> p1 ) [abstract] : GUIDocument
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteVersions:(Ljava/util/List;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.getEnabledPermissions ( List<Long> p1 ) [abstract] : GUIAccessControlEntry
com/logicaldoc/gui/frontend/client/services/DocumentService.getEnabledPermissions:(Ljava/util/List;)Lcom/logicaldoc/gui/common/client/beans/GUIAccessControlEntry;
DocumentService.getNotes ( long p1, String p2, Collection<String> p3 ) [abstract] : List<GUIDocumentNote>
com/logicaldoc/gui/frontend/client/services/DocumentService.getNotes:(JLjava/lang/String;Ljava/util/Collection;)Ljava/util/List;
DocumentService.getVersionsById ( long p1, long p2 ) [abstract] : List<GUIVersion>
com/logicaldoc/gui/frontend/client/services/DocumentService.getVersionsById:(JJ)Ljava/util/List;
DocumentService.indexDocuments ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.indexDocuments:(Ljava/util/List;)V
DocumentService.linkDocuments ( List<Long> p1, List<Long> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.linkDocuments:(Ljava/util/List;Ljava/util/List;)V
DocumentService.lock ( List<Long> p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.lock:(Ljava/util/List;Ljava/lang/String;)V
DocumentService.makeImmutable ( List<Long> p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.makeImmutable:(Ljava/util/List;Ljava/lang/String;)V
DocumentService.markIndexable ( List<Long> p1, int p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.markIndexable:(Ljava/util/List;I)V
DocumentService.markUnindexable ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.markUnindexable:(Ljava/util/List;)V
DocumentService.merge ( List<Long> p1, long p2, String p3 ) [abstract] : GUIDocument
com/logicaldoc/gui/frontend/client/services/DocumentService.merge:(Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.restore ( List<Long> p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.restore:(Ljava/util/List;J)V
DocumentService.saveACL ( GUIDocument p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
DocumentService.saveNotes ( long p1, List<GUIDocumentNote> p2, Collection<String> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.saveNotes:(JLjava/util/List;Ljava/util/Collection;)V
DocumentService.unarchiveDocuments ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.unarchiveDocuments:(Ljava/util/List;)V
DocumentService.unlock ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.unlock:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DocumentServiceAsync.addBookmarks ( List<Long> p1, int p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.addBookmarks:(Ljava/util/List;ILcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.applyParentFolderSecurity ( long p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.applyParentFolderSecurity:(JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.archiveDocuments ( List<Long> p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.archiveDocuments:(Ljava/util/List;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.bulkUpdate ( List<Long> p1, GUIDocument p2, boolean p3, AsyncCallback<List<GUIDocument>> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.bulkUpdate:(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;ZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.checkout ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.checkout:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.countDocuments ( List<Long> p1, int p2, AsyncCallback<Long> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.countDocuments:(Ljava/util/List;ILcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.delete ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.delete:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteBookmarks ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteBookmarks:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteFromTrash ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteFromTrash:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteLinks ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteLinks:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteNotes ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteNotes:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteVersions ( List<Long> p1, AsyncCallback<GUIDocument> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteVersions:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.getEnabledPermissions ( List<Long> p1, AsyncCallback<GUIAccessControlEntry> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.getEnabledPermissions:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.indexDocuments ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.indexDocuments:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.linkDocuments ( List<Long> p1, List<Long> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.linkDocuments:(Ljava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.lock ( List<Long> p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.lock:(Ljava/util/List;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.makeImmutable ( List<Long> p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.makeImmutable:(Ljava/util/List;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.markIndexable ( List<Long> p1, int p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.markIndexable:(Ljava/util/List;ILcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.markUnindexable ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.markUnindexable:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.merge ( List<Long> p1, long p2, String p3, AsyncCallback<GUIDocument> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.merge:(Ljava/util/List;JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.restore ( List<Long> p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.restore:(Ljava/util/List;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.saveACL ( GUIDocument p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.saveNotes ( long p1, List<GUIDocumentNote> p2, Collection<String> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.saveNotes:(JLjava/util/List;Ljava/util/Collection;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.unarchiveDocuments ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.unarchiveDocuments:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.unlock ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.unlock:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentsGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentsGrid.getDocuments ( ) [abstract] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getDocuments:()Ljava/util/List;
DocumentsGrid.getIds ( ) [abstract] : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getIds:()Ljava/util/List;
DocumentsGrid.getSelectedDocuments ( ) [abstract] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getSelectedDocuments:()Ljava/util/List;
DocumentsGrid.getSelectedIds ( ) [abstract] : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getSelectedIds:()Ljava/util/List;
DocumentsGrid.setDocuments ( List<GUIDocument> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.setDocuments:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentsListGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentsListGrid.getDocuments ( ) : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getDocuments:()Ljava/util/List;
DocumentsListGrid.getIds ( ) : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getIds:()Ljava/util/List;
DocumentsListGrid.getSelectedDocuments ( ) : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getSelectedDocuments:()Ljava/util/List;
DocumentsListGrid.getSelectedIds ( ) : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getSelectedIds:()Ljava/util/List;
DocumentsListGrid.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.onDocumentsDeleted:(Ljava/util/List;)V
DocumentsListGrid.setDocuments ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.setDocuments:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentsPanel.class
package com.logicaldoc.gui.frontend.client.document
DocumentsPanel.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/document/DocumentsPanel.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentsTileGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentsTileGrid.getDocuments ( ) : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getDocuments:()Ljava/util/List;
DocumentsTileGrid.getIds ( ) : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getIds:()Ljava/util/List;
DocumentsTileGrid.getSelectedDocuments ( ) : List<GUIDocument>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getSelectedDocuments:()Ljava/util/List;
DocumentsTileGrid.getSelectedIds ( ) : List<Long>
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getSelectedIds:()Ljava/util/List;
DocumentsTileGrid.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.onDocumentsDeleted:(Ljava/util/List;)V
DocumentsTileGrid.setDocuments ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.setDocuments:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentToolbar.class
package com.logicaldoc.gui.frontend.client.document
DocumentToolbar.prepareButtons ( ) : void
com/logicaldoc/gui/frontend/client/document/DocumentToolbar.prepareButtons:()V
logicaldoc-gui-8.9.1-plugin.jar,
DocumentUtil.class
package com.logicaldoc.gui.frontend.client.document
DocumentUtil.downloadDocument ( long docId ) [static] : void
com/logicaldoc/gui/frontend/client/document/DocumentUtil.downloadDocument:(J)V
DocumentUtil.downloadDocumentResource ( String docId, String url ) [static] : void
com/logicaldoc/gui/frontend/client/document/DocumentUtil.downloadDocumentResource:(Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
DropboxService.class
package com.logicaldoc.gui.frontend.client.services
DropboxService.exportDocuments ( String p1, List<Long> p2, List<Long> p3 ) [abstract] : boolean
com/logicaldoc/gui/frontend/client/services/DropboxService.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Z
DropboxService.importDocuments ( long p1, List<String> p2 ) [abstract] : int
com/logicaldoc/gui/frontend/client/services/DropboxService.importDocuments:(JLjava/util/List;)I
logicaldoc-gui-8.9.1-plugin.jar,
DropboxServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DropboxServiceAsync.exportDocuments ( String p1, List<Long> p2, List<Long> p3, AsyncCallback<Boolean> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DropboxServiceAsync.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DropboxServiceAsync.importDocuments ( long p1, List<String> p2, AsyncCallback<Integer> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DropboxServiceAsync.importDocuments:(JLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
EmailDialog.class
package com.logicaldoc.gui.frontend.client.document
EmailDialog.EmailDialog ( List<Long> docIds, String docTitle )
com/logicaldoc/gui/frontend/client/document/EmailDialog."<init>":(Ljava/util/List;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
ExtendedPropertiesPanel.class
package com.logicaldoc.gui.common.client.widgets
ExtendedPropertiesPanel.prepareDocumentItem ( GUIAttribute att, List<FormItemIcon> multiValIcons ) : FormItem
com/logicaldoc/gui/common/client/widgets/ExtendedPropertiesPanel.prepareDocumentItem:(Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;Ljava/util/List;)Lcom/smartgwt/client/widgets/form/fields/FormItem;
ExtendedPropertiesPanel.validateDocument ( String itemName, String attributeName ) : void
com/logicaldoc/gui/common/client/widgets/ExtendedPropertiesPanel.validateDocument:(Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
FillRoutineParams.class
package com.logicaldoc.gui.frontend.client.document.grid
FillRoutineParams.FillRoutineParams ( String title, GUIAutomationRoutine routine, long folderId, List<Long> docIds )
com/logicaldoc/gui/frontend/client/document/grid/FillRoutineParams."<init>":(Ljava/lang/String;Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;JLjava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
FillStamp.class
package com.logicaldoc.gui.frontend.client.document.stamp
FillStamp.FillStamp ( List<GUIDocument> documents, GUIStamp stamp, boolean visualPositioning )
com/logicaldoc/gui/frontend/client/document/stamp/FillStamp."<init>":(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;Z)V
logicaldoc-gui-8.9.1-plugin.jar,
FolderNavigator.class
package com.logicaldoc.gui.frontend.client.folder
FolderNavigator.getSelectedIds ( ) : List<Long>
com/logicaldoc/gui/frontend/client/folder/FolderNavigator.getSelectedIds:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
FolderSearchDialog.class
package com.logicaldoc.gui.frontend.client.folder
FolderSearchDialog.getLastResult ( ) : List<ListGridRecord>
com/logicaldoc/gui/frontend/client/folder/FolderSearchDialog.getLastResult:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
FolderSecurityPanel.class
package com.logicaldoc.gui.frontend.client.folder
FolderSecurityPanel.getACL ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/frontend/client/folder/FolderSecurityPanel.getACL:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
FolderService.class
package com.logicaldoc.gui.frontend.client.services
FolderService.computeStats ( long p1 ) [abstract] : List<Long>
com/logicaldoc/gui/frontend/client/services/FolderService.computeStats:(J)Ljava/util/List;
FolderService.copyFolders ( List<Long> p1, long p2, boolean p3, String p4, GUIFolder p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.copyFolders:(Ljava/util/List;JZLjava/lang/String;Lcom/logicaldoc/gui/common/client/beans/GUIFolder;)V
FolderService.delete ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.delete:(Ljava/util/List;)V
FolderService.deleteFromTrash ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.deleteFromTrash:(Ljava/util/List;)V
FolderService.inheritACL ( long p1, long p2 ) [abstract] : GUIFolder
com/logicaldoc/gui/frontend/client/services/FolderService.inheritACL:(JJ)Lcom/logicaldoc/gui/common/client/beans/GUIFolder;
FolderService.loadTemplates ( ) [abstract] : List<GUIValue>
com/logicaldoc/gui/frontend/client/services/FolderService.loadTemplates:()Ljava/util/List;
FolderService.merge ( List<Long> p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.merge:(Ljava/util/List;J)V
FolderService.move ( List<Long> p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.move:(Ljava/util/List;J)V
FolderService.paste ( List<Long> p1, long p2, String p3, boolean p4, boolean p5, boolean p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.paste:(Ljava/util/List;JLjava/lang/String;ZZZ)V
FolderService.pasteAsAlias ( List<Long> p1, long p2, String p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.pasteAsAlias:(Ljava/util/List;JLjava/lang/String;)V
FolderService.restore ( List<Long> p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.restore:(Ljava/util/List;J)V
FolderService.saveACL ( GUIFolder p1, boolean p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIFolder;Z)V
FolderService.saveTemplates ( List<GUIValue> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.saveTemplates:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
FolderServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
FolderServiceAsync.copyFolders ( List<Long> p1, long p2, boolean p3, String p4, GUIFolder p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.copyFolders:(Ljava/util/List;JZLjava/lang/String;Lcom/logicaldoc/gui/common/client/beans/GUIFolder;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.delete ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.delete:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.deleteFromTrash ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.deleteFromTrash:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.inheritACL ( long p1, long p2, AsyncCallback<GUIFolder> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.inheritACL:(JJLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.merge ( List<Long> p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.merge:(Ljava/util/List;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.move ( List<Long> p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.move:(Ljava/util/List;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.paste ( List<Long> p1, long p2, String p3, boolean p4, boolean p5, boolean p6, AsyncCallback<Void> p7 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.paste:(Ljava/util/List;JLjava/lang/String;ZZZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.pasteAsAlias ( List<Long> p1, long p2, String p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.pasteAsAlias:(Ljava/util/List;JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.restore ( List<Long> p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.restore:(Ljava/util/List;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.saveACL ( GUIFolder p1, boolean p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIFolder;ZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.saveTemplates ( List<GUIValue> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.saveTemplates:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
FolderTemplatesPanel.class
package com.logicaldoc.gui.frontend.client.metadata
FolderTemplatesPanel.reloadTemplates ( List<GUIValue> templates ) : void
com/logicaldoc/gui/frontend/client/metadata/FolderTemplatesPanel.reloadTemplates:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ForkEditor.class
package com.logicaldoc.gui.frontend.client.workflow.designer
ForkEditor.ForkEditor ( StateWidget widget )
com/logicaldoc/gui/frontend/client/workflow/designer/ForkEditor."<init>":(Lcom/logicaldoc/gui/frontend/client/workflow/designer/StateWidget;)V
logicaldoc-gui-8.9.1-plugin.jar,
Frontend.class
package com.logicaldoc.gui.frontend.client
Frontend.declareDownloadDocumentResource ( ) [static] : void
com/logicaldoc/gui/frontend/client/Frontend.declareDownloadDocumentResource:()V
logicaldoc-gui-8.9.1-plugin.jar,
GDriveService.class
package com.logicaldoc.gui.frontend.client.services
GDriveService.exportDocuments ( List<Long> p1 ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/GDriveService.exportDocuments:(Ljava/util/List;)Ljava/util/List;
GDriveService.importDocuments ( List<String> p1, long p2, String p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/GDriveService.importDocuments:(Ljava/util/List;JLjava/lang/String;)V
GDriveService.loadSettings ( ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/GDriveService.loadSettings:()Ljava/util/List;
GDriveService.search ( String p1 ) [abstract] : List<GUIDocument>
com/logicaldoc/gui/frontend/client/services/GDriveService.search:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
GDriveServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
GDriveServiceAsync.exportDocuments ( List<Long> p1, AsyncCallback<List<String>> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/GDriveServiceAsync.exportDocuments:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
GDriveServiceAsync.importDocuments ( List<String> p1, long p2, String p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/GDriveServiceAsync.importDocuments:(Ljava/util/List;JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
GridUtil.class
package com.logicaldoc.gui.common.client.util
GridUtil.getIds ( ListGridRecord[ ] records ) [static] : List<Long>
com/logicaldoc/gui/common/client/util/GridUtil.getIds:([Lcom/smartgwt/client/widgets/grid/ListGridRecord;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
GroupSelectorCombo.class
package com.logicaldoc.gui.common.client.widgets
GroupSelectorCombo.getGroupIds ( ) : List<Long>
com/logicaldoc/gui/common/client/widgets/GroupSelectorCombo.getGroupIds:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
GUIAccessControlEntry.class
package com.logicaldoc.gui.common.client.beans
GUIAccessControlEntry.getAllowedPermissions ( ) : Set<String>
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.getAllowedPermissions:()Ljava/util/Set;
GUIAccessControlEntry.getEntityId ( ) : long
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.getEntityId:()J
GUIAccessControlEntry.getLabel ( ) : String
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.getLabel:()Ljava/lang/String;
GUIAccessControlEntry.getName ( ) : String
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.getName:()Ljava/lang/String;
GUIAccessControlEntry.GUIAccessControlEntry ( )
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry."<init>":()V
GUIAccessControlEntry.GUIAccessControlEntry ( String... allowedPermissions )
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry."<init>":([Ljava/lang/String;)V
GUIAccessControlEntry.isAdd ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isAdd:()Z
GUIAccessControlEntry.isArchive ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isArchive:()Z
GUIAccessControlEntry.isAutomation ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isAutomation:()Z
GUIAccessControlEntry.isCalendar ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isCalendar:()Z
GUIAccessControlEntry.isDelete ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isDelete:()Z
GUIAccessControlEntry.isDownload ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isDownload:()Z
GUIAccessControlEntry.isEmail ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isEmail:()Z
GUIAccessControlEntry.isExport ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isExport:()Z
GUIAccessControlEntry.isImmutable ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isImmutable:()Z
GUIAccessControlEntry.isImport ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isImport:()Z
GUIAccessControlEntry.isMove ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isMove:()Z
GUIAccessControlEntry.isPassword ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isPassword:()Z
GUIAccessControlEntry.isPermissionAllowed ( String permission ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isPermissionAllowed:(Ljava/lang/String;)Z
GUIAccessControlEntry.isPrint ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isPrint:()Z
GUIAccessControlEntry.isRead ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isRead:()Z
GUIAccessControlEntry.isReadingreq ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isReadingreq:()Z
GUIAccessControlEntry.isRename ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isRename:()Z
GUIAccessControlEntry.isSecurity ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isSecurity:()Z
GUIAccessControlEntry.isSign ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isSign:()Z
GUIAccessControlEntry.isStorage ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isStorage:()Z
GUIAccessControlEntry.isSubscription ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isSubscription:()Z
GUIAccessControlEntry.isWorkflow ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isWorkflow:()Z
GUIAccessControlEntry.isWrite ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isWrite:()Z
GUIAccessControlEntry.setAdd ( boolean add ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setAdd:(Z)V
GUIAccessControlEntry.setArchive ( boolean archive ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setArchive:(Z)V
GUIAccessControlEntry.setAutomation ( boolean automation ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setAutomation:(Z)V
GUIAccessControlEntry.setCalendar ( boolean calendar ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setCalendar:(Z)V
GUIAccessControlEntry.setDelete ( boolean delete ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setDelete:(Z)V
GUIAccessControlEntry.setDownload ( boolean download ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setDownload:(Z)V
GUIAccessControlEntry.setEmail ( boolean email ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setEmail:(Z)V
GUIAccessControlEntry.setEntityId ( long entityId ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setEntityId:(J)V
GUIAccessControlEntry.setExport ( boolean export ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setExport:(Z)V
GUIAccessControlEntry.setImmutable ( boolean immutable ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setImmutable:(Z)V
GUIAccessControlEntry.setImport ( boolean iimport ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setImport:(Z)V
GUIAccessControlEntry.setLabel ( String label ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setLabel:(Ljava/lang/String;)V
GUIAccessControlEntry.setMove ( boolean move ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setMove:(Z)V
GUIAccessControlEntry.setName ( String name ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setName:(Ljava/lang/String;)V
GUIAccessControlEntry.setPassword ( boolean password ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setPassword:(Z)V
GUIAccessControlEntry.setPrint ( boolean print ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setPrint:(Z)V
GUIAccessControlEntry.setRead ( boolean read ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setRead:(Z)V
GUIAccessControlEntry.setReadingreq ( boolean readingreq ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setReadingreq:(Z)V
GUIAccessControlEntry.setRename ( boolean rename ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setRename:(Z)V
GUIAccessControlEntry.setSecurity ( boolean security ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setSecurity:(Z)V
GUIAccessControlEntry.setSign ( boolean sign ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setSign:(Z)V
GUIAccessControlEntry.setStorage ( boolean storage ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setStorage:(Z)V
GUIAccessControlEntry.setSubscription ( boolean subscription ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setSubscription:(Z)V
GUIAccessControlEntry.setWorkflow ( boolean workflow ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setWorkflow:(Z)V
GUIAccessControlEntry.setWrite ( boolean write ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setWrite:(Z)V
GUIAccessControlEntry.toString ( ) : String
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.toString:()Ljava/lang/String;
logicaldoc-gui-8.9.1-plugin.jar,
GUIAttribute.class
package com.logicaldoc.gui.common.client.beans
GUIAttribute.getForbiddenNames ( ) [static] : List<String>
com/logicaldoc/gui/common/client/beans/GUIAttribute.getForbiddenNames:()Ljava/util/List;
GUIAttribute.getOptions ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIAttribute.getOptions:()Ljava/util/List;
GUIAttribute.setOptions ( List<String> options ) : void
com/logicaldoc/gui/common/client/beans/GUIAttribute.setOptions:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIAttributeSet.class
package com.logicaldoc.gui.common.client.beans
GUIAttributeSet.getAttributes ( ) : List<GUIAttribute>
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.getAttributes:()Ljava/util/List;
GUIAttributeSet.getAttributesOrderedByPosition ( ) : List<GUIAttribute>
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.getAttributesOrderedByPosition:()Ljava/util/List;
GUIAttributeSet.repositionAttributes ( List<String> names ) : void
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.repositionAttributes:(Ljava/util/List;)V
GUIAttributeSet.setAttributes ( List<GUIAttribute> attributes ) : void
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.setAttributes:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIAutomationRoutine.class
package com.logicaldoc.gui.common.client.beans
GUIAutomationRoutine.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.getAccessControlList:()Ljava/util/List;
GUIAutomationRoutine.getPermissions ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.getPermissions:()Ljava/util/List;
GUIAutomationRoutine.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.setAccessControlList:(Ljava/util/List;)V
GUIAutomationRoutine.setPermissions ( List<String> permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.setPermissions:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUICalendarEvent.class
package com.logicaldoc.gui.common.client.beans
GUICalendarEvent.getDocuments ( ) : List<GUIDocument>
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getDocuments:()Ljava/util/List;
GUICalendarEvent.getParticipants ( ) : List<GUIUser>
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getParticipants:()Ljava/util/List;
GUICalendarEvent.getParticipantsGroups ( ) : List<GUIGroup>
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getParticipantsGroups:()Ljava/util/List;
GUICalendarEvent.getReminders ( ) : List<GUIReminder>
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getReminders:()Ljava/util/List;
GUICalendarEvent.setDocuments ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setDocuments:(Ljava/util/List;)V
GUICalendarEvent.setParticipants ( List<GUIUser> participants ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setParticipants:(Ljava/util/List;)V
GUICalendarEvent.setParticipantsGroups ( List<GUIGroup> participantsGroups ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setParticipantsGroups:(Ljava/util/List;)V
GUICalendarEvent.setReminders ( List<GUIReminder> reminders ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setReminders:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIDocument.class
package com.logicaldoc.gui.common.client.beans
GUIDocument.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUIDocument.getAccessControlList:()Ljava/util/List;
GUIDocument.getAllowedPermissions ( ) : GUIAccessControlEntry
com/logicaldoc/gui/common/client/beans/GUIDocument.getAllowedPermissions:()Lcom/logicaldoc/gui/common/client/beans/GUIAccessControlEntry;
GUIDocument.getDocAttrs ( ) : int
com/logicaldoc/gui/common/client/beans/GUIDocument.getDocAttrs:()I
GUIDocument.getNotifyUsers ( ) : List<Long>
com/logicaldoc/gui/common/client/beans/GUIDocument.getNotifyUsers:()Ljava/util/List;
GUIDocument.getTags ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIDocument.getTags:()Ljava/util/List;
GUIDocument.hasPermission ( String permission ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.hasPermission:(Ljava/lang/String;)Z
GUIDocument.isDelete ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.isDelete:()Z
GUIDocument.isDownload ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.isDownload:()Z
GUIDocument.isMove ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.isMove:()Z
GUIDocument.isRename ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.isRename:()Z
GUIDocument.isWrite ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.isWrite:()Z
GUIDocument.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setAccessControlList:(Ljava/util/List;)V
GUIDocument.setAllowedPermissions ( GUIAccessControlEntry permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setAllowedPermissions:(Lcom/logicaldoc/gui/common/client/beans/GUIAccessControlEntry;)V
GUIDocument.setDocAttrs ( int docAttrs ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setDocAttrs:(I)V
GUIDocument.setNotifyUsers ( List<Long> notifyUsers ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setNotifyUsers:(Ljava/util/List;)V
GUIDocument.setTags ( List<String> tags ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setTags:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIEmail.class
package com.logicaldoc.gui.common.client.beans
GUIEmail.getAttachments ( ) : List<GUIDocument>
com/logicaldoc/gui/common/client/beans/GUIEmail.getAttachments:()Ljava/util/List;
GUIEmail.getBccs ( ) : List<GUIContact>
com/logicaldoc/gui/common/client/beans/GUIEmail.getBccs:()Ljava/util/List;
GUIEmail.getCcs ( ) : List<GUIContact>
com/logicaldoc/gui/common/client/beans/GUIEmail.getCcs:()Ljava/util/List;
GUIEmail.getDocIds ( ) : List<Long>
com/logicaldoc/gui/common/client/beans/GUIEmail.getDocIds:()Ljava/util/List;
GUIEmail.getReplyTo ( ) : List<GUIContact>
com/logicaldoc/gui/common/client/beans/GUIEmail.getReplyTo:()Ljava/util/List;
GUIEmail.getTos ( ) : List<GUIContact>
com/logicaldoc/gui/common/client/beans/GUIEmail.getTos:()Ljava/util/List;
GUIEmail.setAttachments ( List<GUIDocument> attachments ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setAttachments:(Ljava/util/List;)V
GUIEmail.setBccs ( List<GUIContact> bccs ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setBccs:(Ljava/util/List;)V
GUIEmail.setCcs ( List<GUIContact> ccs ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setCcs:(Ljava/util/List;)V
GUIEmail.setDocIds ( List<Long> docIds ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setDocIds:(Ljava/util/List;)V
GUIEmail.setReplyTo ( List<GUIContact> replyTo ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setReplyTo:(Ljava/util/List;)V
GUIEmail.setTos ( List<GUIContact> tos ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setTos:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIEmailAccount.class
package com.logicaldoc.gui.common.client.beans
GUIEmailAccount.getRules ( ) : List<GUIEmailRule>
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.getRules:()Ljava/util/List;
GUIEmailAccount.setRules ( List<GUIEmailRule> rules ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.setRules:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIExtensibleObject.class
package com.logicaldoc.gui.common.client.beans
GUIExtensibleObject.getAttributeNames ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.getAttributeNames:()Ljava/util/List;
GUIExtensibleObject.getAttributes ( ) : List<GUIAttribute>
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.getAttributes:()Ljava/util/List;
GUIExtensibleObject.setAttributes ( List<GUIAttribute> attributes ) : void
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.setAttributes:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIFolder.class
package com.logicaldoc.gui.common.client.beans
GUIFolder.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUIFolder.getAccessControlList:()Ljava/util/List;
GUIFolder.getAllowedPermissions ( ) : GUIAccessControlEntry
com/logicaldoc/gui/common/client/beans/GUIFolder.getAllowedPermissions:()Lcom/logicaldoc/gui/common/client/beans/GUIAccessControlEntry;
GUIFolder.getPath ( ) : List<GUIFolder>
com/logicaldoc/gui/common/client/beans/GUIFolder.getPath:()Ljava/util/List;
GUIFolder.getQuotaAlertRecipients ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIFolder.getQuotaAlertRecipients:()Ljava/util/List;
GUIFolder.getTags ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIFolder.getTags:()Ljava/util/List;
GUIFolder.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setAccessControlList:(Ljava/util/List;)V
GUIFolder.setAllowedPermissions ( GUIAccessControlEntry permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setAllowedPermissions:(Lcom/logicaldoc/gui/common/client/beans/GUIAccessControlEntry;)V
GUIFolder.setPath ( List<GUIFolder> path ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setPath:(Ljava/util/List;)V
GUIFolder.setQuotaAlertRecipients ( List<String> quotaAlertRecipients ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setQuotaAlertRecipients:(Ljava/util/List;)V
GUIFolder.setTags ( List<String> tags ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setTags:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIForm.class
package com.logicaldoc.gui.common.client.beans
GUIForm.getRecipients ( ) : List<GUIUser>
com/logicaldoc/gui/common/client/beans/GUIForm.getRecipients:()Ljava/util/List;
GUIForm.setRecipients ( List<GUIUser> recipients ) : void
com/logicaldoc/gui/common/client/beans/GUIForm.setRecipients:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIIncrementalArchive.class
package com.logicaldoc.gui.common.client.beans
GUIIncrementalArchive.getTemplateIds ( ) : List<Long>
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.getTemplateIds:()Ljava/util/List;
GUIIncrementalArchive.getTemplates ( ) : List<GUITemplate>
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.getTemplates:()Ljava/util/List;
GUIIncrementalArchive.setTemplates ( List<GUITemplate> templates ) : void
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.setTemplates:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIInfo.class
package com.logicaldoc.gui.common.client.beans
GUIInfo.getAlerts ( ) : List<GUIMessage>
com/logicaldoc/gui/common/client/beans/GUIInfo.getAlerts:()Ljava/util/List;
GUIInfo.getAttributeDefinitions ( ) : List<GUIAttribute>
com/logicaldoc/gui/common/client/beans/GUIInfo.getAttributeDefinitions:()Ljava/util/List;
GUIInfo.getBundle ( ) : List<GUIValue>
com/logicaldoc/gui/common/client/beans/GUIInfo.getBundle:()Ljava/util/List;
GUIInfo.getConfig ( ) : List<GUIValue>
com/logicaldoc/gui/common/client/beans/GUIInfo.getConfig:()Ljava/util/List;
GUIInfo.getFeatures ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIInfo.getFeatures:()Ljava/util/List;
GUIInfo.getSupportedGUILanguages ( ) : List<GUIValue>
com/logicaldoc/gui/common/client/beans/GUIInfo.getSupportedGUILanguages:()Ljava/util/List;
GUIInfo.getSupportedLanguages ( ) : List<GUIValue>
com/logicaldoc/gui/common/client/beans/GUIInfo.getSupportedLanguages:()Ljava/util/List;
GUIInfo.getUnconfirmedReagings ( ) : List<GUIReadingRequest>
com/logicaldoc/gui/common/client/beans/GUIInfo.getUnconfirmedReagings:()Ljava/util/List;
GUIInfo.setAlerts ( List<GUIMessage> alerts ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setAlerts:(Ljava/util/List;)V
GUIInfo.setAttributeDefinitions ( List<GUIAttribute> attributeDefinitions ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setAttributeDefinitions:(Ljava/util/List;)V
GUIInfo.setBundle ( List<GUIValue> bundle ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setBundle:(Ljava/util/List;)V
GUIInfo.setConfig ( List<GUIValue> config ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setConfig:(Ljava/util/List;)V
GUIInfo.setFeatures ( List<String> features ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setFeatures:(Ljava/util/List;)V
GUIInfo.setSupportedGUILanguages ( List<GUIValue> supportedGUILanguages ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setSupportedGUILanguages:(Ljava/util/List;)V
GUIInfo.setSupportedLanguages ( List<GUIValue> supportedLanguages ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setSupportedLanguages:(Ljava/util/List;)V
GUIInfo.setUnconfirmedReagings ( List<GUIReadingRequest> unconfirmedReagings ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setUnconfirmedReagings:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUILDAPServer.class
package com.logicaldoc.gui.common.client.beans
GUILDAPServer.getDefaultGroups ( ) : List<GUIGroup>
com/logicaldoc/gui/common/client/beans/GUILDAPServer.getDefaultGroups:()Ljava/util/List;
GUILDAPServer.setDefaultGroups ( List<GUIGroup> defaultGroups ) : void
com/logicaldoc/gui/common/client/beans/GUILDAPServer.setDefaultGroups:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIMenu.class
package com.logicaldoc.gui.common.client.beans
GUIMenu.equals ( Object obj ) : boolean
com/logicaldoc/gui/common/client/beans/GUIMenu.equals:(Ljava/lang/Object;)Z
GUIMenu.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUIMenu.getAccessControlList:()Ljava/util/List;
GUIMenu.hashCode ( ) : int
com/logicaldoc/gui/common/client/beans/GUIMenu.hashCode:()I
GUIMenu.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUIMenu.setAccessControlList:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIOCRTemplate.class
package com.logicaldoc.gui.common.client.beans
GUIOCRTemplate.getZones ( ) : List<GUIZone>
com/logicaldoc/gui/common/client/beans/GUIOCRTemplate.getZones:()Ljava/util/List;
GUIOCRTemplate.setZones ( List<GUIZone> zones ) : void
com/logicaldoc/gui/common/client/beans/GUIOCRTemplate.setZones:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIResult.class
package com.logicaldoc.gui.common.client.beans
GUIResult.getHits ( ) : List<GUIDocument>
com/logicaldoc/gui/common/client/beans/GUIResult.getHits:()Ljava/util/List;
GUIResult.setHits ( List<GUIDocument> hits ) : void
com/logicaldoc/gui/common/client/beans/GUIResult.setHits:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUISamlSettings.class
package com.logicaldoc.gui.frontend.client.security.saml
GUISamlSettings.isLogoutRequestSigned ( ) : boolean
com/logicaldoc/gui/frontend/client/security/saml/GUISamlSettings.isLogoutRequestSigned:()Z
GUISamlSettings.isLogoutResponseSigned ( ) : boolean
com/logicaldoc/gui/frontend/client/security/saml/GUISamlSettings.isLogoutResponseSigned:()Z
GUISamlSettings.isSingleLogOut ( ) : boolean
com/logicaldoc/gui/frontend/client/security/saml/GUISamlSettings.isSingleLogOut:()Z
GUISamlSettings.setLogoutRequestSigned ( boolean logoutRequestSigned ) : void
com/logicaldoc/gui/frontend/client/security/saml/GUISamlSettings.setLogoutRequestSigned:(Z)V
GUISamlSettings.setLogoutResponseSigned ( boolean logoutResponseSigned ) : void
com/logicaldoc/gui/frontend/client/security/saml/GUISamlSettings.setLogoutResponseSigned:(Z)V
GUISamlSettings.setSingleLogOut ( boolean singleLogOut ) : void
com/logicaldoc/gui/frontend/client/security/saml/GUISamlSettings.setSingleLogOut:(Z)V
logicaldoc-gui-8.9.1-plugin.jar,
GUISearchOptions.class
package com.logicaldoc.gui.common.client.beans
GUISearchOptions.getCriteria ( ) : List<GUICriterion>
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getCriteria:()Ljava/util/List;
GUISearchOptions.getFields ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getFields:()Ljava/util/List;
GUISearchOptions.getFilterIds ( ) : List<Long>
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getFilterIds:()Ljava/util/List;
GUISearchOptions.setCriteria ( List<GUICriterion> criteria ) : void
com/logicaldoc/gui/common/client/beans/GUISearchOptions.setCriteria:(Ljava/util/List;)V
GUISearchOptions.setFields ( List<String> flds ) : void
com/logicaldoc/gui/common/client/beans/GUISearchOptions.setFields:(Ljava/util/List;)V
GUISearchOptions.setFilterIds ( List<Long> filterIds ) : void
com/logicaldoc/gui/common/client/beans/GUISearchOptions.setFilterIds:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUISession.class
package com.logicaldoc.gui.common.client.beans
GUISession.isSingleSignOn ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUISession.isSingleSignOn:()Z
GUISession.setSingleSignOn ( boolean singleSignOn ) : void
com/logicaldoc/gui/common/client/beans/GUISession.setSingleSignOn:(Z)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIStamp.class
package com.logicaldoc.gui.common.client.beans
GUIStamp.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUIStamp.getAccessControlList:()Ljava/util/List;
GUIStamp.isRead ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIStamp.isRead:()Z
GUIStamp.isWrite ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIStamp.isWrite:()Z
GUIStamp.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUIStamp.setAccessControlList:(Ljava/util/List;)V
GUIStamp.setRead ( boolean read ) : void
com/logicaldoc/gui/common/client/beans/GUIStamp.setRead:(Z)V
GUIStamp.setWrite ( boolean write ) : void
com/logicaldoc/gui/common/client/beans/GUIStamp.setWrite:(Z)V
logicaldoc-gui-8.9.1-plugin.jar,
GUITask.class
package com.logicaldoc.gui.common.client.beans
GUITask.getReportRecipients ( ) : List<GUIUser>
com/logicaldoc/gui/common/client/beans/GUITask.getReportRecipients:()Ljava/util/List;
GUITask.setReportRecipients ( List<GUIUser> reportRecipients ) : void
com/logicaldoc/gui/common/client/beans/GUITask.setReportRecipients:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUITemplate.class
package com.logicaldoc.gui.common.client.beans
GUITemplate.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUITemplate.getAccessControlList:()Ljava/util/List;
GUITemplate.getAttributes ( ) : List<GUIAttribute>
com/logicaldoc/gui/common/client/beans/GUITemplate.getAttributes:()Ljava/util/List;
GUITemplate.getAttributesOrderedByPosition ( ) : List<GUIAttribute>
com/logicaldoc/gui/common/client/beans/GUITemplate.getAttributesOrderedByPosition:()Ljava/util/List;
GUITemplate.getPermissions ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUITemplate.getPermissions:()Ljava/util/List;
GUITemplate.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUITemplate.setAccessControlList:(Ljava/util/List;)V
GUITemplate.setAttributes ( List<GUIAttribute> attributes ) : void
com/logicaldoc/gui/common/client/beans/GUITemplate.setAttributes:(Ljava/util/List;)V
GUITemplate.setPermissions ( List<String> permissions ) : void
com/logicaldoc/gui/common/client/beans/GUITemplate.setPermissions:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUITenant.class
package com.logicaldoc.gui.common.client.beans
GUITenant.getQuotaAlertRecipients ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUITenant.getQuotaAlertRecipients:()Ljava/util/List;
GUITenant.setQuotaAlertRecipients ( List<String> quotaAlertRecipients ) : void
com/logicaldoc/gui/common/client/beans/GUITenant.setQuotaAlertRecipients:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIUser.class
package com.logicaldoc.gui.common.client.beans
GUIUser.getBuilding ( ) : String
com/logicaldoc/gui/common/client/beans/GUIUser.getBuilding:()Ljava/lang/String;
GUIUser.getCompany ( ) : String
com/logicaldoc/gui/common/client/beans/GUIUser.getCompany:()Ljava/lang/String;
GUIUser.getCustomActions ( ) : List<GUIMenu>
com/logicaldoc/gui/common/client/beans/GUIUser.getCustomActions:()Ljava/util/List;
GUIUser.getDashlets ( ) : List<GUIDashlet>
com/logicaldoc/gui/common/client/beans/GUIUser.getDashlets:()Ljava/util/List;
GUIUser.getDepartment ( ) : String
com/logicaldoc/gui/common/client/beans/GUIUser.getDepartment:()Ljava/lang/String;
GUIUser.getGroups ( ) : List<GUIGroup>
com/logicaldoc/gui/common/client/beans/GUIUser.getGroups:()Ljava/util/List;
GUIUser.getMenus ( ) : List<Long>
com/logicaldoc/gui/common/client/beans/GUIUser.getMenus:()Ljava/util/List;
GUIUser.getOrganizationalUnit ( ) : String
com/logicaldoc/gui/common/client/beans/GUIUser.getOrganizationalUnit:()Ljava/lang/String;
GUIUser.getTasks ( ) : int
com/logicaldoc/gui/common/client/beans/GUIUser.getTasks:()I
GUIUser.getWorkingTimes ( ) : List<GUIWorkingTime>
com/logicaldoc/gui/common/client/beans/GUIUser.getWorkingTimes:()Ljava/util/List;
GUIUser.removeDashlet ( long id ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.removeDashlet:(J)V
GUIUser.setBuilding ( String building ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setBuilding:(Ljava/lang/String;)V
GUIUser.setCompany ( String company ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setCompany:(Ljava/lang/String;)V
GUIUser.setCustomActions ( List<GUIMenu> customActions ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setCustomActions:(Ljava/util/List;)V
GUIUser.setDashlets ( List<GUIDashlet> dashlets ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setDashlets:(Ljava/util/List;)V
GUIUser.setDepartment ( String department ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setDepartment:(Ljava/lang/String;)V
GUIUser.setGroups ( List<GUIGroup> groups ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setGroups:(Ljava/util/List;)V
GUIUser.setMenus ( List<Long> menus ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setMenus:(Ljava/util/List;)V
GUIUser.setOrganizationalUnit ( String organizationalUnit ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setOrganizationalUnit:(Ljava/lang/String;)V
GUIUser.setTasks ( int tasks ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setTasks:(I)V
GUIUser.setWorkingTimes ( List<GUIWorkingTime> workingTimes ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setWorkingTimes:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIWFState.class
package com.logicaldoc.gui.common.client.beans
GUIWFState.getCandidates ( ) : List<GUIValue>
com/logicaldoc/gui/common/client/beans/GUIWFState.getCandidates:()Ljava/util/List;
GUIWFState.getTransitions ( ) : List<GUITransition>
com/logicaldoc/gui/common/client/beans/GUIWFState.getTransitions:()Ljava/util/List;
GUIWFState.setCandidates ( List<GUIValue> candidates ) : void
com/logicaldoc/gui/common/client/beans/GUIWFState.setCandidates:(Ljava/util/List;)V
GUIWFState.setTransitions ( List<GUITransition> transitions ) : void
com/logicaldoc/gui/common/client/beans/GUIWFState.setTransitions:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
GUIWorkflow.class
package com.logicaldoc.gui.common.client.beans
GUIWorkflow.getAccessControlList ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getAccessControlList:()Ljava/util/List;
GUIWorkflow.getAppendedDocs ( ) : List<GUIDocument>
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getAppendedDocs:()Ljava/util/List;
GUIWorkflow.getPermissions ( ) : List<String>
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getPermissions:()Ljava/util/List;
GUIWorkflow.getStates ( ) : List<GUIWFState>
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getStates:()Ljava/util/List;
GUIWorkflow.getSupervisors ( ) : List<GUIUser>
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getSupervisors:()Ljava/util/List;
GUIWorkflow.getWflHistory ( ) : List<GUIWFState>
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getWflHistory:()Ljava/util/List;
GUIWorkflow.setAccessControlList ( List<GUIAccessControlEntry> accessControlList ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setAccessControlList:(Ljava/util/List;)V
GUIWorkflow.setAppendedDocs ( List<GUIDocument> appendedDocs ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setAppendedDocs:(Ljava/util/List;)V
GUIWorkflow.setPermissions ( List<String> permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setPermissions:(Ljava/util/List;)V
GUIWorkflow.setStates ( List<GUIWFState> states ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setStates:(Ljava/util/List;)V
GUIWorkflow.setSupervisors ( List<GUIUser> supervisors ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setSupervisors:(Ljava/util/List;)V
GUIWorkflow.setWflHistory ( List<GUIWFState> wflHistory ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setWflHistory:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
HitsListPanel.class
package com.logicaldoc.gui.frontend.client.search
HitsListPanel.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/search/HitsListPanel.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
I18N.class
package com.logicaldoc.gui.common.client.i18n
I18N.getGuiLanguages ( ) [static] : List<GUIValue>
com/logicaldoc/gui/common/client/i18n/I18N.getGuiLanguages:()Ljava/util/List;
I18N.getLanguages ( ) : List<GUIValue>
com/logicaldoc/gui/common/client/i18n/I18N.getLanguages:()Ljava/util/List;
I18N.message ( String key, List<String> vals ) [static] : String
com/logicaldoc/gui/common/client/i18n/I18N.message:(Ljava/lang/String;Ljava/util/List;)Ljava/lang/String;
I18N.setGuiLanguages ( List<GUIValue> guiLanguages ) [static] : void
com/logicaldoc/gui/common/client/i18n/I18N.setGuiLanguages:(Ljava/util/List;)V
I18N.setLanguages ( List<GUIValue> languages ) [static] : void
com/logicaldoc/gui/common/client/i18n/I18N.setLanguages:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ImpexService.class
package com.logicaldoc.gui.frontend.client.services
ImpexService.addDocuments ( long p1, List<Long> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ImpexService.addDocuments:(JLjava/util/List;)V
ImpexService.deleteVersions ( long p1, List<Long> p2 ) [abstract] : GUIArchive
com/logicaldoc/gui/frontend/client/services/ImpexService.deleteVersions:(JLjava/util/List;)Lcom/logicaldoc/gui/common/client/beans/GUIArchive;
logicaldoc-gui-8.9.1-plugin.jar,
ImpexServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ImpexServiceAsync.addDocuments ( long p1, List<Long> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ImpexServiceAsync.addDocuments:(JLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ImpexServiceAsync.deleteVersions ( long p1, List<Long> p2, AsyncCallback<GUIArchive> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ImpexServiceAsync.deleteVersions:(JLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
InfoService.class
package com.logicaldoc.gui.common.client.services
InfoService.getSessionInfo ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/common/client/services/InfoService.getSessionInfo:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
InvalidSessionServerException.class
package com.logicaldoc.gui.common.client
InvalidSessionServerException.InvalidSessionServerException ( String message, Throwable cause )
com/logicaldoc/gui/common/client/InvalidSessionServerException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
InvalidSessionServerException.InvalidSessionServerException ( Throwable cause )
com/logicaldoc/gui/common/client/InvalidSessionServerException."<init>":(Ljava/lang/Throwable;)V
logicaldoc-gui-8.9.1-plugin.jar,
ItemFactory.class
package com.logicaldoc.gui.common.client.util
ItemFactory.newDocumentSelectorForAttribute ( String name, String title, List<FormItemIcon> additionalIcons ) [static] : StaticTextItem
com/logicaldoc/gui/common/client/util/ItemFactory.newDocumentSelectorForAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lcom/smartgwt/client/widgets/form/fields/StaticTextItem;
ItemFactory.newTagsComboBoxItem ( String name, String title, TagsDS options, List<String> tags ) [static] : MultiComboBoxItem
com/logicaldoc/gui/common/client/util/ItemFactory.newTagsComboBoxItem:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/gui/common/client/data/TagsDS;Ljava/util/List;)Lcom/smartgwt/client/widgets/form/fields/MultiComboBoxItem;
logicaldoc-gui-8.9.1-plugin.jar,
LDAPService.class
package com.logicaldoc.gui.frontend.client.services
LDAPService.importUsers ( List<String> p1, long p2 ) [abstract] : List<GUIValue>
com/logicaldoc/gui/frontend/client/services/LDAPService.importUsers:(Ljava/util/List;J)Ljava/util/List;
LDAPService.listUsers ( String p1, long p2 ) [abstract] : List<GUIUser>
com/logicaldoc/gui/frontend/client/services/LDAPService.listUsers:(Ljava/lang/String;J)Ljava/util/List;
LDAPService.reorder ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/LDAPService.reorder:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
LDAPServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
LDAPServiceAsync.importUsers ( List<String> p1, long p2, AsyncCallback<List<GUIValue>> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/LDAPServiceAsync.importUsers:(Ljava/util/List;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
LDAPServiceAsync.reorder ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/LDAPServiceAsync.reorder:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
MainMenu.class
package com.logicaldoc.gui.frontend.client.menu
MainMenu.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/menu/MainMenu.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
MenuSecurityPanel.class
package com.logicaldoc.gui.frontend.client.security
MenuSecurityPanel.equals ( Object obj ) : boolean
com/logicaldoc/gui/frontend/client/security/MenuSecurityPanel.equals:(Ljava/lang/Object;)Z
MenuSecurityPanel.getACL ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/frontend/client/security/MenuSecurityPanel.getACL:()Ljava/util/List;
MenuSecurityPanel.hashCode ( ) : int
com/logicaldoc/gui/frontend/client/security/MenuSecurityPanel.hashCode:()I
MenuSecurityPanel.MenuSecurityPanel ( GUIMenu menu, boolean withSaveButton )
com/logicaldoc/gui/frontend/client/security/MenuSecurityPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIMenu;Z)V
MenuSecurityPanel.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/security/MenuSecurityPanel.onDraw:()V
MenuSecurityPanel.onSave ( ) : void
com/logicaldoc/gui/frontend/client/security/MenuSecurityPanel.onSave:()V
logicaldoc-gui-8.9.1-plugin.jar,
MessageService.class
package com.logicaldoc.gui.frontend.client.services
MessageService.delete ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.delete:(Ljava/util/List;)V
MessageService.deleteTemplates ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.deleteTemplates:(Ljava/util/List;)V
MessageService.loadTemplates ( String p1, String p2 ) [abstract] : List<GUIMessageTemplate>
com/logicaldoc/gui/frontend/client/services/MessageService.loadTemplates:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
MessageService.save ( GUIMessage p1, List<Long> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.save:(Lcom/logicaldoc/gui/common/client/beans/GUIMessage;Ljava/util/List;)V
MessageService.saveTemplates ( List<GUIMessageTemplate> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.saveTemplates:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
MessageServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
MessageServiceAsync.delete ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.delete:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
MessageServiceAsync.deleteTemplates ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.deleteTemplates:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
MessageServiceAsync.save ( GUIMessage p1, List<Long> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.save:(Lcom/logicaldoc/gui/common/client/beans/GUIMessage;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
MessageServiceAsync.saveTemplates ( List<GUIMessageTemplate> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.saveTemplates:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
MostUsedTagsPortlet.class
package com.logicaldoc.gui.frontend.client.dashboard.tag
MostUsedTagsPortlet.MostUsedTagsPortlet ( )
com/logicaldoc/gui/frontend/client/dashboard/tag/MostUsedTagsPortlet."<init>":()V
logicaldoc-gui-8.9.1-plugin.jar,
OCRService.class
package com.logicaldoc.gui.frontend.client.services
OCRService.loadSettings ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/OCRService.loadSettings:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
PreviewPopup.class
package com.logicaldoc.gui.common.client.widgets.preview
PreviewPopup.PreviewPopup ( List<GUIDocument> docs, int index )
com/logicaldoc/gui/common/client/widgets/preview/PreviewPopup."<init>":(Ljava/util/List;I)V
logicaldoc-gui-8.9.1-plugin.jar,
ReadingRequestController.class
package com.logicaldoc.gui.common.client.controllers
ReadingRequestController.addUnconfirmedReadings ( List<GUIReadingRequest> readings ) : void
com/logicaldoc/gui/common/client/controllers/ReadingRequestController.addUnconfirmedReadings:(Ljava/util/List;)V
ReadingRequestController.getUnconfirmedReadingIds ( long docId ) : List<Long>
com/logicaldoc/gui/common/client/controllers/ReadingRequestController.getUnconfirmedReadingIds:(J)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ReadingRequestDialog.class
package com.logicaldoc.gui.frontend.client.document.reading
ReadingRequestDialog.ReadingRequestDialog ( List<Long> docIds )
com/logicaldoc/gui/frontend/client/document/reading/ReadingRequestDialog."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ReadingRequestObserver.class
package com.logicaldoc.gui.common.client.controllers
ReadingRequestObserver.onNewReadingRequests ( List<GUIReadingRequest> p1 ) [abstract] : void
com/logicaldoc/gui/common/client/controllers/ReadingRequestObserver.onNewReadingRequests:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ReadingRequestService.class
package com.logicaldoc.gui.frontend.client.services
ReadingRequestService.askReadingConfirmation ( List<Long> p1, List<Long> p2, List<Long> p3, boolean p4, String p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.askReadingConfirmation:(Ljava/util/List;Ljava/util/List;Ljava/util/List;ZLjava/lang/String;)V
ReadingRequestService.confirmReadings ( List<Long> p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.confirmReadings:(Ljava/util/List;Ljava/lang/String;)V
ReadingRequestService.getUnconfimedReadings ( ) [abstract] : List<GUIReadingRequest>
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.getUnconfimedReadings:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ReadingRequestServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ReadingRequestServiceAsync.askReadingConfirmation ( List<Long> p1, List<Long> p2, List<Long> p3, boolean p4, String p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestServiceAsync.askReadingConfirmation:(Ljava/util/List;Ljava/util/List;Ljava/util/List;ZLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ReadingRequestServiceAsync.confirmReadings ( List<Long> p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestServiceAsync.confirmReadings:(Ljava/util/List;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
ReadingRequestsPanel.class
package com.logicaldoc.gui.frontend.client.dashboard.reading
ReadingRequestsPanel.onNewReadingRequests ( List<GUIReadingRequest> requests ) : void
com/logicaldoc/gui/frontend/client/dashboard/reading/ReadingRequestsPanel.onNewReadingRequests:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
Registration.class
package com.logicaldoc.gui.frontend.client.menu
Registration.Registration ( List<String> reg )
com/logicaldoc/gui/frontend/client/menu/Registration."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ReportService.class
package com.logicaldoc.gui.frontend.client.services
ReportService.execute ( long p1, List<GUIAttribute> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReportService.execute:(JLjava/util/List;)V
ReportService.getReportParameters ( long p1 ) [abstract] : List<GUIAttribute>
com/logicaldoc/gui/frontend/client/services/ReportService.getReportParameters:(J)Ljava/util/List;
ReportService.getReports ( ) [abstract] : List<GUIReport>
com/logicaldoc/gui/frontend/client/services/ReportService.getReports:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ReportServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ReportServiceAsync.execute ( long p1, List<GUIAttribute> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReportServiceAsync.execute:(JLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
RestoreDialog.class
package com.logicaldoc.gui.frontend.client.folder
RestoreDialog.RestoreDialog ( List<Long> docIds, List<Long> folderIds, ClickHandler handler )
com/logicaldoc/gui/frontend/client/folder/RestoreDialog."<init>":(Ljava/util/List;Ljava/util/List;Lcom/smartgwt/client/widgets/events/ClickHandler;)V
logicaldoc-gui-8.9.1-plugin.jar,
RetentionPoliciesService.class
package com.logicaldoc.gui.frontend.client.services
RetentionPoliciesService.reorder ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/RetentionPoliciesService.reorder:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
RetentionPoliciesServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
RetentionPoliciesServiceAsync.reorder ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/RetentionPoliciesServiceAsync.reorder:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
SchemeService.class
package com.logicaldoc.gui.frontend.client.services
SchemeService.load ( ) [abstract] : List<GUIScheme>
com/logicaldoc/gui/frontend/client/services/SchemeService.load:()Ljava/util/List;
SchemeService.loadSequences ( ) [abstract] : List<GUISequence>
com/logicaldoc/gui/frontend/client/services/SchemeService.loadSequences:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
Search.class
package com.logicaldoc.gui.frontend.client.search
Search.getLastResult ( ) : List<GUIDocument>
com/logicaldoc/gui/frontend/client/search/Search.getLastResult:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
SearchEngineService.class
package com.logicaldoc.gui.frontend.client.services
SearchEngineService.remove ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineService.remove:(Ljava/util/List;)V
SearchEngineService.reorderTokenFilters ( List<String> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineService.reorderTokenFilters:(Ljava/util/List;)V
SearchEngineService.saveTokenFilterSettings ( String p1, List<GUIParameter> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineService.saveTokenFilterSettings:(Ljava/lang/String;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SearchEngineServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SearchEngineServiceAsync.remove ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineServiceAsync.remove:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SearchEngineServiceAsync.reorderTokenFilters ( List<String> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineServiceAsync.reorderTokenFilters:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SearchEngineServiceAsync.saveTokenFilterSettings ( String p1, List<GUIParameter> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineServiceAsync.saveTokenFilterSettings:(Ljava/lang/String;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
SearchPanel.class
package com.logicaldoc.gui.frontend.client.search
SearchPanel.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/frontend/client/search/SearchPanel.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SearchService.class
package com.logicaldoc.gui.frontend.client.services
SearchService.delete ( List<String> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchService.delete:(Ljava/util/List;)V
SearchService.shareSearch ( String p1, List<Long> p2, List<Long> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchService.shareSearch:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SearchServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SearchServiceAsync.delete ( List<String> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchServiceAsync.delete:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SearchServiceAsync.shareSearch ( String p1, List<Long> p2, List<Long> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchServiceAsync.shareSearch:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
SecurityService.class
package com.logicaldoc.gui.common.client.services
SecurityService.cloneWorkTimes ( long p1, List<Long> p2, List<Long> p3 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.cloneWorkTimes:(JLjava/util/List;Ljava/util/List;)V
SecurityService.deleteTrustedDevices ( List<String> p1 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.deleteTrustedDevices:(Ljava/util/List;)V
SecurityService.getMenus ( long p1, String p2, boolean p3 ) [abstract] : List<GUIMenu>
com/logicaldoc/gui/common/client/services/SecurityService.getMenus:(JLjava/lang/String;Z)Ljava/util/List;
SecurityService.loadBlockedEntities ( ) [abstract] : List<GUISequence>
com/logicaldoc/gui/common/client/services/SecurityService.loadBlockedEntities:()Ljava/util/List;
SecurityService.removeBlockedEntities ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.removeBlockedEntities:(Ljava/util/List;)V
SecurityService.removeFromGroup ( long p1, List<Long> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.removeFromGroup:(JLjava/util/List;)V
SecurityService.replicateUsersSettings ( long p1, List<Long> p2, boolean p3, boolean p4 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.replicateUsersSettings:(JLjava/util/List;ZZ)V
SecurityService.saveACL ( GUIMenu p1 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIMenu;)V
SecurityService.saveMenus ( List<GUIMenu> p1, String p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.saveMenus:(Ljava/util/List;Ljava/lang/String;)V
SecurityService.searchUsers ( String p1, String p2 ) [abstract] : List<GUIUser>
com/logicaldoc/gui/common/client/services/SecurityService.searchUsers:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
SecurityService.validatePassword ( String p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 ) [abstract] : List<String>
com/logicaldoc/gui/common/client/services/SecurityService.validatePassword:(Ljava/lang/String;IIIIIII)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
SecurityServiceAsync.class
package com.logicaldoc.gui.common.client.services
SecurityServiceAsync.cloneWorkTimes ( long p1, List<Long> p2, List<Long> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.cloneWorkTimes:(JLjava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.deleteTrustedDevices ( List<String> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.deleteTrustedDevices:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.removeBlockedEntities ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.removeBlockedEntities:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.removeFromGroup ( long p1, List<Long> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.removeFromGroup:(JLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.replicateUsersSettings ( long p1, List<Long> p2, boolean p3, boolean p4, AsyncCallback<Void> p5 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.replicateUsersSettings:(JLjava/util/List;ZZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.saveACL ( GUIMenu p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIMenu;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.saveMenus ( List<GUIMenu> p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.saveMenus:(Ljava/util/List;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
SendToArchiveDialog.class
package com.logicaldoc.gui.frontend.client.document
SendToArchiveDialog.onSubmit ( List<Long> ids, boolean document ) : void
com/logicaldoc/gui/frontend/client/document/SendToArchiveDialog.onSubmit:(Ljava/util/List;Z)V
SendToArchiveDialog.SendToArchiveDialog ( List<Long> ids, boolean document )
com/logicaldoc/gui/frontend/client/document/SendToArchiveDialog."<init>":(Ljava/util/List;Z)V
logicaldoc-gui-8.9.1-plugin.jar,
Session.class
package com.logicaldoc.gui.common.client
Session.onDocumentsDeleted ( List<GUIDocument> documents ) : void
com/logicaldoc/gui/common/client/Session.onDocumentsDeleted:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SettingService.class
package com.logicaldoc.gui.frontend.client.services
SettingService.loadConverterParameters ( String p1 ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/SettingService.loadConverterParameters:(Ljava/lang/String;)Ljava/util/List;
SettingService.loadGUISettings ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/SettingService.loadGUISettings:()Ljava/util/List;
SettingService.loadProtocolSettings ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/SettingService.loadProtocolSettings:()Ljava/util/List;
SettingService.loadSettings ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/SettingService.loadSettings:()Ljava/util/List;
SettingService.loadSettingsByNames ( List<String> p1 ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/SettingService.loadSettingsByNames:(Ljava/util/List;)Ljava/util/List;
SettingService.loadWebserviceStats ( Long p1 ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/SettingService.loadWebserviceStats:(Ljava/lang/Long;)Ljava/util/List;
SettingService.removeStorage ( int p1 ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/SettingService.removeStorage:(I)Ljava/util/List;
SettingService.saveFirewallSettings ( List<GUIParameter> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingService.saveFirewallSettings:(Ljava/util/List;)V
SettingService.saveSettings ( List<GUIParameter> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingService.saveSettings:(Ljava/util/List;)V
SettingService.saveStorageSettings ( List<GUIParameter> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingService.saveStorageSettings:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SettingServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SettingServiceAsync.loadSettingsByNames ( List<String> p1, AsyncCallback<List<GUIParameter>> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.loadSettingsByNames:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SettingServiceAsync.saveFirewallSettings ( List<GUIParameter> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.saveFirewallSettings:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SettingServiceAsync.saveSettings ( List<GUIParameter> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.saveSettings:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SettingServiceAsync.saveStorageSettings ( List<GUIParameter> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.saveStorageSettings:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
ShareFileService.class
package com.logicaldoc.gui.frontend.client.services
ShareFileService.exportDocuments ( String p1, List<Long> p2, List<Long> p3 ) [abstract] : boolean
com/logicaldoc/gui/frontend/client/services/ShareFileService.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Z
ShareFileService.importDocuments ( long p1, List<String> p2 ) [abstract] : int
com/logicaldoc/gui/frontend/client/services/ShareFileService.importDocuments:(JLjava/util/List;)I
ShareFileService.loadSettings ( ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/ShareFileService.loadSettings:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ShareFileServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ShareFileServiceAsync.exportDocuments ( String p1, List<Long> p2, List<Long> p3, AsyncCallback<Boolean> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ShareFileServiceAsync.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ShareFileServiceAsync.importDocuments ( long p1, List<String> p2, AsyncCallback<Integer> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ShareFileServiceAsync.importDocuments:(JLjava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
SignService.class
package com.logicaldoc.gui.frontend.client.services
SignService.signDocuments ( List<Long> p1, String p2, int p3, String p4, String p5, String p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SignService.signDocuments:(Ljava/util/List;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
SignServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SignServiceAsync.signDocuments ( List<Long> p1, String p2, int p3, String p4, String p5, String p6, AsyncCallback<Void> p7 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SignServiceAsync.signDocuments:(Ljava/util/List;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
StampAclDS.class
package com.logicaldoc.gui.common.client.data
StampAclDS.StampAclDS ( long stampId )
com/logicaldoc/gui/common/client/data/StampAclDS."<init>":(J)V
logicaldoc-gui-8.9.1-plugin.jar,
StampDialog.class
package com.logicaldoc.gui.frontend.client.document.stamp
StampDialog.onApply ( ) : void
com/logicaldoc/gui/frontend/client/document/stamp/StampDialog.onApply:()V
StampDialog.StampDialog ( List<GUIDocument> documents )
com/logicaldoc/gui/frontend/client/document/stamp/StampDialog."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
StampSecurity.class
package com.logicaldoc.gui.frontend.client.metadata.stamp
StampSecurity.equals ( Object obj ) : boolean
com/logicaldoc/gui/frontend/client/metadata/stamp/StampSecurity.equals:(Ljava/lang/Object;)Z
StampSecurity.hashCode ( ) : int
com/logicaldoc/gui/frontend/client/metadata/stamp/StampSecurity.hashCode:()I
StampSecurity.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/metadata/stamp/StampSecurity.onDraw:()V
StampSecurity.StampSecurity ( GUIStamp stamp, ChangedHandler changedHandler )
com/logicaldoc/gui/frontend/client/metadata/stamp/StampSecurity."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIStamp;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;)V
StampSecurity.validate ( ) : boolean
com/logicaldoc/gui/frontend/client/metadata/stamp/StampSecurity.validate:()Z
logicaldoc-gui-8.9.1-plugin.jar,
StampService.class
package com.logicaldoc.gui.frontend.client.services
StampService.applyStamp ( List<Long> p1, GUIStamp p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampService.applyStamp:(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;)V
logicaldoc-gui-8.9.1-plugin.jar,
StampServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
StampServiceAsync.applyStamp ( List<Long> p1, GUIStamp p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampServiceAsync.applyStamp:(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
StampUploader.class
package com.logicaldoc.gui.frontend.client.metadata.stamp
StampUploader.onSubmit ( ) : void
com/logicaldoc/gui/frontend/client/metadata/stamp/StampUploader.onSubmit:()V
logicaldoc-gui-8.9.1-plugin.jar,
StartWorkflowDialog.class
package com.logicaldoc.gui.frontend.client.document
StartWorkflowDialog.onStart ( List<Long> ids ) : void
com/logicaldoc/gui/frontend/client/document/StartWorkflowDialog.onStart:(Ljava/util/List;)V
StartWorkflowDialog.StartWorkflowDialog ( List<Long> ids )
com/logicaldoc/gui/frontend/client/document/StartWorkflowDialog."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
StateWidget.class
package com.logicaldoc.gui.frontend.client.workflow.designer
StateWidget.getWFState ( ) : GUIWFState
com/logicaldoc/gui/frontend/client/workflow/designer/StateWidget.getWFState:()Lcom/logicaldoc/gui/common/client/beans/GUIWFState;
logicaldoc-gui-8.9.1-plugin.jar,
StatsPie.class
package com.logicaldoc.gui.frontend.client.system.stats
StatsPie.StatsPie ( List<List<GUIParameter>> parameters )
com/logicaldoc/gui/frontend/client/system/stats/StatsPie."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
StatusBarIcons.class
package com.logicaldoc.gui.frontend.client.panels
StatusBarIcons.onNewReadingRequests ( List<GUIReadingRequest> readings ) : void
com/logicaldoc/gui/frontend/client/panels/StatusBarIcons.onNewReadingRequests:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SubscriptionDialog.class
package com.logicaldoc.gui.frontend.client.subscription
SubscriptionDialog.SubscriptionDialog ( Long folderId, List<Long> docIds )
com/logicaldoc/gui/frontend/client/subscription/SubscriptionDialog."<init>":(Ljava/lang/Long;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SystemService.class
package com.logicaldoc.gui.frontend.client.services
SystemService.getPlugins ( ) [abstract] : List<GUIValue>
com/logicaldoc/gui/frontend/client/services/SystemService.getPlugins:()Ljava/util/List;
SystemService.getStatistics ( String p1 ) [abstract] : List<List<GUIParameter>>
com/logicaldoc/gui/frontend/client/services/SystemService.getStatistics:(Ljava/lang/String;)Ljava/util/List;
SystemService.loadTasks ( String p1 ) [abstract] : List<GUITask>
com/logicaldoc/gui/frontend/client/services/SystemService.loadTasks:(Ljava/lang/String;)Ljava/util/List;
SystemService.search ( Long p1, Date p2, Date p3, int p4, String p5, List<String> p6, Long p7 ) [abstract] : List<GUIHistory>
com/logicaldoc/gui/frontend/client/services/SystemService.search:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;ILjava/lang/String;Ljava/util/List;Ljava/lang/Long;)Ljava/util/List;
SystemService.searchApiCalls ( Long p1, Date p2, Date p3, String p4, String p5, String p6, int p7 ) [abstract] : List<GUIHistory>
com/logicaldoc/gui/frontend/client/services/SystemService.searchApiCalls:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)Ljava/util/List;
SystemService.unscheduleJobs ( List<GUIValue> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SystemService.unscheduleJobs:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
SystemServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SystemServiceAsync.search ( Long p1, Date p2, Date p3, int p4, String p5, List<String> p6, Long p7, AsyncCallback<List<GUIHistory>> p8 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SystemServiceAsync.search:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;ILjava/lang/String;Ljava/util/List;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SystemServiceAsync.unscheduleJobs ( List<GUIValue> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SystemServiceAsync.unscheduleJobs:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
TagCloud.class
package com.logicaldoc.gui.frontend.client.dashboard.tag
TagCloud.refresh ( ) : void
com/logicaldoc/gui/frontend/client/dashboard/tag/TagCloud.refresh:()V
TagCloud.TagCloud ( )
com/logicaldoc/gui/frontend/client/dashboard/tag/TagCloud."<init>":()V
logicaldoc-gui-8.9.1-plugin.jar,
TagsDashboard.class
package com.logicaldoc.gui.frontend.client.dashboard.tag
TagsDashboard.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/dashboard/tag/TagsDashboard.onDraw:()V
TagsDashboard.TagsDashboard ( )
com/logicaldoc/gui/frontend/client/dashboard/tag/TagsDashboard."<init>":()V
logicaldoc-gui-8.9.1-plugin.jar,
TagService.class
package com.logicaldoc.gui.frontend.client.services
TagService.getSettings ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/TagService.getSettings:()Ljava/util/List;
TagService.getTagCloud ( ) [abstract] : List<GUITag>
com/logicaldoc/gui/frontend/client/services/TagService.getTagCloud:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
TagsPanel.class
package com.logicaldoc.gui.frontend.client.metadata.tag
TagsPanel.TagsPanel ( List<GUIParameter> parameters )
com/logicaldoc/gui/frontend/client/metadata/tag/TagsPanel."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
TagsPortlet.class
package com.logicaldoc.gui.frontend.client.dashboard.tag
TagsPortlet.TagsPortlet ( )
com/logicaldoc/gui/frontend/client/dashboard/tag/TagsPortlet."<init>":()V
logicaldoc-gui-8.9.1-plugin.jar,
TagsSettingsPanel.class
package com.logicaldoc.gui.frontend.client.metadata.tag
TagsSettingsPanel.TagsSettingsPanel ( List<GUIParameter> settings )
com/logicaldoc/gui/frontend/client/metadata/tag/TagsSettingsPanel."<init>":(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
TemplateNameTextValidator.class
package com.logicaldoc.gui.common.client.validators
TemplateNameTextValidator.TemplateNameTextValidator ( )
com/logicaldoc/gui/common/client/validators/TemplateNameTextValidator."<init>":()V
logicaldoc-gui-8.9.1-plugin.jar,
TemplateService.class
package com.logicaldoc.gui.frontend.client.services
TemplateService.getAttributes ( long p1, GUIExtensibleObject p2 ) [abstract] : List<GUIAttribute>
com/logicaldoc/gui/frontend/client/services/TemplateService.getAttributes:(JLcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
TwoFactorsAuthenticationService.class
package com.logicaldoc.gui.frontend.client.services
TwoFactorsAuthenticationService.generateGoogleAuthorizationCredentials ( String p1 ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/TwoFactorsAuthenticationService.generateGoogleAuthorizationCredentials:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
UpdateDialog.class
package com.logicaldoc.gui.frontend.client.document.update
UpdateDialog.UpdateDialog ( List<Long> ids, GUIDocument metadata, String context, boolean majorVersion )
com/logicaldoc/gui/frontend/client/document/update/UpdateDialog."<init>":(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Ljava/lang/String;Z)V
UpdateDialog.UpdateDialog ( List<Long> ids, GUIDocument metadata, String context, boolean majorVersion, String charset )
com/logicaldoc/gui/frontend/client/document/update/UpdateDialog."<init>":(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Ljava/lang/String;ZLjava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
UpdatePanel.class
package com.logicaldoc.gui.frontend.client.document.update
UpdatePanel.prepareTabset ( boolean showNotificationPanel, boolean showSecurityTab ) : void
com/logicaldoc/gui/frontend/client/document/update/UpdatePanel.prepareTabset:(ZZ)V
UpdatePanel.UpdatePanel ( GUIDocument metadata, boolean showNotificationPanel, boolean showSecurityTab )
com/logicaldoc/gui/frontend/client/document/update/UpdatePanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;ZZ)V
logicaldoc-gui-8.9.1-plugin.jar,
UpdateService.class
package com.logicaldoc.gui.frontend.client.services
UpdateService.checkDownloadStatus ( ) [abstract] : List<Integer>
com/logicaldoc/gui/frontend/client/services/UpdateService.checkDownloadStatus:()Ljava/util/List;
UpdateService.checkPatch ( ) [abstract] : List<GUIPatch>
com/logicaldoc/gui/frontend/client/services/UpdateService.checkPatch:()Ljava/util/List;
UpdateService.checkUpdate ( ) [abstract] : List<GUIParameter>
com/logicaldoc/gui/frontend/client/services/UpdateService.checkUpdate:()Ljava/util/List;
UpdateService.getPatchNotes ( String p1 ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/UpdateService.getPatchNotes:(Ljava/lang/String;)Ljava/util/List;
UpdateService.getUpdateNotes ( String p1 ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/UpdateService.getUpdateNotes:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
UserSelectorCombo.class
package com.logicaldoc.gui.common.client.widgets
UserSelectorCombo.getUserIds ( ) : List<Long>
com/logicaldoc/gui/common/client/widgets/UserSelectorCombo.getUserIds:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
Util.class
package com.logicaldoc.gui.common.client.util
Util.convertToMap ( List<GUIParameter> parameters ) [static] : Map<String,String>
com/logicaldoc/gui/common/client/util/Util.convertToMap:(Ljava/util/List;)Ljava/util/Map;
Util.getParameterValue ( List<GUIParameter> params, String name ) [static] : String
com/logicaldoc/gui/common/client/util/Util.getParameterValue:(Ljava/util/List;Ljava/lang/String;)Ljava/lang/String;
Util.getTagsHTML ( List<String> tags ) [static] : String
com/logicaldoc/gui/common/client/util/Util.getTagsHTML:(Ljava/util/List;)Ljava/lang/String;
Util.getValue ( String name, List<GUIParameter> parameters ) [static] : String
com/logicaldoc/gui/common/client/util/Util.getValue:(Ljava/lang/String;Ljava/util/List;)Ljava/lang/String;
logicaldoc-gui-8.9.1-plugin.jar,
VisualPositioningDigitalSignatureDialog.class
package com.logicaldoc.gui.frontend.client.document.signature
VisualPositioningDigitalSignatureDialog.VisualPositioningDigitalSignatureDialog ( List<Long> docIds, String reason )
com/logicaldoc/gui/frontend/client/document/signature/VisualPositioningDigitalSignatureDialog."<init>":(Ljava/util/List;Ljava/lang/String;)V
logicaldoc-gui-8.9.1-plugin.jar,
VisualPositioningStampDialog.class
package com.logicaldoc.gui.frontend.client.document.stamp
VisualPositioningStampDialog.VisualPositioningStampDialog ( List<GUIDocument> documents, GUIStamp stamp )
com/logicaldoc/gui/frontend/client/document/stamp/VisualPositioningStampDialog."<init>":(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;)V
logicaldoc-gui-8.9.1-plugin.jar,
WebservicesPanel.class
package com.logicaldoc.gui.frontend.client.settings.protocols
WebservicesPanel.WebservicesPanel ( List<GUIParameter> settings, ValuesManager vm )
com/logicaldoc/gui/frontend/client/settings/protocols/WebservicesPanel."<init>":(Ljava/util/List;Lcom/smartgwt/client/widgets/form/ValuesManager;)V
logicaldoc-gui-8.9.1-plugin.jar,
WorkflowAclDS.class
package com.logicaldoc.gui.common.client.data
WorkflowAclDS.WorkflowAclDS ( long id )
com/logicaldoc/gui/common/client/data/WorkflowAclDS."<init>":(J)V
logicaldoc-gui-8.9.1-plugin.jar,
WorkflowSecurity.class
package com.logicaldoc.gui.frontend.client.workflow.designer
WorkflowSecurity.getACL ( ) : List<GUIAccessControlEntry>
com/logicaldoc/gui/frontend/client/workflow/designer/WorkflowSecurity.getACL:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
WorkflowService.class
package com.logicaldoc.gui.frontend.client.services
WorkflowService.appendDocuments ( String p1, List<Long> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.appendDocuments:(Ljava/lang/String;Ljava/util/List;)V
WorkflowService.deleteInstances ( List<String> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.deleteInstances:(Ljava/util/List;)V
WorkflowService.list ( ) [abstract] : List<GUIWorkflow>
com/logicaldoc/gui/frontend/client/services/WorkflowService.list:()Ljava/util/List;
WorkflowService.saveACL ( GUIWorkflow p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;)V
WorkflowService.startWorkflow ( String p1, String p2, String p3, String p4, List<Long> p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
WorkflowServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
WorkflowServiceAsync.appendDocuments ( String p1, List<Long> p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.appendDocuments:(Ljava/lang/String;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WorkflowServiceAsync.deleteInstances ( List<String> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.deleteInstances:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WorkflowServiceAsync.saveACL ( GUIWorkflow p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WorkflowServiceAsync.startWorkflow ( String p1, String p2, String p3, String p4, List<Long> p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
ZohoService.class
package com.logicaldoc.gui.frontend.client.services
ZohoService.exportDocuments ( String p1, List<Long> p2, List<Long> p3 ) [abstract] : boolean
com/logicaldoc/gui/frontend/client/services/ZohoService.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Z
ZohoService.importDocuments ( long p1, List<String> p2, List<String> p3 ) [abstract] : int
com/logicaldoc/gui/frontend/client/services/ZohoService.importDocuments:(JLjava/util/List;Ljava/util/List;)I
ZohoService.loadSettings ( ) [abstract] : List<String>
com/logicaldoc/gui/frontend/client/services/ZohoService.loadSettings:()Ljava/util/List;
logicaldoc-gui-8.9.1-plugin.jar,
ZohoServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ZohoServiceAsync.exportDocuments ( String p1, List<Long> p2, List<Long> p3, AsyncCallback<Boolean> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZohoServiceAsync.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ZohoServiceAsync.importDocuments ( long p1, List<String> p2, List<String> p3, AsyncCallback<Integer> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZohoServiceAsync.importDocuments:(JLjava/util/List;Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.1-plugin.jar,
ZonalOCRService.class
package com.logicaldoc.gui.frontend.client.services
ZonalOCRService.markUnprocessable ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZonalOCRService.markUnprocessable:(Ljava/util/List;)V
logicaldoc-gui-8.9.1-plugin.jar,
ZonalOCRServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ZonalOCRServiceAsync.markUnprocessable ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZonalOCRServiceAsync.markUnprocessable:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-impex-8.9.1-plugin.jar,
Archive.class
package com.logicaldoc.impex
Archive.getEntryIds ( ) : List<Long>
com/logicaldoc/impex/Archive.getEntryIds:()Ljava/util/List;
logicaldoc-impex-8.9.1-plugin.jar,
ArchiveBuilder.class
package com.logicaldoc.impex
ArchiveBuilder.prepareMessage ( Archive archive, Message message, User user ) : void
com/logicaldoc/impex/ArchiveBuilder.prepareMessage:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/communication/Message;Lcom/logicaldoc/core/security/user/User;)V
ArchiveBuilder.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/impex/ArchiveBuilder.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-impex-8.9.1-plugin.jar,
ArchiveDAO.class
package com.logicaldoc.impex.dao
ArchiveDAO.removeVersions ( long p1, Set<Long> p2 ) [abstract] : boolean
com/logicaldoc/impex/dao/ArchiveDAO.removeVersions:(JLjava/util/Set;)Z
logicaldoc-impex-8.9.1-plugin.jar,
ArchiveImporter.class
package com.logicaldoc.impex
ArchiveImporter.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/impex/ArchiveImporter.getDocumentDao:()Lcom/logicaldoc/core/document/DocumentDAO;
ArchiveImporter.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/impex/ArchiveImporter.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
ArchiveImporter.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/impex/ArchiveImporter.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-impex-8.9.1-plugin.jar,
ArchiveManager.class
package com.logicaldoc.impex
ArchiveManager.addEntry ( Archive archive, Version version, User user, String comment, String sid ) : boolean
com/logicaldoc/impex/ArchiveManager.addEntry:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/document/Version;Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;)Z
ArchiveManager.addEntry ( Archive archive, Version version, User user, String sid ) : boolean
com/logicaldoc/impex/ArchiveManager.addEntry:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/document/Version;Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)Z
ArchiveManager.closeArchive ( long id, User user ) : void
com/logicaldoc/impex/ArchiveManager.closeArchive:(JLcom/logicaldoc/core/security/user/User;)V
ArchiveManager.delete ( long archiveId, User user, String comment ) : void
com/logicaldoc/impex/ArchiveManager.delete:(JLcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
ArchiveManager.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/impex/ArchiveManager.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
ArchiveManager.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/impex/ArchiveManager.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-impex-8.9.1-plugin.jar,
HibernateArchiveDAO.class
package com.logicaldoc.impex.dao
HibernateArchiveDAO.removeVersions ( long archiveId, Set<Long> versionIds ) : boolean
com/logicaldoc/impex/dao/HibernateArchiveDAO.removeVersions:(JLjava/util/Set;)Z
logicaldoc-impex-8.9.1-plugin.jar,
ImpexServiceImpl.class
package com.logicaldoc.impex
ImpexServiceImpl.addDocuments ( long archiveId, List<Long> documentIds ) : void
com/logicaldoc/impex/ImpexServiceImpl.addDocuments:(JLjava/util/List;)V
ImpexServiceImpl.addDocuments ( Session session, long archiveId, List<Long> documentIds ) : void
com/logicaldoc/impex/ImpexServiceImpl.addDocuments:(Lcom/logicaldoc/core/security/Session;JLjava/util/List;)V
ImpexServiceImpl.deleteVersions ( long archiveId, List<Long> versionIds ) : GUIArchive
com/logicaldoc/impex/ImpexServiceImpl.deleteVersions:(JLjava/util/List;)Lcom/logicaldoc/gui/common/client/beans/GUIArchive;
logicaldoc-impex-8.9.1-plugin.jar,
IncrementalArchiveCreator.class
package com.logicaldoc.impex
IncrementalArchiveCreator.prepareMessage ( Archive archive, Message message, User user ) : void
com/logicaldoc/impex/IncrementalArchiveCreator.prepareMessage:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/communication/Message;Lcom/logicaldoc/core/security/user/User;)V
IncrementalArchiveCreator.setVersionDao ( VersionDAO versionDao ) : void
com/logicaldoc/impex/IncrementalArchiveCreator.setVersionDao:(Lcom/logicaldoc/core/document/VersionDAO;)V
logicaldoc-importfolder-8.9.1-plugin.jar,
CrawlerHelper.class
package com.logicaldoc.importfolder
CrawlerHelper.checkin ( Object remoteFile, long docId, User owner, String remoteFileName, String remoteFilePath, File localFile ) : void
com/logicaldoc/importfolder/CrawlerHelper.checkin:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)V
CrawlerHelper.checkinFile ( Object p1, long p2, User p3 ) [abstract] : void
com/logicaldoc/importfolder/CrawlerHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;)V
CrawlerHelper.create ( Object file, Folder folder, User owner, boolean timestamp, String remoteFileName, String remoteFilePath, File localFile ) : Document
com/logicaldoc/importfolder/CrawlerHelper.create:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;ZLjava/lang/String;Ljava/lang/String;Ljava/io/File;)Lcom/logicaldoc/core/document/Document;
CrawlerHelper.importFile ( Object p1, Folder p2, User p3, boolean p4 ) [abstract] : Document
com/logicaldoc/importfolder/CrawlerHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.1-plugin.jar,
FSHelper.class
package com.logicaldoc.importfolder.fs
FSHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/fs/FSHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;)V
FSHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/fs/FSHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.1-plugin.jar,
FTPHelper.class
package com.logicaldoc.importfolder.ftp
FTPHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/ftp/FTPHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;)V
FTPHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/ftp/FTPHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.1-plugin.jar,
HibernateImportFolderHistoryDAO.class
package com.logicaldoc.importfolder
HibernateImportFolderHistoryDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/importfolder/HibernateImportFolderHistoryDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-importfolder-8.9.1-plugin.jar,
ImportFolderCrawler.class
package com.logicaldoc.importfolder
ImportFolderCrawler.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/importfolder/ImportFolderCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/DocumentDAO;
ImportFolderCrawler.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/importfolder/ImportFolderCrawler.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-importfolder-8.9.1-plugin.jar,
SFTPHelper.class
package com.logicaldoc.importfolder.sftp
SFTPHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/sftp/SFTPHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;)V
SFTPHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/sftp/SFTPHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.1-plugin.jar,
SMB3Helper.class
package com.logicaldoc.importfolder.smb3
SMB3Helper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/smb3/SMB3Helper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;)V
SMB3Helper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/smb3/SMB3Helper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.1-plugin.jar,
SMBHelper.class
package com.logicaldoc.importfolder.smb
SMBHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/smb/SMBHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/user/User;)V
SMBHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/smb/SMBHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/user/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-ldap-8.9.1-plugin.jar,
LDAPAuthenticator.class
package com.logicaldoc.ldap
LDAPAuthenticator.authenticate ( String name, String password ) : User
com/logicaldoc/ldap/LDAPAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
LDAPAuthenticator.pickUser ( String username ) : User
com/logicaldoc/ldap/LDAPAuthenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
LDAPAuthenticator.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/ldap/LDAPAuthenticator.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-ldap-8.9.1-plugin.jar,
LDAPServiceImpl.class
package com.logicaldoc.ldap
LDAPServiceImpl.importUsers ( List<String> usernames, long serverId ) : List<GUIValue>
com/logicaldoc/ldap/LDAPServiceImpl.importUsers:(Ljava/util/List;J)Ljava/util/List;
LDAPServiceImpl.listUsers ( String login, long serverId ) : List<GUIUser>
com/logicaldoc/ldap/LDAPServiceImpl.listUsers:(Ljava/lang/String;J)Ljava/util/List;
LDAPServiceImpl.reorder ( List<Long> serverIds ) : void
com/logicaldoc/ldap/LDAPServiceImpl.reorder:(Ljava/util/List;)V
logicaldoc-ldap-8.9.1-plugin.jar,
LDAPSynchroniser.class
package com.logicaldoc.ldap
LDAPSynchroniser.setGroupDao ( GroupDAO groupDao ) : void
com/logicaldoc/ldap/LDAPSynchroniser.setGroupDao:(Lcom/logicaldoc/core/security/user/GroupDAO;)V
LDAPSynchroniser.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/ldap/LDAPSynchroniser.setUserDao:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-ldap-8.9.1-plugin.jar,
LDAPUser.class
package com.logicaldoc.ldap.model
LDAPUser.getUser ( ) : User
com/logicaldoc/ldap/model/LDAPUser.getUser:()Lcom/logicaldoc/core/security/user/User;
LDAPUser.setUser ( User user ) : void
com/logicaldoc/ldap/model/LDAPUser.setUser:(Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-ldap-8.9.1-plugin.jar,
UserGroupDAO.class
package com.logicaldoc.ldap.model
UserGroupDAO.getGroupName ( String groupDn ) : String
com/logicaldoc/ldap/model/UserGroupDAO.getGroupName:(Ljava/lang/String;)Ljava/lang/String;
logicaldoc-notifier-8.9.1-plugin.jar,
Notifier.class
package com.logicaldoc.notifier
Notifier.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/notifier/Notifier.setTenantDAO:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-ocr-8.9.1-plugin.jar,
HibernateOCRHistoryDAO.class
package com.logicaldoc.ocr
HibernateOCRHistoryDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/ocr/HibernateOCRHistoryDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-ocr-8.9.1-plugin.jar,
OCRServiceImpl.class
package com.logicaldoc.ocr
OCRServiceImpl.loadSettings ( ) : List<GUIParameter>
com/logicaldoc/ocr/OCRServiceImpl.loadSettings:()Ljava/util/List;
logicaldoc-report-8.9.1-plugin.jar,
ReportManager.class
package com.logicaldoc.report
ReportManager.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/report/ReportManager.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-report-8.9.1-plugin.jar,
ReportServiceImpl.class
package com.logicaldoc.report
ReportServiceImpl.execute ( long id, List<GUIAttribute> parameters ) : void
com/logicaldoc/report/ReportServiceImpl.execute:(JLjava/util/List;)V
ReportServiceImpl.getReportParameters ( long id ) : List<GUIAttribute>
com/logicaldoc/report/ReportServiceImpl.getReportParameters:(J)Ljava/util/List;
ReportServiceImpl.getReports ( ) : List<GUIReport>
com/logicaldoc/report/ReportServiceImpl.getReports:()Ljava/util/List;
logicaldoc-retention-8.9.1-plugin.jar,
RetentionPoliciesProcessor.class
package com.logicaldoc.retention
RetentionPoliciesProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/retention/RetentionPoliciesProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
RetentionPoliciesProcessor.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/retention/RetentionPoliciesProcessor.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-retention-8.9.1-plugin.jar,
RetentionPoliciesServiceImpl.class
package com.logicaldoc.retention
RetentionPoliciesServiceImpl.reorder ( List<Long> ids ) : void
com/logicaldoc/retention/RetentionPoliciesServiceImpl.reorder:(Ljava/util/List;)V
logicaldoc-saml-8.9.1-plugin.jar,
Saml.class
package com.logicaldoc.saml
Saml.createNewUser ( String username, String firstName, String lastName, String email, List<String> samlGroups ) : User
com/logicaldoc/saml/Saml.createNewUser:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lcom/logicaldoc/core/security/user/User;
Saml.logout ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/saml/Saml.logout:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
Saml.processSLO ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/saml/Saml.processSLO:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
Saml.updateExistingUser ( String firstName, String lastName, String email, List<String> samlGroups, User user ) : void
com/logicaldoc/saml/Saml.updateExistingUser:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Lcom/logicaldoc/core/security/user/User;)V
Saml.updateProfileData ( User user, String firstName, String lastName, String email ) : boolean
com/logicaldoc/saml/Saml.updateProfileData:(Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
logicaldoc-scheme-8.9.1-plugin.jar,
SchemeServiceImpl.class
package com.logicaldoc.scheme
SchemeServiceImpl.load ( ) : List<GUIScheme>
com/logicaldoc/scheme/SchemeServiceImpl.load:()Ljava/util/List;
SchemeServiceImpl.loadSequences ( ) : List<GUISequence>
com/logicaldoc/scheme/SchemeServiceImpl.loadSequences:()Ljava/util/List;
logicaldoc-sharefile-8.9.1-plugin.jar,
ShareFileServiceImpl.class
package com.logicaldoc.sharefile
ShareFileServiceImpl.exportDocuments ( String targetFolder, List<Long> folderIds, List<Long> docIds ) : boolean
com/logicaldoc/sharefile/ShareFileServiceImpl.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Z
ShareFileServiceImpl.importDocuments ( long targetFolder, List<String> elementIds ) : int
com/logicaldoc/sharefile/ShareFileServiceImpl.importDocuments:(JLjava/util/List;)I
ShareFileServiceImpl.loadSettings ( ) : List<String>
com/logicaldoc/sharefile/ShareFileServiceImpl.loadSettings:()Ljava/util/List;
logicaldoc-sign-8.9.1-plugin.jar,
Sign.class
package com.logicaldoc.sign
Sign.sign ( String sid, User user, long[ ] docIds, String reason, int page, String signX, String signY, String signWidth ) : Long[ ]
com/logicaldoc/sign/Sign.sign:(Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;[JLjava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/Long;
logicaldoc-sign-8.9.1-plugin.jar,
SignatureImage.class
package com.logicaldoc.sign.pdf
SignatureImage.create ( File file, User user, Keystore keystore, Document document, String reason ) [static] : int[ ]
com/logicaldoc/sign/pdf/SignatureImage.create:(Ljava/io/File;Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/sign/Keystore;Lcom/logicaldoc/core/document/Document;Ljava/lang/String;)[I
logicaldoc-sign-8.9.1-plugin.jar,
SignDocumentsParameter.class
package com.logicaldoc.sign
SignDocumentsParameter.getUser ( ) : User
com/logicaldoc/sign/SignDocumentsParameter.getUser:()Lcom/logicaldoc/core/security/user/User;
SignDocumentsParameter.setUser ( User user ) : void
com/logicaldoc/sign/SignDocumentsParameter.setUser:(Lcom/logicaldoc/core/security/user/User;)V
SignDocumentsParameter.SignDocumentsParameter ( long[ ] docIds, User user, String reason, int page, String signX, String signY, String signWidth )
com/logicaldoc/sign/SignDocumentsParameter."<init>":([JLcom/logicaldoc/core/security/user/User;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-sign-8.9.1-plugin.jar,
SignServiceImpl.class
package com.logicaldoc.sign
SignServiceImpl.signDocuments ( List<Long> docIds, String reason, int page, String signX, String signY, String signWidth ) : void
com/logicaldoc/sign/SignServiceImpl.signDocuments:(Ljava/util/List;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-sign-8.9.1-plugin.jar,
SignTool.class
package com.logicaldoc.sign.automation
SignTool.sign ( Document doc, User user, String reason ) : void
com/logicaldoc/sign/automation/SignTool.sign:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/user/User;Ljava/lang/String;)V
logicaldoc-stamp-8.9.1-plugin.jar,
HibernateStampDAO.class
package com.logicaldoc.stamp
HibernateStampDAO.isReadEnable ( long id, long userId ) : boolean
com/logicaldoc/stamp/HibernateStampDAO.isReadEnable:(JJ)Z
HibernateStampDAO.isWriteEnable ( long id, long userId ) : boolean
com/logicaldoc/stamp/HibernateStampDAO.isWriteEnable:(JJ)Z
logicaldoc-stamp-8.9.1-plugin.jar,
Stamp.class
package com.logicaldoc.stamp
Stamp.equals ( Object obj ) : boolean
com/logicaldoc/stamp/Stamp.equals:(Ljava/lang/Object;)Z
Stamp.hashCode ( ) : int
com/logicaldoc/stamp/Stamp.hashCode:()I
logicaldoc-stamp-8.9.1-plugin.jar,
StampAclDataServlet.class
package com.logicaldoc.stamp
StampAclDataServlet.service ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/stamp/StampAclDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
StampAclDataServlet.StampAclDataServlet ( )
com/logicaldoc/stamp/StampAclDataServlet."<init>":()V
logicaldoc-stamp-8.9.1-plugin.jar,
StampDAO.class
package com.logicaldoc.stamp
StampDAO.isReadEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/stamp/StampDAO.isReadEnable:(JJ)Z
StampDAO.isWriteEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/stamp/StampDAO.isWriteEnable:(JJ)Z
logicaldoc-stamp-8.9.1-plugin.jar,
StampManager.class
package com.logicaldoc.stamp
StampManager.getDocDao ( ) : DocumentDAO
com/logicaldoc/stamp/StampManager.getDocDao:()Lcom/logicaldoc/core/document/DocumentDAO;
StampManager.setDocDao ( DocumentDAO docDao ) : void
com/logicaldoc/stamp/StampManager.setDocDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-stamp-8.9.1-plugin.jar,
StampServiceImpl.class
package com.logicaldoc.stamp
StampServiceImpl.applyStamp ( List<Long> docIds, GUIStamp guiStamp ) : void
com/logicaldoc/stamp/StampServiceImpl.applyStamp:(Ljava/util/List;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;)V
logicaldoc-stamp-8.9.1-plugin.jar,
StampTool.class
package com.logicaldoc.stamp.automation
StampTool.stamp ( Document doc, Stamp stamp, User user ) : void
com/logicaldoc/stamp/automation/StampTool.stamp:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/stamp/Stamp;Lcom/logicaldoc/core/security/user/User;)V
StampTool.stamp ( Document doc, String stampName, Map<String,Object> parameters, User user ) : void
com/logicaldoc/stamp/automation/StampTool.stamp:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;Ljava/util/Map;Lcom/logicaldoc/core/security/user/User;)V
StampTool.stamp ( Document doc, String stampName, User user ) : void
com/logicaldoc/stamp/automation/StampTool.stamp:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)V
logicaldoc-syndication-8.9.1-plugin.jar,
SyndicationCrawler.class
package com.logicaldoc.syndication
SyndicationCrawler.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/syndication/SyndicationCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/DocumentDAO;
SyndicationCrawler.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/syndication/SyndicationCrawler.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-util-8.9.1.jar,
CryptUtil.class
package com.logicaldoc.util.crypt
CryptUtil.encryptSHA ( String original ) [static] : String
com/logicaldoc/util/crypt/CryptUtil.encryptSHA:(Ljava/lang/String;)Ljava/lang/String;
CryptUtil.encryptSHA256 ( String original ) [static] : String
com/logicaldoc/util/crypt/CryptUtil.encryptSHA256:(Ljava/lang/String;)Ljava/lang/String;
logicaldoc-util-8.9.1.jar,
IOUtil.class
package com.logicaldoc.util.io
IOUtil.getBytesOfStream ( InputStream stream ) [static] : byte[ ]
com/logicaldoc/util/io/IOUtil.getBytesOfStream:(Ljava/io/InputStream;)[B
IOUtil.readStream ( InputStream is ) [static] : String
com/logicaldoc/util/io/IOUtil.readStream:(Ljava/io/InputStream;)Ljava/lang/String;
logicaldoc-util-8.9.1.jar,
JarUtil.class
package com.logicaldoc.util.io
JarUtil.unjar ( String jarsource, String entry, String target ) : void
com/logicaldoc/util/io/JarUtil.unjar:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
JarUtil.unjar ( String jarsource, String target ) : void
com/logicaldoc/util/io/JarUtil.unjar:(Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-util-8.9.1.jar,
SqlUtil.class
package com.logicaldoc.util.sql
SqlUtil.getColumnDateValue ( ResultSet resultSet, int column ) [static] : Date
com/logicaldoc/util/sql/SqlUtil.getColumnDateValue:(Ljava/sql/ResultSet;I)Ljava/util/Date;
logicaldoc-util-8.9.1.jar,
ZipUtil.class
package com.logicaldoc.util.io
ZipUtil.unzip ( File zipFile, File target ) : int
com/logicaldoc/util/io/ZipUtil.unzip:(Ljava/io/File;Ljava/io/File;)I
ZipUtil.unzip ( File zipFile, String entry, File target ) : long
com/logicaldoc/util/io/ZipUtil.unzip:(Ljava/io/File;Ljava/lang/String;Ljava/io/File;)J
ZipUtil.unzip ( InputStream zipStream, File target ) : int
com/logicaldoc/util/io/ZipUtil.unzip:(Ljava/io/InputStream;Ljava/io/File;)I
logicaldoc-via-8.9.1-plugin.jar,
VIARequestProcessor.class
package com.logicaldoc.via
VIARequestProcessor.request ( String question, User user ) : EMail
com/logicaldoc/via/VIARequestProcessor.request:(Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)Lcom/logicaldoc/core/communication/EMail;
VIARequestProcessor.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/via/VIARequestProcessor.setDocumentDAO:(Lcom/logicaldoc/core/document/DocumentDAO;)V
VIARequestProcessor.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/via/VIARequestProcessor.setTenantDAO:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-webdav-8.9.1-plugin.jar,
ResourceServiceImpl.class
package com.logicaldoc.webdav.resource.service
ResourceServiceImpl.checkPublished ( User user, Document doc ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.checkPublished:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/document/Document;)V
ResourceServiceImpl.checkPublished ( User user, long docId ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.checkPublished:(Lcom/logicaldoc/core/security/user/User;J)V
ResourceServiceImpl.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.setDocumentDAO:(Lcom/logicaldoc/core/document/DocumentDAO;)V
ResourceServiceImpl.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
ResourceServiceImpl.setVersionDAO ( VersionDAO versionDAO ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.setVersionDAO:(Lcom/logicaldoc/core/document/VersionDAO;)V
logicaldoc-webform-8.9.1-plugin.jar,
DocumentItem.class
package com.logicaldoc.webform.client
DocumentItem.DocumentItem ( String name, String label, String fileName )
com/logicaldoc/webform/client/DocumentItem."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
DocumentItem.getDocumentName ( ) : String
com/logicaldoc/webform/client/DocumentItem.getDocumentName:()Ljava/lang/String;
logicaldoc-webform-8.9.1-plugin.jar,
Instance.class
package com.logicaldoc.webform.client
WebformService.Instance.get ( ) [static] : WebformServiceAsync
com/logicaldoc/webform/client/WebformService.Instance.get:()Lcom/logicaldoc/webform/client/WebformServiceAsync;
logicaldoc-webform-8.9.1-plugin.jar,
Webform.class
package com.logicaldoc.webform.client
Webform.injectCustomCss ( String p1 ) [static] : void
com/logicaldoc/webform/client/Webform.injectCustomCss:(Ljava/lang/String;)V
Webform.onModuleLoad ( ) : void
com/logicaldoc/webform/client/Webform.onModuleLoad:()V
Webform.Webform ( )
com/logicaldoc/webform/client/Webform."<init>":()V
logicaldoc-webform-8.9.1-plugin.jar,
WebformFileUploader.class
package com.logicaldoc.webform.client
WebformFileUploader.onSave ( ) : void
com/logicaldoc/webform/client/WebformFileUploader.onSave:()V
WebformFileUploader.WebformFileUploader ( DocumentItem item )
com/logicaldoc/webform/client/WebformFileUploader."<init>":(Lcom/logicaldoc/webform/client/DocumentItem;)V
logicaldoc-webform-8.9.1-plugin.jar,
WebformPlugin.class
package com.logicaldoc.webform
WebformPlugin.install ( ) : void
com/logicaldoc/webform/WebformPlugin.install:()V
WebformPlugin.WebformPlugin ( )
com/logicaldoc/webform/WebformPlugin."<init>":()V
logicaldoc-webform-8.9.1-plugin.jar,
WebformPropertiesPanel.class
package com.logicaldoc.webform.client
WebformPropertiesPanel.adaptForms ( ) : void
com/logicaldoc/webform/client/WebformPropertiesPanel.adaptForms:()V
WebformPropertiesPanel.getWebform ( ) : GUIForm
com/logicaldoc/webform/client/WebformPropertiesPanel.getWebform:()Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformPropertiesPanel.newAttributesForm ( ) : DynamicForm
com/logicaldoc/webform/client/WebformPropertiesPanel.newAttributesForm:()Lcom/smartgwt/client/widgets/form/DynamicForm;
WebformPropertiesPanel.prepareAttributeItem ( GUIAttribute att ) : FormItem
com/logicaldoc/webform/client/WebformPropertiesPanel.prepareAttributeItem:(Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)Lcom/smartgwt/client/widgets/form/fields/FormItem;
WebformPropertiesPanel.validateDocument ( String itemName, String attributeName ) : void
com/logicaldoc/webform/client/WebformPropertiesPanel.validateDocument:(Ljava/lang/String;Ljava/lang/String;)V
WebformPropertiesPanel.WebformPropertiesPanel ( GUIForm webform )
com/logicaldoc/webform/client/WebformPropertiesPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)V
logicaldoc-webform-8.9.1-plugin.jar,
WebformService.class
package com.logicaldoc.webform.client
WebformService.getForm ( String p1, String p2 ) [abstract] : GUIForm
com/logicaldoc/webform/client/WebformService.getForm:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformService.getFormByDocId ( long p1, String p2 ) [abstract] : GUIForm
com/logicaldoc/webform/client/WebformService.getFormByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformService.getInfo ( String p1, String p2 ) [abstract] : GUIInfo
com/logicaldoc/webform/client/WebformService.getInfo:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformService.getInfoByDocId ( long p1, String p2 ) [abstract] : GUIInfo
com/logicaldoc/webform/client/WebformService.getInfoByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformService.submit ( GUIForm p1 ) [abstract] : GUIDocument
com/logicaldoc/webform/client/WebformService.submit:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-webform-8.9.1-plugin.jar,
WebformServiceAsync.class
package com.logicaldoc.webform.client
WebformServiceAsync.getForm ( String p1, String p2, AsyncCallback<GUIForm> p3 ) [abstract] : void
com/logicaldoc/webform/client/WebformServiceAsync.getForm:(Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.getFormByDocId ( long p1, String p2, AsyncCallback<GUIForm> p3 ) [abstract] : void
com/logicaldoc/webform/client/WebformServiceAsync.getFormByDocId:(JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.getInfo ( String p1, String p2, AsyncCallback<GUIInfo> p3 ) [abstract] : void
com/logicaldoc/webform/client/WebformServiceAsync.getInfo:(Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.getInfoByDocId ( long p1, String p2, AsyncCallback<GUIInfo> p3 ) [abstract] : void
com/logicaldoc/webform/client/WebformServiceAsync.getInfoByDocId:(JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.submit ( GUIForm p1, AsyncCallback<GUIDocument> p2 ) [abstract] : void
com/logicaldoc/webform/client/WebformServiceAsync.submit:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-webform-8.9.1-plugin.jar,
WebformServiceImpl.class
package com.logicaldoc.webform
WebformServiceImpl.getForm ( String formId, String locale ) : GUIForm
com/logicaldoc/webform/WebformServiceImpl.getForm:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformServiceImpl.getFormByDocId ( long docId, String locale ) : GUIForm
com/logicaldoc/webform/WebformServiceImpl.getFormByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformServiceImpl.getInfo ( String formId, String locale ) : GUIInfo
com/logicaldoc/webform/WebformServiceImpl.getInfo:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformServiceImpl.getInfoByDocId ( long docId, String locale ) : GUIInfo
com/logicaldoc/webform/WebformServiceImpl.getInfoByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformServiceImpl.submit ( GUIForm guiForm ) : GUIDocument
com/logicaldoc/webform/WebformServiceImpl.submit:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
WebformServiceImpl.WebformServiceImpl ( )
com/logicaldoc/webform/WebformServiceImpl."<init>":()V
logicaldoc-webservice-8.9.1-plugin.jar,
AbstractService.class
package com.logicaldoc.webservice
AbstractService.checkDocumentPermission ( Permission permission, User user, long docId ) : void
com/logicaldoc/webservice/AbstractService.checkDocumentPermission:(Lcom/logicaldoc/core/security/Permission;Lcom/logicaldoc/core/security/user/User;J)V
AbstractService.checkFolderPermission ( Permission permission, User user, long folderId ) : void
com/logicaldoc/webservice/AbstractService.checkFolderPermission:(Lcom/logicaldoc/core/security/Permission;Lcom/logicaldoc/core/security/user/User;J)V
AbstractService.checkMenu ( User user, long menuId ) : void
com/logicaldoc/webservice/AbstractService.checkMenu:(Lcom/logicaldoc/core/security/user/User;J)V
AbstractService.checkPublished ( User user, Document doc ) : void
com/logicaldoc/webservice/AbstractService.checkPublished:(Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/core/document/Document;)V
AbstractService.validateSession ( String sid ) : User
com/logicaldoc/webservice/AbstractService.validateSession:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
AbstractService.validateSessionREST ( ) : String
com/logicaldoc/webservice/AbstractService.validateSessionREST:()Ljava/lang/String;
logicaldoc-webservice-8.9.1-plugin.jar,
DocumentMetadataService.class
package com.logicaldoc.webservice.soap
DocumentMetadataService.getAccessControlList ( String p1, long p2 ) [abstract] : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/DocumentMetadataService.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
DocumentMetadataService.isReadable ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentMetadataService.isReadable:(Ljava/lang/String;J)Z
DocumentMetadataService.isWritable ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentMetadataService.isWritable:(Ljava/lang/String;J)Z
DocumentMetadataService.setAccessControlList ( String p1, long p2, WSAccessControlEntry[ ] p3 ) [abstract] : void
com/logicaldoc/webservice/soap/DocumentMetadataService.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.rest
DocumentService.copy ( long p1, long p2, boolean p3, boolean p4, boolean p5 ) [abstract] : WSDocument
com/logicaldoc/webservice/rest/DocumentService.copy:(JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
DocumentService.getAccessControlList ( long p1 ) [abstract] : WSAccessControlEntry[ ]
com/logicaldoc/webservice/rest/DocumentService.getAccessControlList:(J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
DocumentService.isDownload ( long p1 ) [abstract] : boolean
com/logicaldoc/webservice/rest/DocumentService.isDownload:(J)Z
DocumentService.isGranted ( long p1, String p2 ) [abstract] : boolean
com/logicaldoc/webservice/rest/DocumentService.isGranted:(JLjava/lang/String;)Z
DocumentService.isRead ( long p1 ) [abstract] : boolean
com/logicaldoc/webservice/rest/DocumentService.isRead:(J)Z
DocumentService.isWrite ( long p1 ) [abstract] : boolean
com/logicaldoc/webservice/rest/DocumentService.isWrite:(J)Z
DocumentService.setAccessControlList ( long p1, WSAccessControlEntry[ ] p2 ) [abstract] : void
com/logicaldoc/webservice/rest/DocumentService.setAccessControlList:(J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.soap
DocumentService.copy ( String p1, long p2, long p3, boolean p4, boolean p5, boolean p6 ) [abstract] : WSDocument
com/logicaldoc/webservice/soap/DocumentService.copy:(Ljava/lang/String;JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
DocumentService.getAccessControlList ( String p1, long p2 ) [abstract] : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/DocumentService.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
DocumentService.isDownload ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentService.isDownload:(Ljava/lang/String;J)Z
DocumentService.isGranted ( String p1, long p2, String p3 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentService.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
DocumentService.isRead ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentService.isRead:(Ljava/lang/String;J)Z
DocumentService.isWrite ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentService.isWrite:(Ljava/lang/String;J)Z
DocumentService.setAccessControlList ( String p1, long p2, WSAccessControlEntry[ ] p3 ) [abstract] : void
com/logicaldoc/webservice/soap/DocumentService.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.rest
FolderService.getAccessControlList ( long p1 ) [abstract] : WSAccessControlEntry[ ]
com/logicaldoc/webservice/rest/FolderService.getAccessControlList:(J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
FolderService.isGranted ( long p1, String p2 ) [abstract] : boolean
com/logicaldoc/webservice/rest/FolderService.isGranted:(JLjava/lang/String;)Z
FolderService.setAccessControlList ( long p1, WSAccessControlEntry[ ] p2 ) [abstract] : void
com/logicaldoc/webservice/rest/FolderService.setAccessControlList:(J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.soap
FolderService.getAccessControlList ( String p1, long p2 ) [abstract] : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/FolderService.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
FolderService.isGranted ( String p1, long p2, String p3 ) [abstract] : boolean
com/logicaldoc/webservice/soap/FolderService.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
FolderService.setAccessControlList ( String p1, long p2, WSAccessControlEntry[ ] p3 ) [abstract] : void
com/logicaldoc/webservice/soap/FolderService.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.copy ( long docId, long folderId, boolean links, boolean notes, boolean security ) : WSDocument
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.copy:(JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.getAccessControlList ( long docId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getAccessControlList:(J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
RestDocumentService.isDownload ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isDownload:(J)Z
RestDocumentService.isGranted ( long docId, String permission ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isGranted:(JLjava/lang/String;)Z
RestDocumentService.isRead ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isRead:(J)Z
RestDocumentService.isWrite ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isWrite:(J)Z
RestDocumentService.setAccessControlList ( long docId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.setAccessControlList:(J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.getAccessControlList ( long folderId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getAccessControlList:(J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
RestFolderService.isGranted ( long folderId, String permission ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestFolderService.isGranted:(JLjava/lang/String;)Z
RestFolderService.setAccessControlList ( long folderId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/rest/endpoint/RestFolderService.setAccessControlList:(J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
SoapDocumentClient.class
package com.logicaldoc.webservice.soap.client
SoapDocumentClient.copy ( String sid, long docId, long folderId, boolean links, boolean notes, boolean security ) : WSDocument
com/logicaldoc/webservice/soap/client/SoapDocumentClient.copy:(Ljava/lang/String;JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentClient.getAccessControlList ( String sid, long docId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/client/SoapDocumentClient.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
SoapDocumentClient.isDownload ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentClient.isDownload:(Ljava/lang/String;J)Z
SoapDocumentClient.isGranted ( String sid, long docId, String permission ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentClient.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
SoapDocumentClient.isRead ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentClient.isRead:(Ljava/lang/String;J)Z
SoapDocumentClient.isWrite ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentClient.isWrite:(Ljava/lang/String;J)Z
SoapDocumentClient.setAccessControlList ( String sid, long docId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/soap/client/SoapDocumentClient.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
SoapDocumentMetadataClient.class
package com.logicaldoc.webservice.soap.client
SoapDocumentMetadataClient.getAccessControlList ( String sid, long templateId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
SoapDocumentMetadataClient.isReadable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.isReadable:(Ljava/lang/String;J)Z
SoapDocumentMetadataClient.isWritable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.isWritable:(Ljava/lang/String;J)Z
SoapDocumentMetadataClient.setAccessControlList ( String sid, long templateId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
SoapDocumentMetadataService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentMetadataService.getAccessControlList ( String sid, long templateId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
SoapDocumentMetadataService.isReadable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isReadable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.isWritable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isWritable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.setAccessControlList ( String sid, long templateId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.copy ( String sid, long docId, long folderId, boolean links, boolean notes, boolean security ) : WSDocument
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.copy:(Ljava/lang/String;JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.getAccessControlList ( String sid, long docId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
SoapDocumentService.isDownload ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isDownload:(Ljava/lang/String;J)Z
SoapDocumentService.isGranted ( String sid, long docId, String permission ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
SoapDocumentService.isRead ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isRead:(Ljava/lang/String;J)Z
SoapDocumentService.isWrite ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isWrite:(Ljava/lang/String;J)Z
SoapDocumentService.setAccessControlList ( String sid, long docId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
SoapFolderClient.class
package com.logicaldoc.webservice.soap.client
SoapFolderClient.getAccessControlList ( String sid, long folderId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/client/SoapFolderClient.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
SoapFolderClient.isGranted ( String sid, long folderId, String permission ) : boolean
com/logicaldoc/webservice/soap/client/SoapFolderClient.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
SoapFolderClient.setAccessControlList ( String sid, long folderId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/soap/client/SoapFolderClient.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
SoapFolderService.getAccessControlList ( String sid, long folderId ) : WSAccessControlEntry[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getAccessControlList:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
SoapFolderService.isGranted ( String sid, long folderId, String permission ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
SoapFolderService.setAccessControlList ( String sid, long folderId, WSAccessControlEntry[ ] acl ) : void
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.setAccessControlList:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)V
logicaldoc-webservice-8.9.1-plugin.jar,
WSAccessControlEntry.class
package com.logicaldoc.webservice.model
WSAccessControlEntry.getAdd ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getAdd:()I
WSAccessControlEntry.getArchive ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getArchive:()I
WSAccessControlEntry.getAutomation ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getAutomation:()I
WSAccessControlEntry.getCalendar ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getCalendar:()I
WSAccessControlEntry.getDelete ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getDelete:()I
WSAccessControlEntry.getDownload ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getDownload:()I
WSAccessControlEntry.getEmail ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getEmail:()I
WSAccessControlEntry.getExport ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getExport:()I
WSAccessControlEntry.getGroupId ( ) : long
com/logicaldoc/webservice/model/WSAccessControlEntry.getGroupId:()J
WSAccessControlEntry.getIimport ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getIimport:()I
WSAccessControlEntry.getImmutable ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getImmutable:()I
WSAccessControlEntry.getMove ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getMove:()I
WSAccessControlEntry.getPassword ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getPassword:()I
WSAccessControlEntry.getPrint ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getPrint:()I
WSAccessControlEntry.getRead ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getRead:()I
WSAccessControlEntry.getReadingreq ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getReadingreq:()I
WSAccessControlEntry.getRename ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getRename:()I
WSAccessControlEntry.getSecurity ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getSecurity:()I
WSAccessControlEntry.getSign ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getSign:()I
WSAccessControlEntry.getStorage ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getStorage:()I
WSAccessControlEntry.getSubscription ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getSubscription:()I
WSAccessControlEntry.getUserId ( ) : long
com/logicaldoc/webservice/model/WSAccessControlEntry.getUserId:()J
WSAccessControlEntry.getWorkflow ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getWorkflow:()I
WSAccessControlEntry.getWrite ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getWrite:()I
WSAccessControlEntry.setAdd ( int add ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setAdd:(I)V
WSAccessControlEntry.setArchive ( int archive ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setArchive:(I)V
WSAccessControlEntry.setAutomation ( int automation ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setAutomation:(I)V
WSAccessControlEntry.setCalendar ( int calendar ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setCalendar:(I)V
WSAccessControlEntry.setDelete ( int delete ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setDelete:(I)V
WSAccessControlEntry.setDownload ( int download ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setDownload:(I)V
WSAccessControlEntry.setEmail ( int email ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setEmail:(I)V
WSAccessControlEntry.setExport ( int export ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setExport:(I)V
WSAccessControlEntry.setGroupId ( long groupId ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setGroupId:(J)V
WSAccessControlEntry.setIimport ( int iimport ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setIimport:(I)V
WSAccessControlEntry.setImmutable ( int immutable ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setImmutable:(I)V
WSAccessControlEntry.setMove ( int move ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setMove:(I)V
WSAccessControlEntry.setPassword ( int password ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setPassword:(I)V
WSAccessControlEntry.setPrint ( int print ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setPrint:(I)V
WSAccessControlEntry.setRead ( int read ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setRead:(I)V
WSAccessControlEntry.setReadingreq ( int readingreq ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setReadingreq:(I)V
WSAccessControlEntry.setRename ( int rename ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setRename:(I)V
WSAccessControlEntry.setSecurity ( int security ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setSecurity:(I)V
WSAccessControlEntry.setSign ( int sign ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setSign:(I)V
WSAccessControlEntry.setStorage ( int storage ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setStorage:(I)V
WSAccessControlEntry.setSubscription ( int subscription ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setSubscription:(I)V
WSAccessControlEntry.setUserId ( long userId ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setUserId:(J)V
WSAccessControlEntry.setWorkflow ( int workflow ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setWorkflow:(I)V
WSAccessControlEntry.setWrite ( int write ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setWrite:(I)V
WSAccessControlEntry.WSAccessControlEntry ( )
com/logicaldoc/webservice/model/WSAccessControlEntry."<init>":()V
logicaldoc-webservice-8.9.1-plugin.jar,
WSGroup.class
package com.logicaldoc.webservice.model
WSGroup.fromGroup ( Group group ) [static] : WSGroup
com/logicaldoc/webservice/model/WSGroup.fromGroup:(Lcom/logicaldoc/core/security/user/Group;)Lcom/logicaldoc/webservice/model/WSGroup;
WSGroup.toGroup ( ) : Group
com/logicaldoc/webservice/model/WSGroup.toGroup:()Lcom/logicaldoc/core/security/user/Group;
logicaldoc-webservice-8.9.1-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
WSUser.fromUser ( User user ) [static] : WSUser
com/logicaldoc/webservice/model/WSUser.fromUser:(Lcom/logicaldoc/core/security/user/User;)Lcom/logicaldoc/webservice/model/WSUser;
WSUser.getBuilding ( ) : String
com/logicaldoc/webservice/model/WSUser.getBuilding:()Ljava/lang/String;
WSUser.getCompany ( ) : String
com/logicaldoc/webservice/model/WSUser.getCompany:()Ljava/lang/String;
WSUser.getDepartment ( ) : String
com/logicaldoc/webservice/model/WSUser.getDepartment:()Ljava/lang/String;
WSUser.getOrganizationalUnit ( ) : String
com/logicaldoc/webservice/model/WSUser.getOrganizationalUnit:()Ljava/lang/String;
WSUser.setBuilding ( String building ) : void
com/logicaldoc/webservice/model/WSUser.setBuilding:(Ljava/lang/String;)V
WSUser.setCompany ( String company ) : void
com/logicaldoc/webservice/model/WSUser.setCompany:(Ljava/lang/String;)V
WSUser.setDepartment ( String department ) : void
com/logicaldoc/webservice/model/WSUser.setDepartment:(Ljava/lang/String;)V
WSUser.setOrganizationalUnit ( String organizationalUnit ) : void
com/logicaldoc/webservice/model/WSUser.setOrganizationalUnit:(Ljava/lang/String;)V
WSUser.toUser ( ) : User
com/logicaldoc/webservice/model/WSUser.toUser:()Lcom/logicaldoc/core/security/user/User;
logicaldoc-webservice-8.9.1-plugin.jar,
WSUtil.class
package com.logicaldoc.webservice.model
WSUtil.toAccessControlEntry ( WSAccessControlEntry wsAce ) [static] : AccessControlEntry
com/logicaldoc/webservice/model/WSUtil.toAccessControlEntry:(Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)Lcom/logicaldoc/core/security/AccessControlEntry;
WSUtil.toWSAccessControlEntry ( AccessControlEntry ace ) [static] : WSAccessControlEntry
com/logicaldoc/webservice/model/WSUtil.toWSAccessControlEntry:(Lcom/logicaldoc/core/security/AccessControlEntry;)Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
logicaldoc-workflow-8.9.1-plugin.jar,
BaseListener.class
package com.logicaldoc.workflow.action
BaseListener.getLastChangeUser ( String processInstanceId ) : User
com/logicaldoc/workflow/action/BaseListener.getLastChangeUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
logicaldoc-workflow-8.9.1-plugin.jar,
HibernateWorkflowTemplateDAO.class
package com.logicaldoc.workflow.template
HibernateWorkflowTemplateDAO.isReadEnabled ( long workflowId, long userId ) : boolean
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.isReadEnabled:(JJ)Z
HibernateWorkflowTemplateDAO.isWriteEnabled ( long workflowId, long userId ) : boolean
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.isWriteEnabled:(JJ)Z
HibernateWorkflowTemplateDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-workflow-8.9.1-plugin.jar,
WorkflowAclDataServlet.class
package com.logicaldoc.workflow.data
WorkflowAclDataServlet.service ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/workflow/data/WorkflowAclDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
WorkflowAclDataServlet.WorkflowAclDataServlet ( )
com/logicaldoc/workflow/data/WorkflowAclDataServlet."<init>":()V
logicaldoc-workflow-8.9.1-plugin.jar,
WorkflowEngine.class
package com.logicaldoc.workflow
WorkflowEngine.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/workflow/WorkflowEngine.setUserDAO:(Lcom/logicaldoc/core/security/user/UserDAO;)V
WorkflowEngine.stopProcessInstance ( String processInstanceId ) : void
com/logicaldoc/workflow/WorkflowEngine.stopProcessInstance:(Ljava/lang/String;)V
logicaldoc-workflow-8.9.1-plugin.jar,
WorkflowServiceImpl.class
package com.logicaldoc.workflow.service
WorkflowServiceImpl.appendDocuments ( String taskId, List<Long> docIds ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.appendDocuments:(Ljava/lang/String;Ljava/util/List;)V
WorkflowServiceImpl.deleteInstances ( List<String> ids ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.deleteInstances:(Ljava/util/List;)V
WorkflowServiceImpl.list ( ) : List<GUIWorkflow>
com/logicaldoc/workflow/service/WorkflowServiceImpl.list:()Ljava/util/List;
WorkflowServiceImpl.saveACL ( GUIWorkflow guiWorkflow ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.saveACL:(Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;)V
WorkflowServiceImpl.startWorkflow ( String workflowName, String workflowDescription, String tag, String color, List<Long> docIds ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
logicaldoc-workflow-8.9.1-plugin.jar,
WorkflowTemplateDAO.class
package com.logicaldoc.workflow.template
WorkflowTemplateDAO.isReadEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/workflow/template/WorkflowTemplateDAO.isReadEnabled:(JJ)Z
WorkflowTemplateDAO.isWriteEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/workflow/template/WorkflowTemplateDAO.isWriteEnabled:(JJ)Z
logicaldoc-workflow-8.9.1-plugin.jar,
WorkflowTool.class
package com.logicaldoc.workflow.automation
WorkflowTool.claim ( Task task, User user ) : void
com/logicaldoc/workflow/automation/WorkflowTool.claim:(Lorg/activiti/engine/task/Task;Lcom/logicaldoc/core/security/user/User;)V
WorkflowTool.claimUrl ( Task task, User assignee ) : String
com/logicaldoc/workflow/automation/WorkflowTool.claimUrl:(Lorg/activiti/engine/task/Task;Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
WorkflowTool.completeUrl ( Task task, String transition, User assignee ) : String
com/logicaldoc/workflow/automation/WorkflowTool.completeUrl:(Lorg/activiti/engine/task/Task;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
WorkflowTool.getUser ( String username ) : User
com/logicaldoc/workflow/automation/WorkflowTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/user/User;
WorkflowTool.stopInstance ( String processInstanceId ) : void
com/logicaldoc/workflow/automation/WorkflowTool.stopInstance:(Ljava/lang/String;)V
logicaldoc-workflow-8.9.1-plugin.jar,
WorkflowUtil.class
package com.logicaldoc.workflow
WorkflowUtil.addNote ( String sid, String taskId, String note, User user ) [static] : WorkflowHistory
com/logicaldoc/workflow/WorkflowUtil.addNote:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)Lcom/logicaldoc/workflow/history/WorkflowHistory;
WorkflowUtil.addNote ( String sid, String taskName, String taskId, String processId, String note, User user ) [static] : WorkflowHistory
com/logicaldoc/workflow/WorkflowUtil.addNote:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)Lcom/logicaldoc/workflow/history/WorkflowHistory;
WorkflowUtil.addNote ( String sid, Task task, String note, User user ) [static] : WorkflowHistory
com/logicaldoc/workflow/WorkflowUtil.addNote:(Ljava/lang/String;Lorg/activiti/engine/task/Task;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)Lcom/logicaldoc/workflow/history/WorkflowHistory;
WorkflowUtil.appendDocuments ( String taskId, List<Long> docIds, WorkflowHistory transaction ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.appendDocuments:(Ljava/lang/String;Ljava/util/List;Lcom/logicaldoc/workflow/history/WorkflowHistory;)V
WorkflowUtil.claim ( String sid, String taskId, User user, WorkflowHistory transaction ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.claim:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;Lcom/logicaldoc/workflow/history/WorkflowHistory;)V
WorkflowUtil.complete ( String taskId, String transitionName, User user ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.complete:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)V
WorkflowUtil.complete ( Task task, String transitionName, User user ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.complete:(Lorg/activiti/engine/task/Task;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)V
WorkflowUtil.getInitiator ( String processInstanceId, DelegateTask delegate ) [static] : User
com/logicaldoc/workflow/WorkflowUtil.getInitiator:(Ljava/lang/String;Lorg/activiti/engine/delegate/DelegateTask;)Lcom/logicaldoc/core/security/user/User;
WorkflowUtil.reassign ( String sid, String taskId, User user ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.reassign:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/user/User;)V
WorkflowUtil.startWorkflow ( String workflowName, String workflowDescription, String tag, String color, Set<Long> docIds, Session session, User user ) [static] : String
com/logicaldoc/workflow/WorkflowUtil.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Set;Lcom/logicaldoc/core/security/Session;Lcom/logicaldoc/core/security/user/User;)Ljava/lang/String;
WorkflowUtil.stopInstance ( String processInstanceId ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.stopInstance:(Ljava/lang/String;)V
logicaldoc-zoho-8.9.1-plugin.jar,
ZohoServiceImpl.class
package com.logicaldoc.zoho
ZohoServiceImpl.exportDocuments ( String targetFolderId, List<Long> folderIds, List<Long> docIds ) : boolean
com/logicaldoc/zoho/ZohoServiceImpl.exportDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Z
ZohoServiceImpl.importDocuments ( long targetFolder, List<String> folderCompositeIds, List<String> documentIds ) : int
com/logicaldoc/zoho/ZohoServiceImpl.importDocuments:(JLjava/util/List;Ljava/util/List;)I
ZohoServiceImpl.loadSettings ( ) : List<String>
com/logicaldoc/zoho/ZohoServiceImpl.loadSettings:()Ljava/util/List;
logicaldoc-zonalocr-8.9.1-plugin.jar,
ZonalOCR.class
package com.logicaldoc.zonalocr
ZonalOCR.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/zonalocr/ZonalOCR.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
ZonalOCR.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/zonalocr/ZonalOCR.setTenantDao:(Lcom/logicaldoc/core/security/TenantDAO;)V
logicaldoc-zonalocr-8.9.1-plugin.jar,
ZonalOCRProcessor.class
package com.logicaldoc.zonalocr
ZonalOCRProcessor.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/zonalocr/ZonalOCRProcessor.getDocumentDao:()Lcom/logicaldoc/core/document/DocumentDAO;
ZonalOCRProcessor.processDocument ( Document document, User user ) : void
com/logicaldoc/zonalocr/ZonalOCRProcessor.processDocument:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/user/User;)V
ZonalOCRProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/zonalocr/ZonalOCRProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/DocumentDAO;)V
logicaldoc-zonalocr-8.9.1-plugin.jar,
ZonalOCRServiceImpl.class
package com.logicaldoc.zonalocr
ZonalOCRServiceImpl.markUnprocessable ( List<Long> docIds ) : void
com/logicaldoc/zonalocr/ZonalOCRServiceImpl.markUnprocessable:(Ljava/util/List;)V
to the top
Removed Methods 1728
logicaldoc-audit-8.9.0-plugin.jar,
Audit.class
package com.logicaldoc.audit
Audit.getDocumentHistoryDao ( ) : DocumentHistoryDAO
com/logicaldoc/audit/Audit.getDocumentHistoryDao:()Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;
Audit.getUserHistoryDao ( ) : UserHistoryDAO
com/logicaldoc/audit/Audit.getUserHistoryDao:()Lcom/logicaldoc/core/security/dao/UserHistoryDAO;
Audit.setDocumentHistoryDao ( DocumentHistoryDAO documentHistoryDao ) : void
com/logicaldoc/audit/Audit.setDocumentHistoryDao:(Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;)V
Audit.setUserHistoryDao ( UserHistoryDAO userHistoryDao ) : void
com/logicaldoc/audit/Audit.setUserHistoryDao:(Lcom/logicaldoc/core/security/dao/UserHistoryDAO;)V
logicaldoc-audit-8.9.0-plugin.jar,
AuditServiceImpl.class
package com.logicaldoc.audit
AuditServiceImpl.deleteSubscriptions ( long[ ] ids ) : void
com/logicaldoc/audit/AuditServiceImpl.deleteSubscriptions:([J)V
AuditServiceImpl.subscribeDocuments ( Long[ ] docIds, String[ ] events, Long userId, Long groupId ) : void
com/logicaldoc/audit/AuditServiceImpl.subscribeDocuments:([Ljava/lang/Long;[Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;)V
AuditServiceImpl.subscribeFolder ( long folderId, boolean currentOnly, String[ ] events, Long userId, Long groupId ) : void
com/logicaldoc/audit/AuditServiceImpl.subscribeFolder:(JZ[Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;)V
AuditServiceImpl.update ( Long[ ] ids, boolean currentOnly, String[ ] events ) : void
com/logicaldoc/audit/AuditServiceImpl.update:([Ljava/lang/Long;Z[Ljava/lang/String;)V
logicaldoc-audit-8.9.0-plugin.jar,
AuditUser.class
package com.logicaldoc.audit
AuditUser.afterStore ( User user, UserHistory transaction, Map<String,Object> dictionary ) : void
com/logicaldoc/audit/AuditUser.afterStore:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;Ljava/util/Map;)V
AuditUser.beforeStore ( User user, UserHistory transaction, Map<String,Object> dictionary ) : void
com/logicaldoc/audit/AuditUser.beforeStore:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;Ljava/util/Map;)V
logicaldoc-barcode-8.9.0-plugin.jar,
BarcodeManager.class
package com.logicaldoc.barcode
BarcodeManager.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/barcode/BarcodeManager.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-barcode-8.9.0-plugin.jar,
BarcodeProcessor.class
package com.logicaldoc.barcode
BarcodeProcessor.processDocument ( Document document, User user ) : void
com/logicaldoc/barcode/BarcodeProcessor.processDocument:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/User;)V
logicaldoc-barcode-8.9.0-plugin.jar,
BarcodeServiceImpl.class
package com.logicaldoc.barcode
BarcodeServiceImpl.markUnprocessable ( long[ ] docIds ) : void
com/logicaldoc/barcode/BarcodeServiceImpl.markUnprocessable:([J)V
logicaldoc-calendar-8.9.0-plugin.jar,
CalendarServiceImpl.class
package com.logicaldoc.calendar
CalendarServiceImpl.find ( GUICalendarEventSearchCriteria parameters ) : GUICalendarEvent[ ]
com/logicaldoc/calendar/CalendarServiceImpl.find:(Lcom/logicaldoc/gui/common/client/beans/GUICalendarEventSearchCriteria;)[Lcom/logicaldoc/gui/common/client/beans/GUICalendarEvent;
logicaldoc-chat-8.9.0-plugin.jar,
ChatServiceImpl.class
package com.logicaldoc.chat
ChatServiceImpl.invite ( String[ ] users, String invitation ) : void
com/logicaldoc/chat/ChatServiceImpl.invite:([Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-cmis-8.9.0-plugin.jar,
LDRepository.class
package com.logicaldoc.cmis
LDRepository.setHistoryDao ( DocumentHistoryDAO historyDao ) : void
com/logicaldoc/cmis/LDRepository.setHistoryDao:(Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
AbstractAuthenticator.class
package com.logicaldoc.core.security.authentication
AbstractAuthenticator.authenticate ( String username, String password, String key ) : User
com/logicaldoc/core/security/authentication/AbstractAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
AbstractAuthenticator.authenticate ( String username, String password, String key, Client client ) : User
com/logicaldoc/core/security/authentication/AbstractAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
logicaldoc-core-8.9.0-plugin.jar,
AbstractDocumentProcessor.class
package com.logicaldoc.core.task
AbstractDocumentProcessor.processDocument ( Document p1, User p2 ) [abstract] : void
com/logicaldoc/core/task/AbstractDocumentProcessor.processDocument:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/User;)V
AbstractDocumentProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/task/AbstractDocumentProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
AttributeOptionDAO.class
package com.logicaldoc.core.metadata
AttributeOptionDAO.deleteBySetIdAndAttribute ( long p1, String p2 ) [abstract] : boolean
com/logicaldoc/core/metadata/AttributeOptionDAO.deleteBySetIdAndAttribute:(JLjava/lang/String;)Z
logicaldoc-core-8.9.0-plugin.jar,
Authenticator.class
package com.logicaldoc.core.security.authentication
Authenticator.authenticate ( String p1, String p2 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
Authenticator.authenticate ( String p1, String p2, String p3 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
Authenticator.authenticate ( String p1, String p2, String p3, Client p4 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
Authenticator.pickUser ( String p1 ) [abstract] : User
com/logicaldoc/core/security/authentication/Authenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-core-8.9.0-plugin.jar,
BookmarkDAO.class
package com.logicaldoc.core.document.dao
BookmarkDAO.findBookmarkedDocs ( long p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/BookmarkDAO.findBookmarkedDocs:(J)Ljava/util/List;
BookmarkDAO.findByUserId ( long p1 ) [abstract] : List<Bookmark>
com/logicaldoc/core/document/dao/BookmarkDAO.findByUserId:(J)Ljava/util/List;
BookmarkDAO.findByUserIdAndDocId ( long p1, long p2 ) [abstract] : Bookmark
com/logicaldoc/core/document/dao/BookmarkDAO.findByUserIdAndDocId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
BookmarkDAO.findByUserIdAndFolderId ( long p1, long p2 ) [abstract] : Bookmark
com/logicaldoc/core/document/dao/BookmarkDAO.findByUserIdAndFolderId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
BookmarkDAO.isDocBookmarkedByUser ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/document/dao/BookmarkDAO.isDocBookmarkedByUser:(JJ)Z
logicaldoc-core-8.9.0-plugin.jar,
DefaultAuthenticator.class
package com.logicaldoc.core.security.authentication
DefaultAuthenticator.authenticate ( String username, String password ) : User
com/logicaldoc/core/security/authentication/DefaultAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
DefaultAuthenticator.pickUser ( String username ) : User
com/logicaldoc/core/security/authentication/DefaultAuthenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
DefaultAuthenticator.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/authentication/DefaultAuthenticator.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
DefaultAuthenticator.validateUser ( User user ) : void
com/logicaldoc/core/security/authentication/DefaultAuthenticator.validateUser:(Lcom/logicaldoc/core/security/User;)V
logicaldoc-core-8.9.0-plugin.jar,
DeviceDAO.class
package com.logicaldoc.core.security.dao
DeviceDAO.cleanOldDevices ( int p1 ) [abstract] : void
com/logicaldoc/core/security/dao/DeviceDAO.cleanOldDevices:(I)V
DeviceDAO.findByDevice ( Device p1 ) [abstract] : Device
com/logicaldoc/core/security/dao/DeviceDAO.findByDevice:(Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
DeviceDAO.findByDeviceId ( String p1 ) [abstract] : Device
com/logicaldoc/core/security/dao/DeviceDAO.findByDeviceId:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Device;
DeviceDAO.findByUserId ( long p1 ) [abstract] : List<Device>
com/logicaldoc/core/security/dao/DeviceDAO.findByUserId:(J)Ljava/util/List;
DeviceDAO.findTrustedDevices ( long p1 ) [abstract] : List<Device>
com/logicaldoc/core/security/dao/DeviceDAO.findTrustedDevices:(J)Ljava/util/List;
DeviceDAO.isTrustedDevice ( String p1, HttpServletRequest p2 ) [abstract] : boolean
com/logicaldoc/core/security/dao/DeviceDAO.isTrustedDevice:(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;)Z
DeviceDAO.trustDevice ( User p1, Device p2 ) [abstract] : Device
com/logicaldoc/core/security/dao/DeviceDAO.trustDevice:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
logicaldoc-core-8.9.0-plugin.jar,
DigestProcessor.class
package com.logicaldoc.core.document
DigestProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/document/DigestProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
DocTool.class
package com.logicaldoc.core.automation
DocTool.copy ( Document doc, String targetPath, boolean links, boolean notes, String username ) : Document
com/logicaldoc/core/automation/DocTool.copy:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;ZZLjava/lang/String;)Lcom/logicaldoc/core/document/Document;
logicaldoc-core-8.9.0-plugin.jar,
DocumentDAO.class
package com.logicaldoc.core.document.dao
DocumentDAO.archive ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.archive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.cleanExpiredTransactions ( ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.cleanExpiredTransactions:()V
DocumentDAO.cleanUnexistingUniqueTags ( ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.cleanUnexistingUniqueTags:()V
DocumentDAO.cleanUnexistingUniqueTagsOneByOne ( ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.cleanUnexistingUniqueTagsOneByOne:()V
DocumentDAO.computeTotalSize ( Long p1, Long p2, boolean p3 ) [abstract] : long
com/logicaldoc/core/document/dao/DocumentDAO.computeTotalSize:(Ljava/lang/Long;Ljava/lang/Long;Z)J
DocumentDAO.count ( Long p1, boolean p2, boolean p3 ) [abstract] : long
com/logicaldoc/core/document/dao/DocumentDAO.count:(Ljava/lang/Long;ZZ)J
DocumentDAO.countByIndexed ( int p1 ) [abstract] : long
com/logicaldoc/core/document/dao/DocumentDAO.countByIndexed:(I)J
DocumentDAO.delete ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.delete:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.delete ( long p1, int p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.delete:(JILcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.deleteAll ( Collection<Document> p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.deleteAll:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.deleteAll ( Collection<Document> p1, int p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.deleteAll:(Ljava/util/Collection;ILcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.deleteOrphaned ( long p1 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.deleteOrphaned:(J)V
DocumentDAO.findAliasIds ( long p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findAliasIds:(J)Ljava/util/List;
DocumentDAO.findAllTags ( String p1, Long p2 ) [abstract] : List<String>
com/logicaldoc/core/document/dao/DocumentDAO.findAllTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/List;
DocumentDAO.findArchivedByFolder ( long p1 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findArchivedByFolder:(J)Ljava/util/List;
DocumentDAO.findByCustomId ( String p1, long p2 ) [abstract] : Document
com/logicaldoc/core/document/dao/DocumentDAO.findByCustomId:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
DocumentDAO.findByFileNameAndParentFolderId ( Long p1, String p2, Long p3, Long p4, Integer p5 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findByFileNameAndParentFolderId:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByFolder ( long p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findByFolder:(JLjava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByIds ( Long[ ] p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findByIds:([Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByIndexed ( int p1 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findByIndexed:(I)Ljava/util/List;
DocumentDAO.findByLockUserAndStatus ( Long p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findByLockUserAndStatus:(Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findByPath ( String p1, long p2 ) [abstract] : Document
com/logicaldoc/core/document/dao/DocumentDAO.findByPath:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
DocumentDAO.findByUserId ( long p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findByUserId:(J)Ljava/util/List;
DocumentDAO.findByUserIdAndTag ( long p1, String p2, Integer p3 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findByUserIdAndTag:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findDeleted ( long p1, Integer p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findDeleted:(JLjava/lang/Integer;)Ljava/util/List;
DocumentDAO.findDeletedDocIds ( ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findDeletedDocIds:()Ljava/util/List;
DocumentDAO.findDeletedDocs ( ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findDeletedDocs:()Ljava/util/List;
DocumentDAO.findDocIdByFolder ( long p1, Integer p2 ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findDocIdByFolder:(JLjava/lang/Integer;)Ljava/util/List;
DocumentDAO.findDocIdByTag ( String p1 ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findDocIdByTag:(Ljava/lang/String;)Ljava/util/List;
DocumentDAO.findDocIdByUserIdAndTag ( long p1, String p2 ) [abstract] : List<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findDocIdByUserIdAndTag:(JLjava/lang/String;)Ljava/util/List;
DocumentDAO.findDocument ( long p1 ) [abstract] : Document
com/logicaldoc/core/document/dao/DocumentDAO.findDocument:(J)Lcom/logicaldoc/core/document/Document;
DocumentDAO.findDuplicatedDigests ( Long p1, Long p2 ) [abstract] : List<String>
com/logicaldoc/core/document/dao/DocumentDAO.findDuplicatedDigests:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
DocumentDAO.findLastDownloadsByUserId ( long p1, int p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findLastDownloadsByUserId:(JI)Ljava/util/List;
DocumentDAO.findLastModifiedByUserId ( long p1, int p2 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findLastModifiedByUserId:(JI)Ljava/util/List;
DocumentDAO.findLinkedDocuments ( long p1, String p2, Integer p3 ) [abstract] : List<Document>
com/logicaldoc/core/document/dao/DocumentDAO.findLinkedDocuments:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
DocumentDAO.findPublishedIds ( Collection<Long> p1 ) [abstract] : Collection<Long>
com/logicaldoc/core/document/dao/DocumentDAO.findPublishedIds:(Ljava/util/Collection;)Ljava/util/Collection;
DocumentDAO.findTags ( long p1 ) [abstract] : List<String>
com/logicaldoc/core/document/dao/DocumentDAO.findTags:(J)Ljava/util/List;
DocumentDAO.findTags ( String p1, Long p2 ) [abstract] : Map<String,Long>
com/logicaldoc/core/document/dao/DocumentDAO.findTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/Map;
DocumentDAO.getTagCloud ( long p1, int p2 ) [abstract] : List<TagCloud>
com/logicaldoc/core/document/dao/DocumentDAO.getTagCloud:(JI)Ljava/util/List;
DocumentDAO.getTagCloud ( String p1 ) [abstract] : List<TagCloud>
com/logicaldoc/core/document/dao/DocumentDAO.getTagCloud:(Ljava/lang/String;)Ljava/util/List;
DocumentDAO.getWorkspace ( long p1 ) [abstract] : Folder
com/logicaldoc/core/document/dao/DocumentDAO.getWorkspace:(J)Lcom/logicaldoc/core/folder/Folder;
DocumentDAO.initialize ( Document p1 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.initialize:(Lcom/logicaldoc/core/document/Document;)V
DocumentDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/DocumentDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
DocumentDAO.insertNewUniqueTags ( ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.insertNewUniqueTags:()V
DocumentDAO.makeImmutable ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.makeImmutable:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.restore ( long p1, long p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.restore:(JJLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.saveDocumentHistory ( Document p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.saveDocumentHistory:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.setPassword ( long p1, String p2, DocumentHistory p3 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.setPassword:(JLjava/lang/String;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.store ( Document p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.store:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.unarchive ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.unarchive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.unsetPassword ( long p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.unsetPassword:(JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentDAO.updateCountUniqueTags ( ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.updateCountUniqueTags:()V
DocumentDAO.updateDigest ( Document p1 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentDAO.updateDigest:(Lcom/logicaldoc/core/document/Document;)V
logicaldoc-core-8.9.0-plugin.jar,
DocumentEvent.class
package com.logicaldoc.core.document
DocumentEvent.valuesAsString ( ) [static] : String[ ]
com/logicaldoc/core/document/DocumentEvent.valuesAsString:()[Ljava/lang/String;
logicaldoc-core-8.9.0-plugin.jar,
DocumentHistoryDAO.class
package com.logicaldoc.core.document.dao
DocumentHistoryDAO.cleanOldHistories ( int p1 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentHistoryDAO.cleanOldHistories:(I)V
DocumentHistoryDAO.findByDocId ( long p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findByDocId:(J)Ljava/util/List;
DocumentHistoryDAO.findByDocIdAndEvent ( long p1, String p2 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findByDocIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
DocumentHistoryDAO.findByFolderId ( long p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findByFolderId:(J)Ljava/util/List;
DocumentHistoryDAO.findByPath ( String p1, Date p2, Collection<String> p3, Integer p4 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findByPath:(Ljava/lang/String;Ljava/util/Date;Ljava/util/Collection;Ljava/lang/Integer;)Ljava/util/List;
DocumentHistoryDAO.findByUserId ( long p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findByUserId:(J)Ljava/util/List;
DocumentHistoryDAO.findByUserIdAndEvent ( long p1, String p2, String p3 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
DocumentHistoryDAO.findNotNotified ( Integer p1 ) [abstract] : List<DocumentHistory>
com/logicaldoc/core/document/dao/DocumentHistoryDAO.findNotNotified:(Ljava/lang/Integer;)Ljava/util/List;
DocumentHistoryDAO.markHistoriesAsRead ( String p1, long p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentHistoryDAO.markHistoriesAsRead:(Ljava/lang/String;J)V
logicaldoc-core-8.9.0-plugin.jar,
DocumentLinkDAO.class
package com.logicaldoc.core.document.dao
DocumentLinkDAO.findByDocId ( long p1 ) [abstract] : List<DocumentLink>
com/logicaldoc/core/document/dao/DocumentLinkDAO.findByDocId:(J)Ljava/util/List;
DocumentLinkDAO.findByDocId ( long p1, String p2 ) [abstract] : List<DocumentLink>
com/logicaldoc/core/document/dao/DocumentLinkDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
DocumentLinkDAO.findByDocIdsAndType ( long p1, long p2, String p3 ) [abstract] : DocumentLink
com/logicaldoc/core/document/dao/DocumentLinkDAO.findByDocIdsAndType:(JJLjava/lang/String;)Lcom/logicaldoc/core/document/DocumentLink;
logicaldoc-core-8.9.0-plugin.jar,
DocumentManager.class
package com.logicaldoc.core.document
DocumentManager.archiveDocuments ( long[ ] p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentManager.archiveDocuments:([JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentManager.copyToFolder ( Document p1, Folder p2, DocumentHistory p3, boolean p4, boolean p5 ) [abstract] : Document
com/logicaldoc/core/document/DocumentManager.copyToFolder:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/document/DocumentHistory;ZZ)Lcom/logicaldoc/core/document/Document;
logicaldoc-core-8.9.0-plugin.jar,
DocumentManagerImpl.class
package com.logicaldoc.core.document
DocumentManagerImpl.archiveDocuments ( long[ ] docIds, DocumentHistory transaction ) : void
com/logicaldoc/core/document/DocumentManagerImpl.archiveDocuments:([JLcom/logicaldoc/core/document/DocumentHistory;)V
DocumentManagerImpl.copyToFolder ( Document doc, Folder folder, DocumentHistory transaction, boolean links, boolean notes ) : Document
com/logicaldoc/core/document/DocumentManagerImpl.copyToFolder:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/document/DocumentHistory;ZZ)Lcom/logicaldoc/core/document/Document;
DocumentManagerImpl.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setDocumentDAO:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
DocumentManagerImpl.setDocumentLinkDAO ( DocumentLinkDAO documentLinkDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setDocumentLinkDAO:(Lcom/logicaldoc/core/document/dao/DocumentLinkDAO;)V
DocumentManagerImpl.setDocumentNoteDAO ( DocumentNoteDAO documentNoteDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setDocumentNoteDAO:(Lcom/logicaldoc/core/document/dao/DocumentNoteDAO;)V
DocumentManagerImpl.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
DocumentManagerImpl.setVersionDAO ( VersionDAO versionDAO ) : void
com/logicaldoc/core/document/DocumentManagerImpl.setVersionDAO:(Lcom/logicaldoc/core/document/dao/VersionDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
DocumentNoteDAO.class
package com.logicaldoc.core.document.dao
DocumentNoteDAO.copyAnnotations ( long p1, String p2, String p3 ) [abstract] : int
com/logicaldoc/core/document/dao/DocumentNoteDAO.copyAnnotations:(JLjava/lang/String;Ljava/lang/String;)I
DocumentNoteDAO.findByDocId ( long p1, String p2 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/dao/DocumentNoteDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
DocumentNoteDAO.findByDocIdAndType ( long p1, String p2, String p3 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/dao/DocumentNoteDAO.findByDocIdAndType:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
DocumentNoteDAO.findByDocIdAndTypes ( long p1, String p2, Collection<String> p3 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/dao/DocumentNoteDAO.findByDocIdAndTypes:(JLjava/lang/String;Ljava/util/Collection;)Ljava/util/List;
DocumentNoteDAO.findByUserId ( long p1 ) [abstract] : List<DocumentNote>
com/logicaldoc/core/document/dao/DocumentNoteDAO.findByUserId:(J)Ljava/util/List;
DocumentNoteDAO.store ( DocumentNote p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/DocumentNoteDAO.store:(Lcom/logicaldoc/core/document/DocumentNote;Lcom/logicaldoc/core/document/DocumentHistory;)V
logicaldoc-core-8.9.0-plugin.jar,
EMail.class
package com.logicaldoc.core.communication
EMail.getAddresses ( ) : InternetAddress[ ]
com/logicaldoc/core/communication/EMail.getAddresses:()[Ljavax/mail/internet/InternetAddress;
EMail.getAddressesBCC ( ) : InternetAddress[ ]
com/logicaldoc/core/communication/EMail.getAddressesBCC:()[Ljavax/mail/internet/InternetAddress;
EMail.getAddressesCC ( ) : InternetAddress[ ]
com/logicaldoc/core/communication/EMail.getAddressesCC:()[Ljavax/mail/internet/InternetAddress;
logicaldoc-core-8.9.0-plugin.jar,
ExtensibleObject.class
package com.logicaldoc.core.metadata
ExtensibleObject.setValues ( String name, Object[ ] values ) : List<Attribute>
com/logicaldoc/core/metadata/ExtensibleObject.setValues:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/List;
logicaldoc-core-8.9.0-plugin.jar,
Folder.class
package com.logicaldoc.core.folder
Folder.addFolderGroup ( FolderGroup fg ) : void
com/logicaldoc/core/folder/Folder.addFolderGroup:(Lcom/logicaldoc/core/folder/FolderGroup;)V
Folder.clearFolderGroups ( ) : void
com/logicaldoc/core/folder/Folder.clearFolderGroups:()V
Folder.getFolderGroup ( long groupId ) : FolderGroup
com/logicaldoc/core/folder/Folder.getFolderGroup:(J)Lcom/logicaldoc/core/folder/FolderGroup;
Folder.getFolderGroupIds ( ) : long[ ]
com/logicaldoc/core/folder/Folder.getFolderGroupIds:()[J
Folder.getFolderGroups ( ) : Set<FolderGroup>
com/logicaldoc/core/folder/Folder.getFolderGroups:()Ljava/util/Set;
Folder.setFolderGroup ( long[ ] groups ) : void
com/logicaldoc/core/folder/Folder.setFolderGroup:([J)V
Folder.setFolderGroups ( Set<FolderGroup> fgroup ) : void
com/logicaldoc/core/folder/Folder.setFolderGroups:(Ljava/util/Set;)V
logicaldoc-core-8.9.0-plugin.jar,
FolderDAO.class
package com.logicaldoc.core.folder
FolderDAO.applyRightToTree ( long p1, FolderHistory p2 ) [abstract] : void
com/logicaldoc/core/folder/FolderDAO.applyRightToTree:(JLcom/logicaldoc/core/folder/FolderHistory;)V
logicaldoc-core-8.9.0-plugin.jar,
FolderGroup.class
package com.logicaldoc.core.folder
FolderGroup.FolderGroup ( )
com/logicaldoc/core/folder/FolderGroup."<init>":()V
FolderGroup.FolderGroup ( FolderGroup source )
com/logicaldoc/core/folder/FolderGroup."<init>":(Lcom/logicaldoc/core/folder/FolderGroup;)V
FolderGroup.FolderGroup ( long groupId )
com/logicaldoc/core/folder/FolderGroup."<init>":(J)V
FolderGroup.getAdd ( ) : int
com/logicaldoc/core/folder/FolderGroup.getAdd:()I
FolderGroup.getArchive ( ) : int
com/logicaldoc/core/folder/FolderGroup.getArchive:()I
FolderGroup.getAutomation ( ) : int
com/logicaldoc/core/folder/FolderGroup.getAutomation:()I
FolderGroup.getCalendar ( ) : int
com/logicaldoc/core/folder/FolderGroup.getCalendar:()I
FolderGroup.getDelete ( ) : int
com/logicaldoc/core/folder/FolderGroup.getDelete:()I
FolderGroup.getDownload ( ) : int
com/logicaldoc/core/folder/FolderGroup.getDownload:()I
FolderGroup.getEmail ( ) : int
com/logicaldoc/core/folder/FolderGroup.getEmail:()I
FolderGroup.getExport ( ) : int
com/logicaldoc/core/folder/FolderGroup.getExport:()I
FolderGroup.getGroupId ( ) : long
com/logicaldoc/core/folder/FolderGroup.getGroupId:()J
FolderGroup.getImmutable ( ) : int
com/logicaldoc/core/folder/FolderGroup.getImmutable:()I
FolderGroup.getImport ( ) : int
com/logicaldoc/core/folder/FolderGroup.getImport:()I
FolderGroup.getMove ( ) : int
com/logicaldoc/core/folder/FolderGroup.getMove:()I
FolderGroup.getPassword ( ) : int
com/logicaldoc/core/folder/FolderGroup.getPassword:()I
FolderGroup.getPermissions ( ) : int
com/logicaldoc/core/folder/FolderGroup.getPermissions:()I
FolderGroup.getPrint ( ) : int
com/logicaldoc/core/folder/FolderGroup.getPrint:()I
FolderGroup.getRead ( ) : int
com/logicaldoc/core/folder/FolderGroup.getRead:()I
FolderGroup.getReadingreq ( ) : int
com/logicaldoc/core/folder/FolderGroup.getReadingreq:()I
FolderGroup.getRename ( ) : int
com/logicaldoc/core/folder/FolderGroup.getRename:()I
FolderGroup.getSecurity ( ) : int
com/logicaldoc/core/folder/FolderGroup.getSecurity:()I
FolderGroup.getSign ( ) : int
com/logicaldoc/core/folder/FolderGroup.getSign:()I
FolderGroup.getStorage ( ) : int
com/logicaldoc/core/folder/FolderGroup.getStorage:()I
FolderGroup.getSubscription ( ) : int
com/logicaldoc/core/folder/FolderGroup.getSubscription:()I
FolderGroup.getWorkflow ( ) : int
com/logicaldoc/core/folder/FolderGroup.getWorkflow:()I
FolderGroup.getWrite ( ) : int
com/logicaldoc/core/folder/FolderGroup.getWrite:()I
FolderGroup.setAdd ( int add ) : void
com/logicaldoc/core/folder/FolderGroup.setAdd:(I)V
FolderGroup.setArchive ( int archive ) : void
com/logicaldoc/core/folder/FolderGroup.setArchive:(I)V
FolderGroup.setAutomation ( int automation ) : void
com/logicaldoc/core/folder/FolderGroup.setAutomation:(I)V
FolderGroup.setCalendar ( int calendar ) : void
com/logicaldoc/core/folder/FolderGroup.setCalendar:(I)V
FolderGroup.setDelete ( int delete ) : void
com/logicaldoc/core/folder/FolderGroup.setDelete:(I)V
FolderGroup.setDownload ( int download ) : void
com/logicaldoc/core/folder/FolderGroup.setDownload:(I)V
FolderGroup.setEmail ( int email ) : void
com/logicaldoc/core/folder/FolderGroup.setEmail:(I)V
FolderGroup.setExport ( int export ) : void
com/logicaldoc/core/folder/FolderGroup.setExport:(I)V
FolderGroup.setGroupId ( long groupId ) : void
com/logicaldoc/core/folder/FolderGroup.setGroupId:(J)V
FolderGroup.setImmutable ( int immutable ) : void
com/logicaldoc/core/folder/FolderGroup.setImmutable:(I)V
FolderGroup.setImport ( int iimport ) : void
com/logicaldoc/core/folder/FolderGroup.setImport:(I)V
FolderGroup.setMove ( int move ) : void
com/logicaldoc/core/folder/FolderGroup.setMove:(I)V
FolderGroup.setPassword ( int password ) : void
com/logicaldoc/core/folder/FolderGroup.setPassword:(I)V
FolderGroup.setPermissions ( int permissions ) : void
com/logicaldoc/core/folder/FolderGroup.setPermissions:(I)V
FolderGroup.setPrint ( int print ) : void
com/logicaldoc/core/folder/FolderGroup.setPrint:(I)V
FolderGroup.setRead ( int read ) : void
com/logicaldoc/core/folder/FolderGroup.setRead:(I)V
FolderGroup.setReadingreq ( int readingreq ) : void
com/logicaldoc/core/folder/FolderGroup.setReadingreq:(I)V
FolderGroup.setRename ( int rename ) : void
com/logicaldoc/core/folder/FolderGroup.setRename:(I)V
FolderGroup.setSecurity ( int security ) : void
com/logicaldoc/core/folder/FolderGroup.setSecurity:(I)V
FolderGroup.setSign ( int sign ) : void
com/logicaldoc/core/folder/FolderGroup.setSign:(I)V
FolderGroup.setStorage ( int storage ) : void
com/logicaldoc/core/folder/FolderGroup.setStorage:(I)V
FolderGroup.setSubscription ( int subscription ) : void
com/logicaldoc/core/folder/FolderGroup.setSubscription:(I)V
FolderGroup.setWorkflow ( int workflow ) : void
com/logicaldoc/core/folder/FolderGroup.setWorkflow:(I)V
FolderGroup.setWrite ( int write ) : void
com/logicaldoc/core/folder/FolderGroup.setWrite:(I)V
logicaldoc-core-8.9.0-plugin.jar,
FormatConverterManager.class
package com.logicaldoc.core.conversion
FormatConverterManager.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/core/conversion/FormatConverterManager.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
FulltextSearchOptions.class
package com.logicaldoc.core.searchengine
FulltextSearchOptions.getFields ( ) : String[ ]
com/logicaldoc/core/searchengine/FulltextSearchOptions.getFields:()[Ljava/lang/String;
FulltextSearchOptions.setFields ( String[ ] flds ) : void
com/logicaldoc/core/searchengine/FulltextSearchOptions.setFields:([Ljava/lang/String;)V
logicaldoc-core-8.9.0-plugin.jar,
Group.class
package com.logicaldoc.core.security
Group.clearUsers ( ) : void
com/logicaldoc/core/security/Group.clearUsers:()V
Group.getDescription ( ) : String
com/logicaldoc/core/security/Group.getDescription:()Ljava/lang/String;
Group.getName ( ) : String
com/logicaldoc/core/security/Group.getName:()Ljava/lang/String;
Group.getSource ( ) : String
com/logicaldoc/core/security/Group.getSource:()Ljava/lang/String;
Group.getType ( ) : int
com/logicaldoc/core/security/Group.getType:()I
Group.getUser ( ) : User
com/logicaldoc/core/security/Group.getUser:()Lcom/logicaldoc/core/security/User;
Group.getUsers ( ) : Set<User>
com/logicaldoc/core/security/Group.getUsers:()Ljava/util/Set;
Group.Group ( )
com/logicaldoc/core/security/Group."<init>":()V
Group.isAdmin ( ) : boolean
com/logicaldoc/core/security/Group.isAdmin:()Z
Group.isGuest ( ) : boolean
com/logicaldoc/core/security/Group.isGuest:()Z
Group.isUserGroup ( ) : boolean
com/logicaldoc/core/security/Group.isUserGroup:()Z
Group.reset ( ) : void
com/logicaldoc/core/security/Group.reset:()V
Group.setDescription ( String description ) : void
com/logicaldoc/core/security/Group.setDescription:(Ljava/lang/String;)V
Group.setName ( String name ) : void
com/logicaldoc/core/security/Group.setName:(Ljava/lang/String;)V
Group.setSource ( String source ) : void
com/logicaldoc/core/security/Group.setSource:(Ljava/lang/String;)V
Group.setType ( int type ) : void
com/logicaldoc/core/security/Group.setType:(I)V
Group.setUsers ( Set<User> users ) : void
com/logicaldoc/core/security/Group.setUsers:(Ljava/util/Set;)V
logicaldoc-core-8.9.0-plugin.jar,
GroupDAO.class
package com.logicaldoc.core.security.dao
GroupDAO.count ( ) [abstract] : int
com/logicaldoc/core/security/dao/GroupDAO.count:()I
GroupDAO.findAllGroupNames ( long p1 ) [abstract] : Collection<String>
com/logicaldoc/core/security/dao/GroupDAO.findAllGroupNames:(J)Ljava/util/Collection;
GroupDAO.findByLikeName ( String p1, long p2 ) [abstract] : Collection<Group>
com/logicaldoc/core/security/dao/GroupDAO.findByLikeName:(Ljava/lang/String;J)Ljava/util/Collection;
GroupDAO.findByName ( String p1, long p2 ) [abstract] : Group
com/logicaldoc/core/security/dao/GroupDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/security/Group;
GroupDAO.fixGuestPermissions ( Group p1 ) [abstract] : void
com/logicaldoc/core/security/dao/GroupDAO.fixGuestPermissions:(Lcom/logicaldoc/core/security/Group;)V
GroupDAO.inheritACLs ( Group p1, long p2 ) [abstract] : void
com/logicaldoc/core/security/dao/GroupDAO.inheritACLs:(Lcom/logicaldoc/core/security/Group;J)V
GroupDAO.initialize ( Group p1 ) [abstract] : void
com/logicaldoc/core/security/dao/GroupDAO.initialize:(Lcom/logicaldoc/core/security/Group;)V
GroupDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/GroupDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
GroupDAO.insert ( Group p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/dao/GroupDAO.insert:(Lcom/logicaldoc/core/security/Group;J)Z
logicaldoc-core-8.9.0-plugin.jar,
HibernateAttributeOptionDAO.class
package com.logicaldoc.core.metadata
HibernateAttributeOptionDAO.deleteBySetIdAndAttribute ( long setId, String attribute ) : boolean
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.deleteBySetIdAndAttribute:(JLjava/lang/String;)Z
logicaldoc-core-8.9.0-plugin.jar,
HibernateBookmarkDAO.class
package com.logicaldoc.core.document.dao
HibernateBookmarkDAO.findBookmarkedDocs ( long userId ) : List<Long>
com/logicaldoc/core/document/dao/HibernateBookmarkDAO.findBookmarkedDocs:(J)Ljava/util/List;
HibernateBookmarkDAO.findByUserId ( long userId ) : List<Bookmark>
com/logicaldoc/core/document/dao/HibernateBookmarkDAO.findByUserId:(J)Ljava/util/List;
HibernateBookmarkDAO.findByUserIdAndDocId ( long userId, long docId ) : Bookmark
com/logicaldoc/core/document/dao/HibernateBookmarkDAO.findByUserIdAndDocId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
HibernateBookmarkDAO.findByUserIdAndFolderId ( long userId, long folderId ) : Bookmark
com/logicaldoc/core/document/dao/HibernateBookmarkDAO.findByUserIdAndFolderId:(JJ)Lcom/logicaldoc/core/document/Bookmark;
HibernateBookmarkDAO.HibernateBookmarkDAO ( )
com/logicaldoc/core/document/dao/HibernateBookmarkDAO."<init>":()V
HibernateBookmarkDAO.isDocBookmarkedByUser ( long docId, long userId ) : boolean
com/logicaldoc/core/document/dao/HibernateBookmarkDAO.isDocBookmarkedByUser:(JJ)Z
logicaldoc-core-8.9.0-plugin.jar,
HibernateDeviceDAO.class
package com.logicaldoc.core.security.dao
HibernateDeviceDAO.cleanOldDevices ( int ttl ) : void
com/logicaldoc/core/security/dao/HibernateDeviceDAO.cleanOldDevices:(I)V
HibernateDeviceDAO.delete ( long deviceId, int code ) : void
com/logicaldoc/core/security/dao/HibernateDeviceDAO.delete:(JI)V
HibernateDeviceDAO.findByDevice ( Device device ) : Device
com/logicaldoc/core/security/dao/HibernateDeviceDAO.findByDevice:(Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
HibernateDeviceDAO.findByDeviceId ( String deviceId ) : Device
com/logicaldoc/core/security/dao/HibernateDeviceDAO.findByDeviceId:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Device;
HibernateDeviceDAO.findByUserId ( long userId ) : List<Device>
com/logicaldoc/core/security/dao/HibernateDeviceDAO.findByUserId:(J)Ljava/util/List;
HibernateDeviceDAO.findTrustedDevices ( long userId ) : List<Device>
com/logicaldoc/core/security/dao/HibernateDeviceDAO.findTrustedDevices:(J)Ljava/util/List;
HibernateDeviceDAO.isTrustedDevice ( String username, HttpServletRequest request ) : boolean
com/logicaldoc/core/security/dao/HibernateDeviceDAO.isTrustedDevice:(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;)Z
HibernateDeviceDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/dao/HibernateDeviceDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
HibernateDeviceDAO.store ( Device entity ) : void
com/logicaldoc/core/security/dao/HibernateDeviceDAO.store:(Lcom/logicaldoc/core/security/Device;)V
HibernateDeviceDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateDeviceDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateDeviceDAO.trustDevice ( User user, Device requestDevice ) : Device
com/logicaldoc/core/security/dao/HibernateDeviceDAO.trustDevice:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/Device;)Lcom/logicaldoc/core/security/Device;
logicaldoc-core-8.9.0-plugin.jar,
HibernateDocumentDAO.class
package com.logicaldoc.core.document.dao
HibernateDocumentDAO.archive ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.archive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.cleanExpiredTransactions ( ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.cleanExpiredTransactions:()V
HibernateDocumentDAO.cleanUnexistingUniqueTags ( ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.cleanUnexistingUniqueTags:()V
HibernateDocumentDAO.cleanUnexistingUniqueTagsOneByOne ( ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.cleanUnexistingUniqueTagsOneByOne:()V
HibernateDocumentDAO.computeTotalSize ( Long tenantId, Long userId, boolean computeDeleted ) : long
com/logicaldoc/core/document/dao/HibernateDocumentDAO.computeTotalSize:(Ljava/lang/Long;Ljava/lang/Long;Z)J
HibernateDocumentDAO.count ( Long tenantId, boolean computeDeleted, boolean computeArchived ) : long
com/logicaldoc/core/document/dao/HibernateDocumentDAO.count:(Ljava/lang/Long;ZZ)J
HibernateDocumentDAO.countByIndexed ( int indexed ) : long
com/logicaldoc/core/document/dao/HibernateDocumentDAO.countByIndexed:(I)J
HibernateDocumentDAO.delete ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.delete:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.delete ( long docId, int delCode, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.delete:(JILcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.deleteAll ( Collection<Document> documents, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.deleteAll:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.deleteAll ( Collection<Document> documents, int delCode, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.deleteAll:(Ljava/util/Collection;ILcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.deleteOrphaned ( long deleteUserId ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.deleteOrphaned:(J)V
HibernateDocumentDAO.findAliasIds ( long docId ) : List<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findAliasIds:(J)Ljava/util/List;
HibernateDocumentDAO.findAllTags ( String firstLetter, Long tenantId ) : List<String>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findAllTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/List;
HibernateDocumentDAO.findArchivedByFolder ( long folderId ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findArchivedByFolder:(J)Ljava/util/List;
HibernateDocumentDAO.findByCustomId ( String customId, long tenantId ) : Document
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByCustomId:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
HibernateDocumentDAO.findByFileNameAndParentFolderId ( Long folderId, String fileName, Long excludeId, Long tenantId, Integer max ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByFileNameAndParentFolderId:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByFolder ( long folderId, Integer max ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByFolder:(JLjava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByIds ( Long[ ] ids, Integer max ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByIds:([Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByIndexed ( int indexed ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByIndexed:(I)Ljava/util/List;
HibernateDocumentDAO.findByLockUserAndStatus ( Long userId, Integer status ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByLockUserAndStatus:(Ljava/lang/Long;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findByPath ( String path, long tenantId ) : Document
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByPath:(Ljava/lang/String;J)Lcom/logicaldoc/core/document/Document;
HibernateDocumentDAO.findByUserId ( long userId ) : List<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByUserId:(J)Ljava/util/List;
HibernateDocumentDAO.findByUserIdAndTag ( long userId, String tag, Integer max ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findByUserIdAndTag:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findDeleted ( long userId, Integer maxHits ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDeleted:(JLjava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findDeletedDocIds ( ) : List<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDeletedDocIds:()Ljava/util/List;
HibernateDocumentDAO.findDeletedDocs ( ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDeletedDocs:()Ljava/util/List;
HibernateDocumentDAO.findDocIdByFolder ( long folderId, Integer max ) : List<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDocIdByFolder:(JLjava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findDocIdByTag ( String tag ) : List<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDocIdByTag:(Ljava/lang/String;)Ljava/util/List;
HibernateDocumentDAO.findDocIdByUserIdAndTag ( long userId, String tag ) : List<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDocIdByUserIdAndTag:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentDAO.findDocument ( long docId ) : Document
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDocument:(J)Lcom/logicaldoc/core/document/Document;
HibernateDocumentDAO.findDuplicatedDigests ( Long tenantId, Long folderId ) : List<String>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findDuplicatedDigests:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
HibernateDocumentDAO.findLastDownloadsByUserId ( long userId, int maxResults ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findLastDownloadsByUserId:(JI)Ljava/util/List;
HibernateDocumentDAO.findLastModifiedByUserId ( long userId, int maxElements ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findLastModifiedByUserId:(JI)Ljava/util/List;
HibernateDocumentDAO.findLinkedDocuments ( long docId, String linkType, Integer direction ) : List<Document>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findLinkedDocuments:(JLjava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentDAO.findPublishedIds ( Collection<Long> folderIds ) : Collection<Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findPublishedIds:(Ljava/util/Collection;)Ljava/util/Collection;
HibernateDocumentDAO.findTags ( long docId ) : List<String>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findTags:(J)Ljava/util/List;
HibernateDocumentDAO.findTags ( String firstLetter, Long tenantId ) : Map<String,Long>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.findTags:(Ljava/lang/String;Ljava/lang/Long;)Ljava/util/Map;
HibernateDocumentDAO.getTagCloud ( long tenantId, int maxTags ) : List<TagCloud>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.getTagCloud:(JI)Ljava/util/List;
HibernateDocumentDAO.getTagCloud ( String sid ) : List<TagCloud>
com/logicaldoc/core/document/dao/HibernateDocumentDAO.getTagCloud:(Ljava/lang/String;)Ljava/util/List;
HibernateDocumentDAO.getWorkspace ( long docId ) : Folder
com/logicaldoc/core/document/dao/HibernateDocumentDAO.getWorkspace:(J)Lcom/logicaldoc/core/folder/Folder;
HibernateDocumentDAO.initialize ( Document doc ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.initialize:(Lcom/logicaldoc/core/document/Document;)V
HibernateDocumentDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateDocumentDAO.insertNewUniqueTags ( ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.insertNewUniqueTags:()V
HibernateDocumentDAO.makeImmutable ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.makeImmutable:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.restore ( long docId, long folderId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.restore:(JJLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.saveDocumentHistory ( Document doc, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.saveDocumentHistory:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.setConfig ( ContextProperties config ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
HibernateDocumentDAO.setDocumentHistoryDAO ( DocumentHistoryDAO documentHistoryDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setDocumentHistoryDAO:(Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;)V
HibernateDocumentDAO.setFolderDAO ( FolderDAO folderDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setFolderDAO:(Lcom/logicaldoc/core/folder/FolderDAO;)V
HibernateDocumentDAO.setLinkDAO ( DocumentLinkDAO linkDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setLinkDAO:(Lcom/logicaldoc/core/document/dao/DocumentLinkDAO;)V
HibernateDocumentDAO.setListenerManager ( DocumentListenerManager listenerManager ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setListenerManager:(Lcom/logicaldoc/core/document/DocumentListenerManager;)V
HibernateDocumentDAO.setNoteDAO ( DocumentNoteDAO noteDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setNoteDAO:(Lcom/logicaldoc/core/document/dao/DocumentNoteDAO;)V
HibernateDocumentDAO.setPassword ( long docId, String password, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setPassword:(JLjava/lang/String;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.setStorer ( Storer storer ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setStorer:(Lcom/logicaldoc/core/store/Storer;)V
HibernateDocumentDAO.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setTenantDAO:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
HibernateDocumentDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
HibernateDocumentDAO.setVersionDAO ( VersionDAO versionDAO ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.setVersionDAO:(Lcom/logicaldoc/core/document/dao/VersionDAO;)V
HibernateDocumentDAO.store ( Document doc ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.store:(Lcom/logicaldoc/core/document/Document;)V
HibernateDocumentDAO.store ( Document doc, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.store:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateDocumentDAO.unarchive ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.unarchive:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.unsetPassword ( long docId, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.unsetPassword:(JLcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentDAO.updateCountUniqueTags ( ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.updateCountUniqueTags:()V
HibernateDocumentDAO.updateDigest ( Document doc ) : void
com/logicaldoc/core/document/dao/HibernateDocumentDAO.updateDigest:(Lcom/logicaldoc/core/document/Document;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateDocumentHistoryDAO.class
package com.logicaldoc.core.document.dao
HibernateDocumentHistoryDAO.cleanOldHistories ( int ttl ) : void
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.cleanOldHistories:(I)V
HibernateDocumentHistoryDAO.findByDocId ( long docId ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findByDocId:(J)Ljava/util/List;
HibernateDocumentHistoryDAO.findByDocIdAndEvent ( long docId, String event ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findByDocIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentHistoryDAO.findByFolderId ( long folderId ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findByFolderId:(J)Ljava/util/List;
HibernateDocumentHistoryDAO.findByPath ( String pathExpression, Date oldestDate, Collection<String> events, Integer max ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findByPath:(Ljava/lang/String;Ljava/util/Date;Ljava/util/Collection;Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentHistoryDAO.findByUserId ( long userId ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findByUserId:(J)Ljava/util/List;
HibernateDocumentHistoryDAO.findByUserIdAndEvent ( long userId, String event, String sessionId ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
HibernateDocumentHistoryDAO.findNotNotified ( Integer max ) : List<DocumentHistory>
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.findNotNotified:(Ljava/lang/Integer;)Ljava/util/List;
HibernateDocumentHistoryDAO.markHistoriesAsRead ( String event, long userId ) : void
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.markHistoriesAsRead:(Ljava/lang/String;J)V
HibernateDocumentHistoryDAO.store ( DocumentHistory history ) : void
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.store:(Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentHistoryDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateDocumentHistoryDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateDocumentLinkDAO.class
package com.logicaldoc.core.document.dao
HibernateDocumentLinkDAO.delete ( long id, int code ) : void
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO.delete:(JI)V
HibernateDocumentLinkDAO.findByDocId ( long docId ) : List<DocumentLink>
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO.findByDocId:(J)Ljava/util/List;
HibernateDocumentLinkDAO.findByDocId ( long docId, String type ) : List<DocumentLink>
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentLinkDAO.findByDocIdsAndType ( long docId1, long docId2, String type ) : DocumentLink
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO.findByDocIdsAndType:(JJLjava/lang/String;)Lcom/logicaldoc/core/document/DocumentLink;
HibernateDocumentLinkDAO.HibernateDocumentLinkDAO ( )
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO."<init>":()V
HibernateDocumentLinkDAO.store ( DocumentLink entity ) : void
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO.store:(Lcom/logicaldoc/core/document/DocumentLink;)V
HibernateDocumentLinkDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateDocumentLinkDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateDocumentNoteDAO.class
package com.logicaldoc.core.document.dao
HibernateDocumentNoteDAO.copyAnnotations ( long docId, String oldFileVersion, String newFileVersion ) : int
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.copyAnnotations:(JLjava/lang/String;Ljava/lang/String;)I
HibernateDocumentNoteDAO.delete ( long id, int code ) : void
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.delete:(JI)V
HibernateDocumentNoteDAO.findByDocId ( long docId, String fileVersion ) : List<DocumentNote>
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.findByDocId:(JLjava/lang/String;)Ljava/util/List;
HibernateDocumentNoteDAO.findByDocIdAndType ( long docId, String fileVersion, String type ) : List<DocumentNote>
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.findByDocIdAndType:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
HibernateDocumentNoteDAO.findByDocIdAndTypes ( long docId, String fileVersion, Collection<String> types ) : List<DocumentNote>
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.findByDocIdAndTypes:(JLjava/lang/String;Ljava/util/Collection;)Ljava/util/List;
HibernateDocumentNoteDAO.findByUserId ( long userId ) : List<DocumentNote>
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.findByUserId:(J)Ljava/util/List;
HibernateDocumentNoteDAO.HibernateDocumentNoteDAO ( )
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO."<init>":()V
HibernateDocumentNoteDAO.store ( DocumentNote note ) : void
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.store:(Lcom/logicaldoc/core/document/DocumentNote;)V
HibernateDocumentNoteDAO.store ( DocumentNote note, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.store:(Lcom/logicaldoc/core/document/DocumentNote;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateDocumentNoteDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateDocumentNoteDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateFolderDAO.class
package com.logicaldoc.core.folder
HibernateFolderDAO.applyRightToTree ( long rootId, FolderHistory transaction ) : void
com/logicaldoc/core/folder/HibernateFolderDAO.applyRightToTree:(JLcom/logicaldoc/core/folder/FolderHistory;)V
HibernateFolderDAO.getUserDAO ( ) : UserDAO
com/logicaldoc/core/folder/HibernateFolderDAO.getUserDAO:()Lcom/logicaldoc/core/security/dao/UserDAO;
HibernateFolderDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/folder/HibernateFolderDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateGroupDAO.class
package com.logicaldoc.core.security.dao
HibernateGroupDAO.count ( ) : int
com/logicaldoc/core/security/dao/HibernateGroupDAO.count:()I
HibernateGroupDAO.delete ( long groupId, int code ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.delete:(JI)V
HibernateGroupDAO.exists ( String groupname, long tenantId ) : boolean
com/logicaldoc/core/security/dao/HibernateGroupDAO.exists:(Ljava/lang/String;J)Z
HibernateGroupDAO.findAllGroupNames ( long tenantId ) : Collection<String>
com/logicaldoc/core/security/dao/HibernateGroupDAO.findAllGroupNames:(J)Ljava/util/Collection;
HibernateGroupDAO.findByLikeName ( String name, long tenantId ) : Collection<Group>
com/logicaldoc/core/security/dao/HibernateGroupDAO.findByLikeName:(Ljava/lang/String;J)Ljava/util/Collection;
HibernateGroupDAO.findByName ( String name, long tenantId ) : Group
com/logicaldoc/core/security/dao/HibernateGroupDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/security/Group;
HibernateGroupDAO.fixGuestPermissions ( Group group ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.fixGuestPermissions:(Lcom/logicaldoc/core/security/Group;)V
HibernateGroupDAO.getMenuDAO ( ) : MenuDAO
com/logicaldoc/core/security/dao/HibernateGroupDAO.getMenuDAO:()Lcom/logicaldoc/core/security/dao/MenuDAO;
HibernateGroupDAO.inheritACLs ( Group group, long parentGroupId ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.inheritACLs:(Lcom/logicaldoc/core/security/Group;J)V
HibernateGroupDAO.initialize ( Group group ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.initialize:(Lcom/logicaldoc/core/security/Group;)V
HibernateGroupDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateGroupDAO.insert ( Group group, long parentGroupId ) : boolean
com/logicaldoc/core/security/dao/HibernateGroupDAO.insert:(Lcom/logicaldoc/core/security/Group;J)Z
HibernateGroupDAO.setMenuDAO ( MenuDAO menuDAO ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.setMenuDAO:(Lcom/logicaldoc/core/security/dao/MenuDAO;)V
HibernateGroupDAO.store ( Group group ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.store:(Lcom/logicaldoc/core/security/Group;)V
HibernateGroupDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateGroupDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateMenuDAO.class
package com.logicaldoc.core.security.dao
HibernateMenuDAO.applyRightToTree ( long id ) : boolean
com/logicaldoc/core/security/dao/HibernateMenuDAO.applyRightToTree:(J)Z
HibernateMenuDAO.computePathExtended ( long menuId ) : String
com/logicaldoc/core/security/dao/HibernateMenuDAO.computePathExtended:(J)Ljava/lang/String;
HibernateMenuDAO.createPath ( long parentId, long tenantId, int type, String path, boolean inheritSecurity ) : Menu
com/logicaldoc/core/security/dao/HibernateMenuDAO.createPath:(JJILjava/lang/String;Z)Lcom/logicaldoc/core/security/Menu;
HibernateMenuDAO.delete ( long menuId, int code ) : void
com/logicaldoc/core/security/dao/HibernateMenuDAO.delete:(JI)V
HibernateMenuDAO.deleteAll ( Collection<Menu> menus ) : void
com/logicaldoc/core/security/dao/HibernateMenuDAO.deleteAll:(Ljava/util/Collection;)V
HibernateMenuDAO.findByGroupId ( long groupId ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByGroupId:(J)Ljava/util/List;
HibernateMenuDAO.findByName ( Menu parent, String name, boolean caseSensitive ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByName:(Lcom/logicaldoc/core/security/Menu;Ljava/lang/String;Z)Ljava/util/List;
HibernateMenuDAO.findByName ( String name ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
HibernateMenuDAO.findByNameAndParentId ( String name, long parentId ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByNameAndParentId:(Ljava/lang/String;J)Ljava/util/List;
HibernateMenuDAO.findByParentId ( long parentId, boolean enaledOnly ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByParentId:(JZ)Ljava/util/List;
HibernateMenuDAO.findByUserId ( long userId ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByUserId:(J)Ljava/util/List;
HibernateMenuDAO.findByUserId ( long userId, long parentId, boolean enabledOnly ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByUserId:(JJZ)Ljava/util/List;
HibernateMenuDAO.findByUserId ( long userId, long parentId, Integer type, boolean enabledOnly ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findByUserId:(JJLjava/lang/Integer;Z)Ljava/util/List;
HibernateMenuDAO.findChildren ( long parentId, Integer max ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findChildren:(JLjava/lang/Integer;)Ljava/util/List;
HibernateMenuDAO.findChildren ( long parentId, long userId ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findChildren:(JJ)Ljava/util/List;
HibernateMenuDAO.findIdByUserId ( long userId, long parentId ) : List<Long>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findIdByUserId:(JJ)Ljava/util/List;
HibernateMenuDAO.findIdByUserId ( long userId, long parentId, Integer type ) : List<Long>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findIdByUserId:(JJLjava/lang/Integer;)Ljava/util/List;
HibernateMenuDAO.findMenuIdByUserId ( long userId, boolean enabledOnly ) : List<Long>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findMenuIdByUserId:(JZ)Ljava/util/List;
HibernateMenuDAO.findMenuIdByUserIdAndPermission ( long userId, Permission permission, boolean enabledOnly ) : List<Long>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findMenuIdByUserIdAndPermission:(JLcom/logicaldoc/core/security/Permission;Z)Ljava/util/List;
HibernateMenuDAO.findNameById ( long menuId ) : String
com/logicaldoc/core/security/dao/HibernateMenuDAO.findNameById:(J)Ljava/lang/String;
HibernateMenuDAO.findParents ( long menuId ) : List<Menu>
com/logicaldoc/core/security/dao/HibernateMenuDAO.findParents:(J)Ljava/util/List;
HibernateMenuDAO.getUserDAO ( ) : UserDAO
com/logicaldoc/core/security/dao/HibernateMenuDAO.getUserDAO:()Lcom/logicaldoc/core/security/dao/UserDAO;
HibernateMenuDAO.hasWriteAccess ( Menu menu, long userId ) : boolean
com/logicaldoc/core/security/dao/HibernateMenuDAO.hasWriteAccess:(Lcom/logicaldoc/core/security/Menu;J)Z
HibernateMenuDAO.HibernateMenuDAO ( )
com/logicaldoc/core/security/dao/HibernateMenuDAO."<init>":()V
HibernateMenuDAO.isMenuWriteable ( long menuId, long userId ) : int
com/logicaldoc/core/security/dao/HibernateMenuDAO.isMenuWriteable:(JJ)I
HibernateMenuDAO.isReadEnable ( long menuId, long userId ) : boolean
com/logicaldoc/core/security/dao/HibernateMenuDAO.isReadEnable:(JJ)Z
HibernateMenuDAO.isWriteEnable ( long menuId, long userId ) : boolean
com/logicaldoc/core/security/dao/HibernateMenuDAO.isWriteEnable:(JJ)Z
HibernateMenuDAO.restore ( long menuId, boolean parents ) : void
com/logicaldoc/core/security/dao/HibernateMenuDAO.restore:(JZ)V
HibernateMenuDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/dao/HibernateMenuDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
HibernateMenuDAO.store ( Menu menu ) : void
com/logicaldoc/core/security/dao/HibernateMenuDAO.store:(Lcom/logicaldoc/core/security/Menu;)V
HibernateMenuDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateMenuDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernatePasswordHistoryDAO.class
package com.logicaldoc.core.security.dao
HibernatePasswordHistoryDAO.cleanOldHistories ( long userId, int retain ) : void
com/logicaldoc/core/security/dao/HibernatePasswordHistoryDAO.cleanOldHistories:(JI)V
HibernatePasswordHistoryDAO.findByUserId ( long userId, Integer max ) : List<PasswordHistory>
com/logicaldoc/core/security/dao/HibernatePasswordHistoryDAO.findByUserId:(JLjava/lang/Integer;)Ljava/util/List;
HibernatePasswordHistoryDAO.findByUserIdAndPassword ( long userId, String password, int max ) : PasswordHistory
com/logicaldoc/core/security/dao/HibernatePasswordHistoryDAO.findByUserIdAndPassword:(JLjava/lang/String;I)Lcom/logicaldoc/core/security/PasswordHistory;
logicaldoc-core-8.9.0-plugin.jar,
HibernateRatingDAO.class
package com.logicaldoc.core.document.dao
HibernateRatingDAO.delete ( long id, int code ) : void
com/logicaldoc/core/document/dao/HibernateRatingDAO.delete:(JI)V
HibernateRatingDAO.findByDocId ( long docId ) : List<Rating>
com/logicaldoc/core/document/dao/HibernateRatingDAO.findByDocId:(J)Ljava/util/List;
HibernateRatingDAO.findByDocIdAndUserId ( long docId, long userId ) : Rating
com/logicaldoc/core/document/dao/HibernateRatingDAO.findByDocIdAndUserId:(JJ)Lcom/logicaldoc/core/document/Rating;
HibernateRatingDAO.findVotesByDocId ( long docId ) : Rating
com/logicaldoc/core/document/dao/HibernateRatingDAO.findVotesByDocId:(J)Lcom/logicaldoc/core/document/Rating;
HibernateRatingDAO.HibernateRatingDAO ( )
com/logicaldoc/core/document/dao/HibernateRatingDAO."<init>":()V
HibernateRatingDAO.store ( Rating rating, DocumentHistory transaction ) : void
com/logicaldoc/core/document/dao/HibernateRatingDAO.store:(Lcom/logicaldoc/core/document/Rating;Lcom/logicaldoc/core/document/DocumentHistory;)V
HibernateRatingDAO.updateDocumentRating ( long docId, DocumentHistory transaction ) : int
com/logicaldoc/core/document/dao/HibernateRatingDAO.updateDocumentRating:(JLcom/logicaldoc/core/document/DocumentHistory;)I
logicaldoc-core-8.9.0-plugin.jar,
HibernateSessionDAO.class
package com.logicaldoc.core.security.dao
HibernateSessionDAO.cleanOldSessions ( int ttl ) : void
com/logicaldoc/core/security/dao/HibernateSessionDAO.cleanOldSessions:(I)V
HibernateSessionDAO.countSessions ( Long tenantId, Integer status ) : int
com/logicaldoc/core/security/dao/HibernateSessionDAO.countSessions:(Ljava/lang/Long;Ljava/lang/Integer;)I
HibernateSessionDAO.deleteCurrentNodeSessions ( ) : void
com/logicaldoc/core/security/dao/HibernateSessionDAO.deleteCurrentNodeSessions:()V
HibernateSessionDAO.findByNode ( String node ) : List<Session>
com/logicaldoc/core/security/dao/HibernateSessionDAO.findByNode:(Ljava/lang/String;)Ljava/util/List;
HibernateSessionDAO.findBySid ( String sid ) : Session
com/logicaldoc/core/security/dao/HibernateSessionDAO.findBySid:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Session;
HibernateSessionDAO.HibernateSessionDAO ( )
com/logicaldoc/core/security/dao/HibernateSessionDAO."<init>":()V
HibernateSessionDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateSessionDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateSessionDAO.initialize ( Session session ) : void
com/logicaldoc/core/security/dao/HibernateSessionDAO.initialize:(Lcom/logicaldoc/core/security/Session;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateTemplateDAO.class
package com.logicaldoc.core.metadata
HibernateTemplateDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/metadata/HibernateTemplateDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateTicketDAO.class
package com.logicaldoc.core.ticket
HibernateTicketDAO.getDocumentDAO ( ) : DocumentDAO
com/logicaldoc/core/ticket/HibernateTicketDAO.getDocumentDAO:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
HibernateTicketDAO.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/ticket/HibernateTicketDAO.setDocumentDAO:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateUserDAO.class
package com.logicaldoc.core.security.dao
HibernateUserDAO.count ( Long tenantId ) : int
com/logicaldoc/core/security/dao/HibernateUserDAO.count:(Ljava/lang/Long;)I
HibernateUserDAO.countGuests ( Long tenantId ) : int
com/logicaldoc/core/security/dao/HibernateUserDAO.countGuests:(Ljava/lang/Long;)I
HibernateUserDAO.delete ( long userId, int code ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.delete:(JI)V
HibernateUserDAO.delete ( long userId, UserHistory transaction ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.delete:(JLcom/logicaldoc/core/security/UserHistory;)V
HibernateUserDAO.findAdminUser ( String tenantName ) : User
com/logicaldoc/core/security/dao/HibernateUserDAO.findAdminUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
HibernateUserDAO.findByGroup ( long groupId ) : Set<User>
com/logicaldoc/core/security/dao/HibernateUserDAO.findByGroup:(J)Ljava/util/Set;
HibernateUserDAO.findById ( long id ) : User
com/logicaldoc/core/security/dao/HibernateUserDAO.findById:(J)Lcom/logicaldoc/core/security/User;
HibernateUserDAO.findById ( long p1 ) : PersistentObject
com/logicaldoc/core/security/dao/HibernateUserDAO.findById:(J)Lcom/logicaldoc/core/PersistentObject;
HibernateUserDAO.findByLikeUsername ( String username ) : List<User>
com/logicaldoc/core/security/dao/HibernateUserDAO.findByLikeUsername:(Ljava/lang/String;)Ljava/util/List;
HibernateUserDAO.findByName ( String name ) : List<User>
com/logicaldoc/core/security/dao/HibernateUserDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
HibernateUserDAO.findByUsername ( String username ) : User
com/logicaldoc/core/security/dao/HibernateUserDAO.findByUsername:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
HibernateUserDAO.findByUsernameAndName ( String username, String name ) : List<User>
com/logicaldoc/core/security/dao/HibernateUserDAO.findByUsernameAndName:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
HibernateUserDAO.findByUsernameIgnoreCase ( String username ) : User
com/logicaldoc/core/security/dao/HibernateUserDAO.findByUsernameIgnoreCase:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
HibernateUserDAO.findUserSettings ( long userId, String namePrefix ) : Map<String,Generic>
com/logicaldoc/core/security/dao/HibernateUserDAO.findUserSettings:(JLjava/lang/String;)Ljava/util/Map;
HibernateUserDAO.getUser ( String username ) : User
com/logicaldoc/core/security/dao/HibernateUserDAO.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
HibernateUserDAO.getUserHistoryDAO ( ) : UserHistoryDAO
com/logicaldoc/core/security/dao/HibernateUserDAO.getUserHistoryDAO:()Lcom/logicaldoc/core/security/dao/UserHistoryDAO;
HibernateUserDAO.getUserListenerManager ( ) : UserListenerManager
com/logicaldoc/core/security/dao/HibernateUserDAO.getUserListenerManager:()Lcom/logicaldoc/core/security/UserListenerManager;
HibernateUserDAO.ignoreCaseLogin ( ) [static] : boolean
com/logicaldoc/core/security/dao/HibernateUserDAO.ignoreCaseLogin:()Z
HibernateUserDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateUserDAO.initialize ( User user ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.initialize:(Lcom/logicaldoc/core/security/User;)V
HibernateUserDAO.isInactive ( String username ) : boolean
com/logicaldoc/core/security/dao/HibernateUserDAO.isInactive:(Ljava/lang/String;)Z
HibernateUserDAO.isPasswordExpired ( String username ) : boolean
com/logicaldoc/core/security/dao/HibernateUserDAO.isPasswordExpired:(Ljava/lang/String;)Z
HibernateUserDAO.setConfig ( ContextProperties config ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
HibernateUserDAO.setGenericDAO ( GenericDAO genericDAO ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.setGenericDAO:(Lcom/logicaldoc/core/generic/GenericDAO;)V
HibernateUserDAO.setPasswordHistoryDAO ( PasswordHistoryDAO passwordHistoryDAO ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.setPasswordHistoryDAO:(Lcom/logicaldoc/core/security/dao/PasswordHistoryDAO;)V
HibernateUserDAO.setUserHistoryDAO ( UserHistoryDAO userHistoryDAO ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.setUserHistoryDAO:(Lcom/logicaldoc/core/security/dao/UserHistoryDAO;)V
HibernateUserDAO.setUserListenerManager ( UserListenerManager userListenerManager ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.setUserListenerManager:(Lcom/logicaldoc/core/security/UserListenerManager;)V
HibernateUserDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateUserDAO.store ( User user ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.store:(Lcom/logicaldoc/core/security/User;)V
HibernateUserDAO.store ( User user, UserHistory transaction ) : void
com/logicaldoc/core/security/dao/HibernateUserDAO.store:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateUserHistoryDAO.class
package com.logicaldoc.core.security.dao
HibernateUserHistoryDAO.cleanOldHistories ( int ttl ) : void
com/logicaldoc/core/security/dao/HibernateUserHistoryDAO.cleanOldHistories:(I)V
HibernateUserHistoryDAO.createUserHistory ( User user, String eventType, String comment, String sessionId, Client client ) : UserHistory
com/logicaldoc/core/security/dao/HibernateUserHistoryDAO.createUserHistory:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/UserHistory;
HibernateUserHistoryDAO.findByUserId ( long userId ) : List<UserHistory>
com/logicaldoc/core/security/dao/HibernateUserHistoryDAO.findByUserId:(J)Ljava/util/List;
HibernateUserHistoryDAO.findByUserIdAndEvent ( long userId, String event ) : List<UserHistory>
com/logicaldoc/core/security/dao/HibernateUserHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
HibernateUserHistoryDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateUserHistoryDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateUserHistoryDAO.store ( UserHistory history ) : void
com/logicaldoc/core/security/dao/HibernateUserHistoryDAO.store:(Lcom/logicaldoc/core/security/UserHistory;)V
logicaldoc-core-8.9.0-plugin.jar,
HibernateVersionDAO.class
package com.logicaldoc.core.document.dao
HibernateVersionDAO.delete ( long versionId, int delCode ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.delete:(JI)V
HibernateVersionDAO.deleteVersion ( Version versionToDelete, int delCode ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.deleteVersion:(Lcom/logicaldoc/core/document/Version;I)V
HibernateVersionDAO.findByDocId ( long docId ) : List<Version>
com/logicaldoc/core/document/dao/HibernateVersionDAO.findByDocId:(J)Ljava/util/List;
HibernateVersionDAO.findByFileVersion ( long docId, String fileVersion ) : Version
com/logicaldoc/core/document/dao/HibernateVersionDAO.findByFileVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
HibernateVersionDAO.findByVersion ( long docId, String version ) : Version
com/logicaldoc/core/document/dao/HibernateVersionDAO.findByVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
HibernateVersionDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateVersionDAO.initialize ( Version version ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.initialize:(Lcom/logicaldoc/core/document/Version;)V
HibernateVersionDAO.setFolderDAO ( FolderDAO folderDAO ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.setFolderDAO:(Lcom/logicaldoc/core/folder/FolderDAO;)V
HibernateVersionDAO.setStorer ( Storer storer ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.setStorer:(Lcom/logicaldoc/core/store/Storer;)V
HibernateVersionDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateVersionDAO.store ( Version version ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.store:(Lcom/logicaldoc/core/document/Version;)V
HibernateVersionDAO.updateDigest ( Version version ) : void
com/logicaldoc/core/document/dao/HibernateVersionDAO.updateDigest:(Lcom/logicaldoc/core/document/Version;)V
logicaldoc-core-8.9.0-plugin.jar,
History.class
package com.logicaldoc.core
History.getUser ( ) : User
com/logicaldoc/core/History.getUser:()Lcom/logicaldoc/core/security/User;
History.setUser ( User user ) : void
com/logicaldoc/core/History.setUser:(Lcom/logicaldoc/core/security/User;)V
logicaldoc-core-8.9.0-plugin.jar,
IndexerTask.class
package com.logicaldoc.core.searchengine
IndexerTask.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/searchengine/IndexerTask.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
IndexerTask.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/core/searchengine/IndexerTask.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
IndexOptimizer.class
package com.logicaldoc.core.searchengine
IndexOptimizer.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/searchengine/IndexOptimizer.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
LanguageManager.class
package com.logicaldoc.core.i18n
LanguageManager.getActiveLanguages ( String tenantName ) : Collection<Language>
com/logicaldoc/core/i18n/LanguageManager.getActiveLanguages:(Ljava/lang/String;)Ljava/util/Collection;
LanguageManager.getLanguages ( ) : Collection<Language>
com/logicaldoc/core/i18n/LanguageManager.getLanguages:()Ljava/util/Collection;
logicaldoc-core-8.9.0-plugin.jar,
Menu.class
package com.logicaldoc.core.security
Menu.addMenuGroup ( MenuGroup mg ) : void
com/logicaldoc/core/security/Menu.addMenuGroup:(Lcom/logicaldoc/core/security/MenuGroup;)V
Menu.clearMenuGroups ( ) : void
com/logicaldoc/core/security/Menu.clearMenuGroups:()V
Menu.compareTo ( Menu o ) : int
com/logicaldoc/core/security/Menu.compareTo:(Lcom/logicaldoc/core/security/Menu;)I
Menu.compareTo ( Object p1 ) : int
com/logicaldoc/core/security/Menu.compareTo:(Ljava/lang/Object;)I
Menu.getAutomation ( ) : String
com/logicaldoc/core/security/Menu.getAutomation:()Ljava/lang/String;
Menu.getDescription ( ) : String
com/logicaldoc/core/security/Menu.getDescription:()Ljava/lang/String;
Menu.getEnabled ( ) : int
com/logicaldoc/core/security/Menu.getEnabled:()I
Menu.getIcon ( ) : String
com/logicaldoc/core/security/Menu.getIcon:()Ljava/lang/String;
Menu.getId ( ) : long
com/logicaldoc/core/security/Menu.getId:()J
Menu.getMenuGroup ( long groupId ) : MenuGroup
com/logicaldoc/core/security/Menu.getMenuGroup:(J)Lcom/logicaldoc/core/security/MenuGroup;
Menu.getMenuGroupIds ( ) : long[ ]
com/logicaldoc/core/security/Menu.getMenuGroupIds:()[J
Menu.getMenuGroups ( ) : Set<MenuGroup>
com/logicaldoc/core/security/Menu.getMenuGroups:()Ljava/util/Set;
Menu.getName ( ) : String
com/logicaldoc/core/security/Menu.getName:()Ljava/lang/String;
Menu.getParentId ( ) : long
com/logicaldoc/core/security/Menu.getParentId:()J
Menu.getPosition ( ) : int
com/logicaldoc/core/security/Menu.getPosition:()I
Menu.getRoutineId ( ) : Long
com/logicaldoc/core/security/Menu.getRoutineId:()Ljava/lang/Long;
Menu.getSecurityRef ( ) : Long
com/logicaldoc/core/security/Menu.getSecurityRef:()Ljava/lang/Long;
Menu.getType ( ) : int
com/logicaldoc/core/security/Menu.getType:()I
Menu.Menu ( )
com/logicaldoc/core/security/Menu."<init>":()V
Menu.setAutomation ( String automation ) : void
com/logicaldoc/core/security/Menu.setAutomation:(Ljava/lang/String;)V
Menu.setDescription ( String description ) : void
com/logicaldoc/core/security/Menu.setDescription:(Ljava/lang/String;)V
Menu.setEnabled ( int enabled ) : void
com/logicaldoc/core/security/Menu.setEnabled:(I)V
Menu.setIcon ( String icon ) : void
com/logicaldoc/core/security/Menu.setIcon:(Ljava/lang/String;)V
Menu.setId ( long id ) : void
com/logicaldoc/core/security/Menu.setId:(J)V
Menu.setMenuGroup ( long[ ] groups ) : void
com/logicaldoc/core/security/Menu.setMenuGroup:([J)V
Menu.setMenuGroups ( Set<MenuGroup> mgroup ) : void
com/logicaldoc/core/security/Menu.setMenuGroups:(Ljava/util/Set;)V
Menu.setName ( String name ) : void
com/logicaldoc/core/security/Menu.setName:(Ljava/lang/String;)V
Menu.setParentId ( long parentId ) : void
com/logicaldoc/core/security/Menu.setParentId:(J)V
Menu.setPosition ( int position ) : void
com/logicaldoc/core/security/Menu.setPosition:(I)V
Menu.setRoutineId ( Long routineId ) : void
com/logicaldoc/core/security/Menu.setRoutineId:(Ljava/lang/Long;)V
Menu.setSecurityRef ( Long securityRef ) : void
com/logicaldoc/core/security/Menu.setSecurityRef:(Ljava/lang/Long;)V
Menu.setType ( int type ) : void
com/logicaldoc/core/security/Menu.setType:(I)V
logicaldoc-core-8.9.0-plugin.jar,
MenuDAO.class
package com.logicaldoc.core.security.dao
MenuDAO.applyRightToTree ( long p1 ) [abstract] : boolean
com/logicaldoc/core/security/dao/MenuDAO.applyRightToTree:(J)Z
MenuDAO.computePathExtended ( long p1 ) [abstract] : String
com/logicaldoc/core/security/dao/MenuDAO.computePathExtended:(J)Ljava/lang/String;
MenuDAO.createPath ( long p1, long p2, int p3, String p4, boolean p5 ) [abstract] : Menu
com/logicaldoc/core/security/dao/MenuDAO.createPath:(JJILjava/lang/String;Z)Lcom/logicaldoc/core/security/Menu;
MenuDAO.findByGroupId ( long p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByGroupId:(J)Ljava/util/List;
MenuDAO.findByName ( Menu p1, String p2, boolean p3 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByName:(Lcom/logicaldoc/core/security/Menu;Ljava/lang/String;Z)Ljava/util/List;
MenuDAO.findByName ( String p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
MenuDAO.findByNameAndParentId ( String p1, long p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByNameAndParentId:(Ljava/lang/String;J)Ljava/util/List;
MenuDAO.findByParentId ( long p1, boolean p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByParentId:(JZ)Ljava/util/List;
MenuDAO.findByUserId ( long p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByUserId:(J)Ljava/util/List;
MenuDAO.findByUserId ( long p1, long p2, boolean p3 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findByUserId:(JJZ)Ljava/util/List;
MenuDAO.findChildren ( long p1, Integer p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findChildren:(JLjava/lang/Integer;)Ljava/util/List;
MenuDAO.findChildren ( long p1, long p2 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findChildren:(JJ)Ljava/util/List;
MenuDAO.findIdByUserId ( long p1, long p2 ) [abstract] : List<Long>
com/logicaldoc/core/security/dao/MenuDAO.findIdByUserId:(JJ)Ljava/util/List;
MenuDAO.findMenuIdByUserId ( long p1, boolean p2 ) [abstract] : List<Long>
com/logicaldoc/core/security/dao/MenuDAO.findMenuIdByUserId:(JZ)Ljava/util/List;
MenuDAO.findMenuIdByUserIdAndPermission ( long p1, Permission p2, boolean p3 ) [abstract] : List<Long>
com/logicaldoc/core/security/dao/MenuDAO.findMenuIdByUserIdAndPermission:(JLcom/logicaldoc/core/security/Permission;Z)Ljava/util/List;
MenuDAO.findNameById ( long p1 ) [abstract] : String
com/logicaldoc/core/security/dao/MenuDAO.findNameById:(J)Ljava/lang/String;
MenuDAO.findParents ( long p1 ) [abstract] : List<Menu>
com/logicaldoc/core/security/dao/MenuDAO.findParents:(J)Ljava/util/List;
MenuDAO.hasWriteAccess ( Menu p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/dao/MenuDAO.hasWriteAccess:(Lcom/logicaldoc/core/security/Menu;J)Z
MenuDAO.isMenuWriteable ( long p1, long p2 ) [abstract] : int
com/logicaldoc/core/security/dao/MenuDAO.isMenuWriteable:(JJ)I
MenuDAO.isReadEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/dao/MenuDAO.isReadEnable:(JJ)Z
MenuDAO.isWriteEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/dao/MenuDAO.isWriteEnable:(JJ)Z
MenuDAO.restore ( long p1, boolean p2 ) [abstract] : void
com/logicaldoc/core/security/dao/MenuDAO.restore:(JZ)V
logicaldoc-core-8.9.0-plugin.jar,
MenuGroup.class
package com.logicaldoc.core.security
MenuGroup.getDelete ( ) : int
com/logicaldoc/core/security/MenuGroup.getDelete:()I
MenuGroup.getGroupId ( ) : long
com/logicaldoc/core/security/MenuGroup.getGroupId:()J
MenuGroup.getManageSecurity ( ) : int
com/logicaldoc/core/security/MenuGroup.getManageSecurity:()I
MenuGroup.getPermissions ( ) : int
com/logicaldoc/core/security/MenuGroup.getPermissions:()I
MenuGroup.getRename ( ) : int
com/logicaldoc/core/security/MenuGroup.getRename:()I
MenuGroup.getWrite ( ) : int
com/logicaldoc/core/security/MenuGroup.getWrite:()I
MenuGroup.MenuGroup ( )
com/logicaldoc/core/security/MenuGroup."<init>":()V
MenuGroup.MenuGroup ( long groupId )
com/logicaldoc/core/security/MenuGroup."<init>":(J)V
MenuGroup.MenuGroup ( MenuGroup source )
com/logicaldoc/core/security/MenuGroup."<init>":(Lcom/logicaldoc/core/security/MenuGroup;)V
MenuGroup.setDelete ( int delete ) : void
com/logicaldoc/core/security/MenuGroup.setDelete:(I)V
MenuGroup.setGroupId ( long groupId ) : void
com/logicaldoc/core/security/MenuGroup.setGroupId:(J)V
MenuGroup.setManageSecurity ( int manageSecurity ) : void
com/logicaldoc/core/security/MenuGroup.setManageSecurity:(I)V
MenuGroup.setPermissions ( int permissions ) : void
com/logicaldoc/core/security/MenuGroup.setPermissions:(I)V
MenuGroup.setRename ( int rename ) : void
com/logicaldoc/core/security/MenuGroup.setRename:(I)V
MenuGroup.setWrite ( int write ) : void
com/logicaldoc/core/security/MenuGroup.setWrite:(I)V
logicaldoc-core-8.9.0-plugin.jar,
PasswordHistory.class
package com.logicaldoc.core.security
PasswordHistory.compareTo ( Object p1 ) : int
com/logicaldoc/core/security/PasswordHistory.compareTo:(Ljava/lang/Object;)I
PasswordHistory.compareTo ( PasswordHistory other ) : int
com/logicaldoc/core/security/PasswordHistory.compareTo:(Lcom/logicaldoc/core/security/PasswordHistory;)I
PasswordHistory.getDate ( ) : Date
com/logicaldoc/core/security/PasswordHistory.getDate:()Ljava/util/Date;
PasswordHistory.getPassword ( ) : String
com/logicaldoc/core/security/PasswordHistory.getPassword:()Ljava/lang/String;
PasswordHistory.getUserId ( ) : long
com/logicaldoc/core/security/PasswordHistory.getUserId:()J
PasswordHistory.PasswordHistory ( )
com/logicaldoc/core/security/PasswordHistory."<init>":()V
PasswordHistory.setDate ( Date date ) : void
com/logicaldoc/core/security/PasswordHistory.setDate:(Ljava/util/Date;)V
PasswordHistory.setPassword ( String password ) : void
com/logicaldoc/core/security/PasswordHistory.setPassword:(Ljava/lang/String;)V
PasswordHistory.setUserId ( long userId ) : void
com/logicaldoc/core/security/PasswordHistory.setUserId:(J)V
logicaldoc-core-8.9.0-plugin.jar,
PasswordHistoryDAO.class
package com.logicaldoc.core.security.dao
PasswordHistoryDAO.cleanOldHistories ( long p1, int p2 ) [abstract] : void
com/logicaldoc/core/security/dao/PasswordHistoryDAO.cleanOldHistories:(JI)V
PasswordHistoryDAO.findByUserId ( long p1, Integer p2 ) [abstract] : List<PasswordHistory>
com/logicaldoc/core/security/dao/PasswordHistoryDAO.findByUserId:(JLjava/lang/Integer;)Ljava/util/List;
PasswordHistoryDAO.findByUserIdAndPassword ( long p1, String p2, int p3 ) [abstract] : PasswordHistory
com/logicaldoc/core/security/dao/PasswordHistoryDAO.findByUserIdAndPassword:(JLjava/lang/String;I)Lcom/logicaldoc/core/security/PasswordHistory;
logicaldoc-core-8.9.0-plugin.jar,
Permission.class
package com.logicaldoc.core.security
Permission.getMask ( ) : int
com/logicaldoc/core/security/Permission.getMask:()I
Permission.match ( int permission ) : boolean
com/logicaldoc/core/security/Permission.match:(I)Z
Permission.valueOf ( int mask ) [static] : Permission
com/logicaldoc/core/security/Permission.valueOf:(I)Lcom/logicaldoc/core/security/Permission;
logicaldoc-core-8.9.0-plugin.jar,
PluginDbInit.class
package com.logicaldoc.core.dbinit
PluginDbInit.init ( String[ ] ids ) : void
com/logicaldoc/core/dbinit/PluginDbInit.init:([Ljava/lang/String;)V
logicaldoc-core-8.9.0-plugin.jar,
RatingDAO.class
package com.logicaldoc.core.document.dao
RatingDAO.findByDocId ( long p1 ) [abstract] : List<Rating>
com/logicaldoc/core/document/dao/RatingDAO.findByDocId:(J)Ljava/util/List;
RatingDAO.findByDocIdAndUserId ( long p1, long p2 ) [abstract] : Rating
com/logicaldoc/core/document/dao/RatingDAO.findByDocIdAndUserId:(JJ)Lcom/logicaldoc/core/document/Rating;
RatingDAO.findVotesByDocId ( long p1 ) [abstract] : Rating
com/logicaldoc/core/document/dao/RatingDAO.findVotesByDocId:(J)Lcom/logicaldoc/core/document/Rating;
RatingDAO.store ( Rating p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/core/document/dao/RatingDAO.store:(Lcom/logicaldoc/core/document/Rating;Lcom/logicaldoc/core/document/DocumentHistory;)V
RatingDAO.updateDocumentRating ( long p1, DocumentHistory p2 ) [abstract] : int
com/logicaldoc/core/document/dao/RatingDAO.updateDocumentRating:(JLcom/logicaldoc/core/document/DocumentHistory;)I
logicaldoc-core-8.9.0-plugin.jar,
SearchEngine.class
package com.logicaldoc.core.searchengine
SearchEngine.search ( String p1, String[ ] p2, String p3, Integer p4 ) [abstract] : Hits
com/logicaldoc/core/searchengine/SearchEngine.search:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/logicaldoc/core/searchengine/Hits;
logicaldoc-core-8.9.0-plugin.jar,
SearchTool.class
package com.logicaldoc.core.automation
SearchTool.search ( long tenantId, String expression, List<String> filters, String expressionLanguage ) : List<Hit>
com/logicaldoc/core/automation/SearchTool.search:(JLjava/lang/String;Ljava/util/List;Ljava/lang/String;)Ljava/util/List;
logicaldoc-core-8.9.0-plugin.jar,
SecurityManager.class
package com.logicaldoc.core.security
SecurityManager.getAllowedGroups ( long p1 ) [abstract] : Set<Group>
com/logicaldoc/core/security/SecurityManager.getAllowedGroups:(J)Ljava/util/Set;
SecurityManager.getEnabledPermissions ( long p1, long p2 ) [abstract] : Set<Permission>
com/logicaldoc/core/security/SecurityManager.getEnabledPermissions:(JJ)Ljava/util/Set;
SecurityManager.isDownloadEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isDownloadEnabled:(JJ)Z
SecurityManager.isMemberOf ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isMemberOf:(JJ)Z
SecurityManager.isMemberOf ( long p1, String p2 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isMemberOf:(JLjava/lang/String;)Z
SecurityManager.isPermissionEnabled ( Permission p1, long p2, long p3 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isPermissionEnabled:(Lcom/logicaldoc/core/security/Permission;JJ)Z
SecurityManager.isPrintEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isPrintEnabled:(JJ)Z
SecurityManager.isReadEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isReadEnabled:(JJ)Z
SecurityManager.isWriteEnabled ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/core/security/SecurityManager.isWriteEnabled:(JJ)Z
logicaldoc-core-8.9.0-plugin.jar,
SecurityManagerImpl.class
package com.logicaldoc.core.security
SecurityManagerImpl.getAllowedGroups ( long menuId ) : Set<Group>
com/logicaldoc/core/security/SecurityManagerImpl.getAllowedGroups:(J)Ljava/util/Set;
SecurityManagerImpl.getEnabledPermissions ( long docId, long userId ) : Set<Permission>
com/logicaldoc/core/security/SecurityManagerImpl.getEnabledPermissions:(JJ)Ljava/util/Set;
SecurityManagerImpl.isDownloadEnabled ( long docId, long userId ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isDownloadEnabled:(JJ)Z
SecurityManagerImpl.isMemberOf ( long userId, long groupId ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isMemberOf:(JJ)Z
SecurityManagerImpl.isMemberOf ( long userId, String groupName ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isMemberOf:(JLjava/lang/String;)Z
SecurityManagerImpl.isPermissionEnabled ( Permission permission, long docId, long userId ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isPermissionEnabled:(Lcom/logicaldoc/core/security/Permission;JJ)Z
SecurityManagerImpl.isPrintEnabled ( long docId, long userId ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isPrintEnabled:(JJ)Z
SecurityManagerImpl.isReadEnabled ( long docId, long userId ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isReadEnabled:(JJ)Z
SecurityManagerImpl.isWriteEnabled ( long docId, long userId ) : boolean
com/logicaldoc/core/security/SecurityManagerImpl.isWriteEnabled:(JJ)Z
SecurityManagerImpl.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/security/SecurityManagerImpl.setDocumentDAO:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
SecurityManagerImpl.setFolderDAO ( FolderDAO folderDAO ) : void
com/logicaldoc/core/security/SecurityManagerImpl.setFolderDAO:(Lcom/logicaldoc/core/folder/FolderDAO;)V
SecurityManagerImpl.setGroupDAO ( GroupDAO groupDAO ) : void
com/logicaldoc/core/security/SecurityManagerImpl.setGroupDAO:(Lcom/logicaldoc/core/security/dao/GroupDAO;)V
SecurityManagerImpl.setMenuDAO ( MenuDAO menuDAO ) : void
com/logicaldoc/core/security/SecurityManagerImpl.setMenuDAO:(Lcom/logicaldoc/core/security/dao/MenuDAO;)V
SecurityManagerImpl.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/core/security/SecurityManagerImpl.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
SecurityTool.class
package com.logicaldoc.core.automation
SecurityTool.getUser ( long userId ) : User
com/logicaldoc/core/automation/SecurityTool.getUser:(J)Lcom/logicaldoc/core/security/User;
SecurityTool.getUser ( String username ) : User
com/logicaldoc/core/automation/SecurityTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-core-8.9.0-plugin.jar,
Session.class
package com.logicaldoc.core.security
Session.getUser ( ) : User
com/logicaldoc/core/security/Session.getUser:()Lcom/logicaldoc/core/security/User;
logicaldoc-core-8.9.0-plugin.jar,
SessionDAO.class
package com.logicaldoc.core.security.dao
SessionDAO.cleanOldSessions ( int p1 ) [abstract] : void
com/logicaldoc/core/security/dao/SessionDAO.cleanOldSessions:(I)V
SessionDAO.countSessions ( Long p1, Integer p2 ) [abstract] : int
com/logicaldoc/core/security/dao/SessionDAO.countSessions:(Ljava/lang/Long;Ljava/lang/Integer;)I
SessionDAO.deleteCurrentNodeSessions ( ) [abstract] : void
com/logicaldoc/core/security/dao/SessionDAO.deleteCurrentNodeSessions:()V
SessionDAO.findByNode ( String p1 ) [abstract] : List<Session>
com/logicaldoc/core/security/dao/SessionDAO.findByNode:(Ljava/lang/String;)Ljava/util/List;
SessionDAO.findBySid ( String p1 ) [abstract] : Session
com/logicaldoc/core/security/dao/SessionDAO.findBySid:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Session;
logicaldoc-core-8.9.0-plugin.jar,
SessionManager.class
package com.logicaldoc.core.security
SessionManager.createSession ( User user, Client client ) : Session
com/logicaldoc/core/security/SessionManager.createSession:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/Session;
SessionManager.getSessionDao ( ) : SessionDAO
com/logicaldoc/core/security/SessionManager.getSessionDao:()Lcom/logicaldoc/core/security/dao/SessionDAO;
SessionManager.setSessionDao ( SessionDAO sessionDao ) : void
com/logicaldoc/core/security/SessionManager.setSessionDao:(Lcom/logicaldoc/core/security/dao/SessionDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
StandardSearchEngine.class
package com.logicaldoc.core.searchengine
StandardSearchEngine.prepareSearchQuery ( String expression, String[ ] filters, String expressionLanguage, Integer rows ) : SolrQuery
com/logicaldoc/core/searchengine/StandardSearchEngine.prepareSearchQuery:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lorg/apache/solr/client/solrj/SolrQuery;
StandardSearchEngine.search ( String expression, String[ ] filters, String expressionLanguage, Integer rows ) : Hits
com/logicaldoc/core/searchengine/StandardSearchEngine.search:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/logicaldoc/core/searchengine/Hits;
StandardSearchEngine.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/searchengine/StandardSearchEngine.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
StandardSearchEngine.setNoteDao ( DocumentNoteDAO noteDao ) : void
com/logicaldoc/core/searchengine/StandardSearchEngine.setNoteDao:(Lcom/logicaldoc/core/document/dao/DocumentNoteDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
StatsCollector.class
package com.logicaldoc.core.stats
StatsCollector.getDocumentDAO ( ) : DocumentDAO
com/logicaldoc/core/stats/StatsCollector.getDocumentDAO:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
StatsCollector.getGroupDAO ( ) : GroupDAO
com/logicaldoc/core/stats/StatsCollector.getGroupDAO:()Lcom/logicaldoc/core/security/dao/GroupDAO;
StatsCollector.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/core/stats/StatsCollector.setDocumentDAO:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
StatsCollector.setGroupDAO ( GroupDAO groupDAO ) : void
com/logicaldoc/core/stats/StatsCollector.setGroupDAO:(Lcom/logicaldoc/core/security/dao/GroupDAO;)V
StatsCollector.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/core/stats/StatsCollector.setTenantDAO:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
SystemInfo.class
package com.logicaldoc.core
SystemInfo.getFeatures ( ) : String[ ]
com/logicaldoc/core/SystemInfo.getFeatures:()[Ljava/lang/String;
SystemInfo.setFeatures ( String[ ] features ) : void
com/logicaldoc/core/SystemInfo.setFeatures:([Ljava/lang/String;)V
logicaldoc-core-8.9.0-plugin.jar,
TagsProcessor.class
package com.logicaldoc.core.document
TagsProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/core/document/TagsProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
Task.class
package com.logicaldoc.core.task
Task.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/core/task/Task.setUserDao:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-core-8.9.0-plugin.jar,
Template.class
package com.logicaldoc.core.metadata
Template.addTemplateGroup ( TemplateGroup tg ) : void
com/logicaldoc/core/metadata/Template.addTemplateGroup:(Lcom/logicaldoc/core/metadata/TemplateGroup;)V
Template.getTemplateGroups ( ) : Set<TemplateGroup>
com/logicaldoc/core/metadata/Template.getTemplateGroups:()Ljava/util/Set;
Template.getWorkflowGroup ( long groupId ) : TemplateGroup
com/logicaldoc/core/metadata/Template.getWorkflowGroup:(J)Lcom/logicaldoc/core/metadata/TemplateGroup;
Template.setTemplateGroups ( Set<TemplateGroup> templateGroups ) : void
com/logicaldoc/core/metadata/Template.setTemplateGroups:(Ljava/util/Set;)V
logicaldoc-core-8.9.0-plugin.jar,
TemplateGroup.class
package com.logicaldoc.core.metadata
TemplateGroup.getGroupId ( ) : long
com/logicaldoc/core/metadata/TemplateGroup.getGroupId:()J
TemplateGroup.getPermissions ( ) : int
com/logicaldoc/core/metadata/TemplateGroup.getPermissions:()I
TemplateGroup.getWrite ( ) : int
com/logicaldoc/core/metadata/TemplateGroup.getWrite:()I
TemplateGroup.setGroupId ( long groupId ) : void
com/logicaldoc/core/metadata/TemplateGroup.setGroupId:(J)V
TemplateGroup.setPermissions ( int permissions ) : void
com/logicaldoc/core/metadata/TemplateGroup.setPermissions:(I)V
TemplateGroup.setWrite ( int write ) : void
com/logicaldoc/core/metadata/TemplateGroup.setWrite:(I)V
TemplateGroup.TemplateGroup ( )
com/logicaldoc/core/metadata/TemplateGroup."<init>":()V
TemplateGroup.TemplateGroup ( long groupId )
com/logicaldoc/core/metadata/TemplateGroup."<init>":(J)V
TemplateGroup.TemplateGroup ( long groupId, int write )
com/logicaldoc/core/metadata/TemplateGroup."<init>":(JI)V
TemplateGroup.TemplateGroup ( TemplateGroup source )
com/logicaldoc/core/metadata/TemplateGroup."<init>":(Lcom/logicaldoc/core/metadata/TemplateGroup;)V
logicaldoc-core-8.9.0-plugin.jar,
TenantDAO.class
package com.logicaldoc.core.security.dao
TenantDAO.count ( ) [abstract] : int
com/logicaldoc/core/security/dao/TenantDAO.count:()I
TenantDAO.findAllNames ( ) [abstract] : Set<String>
com/logicaldoc/core/security/dao/TenantDAO.findAllNames:()Ljava/util/Set;
TenantDAO.findByName ( String p1 ) [abstract] : Tenant
com/logicaldoc/core/security/dao/TenantDAO.findByName:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Tenant;
TenantDAO.getTenantName ( long p1 ) [abstract] : String
com/logicaldoc/core/security/dao/TenantDAO.getTenantName:(J)Ljava/lang/String;
logicaldoc-core-8.9.0-plugin.jar,
User.class
package com.logicaldoc.core.security
User.addGroup ( Group group ) : void
com/logicaldoc/core/security/User.addGroup:(Lcom/logicaldoc/core/security/Group;)V
User.clearPassword ( ) : void
com/logicaldoc/core/security/User.clearPassword:()V
User.getAvatar ( ) : String
com/logicaldoc/core/security/User.getAvatar:()Ljava/lang/String;
User.getCertDN ( ) : String
com/logicaldoc/core/security/User.getCertDN:()Ljava/lang/String;
User.getCertExpire ( ) : Date
com/logicaldoc/core/security/User.getCertExpire:()Ljava/util/Date;
User.getCity ( ) : String
com/logicaldoc/core/security/User.getCity:()Ljava/lang/String;
User.getCountry ( ) : String
com/logicaldoc/core/security/User.getCountry:()Ljava/lang/String;
User.getDateFormat ( ) : String
com/logicaldoc/core/security/User.getDateFormat:()Ljava/lang/String;
User.getDateFormatLong ( ) : String
com/logicaldoc/core/security/User.getDateFormatLong:()Ljava/lang/String;
User.getDateFormatShort ( ) : String
com/logicaldoc/core/security/User.getDateFormatShort:()Ljava/lang/String;
User.getDecodedPassword ( ) : String
com/logicaldoc/core/security/User.getDecodedPassword:()Ljava/lang/String;
User.getDefaultWorkspace ( ) : Long
com/logicaldoc/core/security/User.getDefaultWorkspace:()Ljava/lang/Long;
User.getDocsGrid ( ) : String
com/logicaldoc/core/security/User.getDocsGrid:()Ljava/lang/String;
User.getEmail ( ) : String
com/logicaldoc/core/security/User.getEmail:()Ljava/lang/String;
User.getEmail2 ( ) : String
com/logicaldoc/core/security/User.getEmail2:()Ljava/lang/String;
User.getEmailSignature ( ) : String
com/logicaldoc/core/security/User.getEmailSignature:()Ljava/lang/String;
User.getEmailSignature2 ( ) : String
com/logicaldoc/core/security/User.getEmailSignature2:()Ljava/lang/String;
User.getEnabled ( ) : int
com/logicaldoc/core/security/User.getEnabled:()I
User.getEnforceWorkingTime ( ) : int
com/logicaldoc/core/security/User.getEnforceWorkingTime:()I
User.getExpire ( ) : Date
com/logicaldoc/core/security/User.getExpire:()Ljava/util/Date;
User.getFirstName ( ) : String
com/logicaldoc/core/security/User.getFirstName:()Ljava/lang/String;
User.getFullName ( ) : String
com/logicaldoc/core/security/User.getFullName:()Ljava/lang/String;
User.getGroupIds ( ) : long[ ]
com/logicaldoc/core/security/User.getGroupIds:()[J
User.getGroupNames ( ) : String[ ]
com/logicaldoc/core/security/User.getGroupNames:()[Ljava/lang/String;
User.getGroups ( ) : Set<Group>
com/logicaldoc/core/security/User.getGroups:()Ljava/util/Set;
User.getHitsGrid ( ) : String
com/logicaldoc/core/security/User.getHitsGrid:()Ljava/lang/String;
User.getInitials ( ) : String
com/logicaldoc/core/security/User.getInitials:()Ljava/lang/String;
User.getIpBlackList ( ) : String
com/logicaldoc/core/security/User.getIpBlackList:()Ljava/lang/String;
User.getIpWhiteList ( ) : String
com/logicaldoc/core/security/User.getIpWhiteList:()Ljava/lang/String;
User.getKey ( ) : String
com/logicaldoc/core/security/User.getKey:()Ljava/lang/String;
User.getLanguage ( ) : String
com/logicaldoc/core/security/User.getLanguage:()Ljava/lang/String;
User.getLastEnabled ( ) : Date
com/logicaldoc/core/security/User.getLastEnabled:()Ljava/util/Date;
User.getLastLogin ( ) : Date
com/logicaldoc/core/security/User.getLastLogin:()Ljava/util/Date;
User.getLocale ( ) : Locale
com/logicaldoc/core/security/User.getLocale:()Ljava/util/Locale;
User.getMaxInactivity ( ) : Integer
com/logicaldoc/core/security/User.getMaxInactivity:()Ljava/lang/Integer;
User.getName ( ) : String
com/logicaldoc/core/security/User.getName:()Ljava/lang/String;
User.getPassword ( ) : String
com/logicaldoc/core/security/User.getPassword:()Ljava/lang/String;
User.getPasswordChanged ( ) : Date
com/logicaldoc/core/security/User.getPasswordChanged:()Ljava/util/Date;
User.getPasswordExpired ( ) : int
com/logicaldoc/core/security/User.getPasswordExpired:()I
User.getPasswordExpires ( ) : int
com/logicaldoc/core/security/User.getPasswordExpires:()I
User.getPasswordmd4 ( ) : String
com/logicaldoc/core/security/User.getPasswordmd4:()Ljava/lang/String;
User.getPostalcode ( ) : String
com/logicaldoc/core/security/User.getPostalcode:()Ljava/lang/String;
User.getQuota ( ) : long
com/logicaldoc/core/security/User.getQuota:()J
User.getRepass ( ) : String
com/logicaldoc/core/security/User.getRepass:()Ljava/lang/String;
User.getSearchPref ( ) : String
com/logicaldoc/core/security/User.getSearchPref:()Ljava/lang/String;
User.getSecondFactor ( ) : String
com/logicaldoc/core/security/User.getSecondFactor:()Ljava/lang/String;
User.getSource ( ) : int
com/logicaldoc/core/security/User.getSource:()I
User.getState ( ) : String
com/logicaldoc/core/security/User.getState:()Ljava/lang/String;
User.getStreet ( ) : String
com/logicaldoc/core/security/User.getStreet:()Ljava/lang/String;
User.getTelephone ( ) : String
com/logicaldoc/core/security/User.getTelephone:()Ljava/lang/String;
User.getTelephone2 ( ) : String
com/logicaldoc/core/security/User.getTelephone2:()Ljava/lang/String;
User.getTimeZone ( ) : String
com/logicaldoc/core/security/User.getTimeZone:()Ljava/lang/String;
User.getType ( ) : int
com/logicaldoc/core/security/User.getType:()I
User.getUserGroup ( ) : Group
com/logicaldoc/core/security/User.getUserGroup:()Lcom/logicaldoc/core/security/Group;
User.getUserGroupName ( ) : String
com/logicaldoc/core/security/User.getUserGroupName:()Ljava/lang/String;
User.getUserGroups ( ) : Set<UserGroup>
com/logicaldoc/core/security/User.getUserGroups:()Ljava/util/Set;
User.getUsername ( ) : String
com/logicaldoc/core/security/User.getUsername:()Ljava/lang/String;
User.getWelcomeScreen ( ) : Integer
com/logicaldoc/core/security/User.getWelcomeScreen:()Ljava/lang/Integer;
User.getWorkingTimes ( ) : Set<WorkingTime>
com/logicaldoc/core/security/User.getWorkingTimes:()Ljava/util/Set;
User.isExpired ( ) : boolean
com/logicaldoc/core/security/User.isExpired:()Z
User.isInWorkingTime ( ) : boolean
com/logicaldoc/core/security/User.isInWorkingTime:()Z
User.isMemberOf ( String groupName ) : boolean
com/logicaldoc/core/security/User.isMemberOf:(Ljava/lang/String;)Z
User.isReadonly ( ) : boolean
com/logicaldoc/core/security/User.isReadonly:()Z
User.removeGroup ( long groupId ) : void
com/logicaldoc/core/security/User.removeGroup:(J)V
User.removeGroupMemberships ( String source ) : void
com/logicaldoc/core/security/User.removeGroupMemberships:(Ljava/lang/String;)V
User.reset ( ) : void
com/logicaldoc/core/security/User.reset:()V
User.setAvatar ( String avatar ) : void
com/logicaldoc/core/security/User.setAvatar:(Ljava/lang/String;)V
User.setCertDN ( String certDN ) : void
com/logicaldoc/core/security/User.setCertDN:(Ljava/lang/String;)V
User.setCertExpire ( Date certExpire ) : void
com/logicaldoc/core/security/User.setCertExpire:(Ljava/util/Date;)V
User.setCity ( String ct ) : void
com/logicaldoc/core/security/User.setCity:(Ljava/lang/String;)V
User.setCountry ( String cnt ) : void
com/logicaldoc/core/security/User.setCountry:(Ljava/lang/String;)V
User.setDateFormat ( String dateFormat ) : void
com/logicaldoc/core/security/User.setDateFormat:(Ljava/lang/String;)V
User.setDateFormatLong ( String dateFormatLong ) : void
com/logicaldoc/core/security/User.setDateFormatLong:(Ljava/lang/String;)V
User.setDateFormatShort ( String dateFormatShort ) : void
com/logicaldoc/core/security/User.setDateFormatShort:(Ljava/lang/String;)V
User.setDecodedPassword ( String pwd ) : void
com/logicaldoc/core/security/User.setDecodedPassword:(Ljava/lang/String;)V
User.setDefaultWorkspace ( Long defaultWorkspace ) : void
com/logicaldoc/core/security/User.setDefaultWorkspace:(Ljava/lang/Long;)V
User.setDocsGrid ( String docsGrid ) : void
com/logicaldoc/core/security/User.setDocsGrid:(Ljava/lang/String;)V
User.setEmail ( String mail ) : void
com/logicaldoc/core/security/User.setEmail:(Ljava/lang/String;)V
User.setEmail2 ( String email2 ) : void
com/logicaldoc/core/security/User.setEmail2:(Ljava/lang/String;)V
User.setEmailSignature ( String emailSignature ) : void
com/logicaldoc/core/security/User.setEmailSignature:(Ljava/lang/String;)V
User.setEmailSignature2 ( String emailSignature2 ) : void
com/logicaldoc/core/security/User.setEmailSignature2:(Ljava/lang/String;)V
User.setEnabled ( int enabled ) : void
com/logicaldoc/core/security/User.setEnabled:(I)V
User.setEnforceWorkingTime ( int enforceWorkingTime ) : void
com/logicaldoc/core/security/User.setEnforceWorkingTime:(I)V
User.setExpire ( Date expire ) : void
com/logicaldoc/core/security/User.setExpire:(Ljava/util/Date;)V
User.setFirstName ( String firstName ) : void
com/logicaldoc/core/security/User.setFirstName:(Ljava/lang/String;)V
User.setGroups ( Set<Group> groups ) : void
com/logicaldoc/core/security/User.setGroups:(Ljava/util/Set;)V
User.setHitsGrid ( String hitsGrid ) : void
com/logicaldoc/core/security/User.setHitsGrid:(Ljava/lang/String;)V
User.setIpBlackList ( String ipBlackList ) : void
com/logicaldoc/core/security/User.setIpBlackList:(Ljava/lang/String;)V
User.setIpWhiteList ( String ipWhiteList ) : void
com/logicaldoc/core/security/User.setIpWhiteList:(Ljava/lang/String;)V
User.setKey ( String key ) : void
com/logicaldoc/core/security/User.setKey:(Ljava/lang/String;)V
User.setLanguage ( String lang ) : void
com/logicaldoc/core/security/User.setLanguage:(Ljava/lang/String;)V
User.setLastEnabled ( Date lastEnabled ) : void
com/logicaldoc/core/security/User.setLastEnabled:(Ljava/util/Date;)V
User.setLastLogin ( Date lastLogin ) : void
com/logicaldoc/core/security/User.setLastLogin:(Ljava/util/Date;)V
User.setLocale ( Locale locale ) : void
com/logicaldoc/core/security/User.setLocale:(Ljava/util/Locale;)V
User.setMaxInactivity ( Integer maxInactivity ) : void
com/logicaldoc/core/security/User.setMaxInactivity:(Ljava/lang/Integer;)V
User.setName ( String name ) : void
com/logicaldoc/core/security/User.setName:(Ljava/lang/String;)V
User.setPassword ( String pwd ) : void
com/logicaldoc/core/security/User.setPassword:(Ljava/lang/String;)V
User.setPasswordChanged ( Date passwordChanged ) : void
com/logicaldoc/core/security/User.setPasswordChanged:(Ljava/util/Date;)V
User.setPasswordExpired ( int passwordExpired ) : void
com/logicaldoc/core/security/User.setPasswordExpired:(I)V
User.setPasswordExpires ( int passwordExpires ) : void
com/logicaldoc/core/security/User.setPasswordExpires:(I)V
User.setPasswordmd4 ( String passwordmd4 ) : void
com/logicaldoc/core/security/User.setPasswordmd4:(Ljava/lang/String;)V
User.setPostalcode ( String pc ) : void
com/logicaldoc/core/security/User.setPostalcode:(Ljava/lang/String;)V
User.setQuota ( long quota ) : void
com/logicaldoc/core/security/User.setQuota:(J)V
User.setRepass ( String repass ) : void
com/logicaldoc/core/security/User.setRepass:(Ljava/lang/String;)V
User.setSearchPref ( String searchPref ) : void
com/logicaldoc/core/security/User.setSearchPref:(Ljava/lang/String;)V
User.setSecondFactor ( String secondFactor ) : void
com/logicaldoc/core/security/User.setSecondFactor:(Ljava/lang/String;)V
User.setSource ( int source ) : void
com/logicaldoc/core/security/User.setSource:(I)V
User.setState ( String state ) : void
com/logicaldoc/core/security/User.setState:(Ljava/lang/String;)V
User.setStreet ( String str ) : void
com/logicaldoc/core/security/User.setStreet:(Ljava/lang/String;)V
User.setTelephone ( String phone ) : void
com/logicaldoc/core/security/User.setTelephone:(Ljava/lang/String;)V
User.setTelephone2 ( String telephone2 ) : void
com/logicaldoc/core/security/User.setTelephone2:(Ljava/lang/String;)V
User.setTimeZone ( String timeZone ) : void
com/logicaldoc/core/security/User.setTimeZone:(Ljava/lang/String;)V
User.setType ( int type ) : void
com/logicaldoc/core/security/User.setType:(I)V
User.setUserGroups ( Set<UserGroup> userGroups ) : void
com/logicaldoc/core/security/User.setUserGroups:(Ljava/util/Set;)V
User.setUsername ( String uname ) : void
com/logicaldoc/core/security/User.setUsername:(Ljava/lang/String;)V
User.setWelcomeScreen ( Integer welcomeScreen ) : void
com/logicaldoc/core/security/User.setWelcomeScreen:(Ljava/lang/Integer;)V
User.setWorkingTimes ( Set<WorkingTime> workingTimes ) : void
com/logicaldoc/core/security/User.setWorkingTimes:(Ljava/util/Set;)V
User.User ( )
com/logicaldoc/core/security/User."<init>":()V
logicaldoc-core-8.9.0-plugin.jar,
UserDAO.class
package com.logicaldoc.core.security.dao
UserDAO.count ( Long p1 ) [abstract] : int
com/logicaldoc/core/security/dao/UserDAO.count:(Ljava/lang/Long;)I
UserDAO.countGuests ( Long p1 ) [abstract] : int
com/logicaldoc/core/security/dao/UserDAO.countGuests:(Ljava/lang/Long;)I
UserDAO.delete ( long p1, UserHistory p2 ) [abstract] : void
com/logicaldoc/core/security/dao/UserDAO.delete:(JLcom/logicaldoc/core/security/UserHistory;)V
UserDAO.findAdminUser ( String p1 ) [abstract] : User
com/logicaldoc/core/security/dao/UserDAO.findAdminUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
UserDAO.findByGroup ( long p1 ) [abstract] : Set<User>
com/logicaldoc/core/security/dao/UserDAO.findByGroup:(J)Ljava/util/Set;
UserDAO.findByLikeUsername ( String p1 ) [abstract] : List<User>
com/logicaldoc/core/security/dao/UserDAO.findByLikeUsername:(Ljava/lang/String;)Ljava/util/List;
UserDAO.findByName ( String p1 ) [abstract] : List<User>
com/logicaldoc/core/security/dao/UserDAO.findByName:(Ljava/lang/String;)Ljava/util/List;
UserDAO.findByUsername ( String p1 ) [abstract] : User
com/logicaldoc/core/security/dao/UserDAO.findByUsername:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
UserDAO.findByUsernameAndName ( String p1, String p2 ) [abstract] : List<User>
com/logicaldoc/core/security/dao/UserDAO.findByUsernameAndName:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
UserDAO.findByUsernameIgnoreCase ( String p1 ) [abstract] : User
com/logicaldoc/core/security/dao/UserDAO.findByUsernameIgnoreCase:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
UserDAO.findUserSettings ( long p1, String p2 ) [abstract] : Map<String,Generic>
com/logicaldoc/core/security/dao/UserDAO.findUserSettings:(JLjava/lang/String;)Ljava/util/Map;
UserDAO.getUser ( String p1 ) [abstract] : User
com/logicaldoc/core/security/dao/UserDAO.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
UserDAO.isInactive ( String p1 ) [abstract] : boolean
com/logicaldoc/core/security/dao/UserDAO.isInactive:(Ljava/lang/String;)Z
UserDAO.isPasswordExpired ( String p1 ) [abstract] : boolean
com/logicaldoc/core/security/dao/UserDAO.isPasswordExpired:(Ljava/lang/String;)Z
UserDAO.store ( User p1, UserHistory p2 ) [abstract] : void
com/logicaldoc/core/security/dao/UserDAO.store:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;)V
logicaldoc-core-8.9.0-plugin.jar,
UserEvent.class
package com.logicaldoc.core.security
UserEvent.fromString ( String event ) [static] : UserEvent
com/logicaldoc/core/security/UserEvent.fromString:(Ljava/lang/String;)Lcom/logicaldoc/core/security/UserEvent;
UserEvent.valueOf ( String name ) [static] : UserEvent
com/logicaldoc/core/security/UserEvent.valueOf:(Ljava/lang/String;)Lcom/logicaldoc/core/security/UserEvent;
UserEvent.values ( ) [static] : UserEvent[ ]
com/logicaldoc/core/security/UserEvent.values:()[Lcom/logicaldoc/core/security/UserEvent;
logicaldoc-core-8.9.0-plugin.jar,
UserGroup.class
package com.logicaldoc.core.security
UserGroup.getGroupId ( ) : long
com/logicaldoc/core/security/UserGroup.getGroupId:()J
UserGroup.setGroupId ( long groupId ) : void
com/logicaldoc/core/security/UserGroup.setGroupId:(J)V
UserGroup.UserGroup ( )
com/logicaldoc/core/security/UserGroup."<init>":()V
UserGroup.UserGroup ( long groupId )
com/logicaldoc/core/security/UserGroup."<init>":(J)V
logicaldoc-core-8.9.0-plugin.jar,
UserHistory.class
package com.logicaldoc.core.security
UserHistory.getAuthor ( ) : String
com/logicaldoc/core/security/UserHistory.getAuthor:()Ljava/lang/String;
UserHistory.setAuthor ( String author ) : void
com/logicaldoc/core/security/UserHistory.setAuthor:(Ljava/lang/String;)V
UserHistory.UserHistory ( )
com/logicaldoc/core/security/UserHistory."<init>":()V
UserHistory.UserHistory ( UserHistory source )
com/logicaldoc/core/security/UserHistory."<init>":(Lcom/logicaldoc/core/security/UserHistory;)V
logicaldoc-core-8.9.0-plugin.jar,
UserHistoryDAO.class
package com.logicaldoc.core.security.dao
UserHistoryDAO.cleanOldHistories ( int p1 ) [abstract] : void
com/logicaldoc/core/security/dao/UserHistoryDAO.cleanOldHistories:(I)V
UserHistoryDAO.createUserHistory ( User p1, String p2, String p3, String p4, Client p5 ) [abstract] : UserHistory
com/logicaldoc/core/security/dao/UserHistoryDAO.createUserHistory:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/UserHistory;
UserHistoryDAO.findByUserId ( long p1 ) [abstract] : List<UserHistory>
com/logicaldoc/core/security/dao/UserHistoryDAO.findByUserId:(J)Ljava/util/List;
UserHistoryDAO.findByUserIdAndEvent ( long p1, String p2 ) [abstract] : List<UserHistory>
com/logicaldoc/core/security/dao/UserHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
logicaldoc-core-8.9.0-plugin.jar,
UserListener.class
package com.logicaldoc.core.security
UserListener.afterStore ( User p1, UserHistory p2, Map<String,Object> p3 ) [abstract] : void
com/logicaldoc/core/security/UserListener.afterStore:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;Ljava/util/Map;)V
UserListener.beforeStore ( User p1, UserHistory p2, Map<String,Object> p3 ) [abstract] : void
com/logicaldoc/core/security/UserListener.beforeStore:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;Ljava/util/Map;)V
logicaldoc-core-8.9.0-plugin.jar,
UserListenerManager.class
package com.logicaldoc.core.security
UserListenerManager.getListeners ( ) : List<UserListener>
com/logicaldoc/core/security/UserListenerManager.getListeners:()Ljava/util/List;
UserListenerManager.init ( ) : void
com/logicaldoc/core/security/UserListenerManager.init:()V
UserListenerManager.UserListenerManager ( )
com/logicaldoc/core/security/UserListenerManager."<init>":()V
logicaldoc-core-8.9.0-plugin.jar,
UserTool.class
package com.logicaldoc.core.automation
UserTool.getUser ( long userId ) : User
com/logicaldoc/core/automation/UserTool.getUser:(J)Lcom/logicaldoc/core/security/User;
UserTool.getUser ( String username ) : User
com/logicaldoc/core/automation/UserTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-core-8.9.0-plugin.jar,
UserUtil.class
package com.logicaldoc.core.util
UserUtil.generateDefaultAvatar ( User user ) [static] : void
com/logicaldoc/core/util/UserUtil.generateDefaultAvatar:(Lcom/logicaldoc/core/security/User;)V
UserUtil.saveAvatar ( User user, File avatarImageFile ) [static] : void
com/logicaldoc/core/util/UserUtil.saveAvatar:(Lcom/logicaldoc/core/security/User;Ljava/io/File;)V
logicaldoc-core-8.9.0-plugin.jar,
Version.class
package com.logicaldoc.core.document
Version.create ( Document document, User user, String comment, String event, boolean release ) [static] : Version
com/logicaldoc/core/document/Version.create:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;Z)Lcom/logicaldoc/core/document/Version;
logicaldoc-core-8.9.0-plugin.jar,
VersionDAO.class
package com.logicaldoc.core.document.dao
VersionDAO.findByDocId ( long p1 ) [abstract] : List<Version>
com/logicaldoc/core/document/dao/VersionDAO.findByDocId:(J)Ljava/util/List;
VersionDAO.findByFileVersion ( long p1, String p2 ) [abstract] : Version
com/logicaldoc/core/document/dao/VersionDAO.findByFileVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
VersionDAO.findByVersion ( long p1, String p2 ) [abstract] : Version
com/logicaldoc/core/document/dao/VersionDAO.findByVersion:(JLjava/lang/String;)Lcom/logicaldoc/core/document/Version;
VersionDAO.updateDigest ( Version p1 ) [abstract] : void
com/logicaldoc/core/document/dao/VersionDAO.updateDigest:(Lcom/logicaldoc/core/document/Version;)V
logicaldoc-core-8.9.0-plugin.jar,
WorkingTime.class
package com.logicaldoc.core.security
WorkingTime.getDayOfWeek ( ) : int
com/logicaldoc/core/security/WorkingTime.getDayOfWeek:()I
WorkingTime.getDescription ( ) : String
com/logicaldoc/core/security/WorkingTime.getDescription:()Ljava/lang/String;
WorkingTime.getHourEnd ( ) : int
com/logicaldoc/core/security/WorkingTime.getHourEnd:()I
WorkingTime.getHourStart ( ) : int
com/logicaldoc/core/security/WorkingTime.getHourStart:()I
WorkingTime.getLabel ( ) : String
com/logicaldoc/core/security/WorkingTime.getLabel:()Ljava/lang/String;
WorkingTime.getMinuteEnd ( ) : int
com/logicaldoc/core/security/WorkingTime.getMinuteEnd:()I
WorkingTime.getMinuteStart ( ) : int
com/logicaldoc/core/security/WorkingTime.getMinuteStart:()I
WorkingTime.matchesCurrentTime ( ) : boolean
com/logicaldoc/core/security/WorkingTime.matchesCurrentTime:()Z
WorkingTime.setDayOfWeek ( int dayOfWeek ) : void
com/logicaldoc/core/security/WorkingTime.setDayOfWeek:(I)V
WorkingTime.setDescription ( String description ) : void
com/logicaldoc/core/security/WorkingTime.setDescription:(Ljava/lang/String;)V
WorkingTime.setHourEnd ( int hourEnd ) : void
com/logicaldoc/core/security/WorkingTime.setHourEnd:(I)V
WorkingTime.setHourStart ( int hourStart ) : void
com/logicaldoc/core/security/WorkingTime.setHourStart:(I)V
WorkingTime.setLabel ( String label ) : void
com/logicaldoc/core/security/WorkingTime.setLabel:(Ljava/lang/String;)V
WorkingTime.setMinuteEnd ( int minuteEnd ) : void
com/logicaldoc/core/security/WorkingTime.setMinuteEnd:(I)V
WorkingTime.setMinuteStart ( int minuteStart ) : void
com/logicaldoc/core/security/WorkingTime.setMinuteStart:(I)V
WorkingTime.WorkingTime ( )
com/logicaldoc/core/security/WorkingTime."<init>":()V
WorkingTime.WorkingTime ( int dayOfWeek, int hourStart, int minuteStart )
com/logicaldoc/core/security/WorkingTime."<init>":(III)V
WorkingTime.WorkingTime ( WorkingTime source )
com/logicaldoc/core/security/WorkingTime."<init>":(Lcom/logicaldoc/core/security/WorkingTime;)V
logicaldoc-docusign-8.9.0-plugin.jar,
DocuSignPoller.class
package com.logicaldoc.docusign
DocuSignPoller.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/docusign/DocuSignPoller.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
DocuSignPoller.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/docusign/DocuSignPoller.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-docusign-8.9.0-plugin.jar,
DocuSignUtil.class
package com.logicaldoc.docusign
DocuSignUtil.markEnvelopeAsProcessed ( String envelopeId, String envelopeSubject, User user ) [static] : void
com/logicaldoc/docusign/DocuSignUtil.markEnvelopeAsProcessed:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)V
logicaldoc-dropbox-8.9.0-plugin.jar,
DropboxServiceImpl.class
package com.logicaldoc.dropbox
DropboxServiceImpl.exportDocuments ( String targetPath, long[ ] folderIds, Long[ ] docIds ) : boolean
com/logicaldoc/dropbox/DropboxServiceImpl.exportDocuments:(Ljava/lang/String;[J[Ljava/lang/Long;)Z
DropboxServiceImpl.importDocuments ( long targetFolder, String[ ] paths ) : int
com/logicaldoc/dropbox/DropboxServiceImpl.importDocuments:(J[Ljava/lang/String;)I
DropboxServiceImpl.saveAccessToken ( User user, String token, String account ) : void
com/logicaldoc/dropbox/DropboxServiceImpl.saveAccessToken:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-email-8.9.0-plugin.jar,
EmailCrawler.class
package com.logicaldoc.email
EmailCrawler.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/email/EmailCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
EmailCrawler.getDocumentHistoryDao ( ) : DocumentHistoryDAO
com/logicaldoc/email/EmailCrawler.getDocumentHistoryDao:()Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;
EmailCrawler.getDocumentLinkDao ( ) : DocumentLinkDAO
com/logicaldoc/email/EmailCrawler.getDocumentLinkDao:()Lcom/logicaldoc/core/document/dao/DocumentLinkDAO;
EmailCrawler.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/email/EmailCrawler.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
EmailCrawler.setDocumentHistoryDao ( DocumentHistoryDAO documentHistoryDAO ) : void
com/logicaldoc/email/EmailCrawler.setDocumentHistoryDao:(Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;)V
EmailCrawler.setDocumentLinkDao ( DocumentLinkDAO documentLinkDao ) : void
com/logicaldoc/email/EmailCrawler.setDocumentLinkDao:(Lcom/logicaldoc/core/document/dao/DocumentLinkDAO;)V
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
AutomationEventListener.class
package com.logicaldoc.enterprise.automation
AutomationEventListener.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/enterprise/automation/AutomationEventListener.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
AutomationEventListener.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/enterprise/automation/AutomationEventListener.setUserDao:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
AutomationRoutine.class
package com.logicaldoc.enterprise.automation
AutomationRoutine.getAutomationRoutineGroups ( ) : Set<AutomationRoutineGroup>
com/logicaldoc/enterprise/automation/AutomationRoutine.getAutomationRoutineGroups:()Ljava/util/Set;
AutomationRoutine.setAutomationRoutineGroups ( Set<AutomationRoutineGroup> automationRoutineGroups ) : void
com/logicaldoc/enterprise/automation/AutomationRoutine.setAutomationRoutineGroups:(Ljava/util/Set;)V
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
AutomationRoutineDAO.class
package com.logicaldoc.enterprise.automation
AutomationRoutineDAO.isReadEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/enterprise/automation/AutomationRoutineDAO.isReadEnable:(JJ)Z
AutomationRoutineDAO.isWriteEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/enterprise/automation/AutomationRoutineDAO.isWriteEnable:(JJ)Z
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
AutomationRoutineGroup.class
package com.logicaldoc.enterprise.automation
AutomationRoutineGroup.AutomationRoutineGroup ( )
com/logicaldoc/enterprise/automation/AutomationRoutineGroup."<init>":()V
AutomationRoutineGroup.AutomationRoutineGroup ( AutomationRoutineGroup source )
com/logicaldoc/enterprise/automation/AutomationRoutineGroup."<init>":(Lcom/logicaldoc/enterprise/automation/AutomationRoutineGroup;)V
AutomationRoutineGroup.AutomationRoutineGroup ( long groupId )
com/logicaldoc/enterprise/automation/AutomationRoutineGroup."<init>":(J)V
AutomationRoutineGroup.getGroupId ( ) : long
com/logicaldoc/enterprise/automation/AutomationRoutineGroup.getGroupId:()J
AutomationRoutineGroup.getPermissions ( ) : int
com/logicaldoc/enterprise/automation/AutomationRoutineGroup.getPermissions:()I
AutomationRoutineGroup.getWrite ( ) : int
com/logicaldoc/enterprise/automation/AutomationRoutineGroup.getWrite:()I
AutomationRoutineGroup.setGroupId ( long groupId ) : void
com/logicaldoc/enterprise/automation/AutomationRoutineGroup.setGroupId:(J)V
AutomationRoutineGroup.setPermissions ( int permissions ) : void
com/logicaldoc/enterprise/automation/AutomationRoutineGroup.setPermissions:(I)V
AutomationRoutineGroup.setWrite ( int write ) : void
com/logicaldoc/enterprise/automation/AutomationRoutineGroup.setWrite:(I)V
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
AutomationRoutineRightsDataServlet.class
package com.logicaldoc.enterprise.automation
AutomationRoutineRightsDataServlet.AutomationRoutineRightsDataServlet ( )
com/logicaldoc/enterprise/automation/AutomationRoutineRightsDataServlet."<init>":()V
AutomationRoutineRightsDataServlet.service ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/enterprise/automation/AutomationRoutineRightsDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
AutomationServiceImpl.class
package com.logicaldoc.enterprise.automation
AutomationServiceImpl.deleteRoutines ( long[ ] ids ) : void
com/logicaldoc/enterprise/automation/AutomationServiceImpl.deleteRoutines:([J)V
AutomationServiceImpl.deleteTriggers ( long[ ] ids ) : void
com/logicaldoc/enterprise/automation/AutomationServiceImpl.deleteTriggers:([J)V
AutomationServiceImpl.execute ( GUIAutomationRoutine guiRoutine, Long[ ] docIds, Long folderId ) : void
com/logicaldoc/enterprise/automation/AutomationServiceImpl.execute:(Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;[Ljava/lang/Long;Ljava/lang/Long;)V
logicaldoc-enterprise-automation-8.9.0-plugin.jar,
HibernateAutomationRoutineDAO.class
package com.logicaldoc.enterprise.automation
HibernateAutomationRoutineDAO.isReadEnable ( long routineId, long userId ) : boolean
com/logicaldoc/enterprise/automation/HibernateAutomationRoutineDAO.isReadEnable:(JJ)Z
HibernateAutomationRoutineDAO.isWriteEnable ( long routineId, long userId ) : boolean
com/logicaldoc/enterprise/automation/HibernateAutomationRoutineDAO.isWriteEnable:(JJ)Z
HibernateAutomationRoutineDAO.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/enterprise/automation/HibernateAutomationRoutineDAO.setUserDao:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
AbstractSecondFactorAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
AbstractSecondFactorAuthenticator.generateKey ( User p1 ) : String
com/logicaldoc/enterprise/security/twofactorsauth/AbstractSecondFactorAuthenticator.generateKey:(Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
AbstractSecondFactorAuthenticator.isEnabledForUser ( User p1 ) : boolean
com/logicaldoc/enterprise/security/twofactorsauth/AbstractSecondFactorAuthenticator.isEnabledForUser:(Lcom/logicaldoc/core/security/User;)Z
logicaldoc-enterprise-core-8.9.0-plugin.jar,
AuthenticationChain.class
package com.logicaldoc.core.security.authentication
AuthenticationChain.authenticate ( String p1, String p2 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
AuthenticationChain.checkAnonymousLogin ( String p1, String p2, Client p3 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.checkAnonymousLogin:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
AuthenticationChain.pickUser ( String p1 ) : User
com/logicaldoc/core/security/authentication/AuthenticationChain.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
CasUserDetails.class
package com.logicaldoc.enterprise.security.cas
CasUserDetails.CasUserDetails ( UserDetails p1, User p2 )
com/logicaldoc/enterprise/security/cas/CasUserDetails."<init>":(Lorg/springframework/security/core/userdetails/UserDetails;Lcom/logicaldoc/core/security/User;)V
CasUserDetails.getAuthorities ( ) : Collection<?>
com/logicaldoc/enterprise/security/cas/CasUserDetails.getAuthorities:()Ljava/util/Collection;
CasUserDetails.getPassword ( ) : String
com/logicaldoc/enterprise/security/cas/CasUserDetails.getPassword:()Ljava/lang/String;
CasUserDetails.getUser ( ) : User
com/logicaldoc/enterprise/security/cas/CasUserDetails.getUser:()Lcom/logicaldoc/core/security/User;
CasUserDetails.getUsername ( ) : String
com/logicaldoc/enterprise/security/cas/CasUserDetails.getUsername:()Ljava/lang/String;
CasUserDetails.isAccountNonExpired ( ) : boolean
com/logicaldoc/enterprise/security/cas/CasUserDetails.isAccountNonExpired:()Z
CasUserDetails.isAccountNonLocked ( ) : boolean
com/logicaldoc/enterprise/security/cas/CasUserDetails.isAccountNonLocked:()Z
CasUserDetails.isCredentialsNonExpired ( ) : boolean
com/logicaldoc/enterprise/security/cas/CasUserDetails.isCredentialsNonExpired:()Z
CasUserDetails.isEnabled ( ) : boolean
com/logicaldoc/enterprise/security/cas/CasUserDetails.isEnabled:()Z
CasUserDetails.setUser ( User p1 ) : void
com/logicaldoc/enterprise/security/cas/CasUserDetails.setUser:(Lcom/logicaldoc/core/security/User;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
CasUserDetailsService.class
package com.logicaldoc.enterprise.security.cas
CasUserDetailsService.CasUserDetailsService ( )
com/logicaldoc/enterprise/security/cas/CasUserDetailsService."<init>":()V
CasUserDetailsService.loadUserByUsername ( String p1 ) : UserDetails
com/logicaldoc/enterprise/security/cas/CasUserDetailsService.loadUserByUsername:(Ljava/lang/String;)Lorg/springframework/security/core/userdetails/UserDetails;
CasUserDetailsService.setAuthenticationChain ( AuthenticationChain p1 ) : void
com/logicaldoc/enterprise/security/cas/CasUserDetailsService.setAuthenticationChain:(Lcom/logicaldoc/core/security/authentication/AuthenticationChain;)V
CasUserDetailsService.setConfig ( ContextProperties p1 ) : void
com/logicaldoc/enterprise/security/cas/CasUserDetailsService.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
CasUserDetailsService.setGroupDao ( GroupDAO p1 ) : void
com/logicaldoc/enterprise/security/cas/CasUserDetailsService.setGroupDao:(Lcom/logicaldoc/core/security/dao/GroupDAO;)V
CasUserDetailsService.setUserDao ( UserDAO p1 ) : void
com/logicaldoc/enterprise/security/cas/CasUserDetailsService.setUserDao:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
CleanerTask.class
package com.logicaldoc.enterprise.cleaner
CleanerTask.setDeviceDao ( DeviceDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setDeviceDao:(Lcom/logicaldoc/core/security/dao/DeviceDAO;)V
CleanerTask.setDocumentDao ( DocumentDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
CleanerTask.setDocumentHistoryDao ( DocumentHistoryDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setDocumentHistoryDao:(Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;)V
CleanerTask.setSessionDao ( SessionDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setSessionDao:(Lcom/logicaldoc/core/security/dao/SessionDAO;)V
CleanerTask.setUserHistoryDao ( UserHistoryDAO p1 ) : void
com/logicaldoc/enterprise/cleaner/CleanerTask.setUserHistoryDao:(Lcom/logicaldoc/core/security/dao/UserHistoryDAO;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ClusterSearchEngine.class
package com.logicaldoc.enterprise.cluster
ClusterSearchEngine.search ( String p1, String[ ] p2, String p3, Integer p4 ) : Hits
com/logicaldoc/enterprise/cluster/ClusterSearchEngine.search:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/logicaldoc/core/searchengine/Hits;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ClusterServiceImpl.class
package com.logicaldoc.enterprise.cluster
ClusterServiceImpl.makeGlobal ( String[ ] p1 ) : void
com/logicaldoc/enterprise/cluster/ClusterServiceImpl.makeGlobal:([Ljava/lang/String;)V
ClusterServiceImpl.makeLocal ( String[ ] p1 ) : void
com/logicaldoc/enterprise/cluster/ClusterServiceImpl.makeLocal:([Ljava/lang/String;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
Duo.class
package com.logicaldoc.enterprise.security.twofactorsauth
Duo.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/Duo.authenticate:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
Duo.generateKey ( User p1 ) : String
com/logicaldoc/enterprise/security/twofactorsauth/Duo.generateKey:(Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EmailAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
EmailAuthenticator.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/EmailAuthenticator.authenticate:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
EmailAuthenticator.generateKey ( User p1 ) : String
com/logicaldoc/enterprise/security/twofactorsauth/EmailAuthenticator.generateKey:(Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseCasAuthenticationEntryPoint.class
package com.logicaldoc.enterprise.security.cas
EnterpriseCasAuthenticationEntryPoint.EnterpriseCasAuthenticationEntryPoint ( )
com/logicaldoc/enterprise/security/cas/EnterpriseCasAuthenticationEntryPoint."<init>":()V
EnterpriseCasAuthenticationEntryPoint.preCommence ( HttpServletRequest p1, HttpServletResponse p2 ) : void
com/logicaldoc/enterprise/security/cas/EnterpriseCasAuthenticationEntryPoint.preCommence:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseCasAuthenticationFilter.class
package com.logicaldoc.enterprise.security.cas
EnterpriseCasAuthenticationFilter.attemptAuthentication ( HttpServletRequest p1, HttpServletResponse p2 ) : Authentication
com/logicaldoc/enterprise/security/cas/EnterpriseCasAuthenticationFilter.attemptAuthentication:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Lorg/springframework/security/core/Authentication;
EnterpriseCasAuthenticationFilter.doFilter ( ServletRequest p1, ServletResponse p2, FilterChain p3 ) : void
com/logicaldoc/enterprise/security/cas/EnterpriseCasAuthenticationFilter.doFilter:(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V
EnterpriseCasAuthenticationFilter.EnterpriseCasAuthenticationFilter ( )
com/logicaldoc/enterprise/security/cas/EnterpriseCasAuthenticationFilter."<init>":()V
EnterpriseCasAuthenticationFilter.requiresAuthentication ( HttpServletRequest p1, HttpServletResponse p2 ) : boolean
com/logicaldoc/enterprise/security/cas/EnterpriseCasAuthenticationFilter.requiresAuthentication:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Z
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap
EnterpriseDocumentService.askReadingConfirmation ( String p1, Long[ ] p2, Long[ ] p3, Long[ ] p4, boolean p5, String p6 ) [abstract] : void
com/logicaldoc/enterprise/webservice/soap/EnterpriseDocumentService.askReadingConfirmation:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseFolderService.class
package com.logicaldoc.enterprise.folder
EnterpriseFolderService.loadTemplates ( ) : GUIValue[ ]
com/logicaldoc/enterprise/folder/EnterpriseFolderService.loadTemplates:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
EnterpriseFolderService.saveTemplates ( GUIValue[ ] p1 ) : void
com/logicaldoc/enterprise/folder/EnterpriseFolderService.saveTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseInfoService.class
package com.logicaldoc.enterprise
EnterpriseInfoService.getSessionInfo ( ) : GUIParameter[ ]
com/logicaldoc/enterprise/EnterpriseInfoService.getSessionInfo:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseTagService.class
package com.logicaldoc.enterprise
EnterpriseTagService.getSettings ( ) : GUIParameter[ ]
com/logicaldoc/enterprise/EnterpriseTagService.getSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
EnterpriseTagService.getTagCloud ( ) : GUITag[ ]
com/logicaldoc/enterprise/EnterpriseTagService.getTagCloud:()[Lcom/logicaldoc/gui/common/client/beans/GUITag;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
GoogleAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
GoogleAuthenticator.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/GoogleAuthenticator.authenticate:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
HibernateReadingRequestDAO.class
package com.logicaldoc.enterprise.reading
HibernateReadingRequestDAO.notifyReadings ( Collection<ReadingRequest> p1, DocumentHistory p2 ) : void
com/logicaldoc/enterprise/reading/HibernateReadingRequestDAO.notifyReadings:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
HibernateTenantDAO.class
package com.logicaldoc.core.security.dao
HibernateTenantDAO.count ( ) : int
com/logicaldoc/core/security/dao/HibernateTenantDAO.count:()I
HibernateTenantDAO.delete ( long p1, int p2 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.delete:(JI)V
HibernateTenantDAO.findAllNames ( ) : Set<String>
com/logicaldoc/core/security/dao/HibernateTenantDAO.findAllNames:()Ljava/util/Set;
HibernateTenantDAO.findByName ( String p1 ) : Tenant
com/logicaldoc/core/security/dao/HibernateTenantDAO.findByName:(Ljava/lang/String;)Lcom/logicaldoc/core/security/Tenant;
HibernateTenantDAO.getTenantName ( long p1 ) : String
com/logicaldoc/core/security/dao/HibernateTenantDAO.getTenantName:(J)Ljava/lang/String;
HibernateTenantDAO.HibernateTenantDAO ( )
com/logicaldoc/core/security/dao/HibernateTenantDAO."<init>":()V
HibernateTenantDAO.setAttributeSetDao ( AttributeSetDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setAttributeSetDao:(Lcom/logicaldoc/core/metadata/AttributeSetDAO;)V
HibernateTenantDAO.setConfig ( ContextProperties p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setConfig:(Lcom/logicaldoc/util/config/ContextProperties;)V
HibernateTenantDAO.setDashletDao ( DashletDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setDashletDao:(Lcom/logicaldoc/core/dashlet/DashletDAO;)V
HibernateTenantDAO.setFolderDao ( FolderDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setFolderDao:(Lcom/logicaldoc/core/folder/FolderDAO;)V
HibernateTenantDAO.setGenericDao ( GenericDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setGenericDao:(Lcom/logicaldoc/core/generic/GenericDAO;)V
HibernateTenantDAO.setGroupDao ( GroupDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setGroupDao:(Lcom/logicaldoc/core/security/dao/GroupDAO;)V
HibernateTenantDAO.setMessageTemplateDao ( MessageTemplateDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setMessageTemplateDao:(Lcom/logicaldoc/core/communication/MessageTemplateDAO;)V
HibernateTenantDAO.setTemplateDao ( TemplateDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setTemplateDao:(Lcom/logicaldoc/core/metadata/TemplateDAO;)V
HibernateTenantDAO.setUserDao ( UserDAO p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.setUserDao:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
HibernateTenantDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateTenantDAO.store ( Tenant p1 ) : void
com/logicaldoc/core/security/dao/HibernateTenantDAO.store:(Lcom/logicaldoc/core/security/Tenant;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ReadingRequest.class
package com.logicaldoc.enterprise.reading
ReadingRequest.setRequestor ( User p1 ) : void
com/logicaldoc/enterprise/reading/ReadingRequest.setRequestor:(Lcom/logicaldoc/core/security/User;)V
ReadingRequest.setUser ( User p1 ) : void
com/logicaldoc/enterprise/reading/ReadingRequest.setUser:(Lcom/logicaldoc/core/security/User;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ReadingRequestDAO.class
package com.logicaldoc.enterprise.reading
ReadingRequestDAO.notifyReadings ( Collection<ReadingRequest> p1, DocumentHistory p2 ) [abstract] : void
com/logicaldoc/enterprise/reading/ReadingRequestDAO.notifyReadings:(Ljava/util/Collection;Lcom/logicaldoc/core/document/DocumentHistory;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ReadingRequestServiceImpl.class
package com.logicaldoc.enterprise.reading
ReadingRequestServiceImpl.askReadingConfirmation ( Long[ ] p1, long[ ] p2, long[ ] p3, boolean p4, String p5 ) : void
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.askReadingConfirmation:([Ljava/lang/Long;[J[JZLjava/lang/String;)V
ReadingRequestServiceImpl.confirmReadings ( long[ ] p1, String p2 ) : void
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.confirmReadings:([JLjava/lang/String;)V
ReadingRequestServiceImpl.getUnconfimedReadings ( ) : GUIReadingRequest[ ]
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.getUnconfimedReadings:()[Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
SecondFactorAuthenticator.class
package com.logicaldoc.enterprise.security.twofactorsauth
SecondFactorAuthenticator.authenticate ( User p1, String p2 ) [abstract] : void
com/logicaldoc/enterprise/security/twofactorsauth/SecondFactorAuthenticator.authenticate:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
SecondFactorAuthenticator.generateKey ( User p1 ) [abstract] : String
com/logicaldoc/enterprise/security/twofactorsauth/SecondFactorAuthenticator.generateKey:(Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
SecondFactorAuthenticator.isEnabledForUser ( User p1 ) [abstract] : boolean
com/logicaldoc/enterprise/security/twofactorsauth/SecondFactorAuthenticator.isEnabledForUser:(Lcom/logicaldoc/core/security/User;)Z
logicaldoc-enterprise-core-8.9.0-plugin.jar,
SoapEnterpriseDocumentClient.class
package com.logicaldoc.enterprise.webservice.soap.client
SoapEnterpriseDocumentClient.askReadingConfirmation ( String p1, Long[ ] p2, Long[ ] p3, Long[ ] p4, boolean p5, String p6 ) : void
com/logicaldoc/enterprise/webservice/soap/client/SoapEnterpriseDocumentClient.askReadingConfirmation:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
SoapEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapEnterpriseDocumentService.askReadingConfirmation ( String p1, Long[ ] p2, Long[ ] p3, Long[ ] p4, boolean p5, String p6 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.askReadingConfirmation:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;[Ljava/lang/Long;ZLjava/lang/String;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
SystemDiagnosis.class
package com.logicaldoc.enterprise.diagnosis
SystemDiagnosis.setDocumentDao ( DocumentDAO p1 ) : void
com/logicaldoc/enterprise/diagnosis/SystemDiagnosis.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
TwoFactorsAuthentication.class
package com.logicaldoc.enterprise.security.twofactorsauth
TwoFactorsAuthentication.checkSecondFactor ( User p1, String p2 ) [static] : void
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthentication.checkSecondFactor:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
TwoFactorsAuthentication.generateKey ( User p1 ) [static] : String
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthentication.generateKey:(Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
TwoFactorsAuthenticationProvider.class
package com.logicaldoc.enterprise.security.twofactorsauth
TwoFactorsAuthenticationProvider.getUser ( String p1 ) : User
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthenticationProvider.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
TwoFactorsAuthenticationServiceImpl.class
package com.logicaldoc.enterprise.security.twofactorsauth
TwoFactorsAuthenticationServiceImpl.generateGoogleAuthorizationCredentials ( String p1 ) : String[ ]
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthenticationServiceImpl.generateGoogleAuthorizationCredentials:(Ljava/lang/String;)[Ljava/lang/String;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
UpdateServiceImpl.class
package com.logicaldoc.enterprise.update
UpdateServiceImpl.checkDownloadStatus ( ) : int[ ]
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkDownloadStatus:()[I
UpdateServiceImpl.checkPatch ( ) : GUIPatch[ ]
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkPatch:()[Lcom/logicaldoc/gui/common/client/beans/GUIPatch;
UpdateServiceImpl.checkUpdate ( ) : GUIParameter[ ]
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkUpdate:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
UpdateServiceImpl.getPatchNotes ( String p1 ) : String[ ]
com/logicaldoc/enterprise/update/UpdateServiceImpl.getPatchNotes:(Ljava/lang/String;)[Ljava/lang/String;
UpdateServiceImpl.getUpdateNotes ( String p1 ) : String[ ]
com/logicaldoc/enterprise/update/UpdateServiceImpl.getUpdateNotes:(Ljava/lang/String;)[Ljava/lang/String;
logicaldoc-enterprise-core-8.9.0-plugin.jar,
UserCounter.class
package com.logicaldoc.enterprise
UserCounter.afterStore ( User p1, UserHistory p2, Map<String,Object> p3 ) : void
com/logicaldoc/enterprise/UserCounter.afterStore:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;Ljava/util/Map;)V
UserCounter.beforeStore ( User p1, UserHistory p2, Map<String,Object> p3 ) : void
com/logicaldoc/enterprise/UserCounter.beforeStore:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/security/UserHistory;Ljava/util/Map;)V
logicaldoc-enterprise-core-8.9.0-plugin.jar,
YubiKey.class
package com.logicaldoc.enterprise.security.twofactorsauth
YubiKey.authenticate ( User p1, String p2 ) : void
com/logicaldoc/enterprise/security/twofactorsauth/YubiKey.authenticate:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
DocumentsListGrid.class
package com.logicaldoc.enterprise.gui.mobile.client.search
DocumentsListGrid.DocumentsListGrid ( GUIDocument[ ] documents, Cursor cur )
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid."<init>":([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Lcom/logicaldoc/gui/frontend/client/document/grid/Cursor;)V
DocumentsListGrid.getDocuments ( ) : GUIDocument[ ]
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsListGrid.getIds ( ) : Long[ ]
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getIds:()[Ljava/lang/Long;
DocumentsListGrid.getSelectedDocuments ( ) : GUIDocument[ ]
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsListGrid.getSelectedIds ( ) : Long[ ]
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getSelectedIds:()[Ljava/lang/Long;
DocumentsListGrid.setDocuments ( GUIDocument[ ] documents ) : void
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.setDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
FolderNavigator.class
package com.logicaldoc.enterprise.gui.mobile.client
FolderNavigator.addDocuments ( GUIDocument[ ] docs ) : void
com/logicaldoc/enterprise/gui/mobile/client/FolderNavigator.addDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
LicenseServiceImpl.class
package com.logicaldoc.enterprise.gui.license.server
LicenseServiceImpl.getBundle ( String locale ) [static] : GUIValue[ ]
com/logicaldoc/enterprise/gui/license/server/LicenseServiceImpl.getBundle:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
Navigator.class
package com.logicaldoc.enterprise.gui.mobile.client
Navigator.addDocuments ( GUIDocument[ ] docs ) : void
com/logicaldoc/enterprise/gui/mobile/client/Navigator.addDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
Search.class
package com.logicaldoc.enterprise.gui.mobile.client.search
Search.getLastResult ( ) : GUIDocument[ ]
com/logicaldoc/enterprise/gui/mobile/client/search/Search.getLastResult:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-enterprise-storer-8.9.0-plugin.jar,
FSCleanerTask.class
package com.logicaldoc.enterprise.storer
FSCleanerTask.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/enterprise/storer/FSCleanerTask.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-form-8.9.0-plugin.jar,
FormManager.class
package com.logicaldoc.form
FormManager.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/form/FormManager.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-form-8.9.0-plugin.jar,
FormsDataServlet.class
package com.logicaldoc.form.gui
FormsDataServlet.FormsDataServlet ( )
com/logicaldoc/form/gui/FormsDataServlet."<init>":()V
FormsDataServlet.service ( HttpServletRequest request, HttpServletResponse response, Session session, Integer max, Locale locale ) : void
com/logicaldoc/form/gui/FormsDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lcom/logicaldoc/core/security/Session;Ljava/lang/Integer;Ljava/util/Locale;)V
logicaldoc-form-8.9.0-plugin.jar,
FormServiceImpl.class
package com.logicaldoc.form.gui
FormServiceImpl.delete ( long id ) : void
com/logicaldoc/form/gui/FormServiceImpl.delete:(J)V
FormServiceImpl.FormServiceImpl ( )
com/logicaldoc/form/gui/FormServiceImpl."<init>":()V
FormServiceImpl.fromForm ( Form form ) : GUIForm
com/logicaldoc/form/gui/FormServiceImpl.fromForm:(Lcom/logicaldoc/form/Form;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
FormServiceImpl.getById ( long id ) : GUIForm
com/logicaldoc/form/gui/FormServiceImpl.getById:(J)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
FormServiceImpl.getPreFilledLink ( GUIForm form, String responderEmail ) : String
com/logicaldoc/form/gui/FormServiceImpl.getPreFilledLink:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;Ljava/lang/String;)Ljava/lang/String;
FormServiceImpl.invite ( GUIForm prefilledForm, GUIEmail email, String locale ) : void
com/logicaldoc/form/gui/FormServiceImpl.invite:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;Lcom/logicaldoc/gui/common/client/beans/GUIEmail;Ljava/lang/String;)V
FormServiceImpl.processImage ( ) : String
com/logicaldoc/form/gui/FormServiceImpl.processImage:()Ljava/lang/String;
FormServiceImpl.save ( GUIForm guiForm ) : GUIForm
com/logicaldoc/form/gui/FormServiceImpl.save:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
logicaldoc-form-8.9.0-plugin.jar,
Instance.class
package com.logicaldoc.form.gui.webform.client
WebformService.Instance.get ( ) [static] : WebformServiceAsync
com/logicaldoc/form/gui/webform/client/WebformService.Instance.get:()Lcom/logicaldoc/form/gui/webform/client/WebformServiceAsync;
logicaldoc-form-8.9.0-plugin.jar,
Webform.class
package com.logicaldoc.form.gui.webform.client
Webform.injectCustomCss ( String p1 ) [static] : void
com/logicaldoc/form/gui/webform/client/Webform.injectCustomCss:(Ljava/lang/String;)V
Webform.onModuleLoad ( ) : void
com/logicaldoc/form/gui/webform/client/Webform.onModuleLoad:()V
Webform.Webform ( )
com/logicaldoc/form/gui/webform/client/Webform."<init>":()V
logicaldoc-form-8.9.0-plugin.jar,
WebformPropertiesPanel.class
package com.logicaldoc.form.gui.webform.client
WebformPropertiesPanel.adaptForms ( ) : void
com/logicaldoc/form/gui/webform/client/WebformPropertiesPanel.adaptForms:()V
WebformPropertiesPanel.getWebform ( ) : GUIForm
com/logicaldoc/form/gui/webform/client/WebformPropertiesPanel.getWebform:()Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformPropertiesPanel.newAttributesForm ( ) : DynamicForm
com/logicaldoc/form/gui/webform/client/WebformPropertiesPanel.newAttributesForm:()Lcom/smartgwt/client/widgets/form/DynamicForm;
WebformPropertiesPanel.prepareAttributeItem ( GUIAttribute att ) : FormItem
com/logicaldoc/form/gui/webform/client/WebformPropertiesPanel.prepareAttributeItem:(Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)Lcom/smartgwt/client/widgets/form/fields/FormItem;
WebformPropertiesPanel.WebformPropertiesPanel ( GUIForm webform )
com/logicaldoc/form/gui/webform/client/WebformPropertiesPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)V
logicaldoc-form-8.9.0-plugin.jar,
WebformService.class
package com.logicaldoc.form.gui.webform.client
WebformService.getForm ( String p1, String p2 ) [abstract] : GUIForm
com/logicaldoc/form/gui/webform/client/WebformService.getForm:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformService.getFormByDocId ( long p1, String p2 ) [abstract] : GUIForm
com/logicaldoc/form/gui/webform/client/WebformService.getFormByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformService.getInfo ( String p1, String p2 ) [abstract] : GUIInfo
com/logicaldoc/form/gui/webform/client/WebformService.getInfo:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformService.getInfoByDocId ( long p1, String p2 ) [abstract] : GUIInfo
com/logicaldoc/form/gui/webform/client/WebformService.getInfoByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformService.submit ( GUIForm p1 ) [abstract] : GUIDocument
com/logicaldoc/form/gui/webform/client/WebformService.submit:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-form-8.9.0-plugin.jar,
WebformServiceAsync.class
package com.logicaldoc.form.gui.webform.client
WebformServiceAsync.getForm ( String p1, String p2, AsyncCallback<GUIForm> p3 ) [abstract] : void
com/logicaldoc/form/gui/webform/client/WebformServiceAsync.getForm:(Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.getFormByDocId ( long p1, String p2, AsyncCallback<GUIForm> p3 ) [abstract] : void
com/logicaldoc/form/gui/webform/client/WebformServiceAsync.getFormByDocId:(JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.getInfo ( String p1, String p2, AsyncCallback<GUIInfo> p3 ) [abstract] : void
com/logicaldoc/form/gui/webform/client/WebformServiceAsync.getInfo:(Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.getInfoByDocId ( long p1, String p2, AsyncCallback<GUIInfo> p3 ) [abstract] : void
com/logicaldoc/form/gui/webform/client/WebformServiceAsync.getInfoByDocId:(JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WebformServiceAsync.submit ( GUIForm p1, AsyncCallback<GUIDocument> p2 ) [abstract] : void
com/logicaldoc/form/gui/webform/client/WebformServiceAsync.submit:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-form-8.9.0-plugin.jar,
WebformServiceImpl.class
package com.logicaldoc.form.gui.webform.server
WebformServiceImpl.getForm ( String formId, String locale ) : GUIForm
com/logicaldoc/form/gui/webform/server/WebformServiceImpl.getForm:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformServiceImpl.getFormByDocId ( long docId, String locale ) : GUIForm
com/logicaldoc/form/gui/webform/server/WebformServiceImpl.getFormByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIForm;
WebformServiceImpl.getInfo ( String formId, String locale ) : GUIInfo
com/logicaldoc/form/gui/webform/server/WebformServiceImpl.getInfo:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformServiceImpl.getInfoByDocId ( long docId, String locale ) : GUIInfo
com/logicaldoc/form/gui/webform/server/WebformServiceImpl.getInfoByDocId:(JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIInfo;
WebformServiceImpl.submit ( GUIForm guiForm ) : GUIDocument
com/logicaldoc/form/gui/webform/server/WebformServiceImpl.submit:(Lcom/logicaldoc/gui/common/client/beans/GUIForm;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
WebformServiceImpl.WebformServiceImpl ( )
com/logicaldoc/form/gui/webform/server/WebformServiceImpl."<init>":()V
logicaldoc-ftp-8.9.0-plugin.jar,
FtpUser.class
package com.logicaldoc.ftp
FtpUser.FtpUser ( User user )
com/logicaldoc/ftp/FtpUser."<init>":(Lcom/logicaldoc/core/security/User;)V
FtpUser.getUser ( ) : User
com/logicaldoc/ftp/FtpUser.getUser:()Lcom/logicaldoc/core/security/User;
logicaldoc-gdrive-8.9.0-plugin.jar,
GDriveServiceImpl.class
package com.logicaldoc.gdrive
GDriveServiceImpl.exportDocuments ( Long[ ] ids ) : String[ ]
com/logicaldoc/gdrive/GDriveServiceImpl.exportDocuments:([Ljava/lang/Long;)[Ljava/lang/String;
GDriveServiceImpl.importDocuments ( String[ ] resourceIds, long targetFolderId, String format ) : void
com/logicaldoc/gdrive/GDriveServiceImpl.importDocuments:([Ljava/lang/String;JLjava/lang/String;)V
GDriveServiceImpl.loadSettings ( ) : String[ ]
com/logicaldoc/gdrive/GDriveServiceImpl.loadSettings:()[Ljava/lang/String;
GDriveServiceImpl.search ( String expression ) : GUIDocument[ ]
com/logicaldoc/gdrive/GDriveServiceImpl.search:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-gui-8.9.0-plugin.jar,
AttributeSetService.class
package com.logicaldoc.gui.frontend.client.services
AttributeSetService.deleteOptions ( long p1, String p2, String[ ] p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetService.deleteOptions:(JLjava/lang/String;[Ljava/lang/String;)V
AttributeSetService.getAttributeSets ( ) [abstract] : GUIAttributeSet[ ]
com/logicaldoc/gui/frontend/client/services/AttributeSetService.getAttributeSets:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttributeSet;
AttributeSetService.parseOptions ( long p1, String p2 ) [abstract] : GUIValue[ ]
com/logicaldoc/gui/frontend/client/services/AttributeSetService.parseOptions:(JLjava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
AttributeSetService.saveOptions ( long p1, String p2, GUIValue[ ] p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetService.saveOptions:(JLjava/lang/String;[Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
logicaldoc-gui-8.9.0-plugin.jar,
AttributeSetServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
AttributeSetServiceAsync.deleteOptions ( long p1, String p2, String[ ] p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetServiceAsync.deleteOptions:(JLjava/lang/String;[Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AttributeSetServiceAsync.saveOptions ( long p1, String p2, GUIValue[ ] p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AttributeSetServiceAsync.saveOptions:(JLjava/lang/String;[Lcom/logicaldoc/gui/common/client/beans/GUIValue;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
AuditService.class
package com.logicaldoc.gui.frontend.client.services
AuditService.deleteSubscriptions ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.deleteSubscriptions:([J)V
AuditService.subscribeDocuments ( Long[ ] p1, String[ ] p2, Long p3, Long p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.subscribeDocuments:([Ljava/lang/Long;[Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;)V
AuditService.subscribeFolder ( long p1, boolean p2, String[ ] p3, Long p4, Long p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.subscribeFolder:(JZ[Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;)V
AuditService.update ( Long[ ] p1, boolean p2, String[ ] p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditService.update:([Ljava/lang/Long;Z[Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
AuditServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
AuditServiceAsync.deleteSubscriptions ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.deleteSubscriptions:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
AuditServiceAsync.subscribeDocuments ( Long[ ] p1, String[ ] p2, Long p3, Long p4, AsyncCallback<Void> p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.subscribeDocuments:([Ljava/lang/Long;[Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AuditServiceAsync.subscribeFolder ( long p1, boolean p2, String[ ] p3, Long p4, Long p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.subscribeFolder:(JZ[Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
AuditServiceAsync.update ( Long[ ] p1, boolean p2, String[ ] p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AuditServiceAsync.update:([Ljava/lang/Long;Z[Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
AutomationDialog.class
package com.logicaldoc.gui.frontend.client.folder
AutomationDialog.AutomationDialog ( Long folderId, Long[ ] docIds )
com/logicaldoc/gui/frontend/client/folder/AutomationDialog."<init>":(Ljava/lang/Long;[Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
AutomationRoutineRightsDS.class
package com.logicaldoc.gui.common.client.data
AutomationRoutineRightsDS.AutomationRoutineRightsDS ( long routineId )
com/logicaldoc/gui/common/client/data/AutomationRoutineRightsDS."<init>":(J)V
logicaldoc-gui-8.9.0-plugin.jar,
AutomationRoutineSecurity.class
package com.logicaldoc.gui.frontend.client.settings.automation
AutomationRoutineSecurity.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/frontend/client/settings/automation/AutomationRoutineSecurity.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
logicaldoc-gui-8.9.0-plugin.jar,
AutomationService.class
package com.logicaldoc.gui.frontend.client.services
AutomationService.deleteRoutines ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationService.deleteRoutines:([J)V
AutomationService.deleteTriggers ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationService.deleteTriggers:([J)V
AutomationService.execute ( GUIAutomationRoutine p1, Long[ ] p2, Long p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationService.execute:(Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;[Ljava/lang/Long;Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
AutomationServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
AutomationServiceAsync.deleteRoutines ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationServiceAsync.deleteRoutines:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
AutomationServiceAsync.deleteTriggers ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationServiceAsync.deleteTriggers:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
AutomationServiceAsync.execute ( GUIAutomationRoutine p1, Long[ ] p2, Long p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/AutomationServiceAsync.execute:(Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;[Ljava/lang/Long;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
AwesomeFactory.class
package com.logicaldoc.gui.common.client.util
AwesomeFactory.getIndexedIconButtonHTML ( long docId, boolean download, Integer indexed, String color ) [static] : String
com/logicaldoc/gui/common/client/util/AwesomeFactory.getIndexedIconButtonHTML:(JZLjava/lang/Integer;Ljava/lang/String;)Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
BarcodeService.class
package com.logicaldoc.gui.frontend.client.services
BarcodeService.markUnprocessable ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/BarcodeService.markUnprocessable:([J)V
logicaldoc-gui-8.9.0-plugin.jar,
BarcodeServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
BarcodeServiceAsync.markUnprocessable ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/BarcodeServiceAsync.markUnprocessable:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
CalendarService.class
package com.logicaldoc.gui.frontend.client.services
CalendarService.find ( GUICalendarEventSearchCriteria p1 ) [abstract] : GUICalendarEvent[ ]
com/logicaldoc/gui/frontend/client/services/CalendarService.find:(Lcom/logicaldoc/gui/common/client/beans/GUICalendarEventSearchCriteria;)[Lcom/logicaldoc/gui/common/client/beans/GUICalendarEvent;
logicaldoc-gui-8.9.0-plugin.jar,
ChatService.class
package com.logicaldoc.gui.frontend.client.services
ChatService.invite ( String[ ] p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ChatService.invite:([Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
ChatServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ChatServiceAsync.invite ( String[ ] p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ChatServiceAsync.invite:([Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
ClusterService.class
package com.logicaldoc.gui.frontend.client.services
ClusterService.makeGlobal ( String[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterService.makeGlobal:([Ljava/lang/String;)V
ClusterService.makeLocal ( String[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterService.makeLocal:([Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
ClusterServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ClusterServiceAsync.makeGlobal ( String[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterServiceAsync.makeGlobal:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ClusterServiceAsync.makeLocal ( String[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ClusterServiceAsync.makeLocal:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
Constants.class
package com.logicaldoc.gui.common.client
Constants.getAuditDefaultEvents ( ) [static] : String[ ]
com/logicaldoc/gui/common/client/Constants.getAuditDefaultEvents:()[Ljava/lang/String;
Constants.getFulltextDefaultFields ( ) [static] : String[ ]
com/logicaldoc/gui/common/client/Constants.getFulltextDefaultFields:()[Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
ContactService.class
package com.logicaldoc.gui.frontend.client.services
ContactService.delete ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactService.delete:([J)V
ContactService.parseContacts ( boolean p1, GUIParseContactsParameters p2 ) [abstract] : GUIContact[ ]
com/logicaldoc/gui/frontend/client/services/ContactService.parseContacts:(ZLcom/logicaldoc/gui/common/client/beans/GUIParseContactsParameters;)[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
ContactService.shareContacts ( long[ ] p1, long[ ] p2, long[ ] p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactService.shareContacts:([J[J[J)V
logicaldoc-gui-8.9.0-plugin.jar,
ContactServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ContactServiceAsync.delete ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactServiceAsync.delete:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
ContactServiceAsync.shareContacts ( long[ ] p1, long[ ] p2, long[ ] p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ContactServiceAsync.shareContacts:([J[J[JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
ContactsImportPreview.class
package com.logicaldoc.gui.frontend.client.personal.contacts
ContactsImportPreview.setContacts ( GUIContact[ ] contacts ) : void
com/logicaldoc/gui/frontend/client/personal/contacts/ContactsImportPreview.setContacts:([Lcom/logicaldoc/gui/common/client/beans/GUIContact;)V
logicaldoc-gui-8.9.0-plugin.jar,
CookiesManager.class
package com.logicaldoc.gui.common.client
CookiesManager.removeLogin ( ) [static] : void
com/logicaldoc/gui/common/client/CookiesManager.removeLogin:()V
logicaldoc-gui-8.9.0-plugin.jar,
CustomIdPanel.class
package com.logicaldoc.gui.frontend.client.metadata
CustomIdPanel.CustomIdPanel ( GUIScheme[ ] schemesData )
com/logicaldoc/gui/frontend/client/metadata/CustomIdPanel."<init>":([Lcom/logicaldoc/gui/common/client/beans/GUIScheme;)V
logicaldoc-gui-8.9.0-plugin.jar,
DashletService.class
package com.logicaldoc.gui.frontend.client.services
DashletService.loadDashlets ( ) [abstract] : GUIDashlet[ ]
com/logicaldoc/gui/frontend/client/services/DashletService.loadDashlets:()[Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;
DashletService.saveDashlets ( GUIDashlet[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletService.saveDashlets:([Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;)V
DashletService.saveUserDashlets ( GUIDashlet[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletService.saveUserDashlets:([Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;)V
logicaldoc-gui-8.9.0-plugin.jar,
DashletServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DashletServiceAsync.saveDashlets ( GUIDashlet[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletServiceAsync.saveDashlets:([Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DashletServiceAsync.saveUserDashlets ( GUIDashlet[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DashletServiceAsync.saveUserDashlets:([Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
DigitalSignatureDialog.class
package com.logicaldoc.gui.frontend.client.document.signature
DigitalSignatureDialog.DigitalSignatureDialog ( Long[ ] docIds )
com/logicaldoc/gui/frontend/client/document/signature/DigitalSignatureDialog."<init>":([Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentController.class
package com.logicaldoc.gui.common.client.controllers
DocumentController.deleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/common/client/controllers/DocumentController.deleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentDetailsPanel.class
package com.logicaldoc.gui.frontend.client.document
DocumentDetailsPanel.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/document/DocumentDetailsPanel.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentGridUtil.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentGridUtil.getIds ( Record[ ] records ) [static] : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentGridUtil.getIds:([Lcom/smartgwt/client/data/Record;)[Ljava/lang/Long;
DocumentGridUtil.toDocuments ( Record[ ] records ) [static] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentGridUtil.toDocuments:([Lcom/smartgwt/client/data/Record;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-gui-8.9.0-plugin.jar,
DocumentObserver.class
package com.logicaldoc.gui.common.client.controllers
DocumentObserver.onDocumentsDeleted ( GUIDocument[ ] p1 ) [abstract] : void
com/logicaldoc/gui/common/client/controllers/DocumentObserver.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentSelectorDialog.class
package com.logicaldoc.gui.frontend.client.document.selector
DocumentSelectorDialog.onSelection ( GUIDocument[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/document/selector/DocumentSelectorDialog.onSelection:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentSelectorPanel.class
package com.logicaldoc.gui.frontend.client.document.selector
DocumentSelectorPanel.getSelection ( ) : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/selector/DocumentSelectorPanel.getSelection:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-gui-8.9.0-plugin.jar,
DocumentService.class
package com.logicaldoc.gui.frontend.client.services
DocumentService.addBookmarks ( Long[ ] p1, int p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.addBookmarks:([Ljava/lang/Long;I)V
DocumentService.addDocuments ( boolean p1, String p2, boolean p3, GUIDocument p4 ) [abstract] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/services/DocumentService.addDocuments:(ZLjava/lang/String;ZLcom/logicaldoc/gui/common/client/beans/GUIDocument;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.addDocuments ( String p1, long p2, boolean p3, String p4, boolean p5, Long p6 ) [abstract] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/services/DocumentService.addDocuments:(Ljava/lang/String;JZLjava/lang/String;ZLjava/lang/Long;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.archiveDocuments ( Long[ ] p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.archiveDocuments:([Ljava/lang/Long;Ljava/lang/String;)V
DocumentService.bulkUpdate ( Long[ ] p1, GUIDocument p2, boolean p3 ) [abstract] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/services/DocumentService.bulkUpdate:([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Z)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.checkout ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.checkout:([Ljava/lang/Long;)V
DocumentService.countDocuments ( long[ ] p1, int p2 ) [abstract] : long
com/logicaldoc/gui/frontend/client/services/DocumentService.countDocuments:([JI)J
DocumentService.createDownloadTicket ( long p1, int p2, String p3, Integer p4, Date p5, Integer p6, Integer p7 ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/DocumentService.createDownloadTicket:(JILjava/lang/String;Ljava/lang/Integer;Ljava/util/Date;Ljava/lang/Integer;Ljava/lang/Integer;)[Ljava/lang/String;
DocumentService.delete ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.delete:([Ljava/lang/Long;)V
DocumentService.deleteBookmarks ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteBookmarks:([J)V
DocumentService.deleteFromTrash ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteFromTrash:([Ljava/lang/Long;)V
DocumentService.deleteLinks ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteLinks:([J)V
DocumentService.deleteNotes ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteNotes:([J)V
DocumentService.deleteVersions ( long[ ] p1 ) [abstract] : GUIDocument
com/logicaldoc/gui/frontend/client/services/DocumentService.deleteVersions:([J)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.getNotes ( long p1, String p2, Collection<String> p3 ) [abstract] : GUIDocumentNote[ ]
com/logicaldoc/gui/frontend/client/services/DocumentService.getNotes:(JLjava/lang/String;Ljava/util/Collection;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocumentNote;
DocumentService.getVersionsById ( long p1, long p2 ) [abstract] : GUIVersion[ ]
com/logicaldoc/gui/frontend/client/services/DocumentService.getVersionsById:(JJ)[Lcom/logicaldoc/gui/common/client/beans/GUIVersion;
DocumentService.indexDocuments ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.indexDocuments:([Ljava/lang/Long;)V
DocumentService.linkDocuments ( Long[ ] p1, Long[ ] p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.linkDocuments:([Ljava/lang/Long;[Ljava/lang/Long;)V
DocumentService.lock ( Long[ ] p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.lock:([Ljava/lang/Long;Ljava/lang/String;)V
DocumentService.makeImmutable ( Long[ ] p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.makeImmutable:([Ljava/lang/Long;Ljava/lang/String;)V
DocumentService.markIndexable ( Long[ ] p1, int p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.markIndexable:([Ljava/lang/Long;I)V
DocumentService.markUnindexable ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.markUnindexable:([Ljava/lang/Long;)V
DocumentService.merge ( Long[ ] p1, long p2, String p3 ) [abstract] : GUIDocument
com/logicaldoc/gui/frontend/client/services/DocumentService.merge:([Ljava/lang/Long;JLjava/lang/String;)Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentService.restore ( Long[ ] p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.restore:([Ljava/lang/Long;J)V
DocumentService.saveNotes ( long p1, GUIDocumentNote[ ] p2, Collection<String> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.saveNotes:(J[Lcom/logicaldoc/gui/common/client/beans/GUIDocumentNote;Ljava/util/Collection;)V
DocumentService.unarchiveDocuments ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.unarchiveDocuments:([J)V
DocumentService.unlock ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.unlock:([Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DocumentServiceAsync.addBookmarks ( Long[ ] p1, int p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.addBookmarks:([Ljava/lang/Long;ILcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.archiveDocuments ( Long[ ] p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.archiveDocuments:([Ljava/lang/Long;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.bulkUpdate ( Long[ ] p1, GUIDocument p2, boolean p3, AsyncCallback<GUIDocument[ ]> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.bulkUpdate:([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;ZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.checkout ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.checkout:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.countDocuments ( long[ ] p1, int p2, AsyncCallback<Long> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.countDocuments:([JILcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.delete ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.delete:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteBookmarks ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteBookmarks:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteFromTrash ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteFromTrash:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteLinks ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteLinks:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteNotes ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteNotes:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.deleteVersions ( long[ ] p1, AsyncCallback<GUIDocument> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.deleteVersions:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.indexDocuments ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.indexDocuments:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.linkDocuments ( Long[ ] p1, Long[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.linkDocuments:([Ljava/lang/Long;[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.lock ( Long[ ] p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.lock:([Ljava/lang/Long;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.makeImmutable ( Long[ ] p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.makeImmutable:([Ljava/lang/Long;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.markIndexable ( Long[ ] p1, int p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.markIndexable:([Ljava/lang/Long;ILcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.markUnindexable ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.markUnindexable:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.merge ( Long[ ] p1, long p2, String p3, AsyncCallback<GUIDocument> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.merge:([Ljava/lang/Long;JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.restore ( Long[ ] p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.restore:([Ljava/lang/Long;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.saveNotes ( long p1, GUIDocumentNote[ ] p2, Collection<String> p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.saveNotes:(J[Lcom/logicaldoc/gui/common/client/beans/GUIDocumentNote;Ljava/util/Collection;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.unarchiveDocuments ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.unarchiveDocuments:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.unlock ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.unlock:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentsGrid.getDocuments ( ) [abstract] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsGrid.getIds ( ) [abstract] : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getIds:()[Ljava/lang/Long;
DocumentsGrid.getSelectedDocuments ( ) [abstract] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsGrid.getSelectedIds ( ) [abstract] : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getSelectedIds:()[Ljava/lang/Long;
DocumentsGrid.setDocuments ( GUIDocument[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.setDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsListGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentsListGrid.getDocuments ( ) : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsListGrid.getIds ( ) : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getIds:()[Ljava/lang/Long;
DocumentsListGrid.getSelectedDocuments ( ) : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsListGrid.getSelectedIds ( ) : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getSelectedIds:()[Ljava/lang/Long;
DocumentsListGrid.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
DocumentsListGrid.setDocuments ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.setDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsPanel.class
package com.logicaldoc.gui.frontend.client.document
DocumentsPanel.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/document/DocumentsPanel.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsTileGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
DocumentsTileGrid.getDocuments ( ) : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsTileGrid.getIds ( ) : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getIds:()[Ljava/lang/Long;
DocumentsTileGrid.getSelectedDocuments ( ) : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
DocumentsTileGrid.getSelectedIds ( ) : Long[ ]
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getSelectedIds:()[Ljava/lang/Long;
DocumentsTileGrid.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
DocumentsTileGrid.setDocuments ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.setDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
DocumentToolbar.class
package com.logicaldoc.gui.frontend.client.document
DocumentToolbar.prepareButtons ( boolean downloadEnabled, boolean writeEnabled ) : void
com/logicaldoc/gui/frontend/client/document/DocumentToolbar.prepareButtons:(ZZ)V
logicaldoc-gui-8.9.0-plugin.jar,
DropboxService.class
package com.logicaldoc.gui.frontend.client.services
DropboxService.exportDocuments ( String p1, long[ ] p2, Long[ ] p3 ) [abstract] : boolean
com/logicaldoc/gui/frontend/client/services/DropboxService.exportDocuments:(Ljava/lang/String;[J[Ljava/lang/Long;)Z
DropboxService.importDocuments ( long p1, String[ ] p2 ) [abstract] : int
com/logicaldoc/gui/frontend/client/services/DropboxService.importDocuments:(J[Ljava/lang/String;)I
logicaldoc-gui-8.9.0-plugin.jar,
DropboxServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DropboxServiceAsync.exportDocuments ( String p1, long[ ] p2, Long[ ] p3, AsyncCallback<Boolean> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DropboxServiceAsync.exportDocuments:(Ljava/lang/String;[J[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DropboxServiceAsync.importDocuments ( long p1, String[ ] p2, AsyncCallback<Integer> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DropboxServiceAsync.importDocuments:(J[Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
EmailDialog.class
package com.logicaldoc.gui.frontend.client.document
EmailDialog.EmailDialog ( Long[ ] docIds, String docTitle )
com/logicaldoc/gui/frontend/client/document/EmailDialog."<init>":([Ljava/lang/Long;Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
FillRoutineParams.class
package com.logicaldoc.gui.frontend.client.document.grid
FillRoutineParams.FillRoutineParams ( String title, GUIAutomationRoutine routine, long folderId, Long[ ] docIds )
com/logicaldoc/gui/frontend/client/document/grid/FillRoutineParams."<init>":(Ljava/lang/String;Lcom/logicaldoc/gui/common/client/beans/GUIAutomationRoutine;J[Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
FillStamp.class
package com.logicaldoc.gui.frontend.client.document.stamp
FillStamp.FillStamp ( DocumentsGrid sourceGrid, GUIStamp stamp, boolean visualPositioning )
com/logicaldoc/gui/frontend/client/document/stamp/FillStamp."<init>":(Lcom/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;Z)V
logicaldoc-gui-8.9.0-plugin.jar,
FolderNavigator.class
package com.logicaldoc.gui.frontend.client.folder
FolderNavigator.getSelectedIds ( ) : long[ ]
com/logicaldoc/gui/frontend/client/folder/FolderNavigator.getSelectedIds:()[J
logicaldoc-gui-8.9.0-plugin.jar,
FolderSearchDialog.class
package com.logicaldoc.gui.frontend.client.folder
FolderSearchDialog.getLastResult ( ) : ListGridRecord[ ]
com/logicaldoc/gui/frontend/client/folder/FolderSearchDialog.getLastResult:()[Lcom/smartgwt/client/widgets/grid/ListGridRecord;
logicaldoc-gui-8.9.0-plugin.jar,
FolderSecurityPanel.class
package com.logicaldoc.gui.frontend.client.folder
FolderSecurityPanel.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/frontend/client/folder/FolderSecurityPanel.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
logicaldoc-gui-8.9.0-plugin.jar,
FolderService.class
package com.logicaldoc.gui.frontend.client.services
FolderService.applyRights ( GUIFolder p1, boolean p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.applyRights:(Lcom/logicaldoc/gui/common/client/beans/GUIFolder;Z)V
FolderService.computeStats ( long p1 ) [abstract] : long[ ]
com/logicaldoc/gui/frontend/client/services/FolderService.computeStats:(J)[J
FolderService.copyFolders ( long[ ] p1, long p2, boolean p3, String p4, GUIFolder p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.copyFolders:([JJZLjava/lang/String;Lcom/logicaldoc/gui/common/client/beans/GUIFolder;)V
FolderService.delete ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.delete:([J)V
FolderService.deleteFromTrash ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.deleteFromTrash:([Ljava/lang/Long;)V
FolderService.inheritRights ( long p1, long p2 ) [abstract] : GUIFolder
com/logicaldoc/gui/frontend/client/services/FolderService.inheritRights:(JJ)Lcom/logicaldoc/gui/common/client/beans/GUIFolder;
FolderService.loadTemplates ( ) [abstract] : GUIValue[ ]
com/logicaldoc/gui/frontend/client/services/FolderService.loadTemplates:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
FolderService.merge ( long[ ] p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.merge:([JJ)V
FolderService.move ( long[ ] p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.move:([JJ)V
FolderService.paste ( long[ ] p1, long p2, String p3, boolean p4, boolean p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.paste:([JJLjava/lang/String;ZZ)V
FolderService.pasteAsAlias ( long[ ] p1, long p2, String p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.pasteAsAlias:([JJLjava/lang/String;)V
FolderService.restore ( Long[ ] p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.restore:([Ljava/lang/Long;J)V
FolderService.saveTemplates ( GUIValue[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderService.saveTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
logicaldoc-gui-8.9.0-plugin.jar,
FolderServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
FolderServiceAsync.applyRights ( GUIFolder p1, boolean p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.applyRights:(Lcom/logicaldoc/gui/common/client/beans/GUIFolder;ZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.copyFolders ( long[ ] p1, long p2, boolean p3, String p4, GUIFolder p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.copyFolders:([JJZLjava/lang/String;Lcom/logicaldoc/gui/common/client/beans/GUIFolder;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.delete ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.delete:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.deleteFromTrash ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.deleteFromTrash:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.inheritRights ( long p1, long p2, AsyncCallback<GUIFolder> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.inheritRights:(JJLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.merge ( long[ ] p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.merge:([JJLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.move ( long[ ] p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.move:([JJLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.paste ( long[ ] p1, long p2, String p3, boolean p4, boolean p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.paste:([JJLjava/lang/String;ZZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.pasteAsAlias ( long[ ] p1, long p2, String p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.pasteAsAlias:([JJLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.restore ( Long[ ] p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.restore:([Ljava/lang/Long;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
FolderServiceAsync.saveTemplates ( GUIValue[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/FolderServiceAsync.saveTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
FolderTemplatesPanel.class
package com.logicaldoc.gui.frontend.client.metadata
FolderTemplatesPanel.reloadTemplates ( GUIValue[ ] templates ) : void
com/logicaldoc/gui/frontend/client/metadata/FolderTemplatesPanel.reloadTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
logicaldoc-gui-8.9.0-plugin.jar,
GDriveService.class
package com.logicaldoc.gui.frontend.client.services
GDriveService.exportDocuments ( Long[ ] p1 ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/GDriveService.exportDocuments:([Ljava/lang/Long;)[Ljava/lang/String;
GDriveService.importDocuments ( String[ ] p1, long p2, String p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/GDriveService.importDocuments:([Ljava/lang/String;JLjava/lang/String;)V
GDriveService.loadSettings ( ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/GDriveService.loadSettings:()[Ljava/lang/String;
GDriveService.search ( String p1 ) [abstract] : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/services/GDriveService.search:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-gui-8.9.0-plugin.jar,
GDriveServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
GDriveServiceAsync.exportDocuments ( Long[ ] p1, AsyncCallback<String[ ]> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/GDriveServiceAsync.exportDocuments:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
GDriveServiceAsync.importDocuments ( String[ ] p1, long p2, String p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/GDriveServiceAsync.importDocuments:([Ljava/lang/String;JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
GroupSelectorCombo.class
package com.logicaldoc.gui.common.client.widgets
GroupSelectorCombo.getGroupIds ( ) : long[ ]
com/logicaldoc/gui/common/client/widgets/GroupSelectorCombo.getGroupIds:()[J
logicaldoc-gui-8.9.0-plugin.jar,
GUIAttribute.class
package com.logicaldoc.gui.common.client.beans
GUIAttribute.getForbiddenNames ( ) [static] : String[ ]
com/logicaldoc/gui/common/client/beans/GUIAttribute.getForbiddenNames:()[Ljava/lang/String;
GUIAttribute.getOptions ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIAttribute.getOptions:()[Ljava/lang/String;
GUIAttribute.setOptions ( String[ ] options ) : void
com/logicaldoc/gui/common/client/beans/GUIAttribute.setOptions:([Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIAttributeSet.class
package com.logicaldoc.gui.common.client.beans
GUIAttributeSet.getAttributes ( ) : GUIAttribute[ ]
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.getAttributes:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
GUIAttributeSet.getAttributesOrderedByPosition ( ) : GUIAttribute[ ]
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.getAttributesOrderedByPosition:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
GUIAttributeSet.reorderAttributes ( List<String> names ) : void
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.reorderAttributes:(Ljava/util/List;)V
GUIAttributeSet.setAttributes ( GUIAttribute[ ] attributes ) : void
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.setAttributes:([Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIAutomationRoutine.class
package com.logicaldoc.gui.common.client.beans
GUIAutomationRoutine.getPermissions ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.getPermissions:()[Ljava/lang/String;
GUIAutomationRoutine.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
GUIAutomationRoutine.setPermissions ( String[ ] permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.setPermissions:([Ljava/lang/String;)V
GUIAutomationRoutine.setRights ( GUIRight[ ] rights ) : void
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.setRights:([Lcom/logicaldoc/gui/common/client/beans/GUIRight;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUICalendarEvent.class
package com.logicaldoc.gui.common.client.beans
GUICalendarEvent.getDocuments ( ) : GUIDocument[ ]
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
GUICalendarEvent.getParticipants ( ) : GUIUser[ ]
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getParticipants:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
GUICalendarEvent.getParticipantsGroups ( ) : GUIGroup[ ]
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getParticipantsGroups:()[Lcom/logicaldoc/gui/common/client/beans/GUIGroup;
GUICalendarEvent.getReminders ( ) : GUIReminder[ ]
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getReminders:()[Lcom/logicaldoc/gui/common/client/beans/GUIReminder;
GUICalendarEvent.setDocuments ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setDocuments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
GUICalendarEvent.setParticipants ( GUIUser[ ] participants ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setParticipants:([Lcom/logicaldoc/gui/common/client/beans/GUIUser;)V
GUICalendarEvent.setParticipantsGroups ( GUIGroup[ ] participantsGroups ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setParticipantsGroups:([Lcom/logicaldoc/gui/common/client/beans/GUIGroup;)V
GUICalendarEvent.setReminders ( GUIReminder[ ] reminders ) : void
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.setReminders:([Lcom/logicaldoc/gui/common/client/beans/GUIReminder;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIDocument.class
package com.logicaldoc.gui.common.client.beans
GUIDocument.getNotifyUsers ( ) : long[ ]
com/logicaldoc/gui/common/client/beans/GUIDocument.getNotifyUsers:()[J
GUIDocument.getTags ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIDocument.getTags:()[Ljava/lang/String;
GUIDocument.setNotifyUsers ( long[ ] notifyUsers ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setNotifyUsers:([J)V
GUIDocument.setTags ( String[ ] tags ) : void
com/logicaldoc/gui/common/client/beans/GUIDocument.setTags:([Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIEmail.class
package com.logicaldoc.gui.common.client.beans
GUIEmail.getAttachments ( ) : GUIDocument[ ]
com/logicaldoc/gui/common/client/beans/GUIEmail.getAttachments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
GUIEmail.getBccs ( ) : GUIContact[ ]
com/logicaldoc/gui/common/client/beans/GUIEmail.getBccs:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
GUIEmail.getCcs ( ) : GUIContact[ ]
com/logicaldoc/gui/common/client/beans/GUIEmail.getCcs:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
GUIEmail.getDocIds ( ) : Long[ ]
com/logicaldoc/gui/common/client/beans/GUIEmail.getDocIds:()[Ljava/lang/Long;
GUIEmail.getReplyTo ( ) : GUIContact[ ]
com/logicaldoc/gui/common/client/beans/GUIEmail.getReplyTo:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
GUIEmail.getTos ( ) : GUIContact[ ]
com/logicaldoc/gui/common/client/beans/GUIEmail.getTos:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
GUIEmail.setAttachments ( GUIDocument[ ] attachments ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setAttachments:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
GUIEmail.setBccs ( GUIContact[ ] bccs ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setBccs:([Lcom/logicaldoc/gui/common/client/beans/GUIContact;)V
GUIEmail.setCcs ( GUIContact[ ] ccs ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setCcs:([Lcom/logicaldoc/gui/common/client/beans/GUIContact;)V
GUIEmail.setDocIds ( Long[ ] docIds ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setDocIds:([Ljava/lang/Long;)V
GUIEmail.setReplyTo ( GUIContact[ ] replyTo ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setReplyTo:([Lcom/logicaldoc/gui/common/client/beans/GUIContact;)V
GUIEmail.setTos ( GUIContact[ ] tos ) : void
com/logicaldoc/gui/common/client/beans/GUIEmail.setTos:([Lcom/logicaldoc/gui/common/client/beans/GUIContact;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIEmailAccount.class
package com.logicaldoc.gui.common.client.beans
GUIEmailAccount.getRules ( ) : GUIEmailRule[ ]
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.getRules:()[Lcom/logicaldoc/gui/common/client/beans/GUIEmailRule;
GUIEmailAccount.setRules ( GUIEmailRule[ ] rules ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.setRules:([Lcom/logicaldoc/gui/common/client/beans/GUIEmailRule;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIExtensibleObject.class
package com.logicaldoc.gui.common.client.beans
GUIExtensibleObject.getAttributeNames ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.getAttributeNames:()[Ljava/lang/String;
GUIExtensibleObject.getAttributes ( ) : GUIAttribute[ ]
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.getAttributes:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
GUIExtensibleObject.setAttributes ( GUIAttribute[ ] attributes ) : void
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.setAttributes:([Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIFolder.class
package com.logicaldoc.gui.common.client.beans
GUIFolder.getParent ( ) : GUIFolder
com/logicaldoc/gui/common/client/beans/GUIFolder.getParent:()Lcom/logicaldoc/gui/common/client/beans/GUIFolder;
GUIFolder.getPath ( ) : GUIFolder[ ]
com/logicaldoc/gui/common/client/beans/GUIFolder.getPath:()[Lcom/logicaldoc/gui/common/client/beans/GUIFolder;
GUIFolder.getPermissions ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIFolder.getPermissions:()[Ljava/lang/String;
GUIFolder.getQuotaAlertRecipients ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIFolder.getQuotaAlertRecipients:()[Ljava/lang/String;
GUIFolder.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/common/client/beans/GUIFolder.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
GUIFolder.getTags ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIFolder.getTags:()[Ljava/lang/String;
GUIFolder.setPath ( GUIFolder[ ] path ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setPath:([Lcom/logicaldoc/gui/common/client/beans/GUIFolder;)V
GUIFolder.setPermissions ( String[ ] permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setPermissions:([Ljava/lang/String;)V
GUIFolder.setQuotaAlertRecipients ( String[ ] quotaAlertRecipients ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setQuotaAlertRecipients:([Ljava/lang/String;)V
GUIFolder.setRights ( GUIRight[ ] rights ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setRights:([Lcom/logicaldoc/gui/common/client/beans/GUIRight;)V
GUIFolder.setTags ( String[ ] tags ) : void
com/logicaldoc/gui/common/client/beans/GUIFolder.setTags:([Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIForm.class
package com.logicaldoc.gui.common.client.beans
GUIForm.getRecipients ( ) : GUIUser[ ]
com/logicaldoc/gui/common/client/beans/GUIForm.getRecipients:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
GUIForm.setRecipients ( GUIUser[ ] recipients ) : void
com/logicaldoc/gui/common/client/beans/GUIForm.setRecipients:([Lcom/logicaldoc/gui/common/client/beans/GUIUser;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIIncrementalArchive.class
package com.logicaldoc.gui.common.client.beans
GUIIncrementalArchive.getTemplateIds ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.getTemplateIds:()[Ljava/lang/String;
GUIIncrementalArchive.getTemplates ( ) : GUITemplate[ ]
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.getTemplates:()[Lcom/logicaldoc/gui/common/client/beans/GUITemplate;
GUIIncrementalArchive.setTemplates ( GUITemplate[ ] templates ) : void
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.setTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUITemplate;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIInfo.class
package com.logicaldoc.gui.common.client.beans
GUIInfo.getAlerts ( ) : GUIMessage[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getAlerts:()[Lcom/logicaldoc/gui/common/client/beans/GUIMessage;
GUIInfo.getAttributeDefinitions ( ) : GUIAttribute[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getAttributeDefinitions:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
GUIInfo.getBundle ( ) : GUIValue[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getBundle:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
GUIInfo.getConfig ( ) : GUIValue[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getConfig:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
GUIInfo.getFeatures ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getFeatures:()[Ljava/lang/String;
GUIInfo.getSupportedGUILanguages ( ) : GUIValue[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getSupportedGUILanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
GUIInfo.getSupportedLanguages ( ) : GUIValue[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getSupportedLanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
GUIInfo.getUnconfirmedReagings ( ) : GUIReadingRequest[ ]
com/logicaldoc/gui/common/client/beans/GUIInfo.getUnconfirmedReagings:()[Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;
GUIInfo.setAlerts ( GUIMessage[ ] alerts ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setAlerts:([Lcom/logicaldoc/gui/common/client/beans/GUIMessage;)V
GUIInfo.setAttributeDefinitions ( GUIAttribute[ ] attributeDefinitions ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setAttributeDefinitions:([Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)V
GUIInfo.setBundle ( GUIValue[ ] bundle ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setBundle:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
GUIInfo.setConfig ( GUIValue[ ] config ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setConfig:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
GUIInfo.setFeatures ( String[ ] features ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setFeatures:([Ljava/lang/String;)V
GUIInfo.setSupportedGUILanguages ( GUIValue[ ] supportedGUILanguages ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setSupportedGUILanguages:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
GUIInfo.setSupportedLanguages ( GUIValue[ ] supportedLanguages ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setSupportedLanguages:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
GUIInfo.setUnconfirmedReagings ( GUIReadingRequest[ ] unconfirmedReagings ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setUnconfirmedReagings:([Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUILDAPServer.class
package com.logicaldoc.gui.common.client.beans
GUILDAPServer.getDefaultGroups ( ) : GUIGroup[ ]
com/logicaldoc/gui/common/client/beans/GUILDAPServer.getDefaultGroups:()[Lcom/logicaldoc/gui/common/client/beans/GUIGroup;
GUILDAPServer.setDefaultGroups ( GUIGroup[ ] defaultGroups ) : void
com/logicaldoc/gui/common/client/beans/GUILDAPServer.setDefaultGroups:([Lcom/logicaldoc/gui/common/client/beans/GUIGroup;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIMenu.class
package com.logicaldoc.gui.common.client.beans
GUIMenu.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/common/client/beans/GUIMenu.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
GUIMenu.getSecurityRef ( ) : Long
com/logicaldoc/gui/common/client/beans/GUIMenu.getSecurityRef:()Ljava/lang/Long;
GUIMenu.setRights ( GUIRight[ ] rights ) : void
com/logicaldoc/gui/common/client/beans/GUIMenu.setRights:([Lcom/logicaldoc/gui/common/client/beans/GUIRight;)V
GUIMenu.setSecurityRef ( Long securityRef ) : void
com/logicaldoc/gui/common/client/beans/GUIMenu.setSecurityRef:(Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIOCRTemplate.class
package com.logicaldoc.gui.common.client.beans
GUIOCRTemplate.getZones ( ) : GUIZone[ ]
com/logicaldoc/gui/common/client/beans/GUIOCRTemplate.getZones:()[Lcom/logicaldoc/gui/common/client/beans/GUIZone;
GUIOCRTemplate.setZones ( GUIZone[ ] zones ) : void
com/logicaldoc/gui/common/client/beans/GUIOCRTemplate.setZones:([Lcom/logicaldoc/gui/common/client/beans/GUIZone;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIResult.class
package com.logicaldoc.gui.common.client.beans
GUIResult.getHits ( ) : GUIDocument[ ]
com/logicaldoc/gui/common/client/beans/GUIResult.getHits:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
GUIResult.setHits ( GUIDocument[ ] hits ) : void
com/logicaldoc/gui/common/client/beans/GUIResult.setHits:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIRight.class
package com.logicaldoc.gui.common.client.beans
GUIRight.getEntityId ( ) : long
com/logicaldoc/gui/common/client/beans/GUIRight.getEntityId:()J
GUIRight.getLabel ( ) : String
com/logicaldoc/gui/common/client/beans/GUIRight.getLabel:()Ljava/lang/String;
GUIRight.getName ( ) : String
com/logicaldoc/gui/common/client/beans/GUIRight.getName:()Ljava/lang/String;
GUIRight.GUIRight ( )
com/logicaldoc/gui/common/client/beans/GUIRight."<init>":()V
GUIRight.isAdd ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isAdd:()Z
GUIRight.isArchive ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isArchive:()Z
GUIRight.isAutomation ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isAutomation:()Z
GUIRight.isCalendar ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isCalendar:()Z
GUIRight.isDelete ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isDelete:()Z
GUIRight.isDownload ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isDownload:()Z
GUIRight.isEmail ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isEmail:()Z
GUIRight.isExport ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isExport:()Z
GUIRight.isImmutable ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isImmutable:()Z
GUIRight.isImport ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isImport:()Z
GUIRight.isMove ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isMove:()Z
GUIRight.isPassword ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isPassword:()Z
GUIRight.isPrint ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isPrint:()Z
GUIRight.isRead ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isRead:()Z
GUIRight.isReadingreq ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isReadingreq:()Z
GUIRight.isRename ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isRename:()Z
GUIRight.isSecurity ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isSecurity:()Z
GUIRight.isSign ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isSign:()Z
GUIRight.isStorage ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isStorage:()Z
GUIRight.isSubscription ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isSubscription:()Z
GUIRight.isWorkflow ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isWorkflow:()Z
GUIRight.isWrite ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIRight.isWrite:()Z
GUIRight.setAdd ( boolean add ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setAdd:(Z)V
GUIRight.setArchive ( boolean archive ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setArchive:(Z)V
GUIRight.setAutomation ( boolean automation ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setAutomation:(Z)V
GUIRight.setCalendar ( boolean calendar ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setCalendar:(Z)V
GUIRight.setDelete ( boolean delete ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setDelete:(Z)V
GUIRight.setDownload ( boolean download ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setDownload:(Z)V
GUIRight.setEmail ( boolean email ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setEmail:(Z)V
GUIRight.setEntityId ( long entityId ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setEntityId:(J)V
GUIRight.setExport ( boolean export ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setExport:(Z)V
GUIRight.setImmutable ( boolean immutable ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setImmutable:(Z)V
GUIRight.setImport ( boolean iimport ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setImport:(Z)V
GUIRight.setLabel ( String label ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setLabel:(Ljava/lang/String;)V
GUIRight.setMove ( boolean move ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setMove:(Z)V
GUIRight.setName ( String name ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setName:(Ljava/lang/String;)V
GUIRight.setPassword ( boolean password ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setPassword:(Z)V
GUIRight.setPrint ( boolean print ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setPrint:(Z)V
GUIRight.setRead ( boolean read ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setRead:(Z)V
GUIRight.setReadingreq ( boolean readingreq ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setReadingreq:(Z)V
GUIRight.setRename ( boolean rename ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setRename:(Z)V
GUIRight.setSecurity ( boolean security ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setSecurity:(Z)V
GUIRight.setSign ( boolean sign ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setSign:(Z)V
GUIRight.setStorage ( boolean storage ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setStorage:(Z)V
GUIRight.setSubscription ( boolean subscription ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setSubscription:(Z)V
GUIRight.setWorkflow ( boolean workflow ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setWorkflow:(Z)V
GUIRight.setWrite ( boolean write ) : void
com/logicaldoc/gui/common/client/beans/GUIRight.setWrite:(Z)V
logicaldoc-gui-8.9.0-plugin.jar,
GUISearchOptions.class
package com.logicaldoc.gui.common.client.beans
GUISearchOptions.getCriteria ( ) : GUICriterion[ ]
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getCriteria:()[Lcom/logicaldoc/gui/common/client/beans/GUICriterion;
GUISearchOptions.getFields ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getFields:()[Ljava/lang/String;
GUISearchOptions.getFilterIds ( ) : Long[ ]
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getFilterIds:()[Ljava/lang/Long;
GUISearchOptions.setCriteria ( GUICriterion[ ] criteria ) : void
com/logicaldoc/gui/common/client/beans/GUISearchOptions.setCriteria:([Lcom/logicaldoc/gui/common/client/beans/GUICriterion;)V
GUISearchOptions.setFields ( String[ ] flds ) : void
com/logicaldoc/gui/common/client/beans/GUISearchOptions.setFields:([Ljava/lang/String;)V
GUISearchOptions.setFilterIds ( Long[ ] filterIds ) : void
com/logicaldoc/gui/common/client/beans/GUISearchOptions.setFilterIds:([Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIStamp.class
package com.logicaldoc.gui.common.client.beans
GUIStamp.getUsers ( ) : GUIUser[ ]
com/logicaldoc/gui/common/client/beans/GUIStamp.getUsers:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
GUIStamp.setUsers ( GUIUser[ ] users ) : void
com/logicaldoc/gui/common/client/beans/GUIStamp.setUsers:([Lcom/logicaldoc/gui/common/client/beans/GUIUser;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUITask.class
package com.logicaldoc.gui.common.client.beans
GUITask.getReportRecipients ( ) : GUIUser[ ]
com/logicaldoc/gui/common/client/beans/GUITask.getReportRecipients:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
GUITask.setReportRecipients ( GUIUser[ ] reportRecipients ) : void
com/logicaldoc/gui/common/client/beans/GUITask.setReportRecipients:([Lcom/logicaldoc/gui/common/client/beans/GUIUser;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUITemplate.class
package com.logicaldoc.gui.common.client.beans
GUITemplate.getAttributes ( ) : GUIAttribute[ ]
com/logicaldoc/gui/common/client/beans/GUITemplate.getAttributes:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
GUITemplate.getAttributesOrderedByPosition ( ) : GUIAttribute[ ]
com/logicaldoc/gui/common/client/beans/GUITemplate.getAttributesOrderedByPosition:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
GUITemplate.getPermissions ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUITemplate.getPermissions:()[Ljava/lang/String;
GUITemplate.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/common/client/beans/GUITemplate.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
GUITemplate.setAttributes ( GUIAttribute[ ] attributes ) : void
com/logicaldoc/gui/common/client/beans/GUITemplate.setAttributes:([Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)V
GUITemplate.setPermissions ( String[ ] permissions ) : void
com/logicaldoc/gui/common/client/beans/GUITemplate.setPermissions:([Ljava/lang/String;)V
GUITemplate.setRights ( GUIRight[ ] rights ) : void
com/logicaldoc/gui/common/client/beans/GUITemplate.setRights:([Lcom/logicaldoc/gui/common/client/beans/GUIRight;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUITenant.class
package com.logicaldoc.gui.common.client.beans
GUITenant.clearQuotaAlertRecipients ( ) : void
com/logicaldoc/gui/common/client/beans/GUITenant.clearQuotaAlertRecipients:()V
GUITenant.getQuotaAlertRecipients ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUITenant.getQuotaAlertRecipients:()[Ljava/lang/String;
GUITenant.getQuotaAlertRecipientsAsString ( ) : String
com/logicaldoc/gui/common/client/beans/GUITenant.getQuotaAlertRecipientsAsString:()Ljava/lang/String;
GUITenant.setQuotaAlertRecipients ( String[ ] quotaAlertRecipients ) : void
com/logicaldoc/gui/common/client/beans/GUITenant.setQuotaAlertRecipients:([Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIUser.class
package com.logicaldoc.gui.common.client.beans
GUIUser.getAssignedTasks ( ) : int
com/logicaldoc/gui/common/client/beans/GUIUser.getAssignedTasks:()I
GUIUser.getCustomActions ( ) : GUIMenu[ ]
com/logicaldoc/gui/common/client/beans/GUIUser.getCustomActions:()[Lcom/logicaldoc/gui/common/client/beans/GUIMenu;
GUIUser.getDashlets ( ) : GUIDashlet[ ]
com/logicaldoc/gui/common/client/beans/GUIUser.getDashlets:()[Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;
GUIUser.getGroups ( ) : GUIGroup[ ]
com/logicaldoc/gui/common/client/beans/GUIUser.getGroups:()[Lcom/logicaldoc/gui/common/client/beans/GUIGroup;
GUIUser.getMenus ( ) : Long[ ]
com/logicaldoc/gui/common/client/beans/GUIUser.getMenus:()[Ljava/lang/Long;
GUIUser.getWorkingTimes ( ) : GUIWorkingTime[ ]
com/logicaldoc/gui/common/client/beans/GUIUser.getWorkingTimes:()[Lcom/logicaldoc/gui/common/client/beans/GUIWorkingTime;
GUIUser.removeDashlet ( int id ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.removeDashlet:(I)V
GUIUser.setAssignedTasks ( int tasks ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setAssignedTasks:(I)V
GUIUser.setCustomActions ( GUIMenu[ ] customActions ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setCustomActions:([Lcom/logicaldoc/gui/common/client/beans/GUIMenu;)V
GUIUser.setDashlets ( GUIDashlet[ ] dashlets ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setDashlets:([Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;)V
GUIUser.setGroups ( GUIGroup[ ] groups ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setGroups:([Lcom/logicaldoc/gui/common/client/beans/GUIGroup;)V
GUIUser.setMenus ( Long[ ] menus ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setMenus:([Ljava/lang/Long;)V
GUIUser.setWorkingTimes ( GUIWorkingTime[ ] workingTimes ) : void
com/logicaldoc/gui/common/client/beans/GUIUser.setWorkingTimes:([Lcom/logicaldoc/gui/common/client/beans/GUIWorkingTime;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIWFState.class
package com.logicaldoc.gui.common.client.beans
GUIWFState.getParticipants ( ) : GUIValue[ ]
com/logicaldoc/gui/common/client/beans/GUIWFState.getParticipants:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
GUIWFState.getTransitions ( ) : GUITransition[ ]
com/logicaldoc/gui/common/client/beans/GUIWFState.getTransitions:()[Lcom/logicaldoc/gui/common/client/beans/GUITransition;
GUIWFState.setParticipants ( GUIValue[ ] participants ) : void
com/logicaldoc/gui/common/client/beans/GUIWFState.setParticipants:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
GUIWFState.setTransitions ( GUITransition[ ] transitions ) : void
com/logicaldoc/gui/common/client/beans/GUIWFState.setTransitions:([Lcom/logicaldoc/gui/common/client/beans/GUITransition;)V
logicaldoc-gui-8.9.0-plugin.jar,
GUIWorkflow.class
package com.logicaldoc.gui.common.client.beans
GUIWorkflow.addState ( GUIWFState status ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.addState:(Lcom/logicaldoc/gui/common/client/beans/GUIWFState;)V
GUIWorkflow.getAppendedDocs ( ) : GUIDocument[ ]
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getAppendedDocs:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
GUIWorkflow.getPermissions ( ) : String[ ]
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getPermissions:()[Ljava/lang/String;
GUIWorkflow.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
GUIWorkflow.getStates ( ) : GUIWFState[ ]
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getStates:()[Lcom/logicaldoc/gui/common/client/beans/GUIWFState;
GUIWorkflow.getSupervisors ( ) : GUIUser[ ]
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getSupervisors:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
GUIWorkflow.getWflHistory ( ) : GUIWFState[ ]
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getWflHistory:()[Lcom/logicaldoc/gui/common/client/beans/GUIWFState;
GUIWorkflow.setAppendedDocs ( GUIDocument[ ] appendedDocs ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setAppendedDocs:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
GUIWorkflow.setPermissions ( String[ ] permissions ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setPermissions:([Ljava/lang/String;)V
GUIWorkflow.setRights ( GUIRight[ ] rights ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setRights:([Lcom/logicaldoc/gui/common/client/beans/GUIRight;)V
GUIWorkflow.setStates ( GUIWFState[ ] states ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setStates:([Lcom/logicaldoc/gui/common/client/beans/GUIWFState;)V
GUIWorkflow.setSupervisors ( GUIUser[ ] supervisors ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setSupervisors:([Lcom/logicaldoc/gui/common/client/beans/GUIUser;)V
GUIWorkflow.setWflHistory ( GUIWFState[ ] wflHistory ) : void
com/logicaldoc/gui/common/client/beans/GUIWorkflow.setWflHistory:([Lcom/logicaldoc/gui/common/client/beans/GUIWFState;)V
logicaldoc-gui-8.9.0-plugin.jar,
HitsListPanel.class
package com.logicaldoc.gui.frontend.client.search
HitsListPanel.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/search/HitsListPanel.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
I18N.class
package com.logicaldoc.gui.common.client.i18n
I18N.getGuiLanguages ( ) [static] : GUIValue[ ]
com/logicaldoc/gui/common/client/i18n/I18N.getGuiLanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
I18N.getLanguages ( ) : GUIValue[ ]
com/logicaldoc/gui/common/client/i18n/I18N.getLanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
I18N.message ( String key, String[ ] vals ) [static] : String
com/logicaldoc/gui/common/client/i18n/I18N.message:(Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;
I18N.setGuiLanguages ( GUIValue[ ] guiLanguages ) [static] : void
com/logicaldoc/gui/common/client/i18n/I18N.setGuiLanguages:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
I18N.setLanguages ( GUIValue[ ] languages ) [static] : void
com/logicaldoc/gui/common/client/i18n/I18N.setLanguages:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
logicaldoc-gui-8.9.0-plugin.jar,
ImpexService.class
package com.logicaldoc.gui.frontend.client.services
ImpexService.addDocuments ( long p1, Long[ ] p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ImpexService.addDocuments:(J[Ljava/lang/Long;)V
ImpexService.deleteVersions ( long p1, Long[ ] p2 ) [abstract] : GUIArchive
com/logicaldoc/gui/frontend/client/services/ImpexService.deleteVersions:(J[Ljava/lang/Long;)Lcom/logicaldoc/gui/common/client/beans/GUIArchive;
logicaldoc-gui-8.9.0-plugin.jar,
ImpexServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ImpexServiceAsync.addDocuments ( long p1, Long[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ImpexServiceAsync.addDocuments:(J[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ImpexServiceAsync.deleteVersions ( long p1, Long[ ] p2, AsyncCallback<GUIArchive> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ImpexServiceAsync.deleteVersions:(J[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
InfoService.class
package com.logicaldoc.gui.common.client.services
InfoService.getSessionInfo ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/common/client/services/InfoService.getSessionInfo:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
logicaldoc-gui-8.9.0-plugin.jar,
ItemFactory.class
package com.logicaldoc.gui.common.client.util
ItemFactory.newTagsComboBoxItem ( String name, String title, TagsDS options, Object[ ] tags ) [static] : MultiComboBoxItem
com/logicaldoc/gui/common/client/util/ItemFactory.newTagsComboBoxItem:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/gui/common/client/data/TagsDS;[Ljava/lang/Object;)Lcom/smartgwt/client/widgets/form/fields/MultiComboBoxItem;
logicaldoc-gui-8.9.0-plugin.jar,
LDAPService.class
package com.logicaldoc.gui.frontend.client.services
LDAPService.importUsers ( String[ ] p1, long p2 ) [abstract] : GUIValue[ ]
com/logicaldoc/gui/frontend/client/services/LDAPService.importUsers:([Ljava/lang/String;J)[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
LDAPService.listUsers ( String p1, long p2 ) [abstract] : GUIUser[ ]
com/logicaldoc/gui/frontend/client/services/LDAPService.listUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
LDAPService.reorder ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/LDAPService.reorder:([Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
LDAPServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
LDAPServiceAsync.importUsers ( String[ ] p1, long p2, AsyncCallback<GUIValue[ ]> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/LDAPServiceAsync.importUsers:([Ljava/lang/String;JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
LDAPServiceAsync.reorder ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/LDAPServiceAsync.reorder:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
MainMenu.class
package com.logicaldoc.gui.frontend.client.menu
MainMenu.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/menu/MainMenu.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
MenuRightsPanel.class
package com.logicaldoc.gui.frontend.client.security
MenuRightsPanel.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/frontend/client/security/MenuRightsPanel.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
MenuRightsPanel.MenuRightsPanel ( GUIMenu menu, boolean withApplyButton )
com/logicaldoc/gui/frontend/client/security/MenuRightsPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIMenu;Z)V
MenuRightsPanel.onApply ( ) : void
com/logicaldoc/gui/frontend/client/security/MenuRightsPanel.onApply:()V
MenuRightsPanel.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/security/MenuRightsPanel.onDraw:()V
logicaldoc-gui-8.9.0-plugin.jar,
MessageService.class
package com.logicaldoc.gui.frontend.client.services
MessageService.delete ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.delete:([J)V
MessageService.deleteTemplates ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.deleteTemplates:([J)V
MessageService.loadTemplates ( String p1, String p2 ) [abstract] : GUIMessageTemplate[ ]
com/logicaldoc/gui/frontend/client/services/MessageService.loadTemplates:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIMessageTemplate;
MessageService.save ( GUIMessage p1, long[ ] p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.save:(Lcom/logicaldoc/gui/common/client/beans/GUIMessage;[J)V
MessageService.saveTemplates ( GUIMessageTemplate[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageService.saveTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUIMessageTemplate;)V
logicaldoc-gui-8.9.0-plugin.jar,
MessageServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
MessageServiceAsync.delete ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.delete:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
MessageServiceAsync.deleteTemplates ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.deleteTemplates:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
MessageServiceAsync.save ( GUIMessage p1, long[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.save:(Lcom/logicaldoc/gui/common/client/beans/GUIMessage;[JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
MessageServiceAsync.saveTemplates ( GUIMessageTemplate[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/MessageServiceAsync.saveTemplates:([Lcom/logicaldoc/gui/common/client/beans/GUIMessageTemplate;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
MostUsedTagsPortlet.class
package com.logicaldoc.gui.frontend.client.dashboard
MostUsedTagsPortlet.MostUsedTagsPortlet ( )
com/logicaldoc/gui/frontend/client/dashboard/MostUsedTagsPortlet."<init>":()V
logicaldoc-gui-8.9.0-plugin.jar,
OCRService.class
package com.logicaldoc.gui.frontend.client.services
OCRService.loadSettings ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/OCRService.loadSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
logicaldoc-gui-8.9.0-plugin.jar,
PreviewPopup.class
package com.logicaldoc.gui.common.client.widgets.preview
PreviewPopup.PreviewPopup ( GUIDocument[ ] docs, int index )
com/logicaldoc/gui/common/client/widgets/preview/PreviewPopup."<init>":([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;I)V
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestController.class
package com.logicaldoc.gui.common.client.controllers
ReadingRequestController.addUnconfirmedReadings ( GUIReadingRequest[ ] readings ) : void
com/logicaldoc/gui/common/client/controllers/ReadingRequestController.addUnconfirmedReadings:([Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;)V
ReadingRequestController.getUnconfirmedReadingIds ( long docId ) : long[ ]
com/logicaldoc/gui/common/client/controllers/ReadingRequestController.getUnconfirmedReadingIds:(J)[J
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestDialog.class
package com.logicaldoc.gui.frontend.client.document.reading
ReadingRequestDialog.ReadingRequestDialog ( Long[ ] docIds )
com/logicaldoc/gui/frontend/client/document/reading/ReadingRequestDialog."<init>":([Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestObserver.class
package com.logicaldoc.gui.common.client.controllers
ReadingRequestObserver.onNewReadingRequests ( GUIReadingRequest[ ] p1 ) [abstract] : void
com/logicaldoc/gui/common/client/controllers/ReadingRequestObserver.onNewReadingRequests:([Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;)V
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestService.class
package com.logicaldoc.gui.frontend.client.services
ReadingRequestService.askReadingConfirmation ( Long[ ] p1, long[ ] p2, long[ ] p3, boolean p4, String p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.askReadingConfirmation:([Ljava/lang/Long;[J[JZLjava/lang/String;)V
ReadingRequestService.confirmReadings ( long[ ] p1, String p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.confirmReadings:([JLjava/lang/String;)V
ReadingRequestService.getUnconfimedReadings ( ) [abstract] : GUIReadingRequest[ ]
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.getUnconfimedReadings:()[Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ReadingRequestServiceAsync.askReadingConfirmation ( Long[ ] p1, long[ ] p2, long[ ] p3, boolean p4, String p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestServiceAsync.askReadingConfirmation:([Ljava/lang/Long;[J[JZLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ReadingRequestServiceAsync.confirmReadings ( long[ ] p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReadingRequestServiceAsync.confirmReadings:([JLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestsPanel.class
package com.logicaldoc.gui.frontend.client.dashboard.reading
ReadingRequestsPanel.onNewReadingRequests ( GUIReadingRequest[ ] requests ) : void
com/logicaldoc/gui/frontend/client/dashboard/reading/ReadingRequestsPanel.onNewReadingRequests:([Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;)V
logicaldoc-gui-8.9.0-plugin.jar,
Registration.class
package com.logicaldoc.gui.frontend.client.menu
Registration.Registration ( String[ ] reg )
com/logicaldoc/gui/frontend/client/menu/Registration."<init>":([Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
ReportService.class
package com.logicaldoc.gui.frontend.client.services
ReportService.execute ( long p1, GUIAttribute[ ] p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReportService.execute:(J[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)V
ReportService.getReportParameters ( long p1 ) [abstract] : GUIAttribute[ ]
com/logicaldoc/gui/frontend/client/services/ReportService.getReportParameters:(J)[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
ReportService.getReports ( ) [abstract] : GUIReport[ ]
com/logicaldoc/gui/frontend/client/services/ReportService.getReports:()[Lcom/logicaldoc/gui/common/client/beans/GUIReport;
logicaldoc-gui-8.9.0-plugin.jar,
ReportServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ReportServiceAsync.execute ( long p1, GUIAttribute[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ReportServiceAsync.execute:(J[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
RestoreDialog.class
package com.logicaldoc.gui.frontend.client.folder
RestoreDialog.RestoreDialog ( Long[ ] docIds, Long[ ] folderIds, ClickHandler handler )
com/logicaldoc/gui/frontend/client/folder/RestoreDialog."<init>":([Ljava/lang/Long;[Ljava/lang/Long;Lcom/smartgwt/client/widgets/events/ClickHandler;)V
logicaldoc-gui-8.9.0-plugin.jar,
RetentionPoliciesService.class
package com.logicaldoc.gui.frontend.client.services
RetentionPoliciesService.reorder ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/RetentionPoliciesService.reorder:([J)V
logicaldoc-gui-8.9.0-plugin.jar,
RetentionPoliciesServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
RetentionPoliciesServiceAsync.reorder ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/RetentionPoliciesServiceAsync.reorder:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
RightsDS.class
package com.logicaldoc.gui.common.client.data
RightsDS.RightsDS ( long id, boolean folder )
com/logicaldoc/gui/common/client/data/RightsDS."<init>":(JZ)V
logicaldoc-gui-8.9.0-plugin.jar,
SchemeService.class
package com.logicaldoc.gui.frontend.client.services
SchemeService.load ( ) [abstract] : GUIScheme[ ]
com/logicaldoc/gui/frontend/client/services/SchemeService.load:()[Lcom/logicaldoc/gui/common/client/beans/GUIScheme;
SchemeService.loadSequences ( ) [abstract] : GUISequence[ ]
com/logicaldoc/gui/frontend/client/services/SchemeService.loadSequences:()[Lcom/logicaldoc/gui/common/client/beans/GUISequence;
logicaldoc-gui-8.9.0-plugin.jar,
Search.class
package com.logicaldoc.gui.frontend.client.search
Search.getLastResult ( ) : GUIDocument[ ]
com/logicaldoc/gui/frontend/client/search/Search.getLastResult:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
logicaldoc-gui-8.9.0-plugin.jar,
SearchEngineService.class
package com.logicaldoc.gui.frontend.client.services
SearchEngineService.remove ( Long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineService.remove:([Ljava/lang/Long;)V
SearchEngineService.reorderTokenFilters ( String[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineService.reorderTokenFilters:([Ljava/lang/String;)V
SearchEngineService.saveTokenFilterSettings ( String p1, GUIParameter[ ] p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineService.saveTokenFilterSettings:(Ljava/lang/String;[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
logicaldoc-gui-8.9.0-plugin.jar,
SearchEngineServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SearchEngineServiceAsync.remove ( Long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineServiceAsync.remove:([Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SearchEngineServiceAsync.reorderTokenFilters ( String[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineServiceAsync.reorderTokenFilters:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SearchEngineServiceAsync.saveTokenFilterSettings ( String p1, GUIParameter[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchEngineServiceAsync.saveTokenFilterSettings:(Ljava/lang/String;[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
SearchPanel.class
package com.logicaldoc.gui.frontend.client.search
SearchPanel.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/frontend/client/search/SearchPanel.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
SearchService.class
package com.logicaldoc.gui.frontend.client.services
SearchService.delete ( String[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchService.delete:([Ljava/lang/String;)V
SearchService.shareSearch ( String p1, long[ ] p2, long[ ] p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchService.shareSearch:(Ljava/lang/String;[J[J)V
logicaldoc-gui-8.9.0-plugin.jar,
SearchServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SearchServiceAsync.delete ( String[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchServiceAsync.delete:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SearchServiceAsync.shareSearch ( String p1, long[ ] p2, long[ ] p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SearchServiceAsync.shareSearch:(Ljava/lang/String;[J[JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
SecurityService.class
package com.logicaldoc.gui.common.client.services
SecurityService.applyRights ( GUIMenu p1 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.applyRights:(Lcom/logicaldoc/gui/common/client/beans/GUIMenu;)V
SecurityService.cloneWorkTimes ( long p1, long[ ] p2, long[ ] p3 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.cloneWorkTimes:(J[J[J)V
SecurityService.deleteTrustedDevices ( String[ ] p1 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.deleteTrustedDevices:([Ljava/lang/String;)V
SecurityService.getMenus ( long p1, String p2, boolean p3 ) [abstract] : GUIMenu[ ]
com/logicaldoc/gui/common/client/services/SecurityService.getMenus:(JLjava/lang/String;Z)[Lcom/logicaldoc/gui/common/client/beans/GUIMenu;
SecurityService.loadBlockedEntities ( ) [abstract] : GUISequence[ ]
com/logicaldoc/gui/common/client/services/SecurityService.loadBlockedEntities:()[Lcom/logicaldoc/gui/common/client/beans/GUISequence;
SecurityService.removeBlockedEntities ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.removeBlockedEntities:([J)V
SecurityService.removeFromGroup ( long p1, long[ ] p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.removeFromGroup:(J[J)V
SecurityService.replicateUsersSettings ( long p1, Long[ ] p2, boolean p3, boolean p4 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.replicateUsersSettings:(J[Ljava/lang/Long;ZZ)V
SecurityService.saveMenus ( GUIMenu[ ] p1, String p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityService.saveMenus:([Lcom/logicaldoc/gui/common/client/beans/GUIMenu;Ljava/lang/String;)V
SecurityService.searchUsers ( String p1, String p2 ) [abstract] : GUIUser[ ]
com/logicaldoc/gui/common/client/services/SecurityService.searchUsers:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
SecurityService.validatePassword ( String p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 ) [abstract] : String[ ]
com/logicaldoc/gui/common/client/services/SecurityService.validatePassword:(Ljava/lang/String;IIIIIII)[Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
SecurityServiceAsync.class
package com.logicaldoc.gui.common.client.services
SecurityServiceAsync.applyRights ( GUIMenu p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.applyRights:(Lcom/logicaldoc/gui/common/client/beans/GUIMenu;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.cloneWorkTimes ( long p1, long[ ] p2, long[ ] p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.cloneWorkTimes:(J[J[JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.deleteTrustedDevices ( String[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.deleteTrustedDevices:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.removeBlockedEntities ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.removeBlockedEntities:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.removeFromGroup ( long p1, long[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.removeFromGroup:(J[JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.replicateUsersSettings ( long p1, Long[ ] p2, boolean p3, boolean p4, AsyncCallback<Void> p5 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.replicateUsersSettings:(J[Ljava/lang/Long;ZZLcom/google/gwt/user/client/rpc/AsyncCallback;)V
SecurityServiceAsync.saveMenus ( GUIMenu[ ] p1, String p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/common/client/services/SecurityServiceAsync.saveMenus:([Lcom/logicaldoc/gui/common/client/beans/GUIMenu;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
SendToArchiveDialog.class
package com.logicaldoc.gui.frontend.client.document
SendToArchiveDialog.onSubmit ( Long[ ] ids, boolean document ) : void
com/logicaldoc/gui/frontend/client/document/SendToArchiveDialog.onSubmit:([Ljava/lang/Long;Z)V
SendToArchiveDialog.SendToArchiveDialog ( Long[ ] ids, boolean document )
com/logicaldoc/gui/frontend/client/document/SendToArchiveDialog."<init>":([Ljava/lang/Long;Z)V
logicaldoc-gui-8.9.0-plugin.jar,
Session.class
package com.logicaldoc.gui.common.client
Session.onDocumentsDeleted ( GUIDocument[ ] documents ) : void
com/logicaldoc/gui/common/client/Session.onDocumentsDeleted:([Lcom/logicaldoc/gui/common/client/beans/GUIDocument;)V
logicaldoc-gui-8.9.0-plugin.jar,
SettingService.class
package com.logicaldoc.gui.frontend.client.services
SettingService.loadConverterParameters ( String p1 ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.loadConverterParameters:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SettingService.loadGUISettings ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.loadGUISettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SettingService.loadProtocolSettings ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.loadProtocolSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SettingService.loadSettings ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.loadSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SettingService.loadSettingsByNames ( String[ ] p1 ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.loadSettingsByNames:([Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SettingService.loadWebserviceStats ( Long p1 ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.loadWebserviceStats:(Ljava/lang/Long;)[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SettingService.removeStorage ( int p1 ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/SettingService.removeStorage:(I)[Ljava/lang/String;
SettingService.saveFirewallSettings ( GUIParameter[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingService.saveFirewallSettings:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
SettingService.saveSettings ( GUIParameter[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingService.saveSettings:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
SettingService.saveStorageSettings ( GUIParameter[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingService.saveStorageSettings:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
logicaldoc-gui-8.9.0-plugin.jar,
SettingServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SettingServiceAsync.loadSettingsByNames ( String[ ] p1, AsyncCallback<GUIParameter[ ]> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.loadSettingsByNames:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SettingServiceAsync.saveFirewallSettings ( GUIParameter[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.saveFirewallSettings:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SettingServiceAsync.saveSettings ( GUIParameter[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.saveSettings:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SettingServiceAsync.saveStorageSettings ( GUIParameter[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SettingServiceAsync.saveStorageSettings:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
ShareFileService.class
package com.logicaldoc.gui.frontend.client.services
ShareFileService.exportDocuments ( String p1, Long[ ] p2, Long[ ] p3 ) [abstract] : boolean
com/logicaldoc/gui/frontend/client/services/ShareFileService.exportDocuments:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;)Z
ShareFileService.importDocuments ( long p1, String[ ] p2 ) [abstract] : int
com/logicaldoc/gui/frontend/client/services/ShareFileService.importDocuments:(J[Ljava/lang/String;)I
ShareFileService.loadSettings ( ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/ShareFileService.loadSettings:()[Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
ShareFileServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ShareFileServiceAsync.exportDocuments ( String p1, Long[ ] p2, Long[ ] p3, AsyncCallback<Boolean> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ShareFileServiceAsync.exportDocuments:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ShareFileServiceAsync.importDocuments ( long p1, String[ ] p2, AsyncCallback<Integer> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ShareFileServiceAsync.importDocuments:(J[Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
SignService.class
package com.logicaldoc.gui.frontend.client.services
SignService.signDocuments ( Long[ ] p1, String p2, int p3, String p4, String p5, String p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SignService.signDocuments:([Ljava/lang/Long;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
SignServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SignServiceAsync.signDocuments ( Long[ ] p1, String p2, int p3, String p4, String p5, String p6, AsyncCallback<Void> p7 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SignServiceAsync.signDocuments:([Ljava/lang/Long;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
SingleSignonPanel.class
package com.logicaldoc.gui.frontend.client.security
SingleSignonPanel.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/security/SingleSignonPanel.onDraw:()V
SingleSignonPanel.SingleSignonPanel ( )
com/logicaldoc/gui/frontend/client/security/SingleSignonPanel."<init>":()V
logicaldoc-gui-8.9.0-plugin.jar,
StampDialog.class
package com.logicaldoc.gui.frontend.client.document.stamp
StampDialog.onApply ( DocumentsGrid sourceGrid ) : void
com/logicaldoc/gui/frontend/client/document/stamp/StampDialog.onApply:(Lcom/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid;)V
StampDialog.StampDialog ( DocumentsGrid sourceGrid )
com/logicaldoc/gui/frontend/client/document/stamp/StampDialog."<init>":(Lcom/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid;)V
logicaldoc-gui-8.9.0-plugin.jar,
StampService.class
package com.logicaldoc.gui.frontend.client.services
StampService.addUsers ( long[ ] p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampService.addUsers:([JJ)V
StampService.applyStamp ( Long[ ] p1, GUIStamp p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampService.applyStamp:([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;)V
StampService.removeUsers ( long[ ] p1, long p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampService.removeUsers:([JJ)V
logicaldoc-gui-8.9.0-plugin.jar,
StampServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
StampServiceAsync.addUsers ( long[ ] p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampServiceAsync.addUsers:([JJLcom/google/gwt/user/client/rpc/AsyncCallback;)V
StampServiceAsync.applyStamp ( Long[ ] p1, GUIStamp p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampServiceAsync.applyStamp:([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
StampServiceAsync.removeUsers ( long[ ] p1, long p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/StampServiceAsync.removeUsers:([JJLcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
StampUploader.class
package com.logicaldoc.gui.frontend.client.metadata.stamp
StampUploader.onSave ( ) : void
com/logicaldoc/gui/frontend/client/metadata/stamp/StampUploader.onSave:()V
logicaldoc-gui-8.9.0-plugin.jar,
StampUsersDS.class
package com.logicaldoc.gui.common.client.data
StampUsersDS.StampUsersDS ( long stampId )
com/logicaldoc/gui/common/client/data/StampUsersDS."<init>":(J)V
logicaldoc-gui-8.9.0-plugin.jar,
StampUsersPanel.class
package com.logicaldoc.gui.frontend.client.metadata.stamp
StampUsersPanel.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/metadata/stamp/StampUsersPanel.onDraw:()V
StampUsersPanel.StampUsersPanel ( long stampId )
com/logicaldoc/gui/frontend/client/metadata/stamp/StampUsersPanel."<init>":(J)V
logicaldoc-gui-8.9.0-plugin.jar,
StartWorkflowDialog.class
package com.logicaldoc.gui.frontend.client.document
StartWorkflowDialog.onStart ( Long[ ] ids ) : void
com/logicaldoc/gui/frontend/client/document/StartWorkflowDialog.onStart:([Ljava/lang/Long;)V
StartWorkflowDialog.StartWorkflowDialog ( Long[ ] ids )
com/logicaldoc/gui/frontend/client/document/StartWorkflowDialog."<init>":([Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
StateWidget.class
package com.logicaldoc.gui.frontend.client.workflow.designer
StateWidget.getWfState ( ) : GUIWFState
com/logicaldoc/gui/frontend/client/workflow/designer/StateWidget.getWfState:()Lcom/logicaldoc/gui/common/client/beans/GUIWFState;
logicaldoc-gui-8.9.0-plugin.jar,
StatsPie.class
package com.logicaldoc.gui.frontend.client.system.stats
StatsPie.StatsPie ( GUIParameter[ ][ ] parameters )
com/logicaldoc/gui/frontend/client/system/stats/StatsPie."<init>":([[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
logicaldoc-gui-8.9.0-plugin.jar,
StatusBarIcons.class
package com.logicaldoc.gui.frontend.client.panels
StatusBarIcons.onNewReadingRequests ( GUIReadingRequest[ ] readings ) : void
com/logicaldoc/gui/frontend/client/panels/StatusBarIcons.onNewReadingRequests:([Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;)V
logicaldoc-gui-8.9.0-plugin.jar,
StatusDialog.class
package com.logicaldoc.gui.frontend.client.workflow.designer
StatusDialog.StatusDialog ( StateWidget widget )
com/logicaldoc/gui/frontend/client/workflow/designer/StatusDialog."<init>":(Lcom/logicaldoc/gui/frontend/client/workflow/designer/StateWidget;)V
logicaldoc-gui-8.9.0-plugin.jar,
SubscriptionDialog.class
package com.logicaldoc.gui.frontend.client.subscription
SubscriptionDialog.SubscriptionDialog ( Long folderId, Long[ ] docIds )
com/logicaldoc/gui/frontend/client/subscription/SubscriptionDialog."<init>":(Ljava/lang/Long;[Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
SystemService.class
package com.logicaldoc.gui.frontend.client.services
SystemService.getPlugins ( ) [abstract] : GUIValue[ ]
com/logicaldoc/gui/frontend/client/services/SystemService.getPlugins:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
SystemService.getStatistics ( String p1 ) [abstract] : GUIParameter[ ][ ]
com/logicaldoc/gui/frontend/client/services/SystemService.getStatistics:(Ljava/lang/String;)[[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
SystemService.loadTasks ( String p1 ) [abstract] : GUITask[ ]
com/logicaldoc/gui/frontend/client/services/SystemService.loadTasks:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUITask;
SystemService.search ( Long p1, Date p2, Date p3, int p4, String p5, String[ ] p6, Long p7 ) [abstract] : GUIHistory[ ]
com/logicaldoc/gui/frontend/client/services/SystemService.search:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;ILjava/lang/String;[Ljava/lang/String;Ljava/lang/Long;)[Lcom/logicaldoc/gui/common/client/beans/GUIHistory;
SystemService.searchApiCalls ( Long p1, Date p2, Date p3, String p4, String p5, String p6, int p7 ) [abstract] : GUIHistory[ ]
com/logicaldoc/gui/frontend/client/services/SystemService.searchApiCalls:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)[Lcom/logicaldoc/gui/common/client/beans/GUIHistory;
SystemService.unscheduleJobs ( GUIValue[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SystemService.unscheduleJobs:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;)V
logicaldoc-gui-8.9.0-plugin.jar,
SystemServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
SystemServiceAsync.search ( Long p1, Date p2, Date p3, int p4, String p5, String[ ] p6, Long p7, AsyncCallback<GUIHistory[ ]> p8 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SystemServiceAsync.search:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;ILjava/lang/String;[Ljava/lang/String;Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
SystemServiceAsync.unscheduleJobs ( GUIValue[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/SystemServiceAsync.unscheduleJobs:([Lcom/logicaldoc/gui/common/client/beans/GUIValue;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
TagCloud.class
package com.logicaldoc.gui.frontend.client.dashboard
TagCloud.refresh ( ) : void
com/logicaldoc/gui/frontend/client/dashboard/TagCloud.refresh:()V
TagCloud.TagCloud ( )
com/logicaldoc/gui/frontend/client/dashboard/TagCloud."<init>":()V
logicaldoc-gui-8.9.0-plugin.jar,
TagsDashboard.class
package com.logicaldoc.gui.frontend.client.dashboard
TagsDashboard.onDraw ( ) : void
com/logicaldoc/gui/frontend/client/dashboard/TagsDashboard.onDraw:()V
TagsDashboard.TagsDashboard ( )
com/logicaldoc/gui/frontend/client/dashboard/TagsDashboard."<init>":()V
logicaldoc-gui-8.9.0-plugin.jar,
TagService.class
package com.logicaldoc.gui.frontend.client.services
TagService.getSettings ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/TagService.getSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
TagService.getTagCloud ( ) [abstract] : GUITag[ ]
com/logicaldoc/gui/frontend/client/services/TagService.getTagCloud:()[Lcom/logicaldoc/gui/common/client/beans/GUITag;
logicaldoc-gui-8.9.0-plugin.jar,
TagsPanel.class
package com.logicaldoc.gui.frontend.client.metadata.tag
TagsPanel.TagsPanel ( GUIParameter[ ] parameters )
com/logicaldoc/gui/frontend/client/metadata/tag/TagsPanel."<init>":([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
logicaldoc-gui-8.9.0-plugin.jar,
TagsPortlet.class
package com.logicaldoc.gui.frontend.client.dashboard
TagsPortlet.TagsPortlet ( )
com/logicaldoc/gui/frontend/client/dashboard/TagsPortlet."<init>":()V
logicaldoc-gui-8.9.0-plugin.jar,
TagsSettingsPanel.class
package com.logicaldoc.gui.frontend.client.metadata.tag
TagsSettingsPanel.TagsSettingsPanel ( GUIParameter[ ] settings )
com/logicaldoc/gui/frontend/client/metadata/tag/TagsSettingsPanel."<init>":([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)V
logicaldoc-gui-8.9.0-plugin.jar,
TemplateRightsDS.class
package com.logicaldoc.gui.common.client.data
TemplateRightsDS.TemplateRightsDS ( long id )
com/logicaldoc/gui/common/client/data/TemplateRightsDS."<init>":(J)V
logicaldoc-gui-8.9.0-plugin.jar,
TemplateSecurityPanel.class
package com.logicaldoc.gui.frontend.client.metadata.template
TemplateSecurityPanel.destroy ( ) : void
com/logicaldoc/gui/frontend/client/metadata/template/TemplateSecurityPanel.destroy:()V
logicaldoc-gui-8.9.0-plugin.jar,
TemplateService.class
package com.logicaldoc.gui.frontend.client.services
TemplateService.getAttributes ( long p1, GUIExtensibleObject p2 ) [abstract] : GUIAttribute[ ]
com/logicaldoc/gui/frontend/client/services/TemplateService.getAttributes:(JLcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;)[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
logicaldoc-gui-8.9.0-plugin.jar,
TwoFactorsAuthenticationService.class
package com.logicaldoc.gui.frontend.client.services
TwoFactorsAuthenticationService.generateGoogleAuthorizationCredentials ( String p1 ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/TwoFactorsAuthenticationService.generateGoogleAuthorizationCredentials:(Ljava/lang/String;)[Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
UpdateDialog.class
package com.logicaldoc.gui.frontend.client.document.update
UpdateDialog.UpdateDialog ( Long[ ] ids, GUIDocument metadata, String context, boolean majorVersion )
com/logicaldoc/gui/frontend/client/document/update/UpdateDialog."<init>":([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Ljava/lang/String;Z)V
UpdateDialog.UpdateDialog ( Long[ ] ids, GUIDocument metadata, String context, boolean majorVersion, String charset )
com/logicaldoc/gui/frontend/client/document/update/UpdateDialog."<init>":([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Ljava/lang/String;ZLjava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
UpdatePanel.class
package com.logicaldoc.gui.frontend.client.document.update
UpdatePanel.prepareTabset ( boolean showNotificationPanel ) : void
com/logicaldoc/gui/frontend/client/document/update/UpdatePanel.prepareTabset:(Z)V
UpdatePanel.UpdatePanel ( GUIDocument metadata, boolean showNotificationPanel )
com/logicaldoc/gui/frontend/client/document/update/UpdatePanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Z)V
logicaldoc-gui-8.9.0-plugin.jar,
UpdateService.class
package com.logicaldoc.gui.frontend.client.services
UpdateService.checkDownloadStatus ( ) [abstract] : int[ ]
com/logicaldoc/gui/frontend/client/services/UpdateService.checkDownloadStatus:()[I
UpdateService.checkPatch ( ) [abstract] : GUIPatch[ ]
com/logicaldoc/gui/frontend/client/services/UpdateService.checkPatch:()[Lcom/logicaldoc/gui/common/client/beans/GUIPatch;
UpdateService.checkUpdate ( ) [abstract] : GUIParameter[ ]
com/logicaldoc/gui/frontend/client/services/UpdateService.checkUpdate:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
UpdateService.getPatchNotes ( String p1 ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/UpdateService.getPatchNotes:(Ljava/lang/String;)[Ljava/lang/String;
UpdateService.getUpdateNotes ( String p1 ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/UpdateService.getUpdateNotes:(Ljava/lang/String;)[Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
UserSelectorCombo.class
package com.logicaldoc.gui.common.client.widgets
UserSelectorCombo.getUserIds ( ) : long[ ]
com/logicaldoc/gui/common/client/widgets/UserSelectorCombo.getUserIds:()[J
logicaldoc-gui-8.9.0-plugin.jar,
Util.class
package com.logicaldoc.gui.common.client.util
Util.convertToMap ( GUIParameter[ ] parameters ) [static] : Map<String,String>
com/logicaldoc/gui/common/client/util/Util.convertToMap:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)Ljava/util/Map;
Util.downloadDoc ( long docId ) [static] : void
com/logicaldoc/gui/common/client/util/Util.downloadDoc:(J)V
Util.getParameterValue ( GUIParameter[ ] params, String name ) [static] : String
com/logicaldoc/gui/common/client/util/Util.getParameterValue:([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;Ljava/lang/String;)Ljava/lang/String;
Util.getTagsHTML ( String[ ] tags ) [static] : String
com/logicaldoc/gui/common/client/util/Util.getTagsHTML:([Ljava/lang/String;)Ljava/lang/String;
Util.getValue ( String name, GUIParameter[ ] parameters ) [static] : String
com/logicaldoc/gui/common/client/util/Util.getValue:(Ljava/lang/String;[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;)Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
VisualPositioningDigitalSignatureDialog.class
package com.logicaldoc.gui.frontend.client.document.signature
VisualPositioningDigitalSignatureDialog.VisualPositioningDigitalSignatureDialog ( Long[ ] docIds, String reason )
com/logicaldoc/gui/frontend/client/document/signature/VisualPositioningDigitalSignatureDialog."<init>":([Ljava/lang/Long;Ljava/lang/String;)V
logicaldoc-gui-8.9.0-plugin.jar,
VisualPositioningStampDialog.class
package com.logicaldoc.gui.frontend.client.document.stamp
VisualPositioningStampDialog.VisualPositioningStampDialog ( DocumentsGrid sourceGrid, GUIStamp stamp )
com/logicaldoc/gui/frontend/client/document/stamp/VisualPositioningStampDialog."<init>":(Lcom/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;)V
logicaldoc-gui-8.9.0-plugin.jar,
WebservicesPanel.class
package com.logicaldoc.gui.frontend.client.settings.protocols
WebservicesPanel.WebservicesPanel ( GUIParameter[ ] settings, ValuesManager vm )
com/logicaldoc/gui/frontend/client/settings/protocols/WebservicesPanel."<init>":([Lcom/logicaldoc/gui/common/client/beans/GUIParameter;Lcom/smartgwt/client/widgets/form/ValuesManager;)V
logicaldoc-gui-8.9.0-plugin.jar,
WorkflowRightsDS.class
package com.logicaldoc.gui.common.client.data
WorkflowRightsDS.WorkflowRightsDS ( long id )
com/logicaldoc/gui/common/client/data/WorkflowRightsDS."<init>":(J)V
logicaldoc-gui-8.9.0-plugin.jar,
WorkflowSecurity.class
package com.logicaldoc.gui.frontend.client.workflow.designer
WorkflowSecurity.getRights ( ) : GUIRight[ ]
com/logicaldoc/gui/frontend/client/workflow/designer/WorkflowSecurity.getRights:()[Lcom/logicaldoc/gui/common/client/beans/GUIRight;
logicaldoc-gui-8.9.0-plugin.jar,
WorkflowService.class
package com.logicaldoc.gui.frontend.client.services
WorkflowService.appendDocuments ( String p1, Long[ ] p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.appendDocuments:(Ljava/lang/String;[Ljava/lang/Long;)V
WorkflowService.deleteInstances ( String[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.deleteInstances:([Ljava/lang/String;)V
WorkflowService.list ( ) [abstract] : GUIWorkflow[ ]
com/logicaldoc/gui/frontend/client/services/WorkflowService.list:()[Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
WorkflowService.startWorkflow ( String p1, String p2, String p3, String p4, Long[ ] p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowService.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Long;)V
logicaldoc-gui-8.9.0-plugin.jar,
WorkflowServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
WorkflowServiceAsync.appendDocuments ( String p1, Long[ ] p2, AsyncCallback<Void> p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.appendDocuments:(Ljava/lang/String;[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WorkflowServiceAsync.deleteInstances ( String[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.deleteInstances:([Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
WorkflowServiceAsync.startWorkflow ( String p1, String p2, String p3, String p4, Long[ ] p5, AsyncCallback<Void> p6 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/WorkflowServiceAsync.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
ZohoService.class
package com.logicaldoc.gui.frontend.client.services
ZohoService.exportDocuments ( String p1, long[ ] p2, Long[ ] p3 ) [abstract] : boolean
com/logicaldoc/gui/frontend/client/services/ZohoService.exportDocuments:(Ljava/lang/String;[J[Ljava/lang/Long;)Z
ZohoService.importDocuments ( long p1, String[ ] p2, String[ ] p3 ) [abstract] : int
com/logicaldoc/gui/frontend/client/services/ZohoService.importDocuments:(J[Ljava/lang/String;[Ljava/lang/String;)I
ZohoService.loadSettings ( ) [abstract] : String[ ]
com/logicaldoc/gui/frontend/client/services/ZohoService.loadSettings:()[Ljava/lang/String;
logicaldoc-gui-8.9.0-plugin.jar,
ZohoServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ZohoServiceAsync.exportDocuments ( String p1, long[ ] p2, Long[ ] p3, AsyncCallback<Boolean> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZohoServiceAsync.exportDocuments:(Ljava/lang/String;[J[Ljava/lang/Long;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
ZohoServiceAsync.importDocuments ( long p1, String[ ] p2, String[ ] p3, AsyncCallback<Integer> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZohoServiceAsync.importDocuments:(J[Ljava/lang/String;[Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.0-plugin.jar,
ZonalOCRService.class
package com.logicaldoc.gui.frontend.client.services
ZonalOCRService.markUnprocessable ( long[ ] p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZonalOCRService.markUnprocessable:([J)V
logicaldoc-gui-8.9.0-plugin.jar,
ZonalOCRServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
ZonalOCRServiceAsync.markUnprocessable ( long[ ] p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/ZonalOCRServiceAsync.markUnprocessable:([JLcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-impex-8.9.0-plugin.jar,
Archive.class
package com.logicaldoc.impex
Archive.getEntryIds ( ) : Long[ ]
com/logicaldoc/impex/Archive.getEntryIds:()[Ljava/lang/Long;
logicaldoc-impex-8.9.0-plugin.jar,
ArchiveBuilder.class
package com.logicaldoc.impex
ArchiveBuilder.prepareMessage ( Archive archive, Message message, User user ) : void
com/logicaldoc/impex/ArchiveBuilder.prepareMessage:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/communication/Message;Lcom/logicaldoc/core/security/User;)V
ArchiveBuilder.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/impex/ArchiveBuilder.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-impex-8.9.0-plugin.jar,
ArchiveDAO.class
package com.logicaldoc.impex.dao
ArchiveDAO.removeVersions ( long p1, Long[ ] p2 ) [abstract] : boolean
com/logicaldoc/impex/dao/ArchiveDAO.removeVersions:(J[Ljava/lang/Long;)Z
logicaldoc-impex-8.9.0-plugin.jar,
ArchiveImporter.class
package com.logicaldoc.impex
ArchiveImporter.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/impex/ArchiveImporter.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
ArchiveImporter.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/impex/ArchiveImporter.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
ArchiveImporter.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/impex/ArchiveImporter.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-impex-8.9.0-plugin.jar,
ArchiveManager.class
package com.logicaldoc.impex
ArchiveManager.addEntry ( Archive archive, Version version, User user, String comment, String sid ) : boolean
com/logicaldoc/impex/ArchiveManager.addEntry:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/document/Version;Lcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;)Z
ArchiveManager.addEntry ( Archive archive, Version version, User user, String sid ) : boolean
com/logicaldoc/impex/ArchiveManager.addEntry:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/document/Version;Lcom/logicaldoc/core/security/User;Ljava/lang/String;)Z
ArchiveManager.closeArchive ( long id, User user ) : void
com/logicaldoc/impex/ArchiveManager.closeArchive:(JLcom/logicaldoc/core/security/User;)V
ArchiveManager.delete ( long archiveId, User user, String comment ) : void
com/logicaldoc/impex/ArchiveManager.delete:(JLcom/logicaldoc/core/security/User;Ljava/lang/String;)V
ArchiveManager.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/impex/ArchiveManager.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
ArchiveManager.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/impex/ArchiveManager.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-impex-8.9.0-plugin.jar,
HibernateArchiveDAO.class
package com.logicaldoc.impex.dao
HibernateArchiveDAO.removeVersions ( long archiveId, Long[ ] versionIds ) : boolean
com/logicaldoc/impex/dao/HibernateArchiveDAO.removeVersions:(J[Ljava/lang/Long;)Z
logicaldoc-impex-8.9.0-plugin.jar,
ImpexServiceImpl.class
package com.logicaldoc.impex
ImpexServiceImpl.addDocuments ( long archiveId, Long[ ] documentIds ) : void
com/logicaldoc/impex/ImpexServiceImpl.addDocuments:(J[Ljava/lang/Long;)V
ImpexServiceImpl.addDocuments ( Session session, long archiveId, Long[ ] documentIds ) : void
com/logicaldoc/impex/ImpexServiceImpl.addDocuments:(Lcom/logicaldoc/core/security/Session;J[Ljava/lang/Long;)V
ImpexServiceImpl.deleteVersions ( long archiveId, Long[ ] versionIds ) : GUIArchive
com/logicaldoc/impex/ImpexServiceImpl.deleteVersions:(J[Ljava/lang/Long;)Lcom/logicaldoc/gui/common/client/beans/GUIArchive;
logicaldoc-impex-8.9.0-plugin.jar,
IncrementalArchiveCreator.class
package com.logicaldoc.impex
IncrementalArchiveCreator.prepareMessage ( Archive archive, Message message, User user ) : void
com/logicaldoc/impex/IncrementalArchiveCreator.prepareMessage:(Lcom/logicaldoc/impex/Archive;Lcom/logicaldoc/core/communication/Message;Lcom/logicaldoc/core/security/User;)V
IncrementalArchiveCreator.setVersionDao ( VersionDAO versionDao ) : void
com/logicaldoc/impex/IncrementalArchiveCreator.setVersionDao:(Lcom/logicaldoc/core/document/dao/VersionDAO;)V
logicaldoc-importfolder-8.9.0-plugin.jar,
CrawlerHelper.class
package com.logicaldoc.importfolder
CrawlerHelper.checkin ( Object remoteFile, long docId, User owner, String remoteFileName, String remoteFilePath, File localFile ) : void
com/logicaldoc/importfolder/CrawlerHelper.checkin:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)V
CrawlerHelper.checkinFile ( Object p1, long p2, User p3 ) [abstract] : void
com/logicaldoc/importfolder/CrawlerHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;)V
CrawlerHelper.create ( Object file, Folder folder, User owner, boolean timestamp, String remoteFileName, String remoteFilePath, File localFile ) : Document
com/logicaldoc/importfolder/CrawlerHelper.create:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;ZLjava/lang/String;Ljava/lang/String;Ljava/io/File;)Lcom/logicaldoc/core/document/Document;
CrawlerHelper.importFile ( Object p1, Folder p2, User p3, boolean p4 ) [abstract] : Document
com/logicaldoc/importfolder/CrawlerHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.0-plugin.jar,
FSHelper.class
package com.logicaldoc.importfolder.fs
FSHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/fs/FSHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;)V
FSHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/fs/FSHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.0-plugin.jar,
FTPHelper.class
package com.logicaldoc.importfolder.ftp
FTPHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/ftp/FTPHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;)V
FTPHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/ftp/FTPHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.0-plugin.jar,
HibernateImportFolderHistoryDAO.class
package com.logicaldoc.importfolder
HibernateImportFolderHistoryDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/importfolder/HibernateImportFolderHistoryDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-importfolder-8.9.0-plugin.jar,
ImportFolderCrawler.class
package com.logicaldoc.importfolder
ImportFolderCrawler.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/importfolder/ImportFolderCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
ImportFolderCrawler.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/importfolder/ImportFolderCrawler.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-importfolder-8.9.0-plugin.jar,
SFTPHelper.class
package com.logicaldoc.importfolder.sftp
SFTPHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/sftp/SFTPHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;)V
SFTPHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/sftp/SFTPHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.0-plugin.jar,
SMB3Helper.class
package com.logicaldoc.importfolder.smb3
SMB3Helper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/smb3/SMB3Helper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;)V
SMB3Helper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/smb3/SMB3Helper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-importfolder-8.9.0-plugin.jar,
SMBHelper.class
package com.logicaldoc.importfolder.smb
SMBHelper.checkinFile ( Object file, long docId, User owner ) : void
com/logicaldoc/importfolder/smb/SMBHelper.checkinFile:(Ljava/lang/Object;JLcom/logicaldoc/core/security/User;)V
SMBHelper.importFile ( Object file, Folder folder, User owner, boolean timestamp ) : Document
com/logicaldoc/importfolder/smb/SMBHelper.importFile:(Ljava/lang/Object;Lcom/logicaldoc/core/folder/Folder;Lcom/logicaldoc/core/security/User;Z)Lcom/logicaldoc/core/document/Document;
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPAuthenticator.class
package com.logicaldoc.ldap
LDAPAuthenticator.authenticate ( String name, String password ) : User
com/logicaldoc/ldap/LDAPAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
LDAPAuthenticator.pickUser ( String username ) : User
com/logicaldoc/ldap/LDAPAuthenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
LDAPAuthenticator.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/ldap/LDAPAuthenticator.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPServiceImpl.class
package com.logicaldoc.ldap
LDAPServiceImpl.importUsers ( String[ ] usernames, long serverId ) : GUIValue[ ]
com/logicaldoc/ldap/LDAPServiceImpl.importUsers:([Ljava/lang/String;J)[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
LDAPServiceImpl.listUsers ( String login, long serverId ) : GUIUser[ ]
com/logicaldoc/ldap/LDAPServiceImpl.listUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
LDAPServiceImpl.reorder ( Long[ ] serverIds ) : void
com/logicaldoc/ldap/LDAPServiceImpl.reorder:([Ljava/lang/Long;)V
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPSynchroniser.class
package com.logicaldoc.ldap
LDAPSynchroniser.setGroupDao ( GroupDAO groupDao ) : void
com/logicaldoc/ldap/LDAPSynchroniser.setGroupDao:(Lcom/logicaldoc/core/security/dao/GroupDAO;)V
LDAPSynchroniser.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/ldap/LDAPSynchroniser.setUserDao:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPUser.class
package com.logicaldoc.ldap.model
LDAPUser.getUser ( ) : User
com/logicaldoc/ldap/model/LDAPUser.getUser:()Lcom/logicaldoc/core/security/User;
LDAPUser.setUser ( User user ) : void
com/logicaldoc/ldap/model/LDAPUser.setUser:(Lcom/logicaldoc/core/security/User;)V
logicaldoc-notifier-8.9.0-plugin.jar,
Notifier.class
package com.logicaldoc.notifier
Notifier.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/notifier/Notifier.setTenantDAO:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-ocr-8.9.0-plugin.jar,
HibernateOCRHistoryDAO.class
package com.logicaldoc.ocr
HibernateOCRHistoryDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/ocr/HibernateOCRHistoryDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-ocr-8.9.0-plugin.jar,
OCRServiceImpl.class
package com.logicaldoc.ocr
OCRServiceImpl.loadSettings ( ) : GUIParameter[ ]
com/logicaldoc/ocr/OCRServiceImpl.loadSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
logicaldoc-report-8.9.0-plugin.jar,
ReportManager.class
package com.logicaldoc.report
ReportManager.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/report/ReportManager.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-report-8.9.0-plugin.jar,
ReportServiceImpl.class
package com.logicaldoc.report
ReportServiceImpl.execute ( long id, GUIAttribute[ ] parameters ) : void
com/logicaldoc/report/ReportServiceImpl.execute:(J[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;)V
ReportServiceImpl.getReportParameters ( long id ) : GUIAttribute[ ]
com/logicaldoc/report/ReportServiceImpl.getReportParameters:(J)[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
ReportServiceImpl.getReports ( ) : GUIReport[ ]
com/logicaldoc/report/ReportServiceImpl.getReports:()[Lcom/logicaldoc/gui/common/client/beans/GUIReport;
logicaldoc-retention-8.9.0-plugin.jar,
RetentionPoliciesProcessor.class
package com.logicaldoc.retention
RetentionPoliciesProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/retention/RetentionPoliciesProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
RetentionPoliciesProcessor.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/retention/RetentionPoliciesProcessor.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-retention-8.9.0-plugin.jar,
RetentionPoliciesServiceImpl.class
package com.logicaldoc.retention
RetentionPoliciesServiceImpl.reorder ( long[ ] ids ) : void
com/logicaldoc/retention/RetentionPoliciesServiceImpl.reorder:([J)V
logicaldoc-saml-8.9.0-plugin.jar,
Saml.class
package com.logicaldoc.saml
Saml.createNewUser ( String username, String firstName, String lastName, String email, List<String> samlGroups ) : User
com/logicaldoc/saml/Saml.createNewUser:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lcom/logicaldoc/core/security/User;
Saml.updateExistingUser ( String firstName, String lastName, String email, List<String> samlGroups, User user ) : void
com/logicaldoc/saml/Saml.updateExistingUser:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Lcom/logicaldoc/core/security/User;)V
Saml.updateProfileData ( User user, String firstName, String lastName, String email ) : boolean
com/logicaldoc/saml/Saml.updateProfileData:(Lcom/logicaldoc/core/security/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
logicaldoc-scheme-8.9.0-plugin.jar,
SchemeServiceImpl.class
package com.logicaldoc.scheme
SchemeServiceImpl.load ( ) : GUIScheme[ ]
com/logicaldoc/scheme/SchemeServiceImpl.load:()[Lcom/logicaldoc/gui/common/client/beans/GUIScheme;
SchemeServiceImpl.loadSequences ( ) : GUISequence[ ]
com/logicaldoc/scheme/SchemeServiceImpl.loadSequences:()[Lcom/logicaldoc/gui/common/client/beans/GUISequence;
logicaldoc-sharefile-8.9.0-plugin.jar,
ShareFileServiceImpl.class
package com.logicaldoc.sharefile
ShareFileServiceImpl.exportDocuments ( String targetFolder, Long[ ] folderIds, Long[ ] docIds ) : boolean
com/logicaldoc/sharefile/ShareFileServiceImpl.exportDocuments:(Ljava/lang/String;[Ljava/lang/Long;[Ljava/lang/Long;)Z
ShareFileServiceImpl.importDocuments ( long targetFolder, String[ ] elementIds ) : int
com/logicaldoc/sharefile/ShareFileServiceImpl.importDocuments:(J[Ljava/lang/String;)I
ShareFileServiceImpl.loadSettings ( ) : String[ ]
com/logicaldoc/sharefile/ShareFileServiceImpl.loadSettings:()[Ljava/lang/String;
logicaldoc-sign-8.9.0-plugin.jar,
Sign.class
package com.logicaldoc.sign
Sign.sign ( String sid, User user, long[ ] docIds, String reason, int page, String signX, String signY, String signWidth ) : Long[ ]
com/logicaldoc/sign/Sign.sign:(Ljava/lang/String;Lcom/logicaldoc/core/security/User;[JLjava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/Long;
logicaldoc-sign-8.9.0-plugin.jar,
SignatureImage.class
package com.logicaldoc.sign.pdf
SignatureImage.create ( File file, User user, Keystore keystore, Document document, String reason ) [static] : int[ ]
com/logicaldoc/sign/pdf/SignatureImage.create:(Ljava/io/File;Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/sign/Keystore;Lcom/logicaldoc/core/document/Document;Ljava/lang/String;)[I
logicaldoc-sign-8.9.0-plugin.jar,
SignDocumentsParameter.class
package com.logicaldoc.sign
SignDocumentsParameter.getUser ( ) : User
com/logicaldoc/sign/SignDocumentsParameter.getUser:()Lcom/logicaldoc/core/security/User;
SignDocumentsParameter.setUser ( User user ) : void
com/logicaldoc/sign/SignDocumentsParameter.setUser:(Lcom/logicaldoc/core/security/User;)V
SignDocumentsParameter.SignDocumentsParameter ( long[ ] docIds, User user, String reason, int page, String signX, String signY, String signWidth )
com/logicaldoc/sign/SignDocumentsParameter."<init>":([JLcom/logicaldoc/core/security/User;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-sign-8.9.0-plugin.jar,
SignServiceImpl.class
package com.logicaldoc.sign
SignServiceImpl.signDocuments ( Long[ ] docIds, String reason, int page, String signX, String signY, String signWidth ) : void
com/logicaldoc/sign/SignServiceImpl.signDocuments:([Ljava/lang/Long;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-sign-8.9.0-plugin.jar,
SignTool.class
package com.logicaldoc.sign.automation
SignTool.sign ( Document doc, User user, String reason ) : void
com/logicaldoc/sign/automation/SignTool.sign:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/User;Ljava/lang/String;)V
logicaldoc-stamp-8.9.0-plugin.jar,
Stamp.class
package com.logicaldoc.stamp
Stamp.getUsers ( ) : Set<User>
com/logicaldoc/stamp/Stamp.getUsers:()Ljava/util/Set;
Stamp.setUsers ( Set<User> users ) : void
com/logicaldoc/stamp/Stamp.setUsers:(Ljava/util/Set;)V
logicaldoc-stamp-8.9.0-plugin.jar,
StampManager.class
package com.logicaldoc.stamp
StampManager.getDocDao ( ) : DocumentDAO
com/logicaldoc/stamp/StampManager.getDocDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
StampManager.setDocDao ( DocumentDAO docDao ) : void
com/logicaldoc/stamp/StampManager.setDocDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-stamp-8.9.0-plugin.jar,
StampServiceImpl.class
package com.logicaldoc.stamp
StampServiceImpl.addUsers ( long[ ] userIds, long stampId ) : void
com/logicaldoc/stamp/StampServiceImpl.addUsers:([JJ)V
StampServiceImpl.applyStamp ( Long[ ] docIds, GUIStamp guiStamp ) : void
com/logicaldoc/stamp/StampServiceImpl.applyStamp:([Ljava/lang/Long;Lcom/logicaldoc/gui/common/client/beans/GUIStamp;)V
StampServiceImpl.removeUsers ( long[ ] userIds, long stampId ) : void
com/logicaldoc/stamp/StampServiceImpl.removeUsers:([JJ)V
logicaldoc-stamp-8.9.0-plugin.jar,
StampTool.class
package com.logicaldoc.stamp.automation
StampTool.stamp ( Document doc, Stamp stamp, User user ) : void
com/logicaldoc/stamp/automation/StampTool.stamp:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/stamp/Stamp;Lcom/logicaldoc/core/security/User;)V
StampTool.stamp ( Document doc, String stampName, Map<String,Object> parameters, User user ) : void
com/logicaldoc/stamp/automation/StampTool.stamp:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;Ljava/util/Map;Lcom/logicaldoc/core/security/User;)V
StampTool.stamp ( Document doc, String stampName, User user ) : void
com/logicaldoc/stamp/automation/StampTool.stamp:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)V
logicaldoc-stamp-8.9.0-plugin.jar,
StampUsersDataServlet.class
package com.logicaldoc.stamp
StampUsersDataServlet.service ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/stamp/StampUsersDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
StampUsersDataServlet.StampUsersDataServlet ( )
com/logicaldoc/stamp/StampUsersDataServlet."<init>":()V
logicaldoc-syndication-8.9.0-plugin.jar,
SyndicationCrawler.class
package com.logicaldoc.syndication
SyndicationCrawler.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/syndication/SyndicationCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
SyndicationCrawler.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/syndication/SyndicationCrawler.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-util-8.9.0.jar,
CryptUtil.class
package com.logicaldoc.util.crypt
CryptUtil.cryptString ( String original ) [static] : String
com/logicaldoc/util/crypt/CryptUtil.cryptString:(Ljava/lang/String;)Ljava/lang/String;
CryptUtil.cryptStringLegacy ( String original ) [static] : String
com/logicaldoc/util/crypt/CryptUtil.cryptStringLegacy:(Ljava/lang/String;)Ljava/lang/String;
logicaldoc-util-8.9.0.jar,
FileUtil.class
package com.logicaldoc.util.io
FileUtil.computeSha1Hash ( File file ) [static] : byte[ ]
com/logicaldoc/util/io/FileUtil.computeSha1Hash:(Ljava/io/File;)[B
FileUtil.computeSha1Hash ( InputStream is ) [static] : byte[ ]
com/logicaldoc/util/io/FileUtil.computeSha1Hash:(Ljava/io/InputStream;)[B
logicaldoc-util-8.9.0.jar,
IOUtil.class
package com.logicaldoc.util.io
IOUtil.getStringFromInputStream ( InputStream is ) [static] : String
com/logicaldoc/util/io/IOUtil.getStringFromInputStream:(Ljava/io/InputStream;)Ljava/lang/String;
IOUtil.printIS ( InputStream stream ) [static] : byte[ ]
com/logicaldoc/util/io/IOUtil.printIS:(Ljava/io/InputStream;)[B
logicaldoc-util-8.9.0.jar,
JarUtil.class
package com.logicaldoc.util.io
JarUtil.unjar ( String jarsource, String entry, String target ) : boolean
com/logicaldoc/util/io/JarUtil.unjar:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
JarUtil.unjar ( String jarsource, String target ) : boolean
com/logicaldoc/util/io/JarUtil.unjar:(Ljava/lang/String;Ljava/lang/String;)Z
logicaldoc-util-8.9.0.jar,
NetUtil.class
package com.logicaldoc.util.io
NetUtil.available ( int port ) [static] : boolean
com/logicaldoc/util/io/NetUtil.available:(I)Z
logicaldoc-util-8.9.0.jar,
SystemUtil.class
package com.logicaldoc.util
SystemUtil.main ( String[ ] args ) [static] : void
com/logicaldoc/util/SystemUtil.main:([Ljava/lang/String;)V
SystemUtil.restartApplication ( Runnable runBeforeRestart ) [static] : void
com/logicaldoc/util/SystemUtil.restartApplication:(Ljava/lang/Runnable;)V
logicaldoc-util-8.9.0.jar,
ZipUtil.class
package com.logicaldoc.util.io
ZipUtil.unzip ( InputStream zipStream, String target ) : int
com/logicaldoc/util/io/ZipUtil.unzip:(Ljava/io/InputStream;Ljava/lang/String;)I
ZipUtil.unzip ( String zipFile, String target ) : int
com/logicaldoc/util/io/ZipUtil.unzip:(Ljava/lang/String;Ljava/lang/String;)I
ZipUtil.unzipEntry ( File zipFile, String entry, File target ) : long
com/logicaldoc/util/io/ZipUtil.unzipEntry:(Ljava/io/File;Ljava/lang/String;Ljava/io/File;)J
logicaldoc-via-8.9.0-plugin.jar,
VIARequestProcessor.class
package com.logicaldoc.via
VIARequestProcessor.request ( String question, User user ) : EMail
com/logicaldoc/via/VIARequestProcessor.request:(Ljava/lang/String;Lcom/logicaldoc/core/security/User;)Lcom/logicaldoc/core/communication/EMail;
VIARequestProcessor.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/via/VIARequestProcessor.setDocumentDAO:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
VIARequestProcessor.setTenantDAO ( TenantDAO tenantDAO ) : void
com/logicaldoc/via/VIARequestProcessor.setTenantDAO:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-webdav-8.9.0-plugin.jar,
ResourceServiceImpl.class
package com.logicaldoc.webdav.resource.service
ResourceServiceImpl.checkPublished ( User user, Document doc ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.checkPublished:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/document/Document;)V
ResourceServiceImpl.checkPublished ( User user, long docId ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.checkPublished:(Lcom/logicaldoc/core/security/User;J)V
ResourceServiceImpl.setDocumentDAO ( DocumentDAO documentDAO ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.setDocumentDAO:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
ResourceServiceImpl.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
ResourceServiceImpl.setVersionDAO ( VersionDAO versionDAO ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.setVersionDAO:(Lcom/logicaldoc/core/document/dao/VersionDAO;)V
logicaldoc-webservice-8.9.0-plugin.jar,
AbstractService.class
package com.logicaldoc.webservice
AbstractService.checkDownloadEnable ( User user, long folderId ) : void
com/logicaldoc/webservice/AbstractService.checkDownloadEnable:(Lcom/logicaldoc/core/security/User;J)V
AbstractService.checkMenu ( User user, long menuId ) : void
com/logicaldoc/webservice/AbstractService.checkMenu:(Lcom/logicaldoc/core/security/User;J)V
AbstractService.checkPermission ( Permission permission, User user, long folderId ) : void
com/logicaldoc/webservice/AbstractService.checkPermission:(Lcom/logicaldoc/core/security/Permission;Lcom/logicaldoc/core/security/User;J)V
AbstractService.checkPublished ( User user, Document doc ) : void
com/logicaldoc/webservice/AbstractService.checkPublished:(Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/core/document/Document;)V
AbstractService.checkReadEnable ( User user, long folderId ) : void
com/logicaldoc/webservice/AbstractService.checkReadEnable:(Lcom/logicaldoc/core/security/User;J)V
AbstractService.checkWriteEnable ( User user, long folderId ) : void
com/logicaldoc/webservice/AbstractService.checkWriteEnable:(Lcom/logicaldoc/core/security/User;J)V
AbstractService.validateSession ( String sid ) : User
com/logicaldoc/webservice/AbstractService.validateSession:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-webservice-8.9.0-plugin.jar,
DocumentMetadataService.class
package com.logicaldoc.webservice.soap
DocumentMetadataService.getGrantedGroups ( String p1, long p2 ) [abstract] : WSRight[ ]
com/logicaldoc/webservice/soap/DocumentMetadataService.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
DocumentMetadataService.getGrantedUsers ( String p1, long p2 ) [abstract] : WSRight[ ]
com/logicaldoc/webservice/soap/DocumentMetadataService.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
DocumentMetadataService.grantGroupToTemplate ( String p1, long p2, long p3, int p4 ) [abstract] : void
com/logicaldoc/webservice/soap/DocumentMetadataService.grantGroupToTemplate:(Ljava/lang/String;JJI)V
DocumentMetadataService.grantUserToTemplate ( String p1, long p2, long p3, int p4 ) [abstract] : void
com/logicaldoc/webservice/soap/DocumentMetadataService.grantUserToTemplate:(Ljava/lang/String;JJI)V
DocumentMetadataService.isTemplateReadable ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentMetadataService.isTemplateReadable:(Ljava/lang/String;J)Z
DocumentMetadataService.isTemplateWritable ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentMetadataService.isTemplateWritable:(Ljava/lang/String;J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.rest
DocumentService.copy ( long p1, long p2, boolean p3, boolean p4 ) [abstract] : WSDocument
com/logicaldoc/webservice/rest/DocumentService.copy:(JJZZ)Lcom/logicaldoc/webservice/model/WSDocument;
DocumentService.isReadable ( long p1 ) [abstract] : boolean
com/logicaldoc/webservice/rest/DocumentService.isReadable:(J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.soap
DocumentService.copy ( String p1, long p2, long p3, boolean p4, boolean p5 ) [abstract] : WSDocument
com/logicaldoc/webservice/soap/DocumentService.copy:(Ljava/lang/String;JJZZ)Lcom/logicaldoc/webservice/model/WSDocument;
DocumentService.isReadable ( String p1, long p2 ) [abstract] : boolean
com/logicaldoc/webservice/soap/DocumentService.isReadable:(Ljava/lang/String;J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.rest
FolderService.getGrantedGroups ( long p1 ) [abstract] : WSRight[ ]
com/logicaldoc/webservice/rest/FolderService.getGrantedGroups:(J)[Lcom/logicaldoc/webservice/model/WSRight;
FolderService.getGrantedUsers ( long p1 ) [abstract] : WSRight[ ]
com/logicaldoc/webservice/rest/FolderService.getGrantedUsers:(J)[Lcom/logicaldoc/webservice/model/WSRight;
FolderService.grantGroup ( long p1, long p2, int p3, boolean p4 ) [abstract] : void
com/logicaldoc/webservice/rest/FolderService.grantGroup:(JJIZ)V
FolderService.grantUser ( long p1, long p2, int p3, boolean p4 ) [abstract] : void
com/logicaldoc/webservice/rest/FolderService.grantUser:(JJIZ)V
FolderService.isGranted ( long p1, int p2 ) [abstract] : boolean
com/logicaldoc/webservice/rest/FolderService.isGranted:(JI)Z
logicaldoc-webservice-8.9.0-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.soap
FolderService.getGrantedGroups ( String p1, long p2 ) [abstract] : WSRight[ ]
com/logicaldoc/webservice/soap/FolderService.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
FolderService.getGrantedUsers ( String p1, long p2 ) [abstract] : WSRight[ ]
com/logicaldoc/webservice/soap/FolderService.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
FolderService.grantGroup ( String p1, long p2, long p3, int p4, boolean p5 ) [abstract] : void
com/logicaldoc/webservice/soap/FolderService.grantGroup:(Ljava/lang/String;JJIZ)V
FolderService.grantUser ( String p1, long p2, long p3, int p4, boolean p5 ) [abstract] : void
com/logicaldoc/webservice/soap/FolderService.grantUser:(Ljava/lang/String;JJIZ)V
FolderService.isGranted ( String p1, long p2, int p3 ) [abstract] : boolean
com/logicaldoc/webservice/soap/FolderService.isGranted:(Ljava/lang/String;JI)Z
logicaldoc-webservice-8.9.0-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.copy ( long docId, long folderId, boolean links, boolean notes ) : WSDocument
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.copy:(JJZZ)Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.isReadable ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isReadable:(J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.getGrantedGroups ( long folderId ) : WSRight[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getGrantedGroups:(J)[Lcom/logicaldoc/webservice/model/WSRight;
RestFolderService.getGrantedUsers ( long folderId ) : WSRight[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getGrantedUsers:(J)[Lcom/logicaldoc/webservice/model/WSRight;
RestFolderService.grantGroup ( long folderId, long groupId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/rest/endpoint/RestFolderService.grantGroup:(JJIZ)V
RestFolderService.grantUser ( long folderId, long userId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/rest/endpoint/RestFolderService.grantUser:(JJIZ)V
RestFolderService.isGranted ( long folderId, int permission ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestFolderService.isGranted:(JI)Z
logicaldoc-webservice-8.9.0-plugin.jar,
SoapDocumentClient.class
package com.logicaldoc.webservice.soap.client
SoapDocumentClient.copy ( String sid, long docId, long folderId, boolean links, boolean notes ) : WSDocument
com/logicaldoc/webservice/soap/client/SoapDocumentClient.copy:(Ljava/lang/String;JJZZ)Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentClient.isReadable ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentClient.isReadable:(Ljava/lang/String;J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
SoapDocumentMetadataClient.class
package com.logicaldoc.webservice.soap.client
SoapDocumentMetadataClient.getGrantedGroups ( String sid, long groupId ) : WSRight[ ]
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapDocumentMetadataClient.getGrantedUsers ( String sid, long groupId ) : WSRight[ ]
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapDocumentMetadataClient.grantGroupToTemplate ( String sid, long templateId, long groupId, int permissions ) : void
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.grantGroupToTemplate:(Ljava/lang/String;JJI)V
SoapDocumentMetadataClient.grantUserToTemplate ( String sid, long templateId, long userId, int permissions ) : void
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.grantUserToTemplate:(Ljava/lang/String;JJI)V
SoapDocumentMetadataClient.isTemplateReadable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.isTemplateReadable:(Ljava/lang/String;J)Z
SoapDocumentMetadataClient.isTemplateWritable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/client/SoapDocumentMetadataClient.isTemplateWritable:(Ljava/lang/String;J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
SoapDocumentMetadataService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentMetadataService.getGrantedGroups ( String sid, long templateId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapDocumentMetadataService.getGrantedUsers ( String sid, long templateId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapDocumentMetadataService.grantGroupToTemplate ( String sid, long templateId, long groupId, int permissions ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.grantGroupToTemplate:(Ljava/lang/String;JJI)V
SoapDocumentMetadataService.grantUserToTemplate ( String sid, long templateId, long userId, int permissions ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.grantUserToTemplate:(Ljava/lang/String;JJI)V
SoapDocumentMetadataService.isTemplateReadable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isTemplateReadable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.isTemplateWritable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isTemplateWritable:(Ljava/lang/String;J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.copy ( String sid, long docId, long folderId, boolean links, boolean notes ) : WSDocument
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.copy:(Ljava/lang/String;JJZZ)Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.isReadable ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isReadable:(Ljava/lang/String;J)Z
logicaldoc-webservice-8.9.0-plugin.jar,
SoapFolderClient.class
package com.logicaldoc.webservice.soap.client
SoapFolderClient.getGrantedGroups ( String sid, long folderId ) : WSRight[ ]
com/logicaldoc/webservice/soap/client/SoapFolderClient.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapFolderClient.getGrantedUsers ( String sid, long folderId ) : WSRight[ ]
com/logicaldoc/webservice/soap/client/SoapFolderClient.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapFolderClient.grantGroup ( String sid, long folderId, long groupId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/soap/client/SoapFolderClient.grantGroup:(Ljava/lang/String;JJIZ)V
SoapFolderClient.grantUser ( String sid, long folderId, long userId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/soap/client/SoapFolderClient.grantUser:(Ljava/lang/String;JJIZ)V
SoapFolderClient.isGranted ( String sid, long folderId, int permission ) : boolean
com/logicaldoc/webservice/soap/client/SoapFolderClient.isGranted:(Ljava/lang/String;JI)Z
logicaldoc-webservice-8.9.0-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
SoapFolderService.getGrantedGroups ( String sid, long folderId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapFolderService.getGrantedUsers ( String sid, long folderId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapFolderService.grantGroup ( String sid, long folderId, long groupId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.grantGroup:(Ljava/lang/String;JJIZ)V
SoapFolderService.grantUser ( String sid, long folderId, long userId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.grantUser:(Ljava/lang/String;JJIZ)V
SoapFolderService.isGranted ( String sid, long folderId, int permission ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.isGranted:(Ljava/lang/String;JI)Z
logicaldoc-webservice-8.9.0-plugin.jar,
WSGroup.class
package com.logicaldoc.webservice.model
WSGroup.fromGroup ( Group group ) [static] : WSGroup
com/logicaldoc/webservice/model/WSGroup.fromGroup:(Lcom/logicaldoc/core/security/Group;)Lcom/logicaldoc/webservice/model/WSGroup;
WSGroup.toGroup ( ) : Group
com/logicaldoc/webservice/model/WSGroup.toGroup:()Lcom/logicaldoc/core/security/Group;
logicaldoc-webservice-8.9.0-plugin.jar,
WSRight.class
package com.logicaldoc.webservice.model
WSRight.getId ( ) : long
com/logicaldoc/webservice/model/WSRight.getId:()J
WSRight.getPermissions ( ) : int
com/logicaldoc/webservice/model/WSRight.getPermissions:()I
WSRight.setId ( long id ) : void
com/logicaldoc/webservice/model/WSRight.setId:(J)V
WSRight.setPermissions ( int permissions ) : void
com/logicaldoc/webservice/model/WSRight.setPermissions:(I)V
WSRight.WSRight ( )
com/logicaldoc/webservice/model/WSRight."<init>":()V
WSRight.WSRight ( long id, int permissions )
com/logicaldoc/webservice/model/WSRight."<init>":(JI)V
logicaldoc-webservice-8.9.0-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
WSUser.fromUser ( User user ) [static] : WSUser
com/logicaldoc/webservice/model/WSUser.fromUser:(Lcom/logicaldoc/core/security/User;)Lcom/logicaldoc/webservice/model/WSUser;
WSUser.toUser ( ) : User
com/logicaldoc/webservice/model/WSUser.toUser:()Lcom/logicaldoc/core/security/User;
logicaldoc-workflow-8.9.0-plugin.jar,
BaseListener.class
package com.logicaldoc.workflow.action
BaseListener.getLastChangeUser ( String processInstanceId ) : User
com/logicaldoc/workflow/action/BaseListener.getLastChangeUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-workflow-8.9.0-plugin.jar,
HibernateWorkflowTemplateDAO.class
package com.logicaldoc.workflow.template
HibernateWorkflowTemplateDAO.isReadEnable ( long workflowId, long userId ) : boolean
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.isReadEnable:(JJ)Z
HibernateWorkflowTemplateDAO.isWriteEnable ( long workflowId, long userId ) : boolean
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.isWriteEnable:(JJ)Z
HibernateWorkflowTemplateDAO.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowEngine.class
package com.logicaldoc.workflow
WorkflowEngine.setUserDAO ( UserDAO userDAO ) : void
com/logicaldoc/workflow/WorkflowEngine.setUserDAO:(Lcom/logicaldoc/core/security/dao/UserDAO;)V
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowGroup.class
package com.logicaldoc.workflow.template
WorkflowGroup.getGroupId ( ) : long
com/logicaldoc/workflow/template/WorkflowGroup.getGroupId:()J
WorkflowGroup.getPermissions ( ) : int
com/logicaldoc/workflow/template/WorkflowGroup.getPermissions:()I
WorkflowGroup.getWrite ( ) : int
com/logicaldoc/workflow/template/WorkflowGroup.getWrite:()I
WorkflowGroup.setGroupId ( long groupId ) : void
com/logicaldoc/workflow/template/WorkflowGroup.setGroupId:(J)V
WorkflowGroup.setPermissions ( int permissions ) : void
com/logicaldoc/workflow/template/WorkflowGroup.setPermissions:(I)V
WorkflowGroup.setWrite ( int write ) : void
com/logicaldoc/workflow/template/WorkflowGroup.setWrite:(I)V
WorkflowGroup.WorkflowGroup ( )
com/logicaldoc/workflow/template/WorkflowGroup."<init>":()V
WorkflowGroup.WorkflowGroup ( long groupId )
com/logicaldoc/workflow/template/WorkflowGroup."<init>":(J)V
WorkflowGroup.WorkflowGroup ( WorkflowGroup source )
com/logicaldoc/workflow/template/WorkflowGroup."<init>":(Lcom/logicaldoc/workflow/template/WorkflowGroup;)V
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowRightsDataServlet.class
package com.logicaldoc.workflow.data
WorkflowRightsDataServlet.service ( HttpServletRequest request, HttpServletResponse response ) : void
com/logicaldoc/workflow/data/WorkflowRightsDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
WorkflowRightsDataServlet.WorkflowRightsDataServlet ( )
com/logicaldoc/workflow/data/WorkflowRightsDataServlet."<init>":()V
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowServiceImpl.class
package com.logicaldoc.workflow.service
WorkflowServiceImpl.appendDocuments ( String taskId, Long[ ] docIds ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.appendDocuments:(Ljava/lang/String;[Ljava/lang/Long;)V
WorkflowServiceImpl.deleteInstances ( String[ ] ids ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.deleteInstances:([Ljava/lang/String;)V
WorkflowServiceImpl.list ( ) : GUIWorkflow[ ]
com/logicaldoc/workflow/service/WorkflowServiceImpl.list:()[Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
WorkflowServiceImpl.startWorkflow ( String workflowName, String workflowDescription, String tag, String color, Long[ ] docIds ) : void
com/logicaldoc/workflow/service/WorkflowServiceImpl.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Long;)V
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowTemplate.class
package com.logicaldoc.workflow.template
WorkflowTemplate.addWorkflowGroup ( WorkflowGroup mg ) : void
com/logicaldoc/workflow/template/WorkflowTemplate.addWorkflowGroup:(Lcom/logicaldoc/workflow/template/WorkflowGroup;)V
WorkflowTemplate.getWorkflowGroup ( long groupId ) : WorkflowGroup
com/logicaldoc/workflow/template/WorkflowTemplate.getWorkflowGroup:(J)Lcom/logicaldoc/workflow/template/WorkflowGroup;
WorkflowTemplate.getWorkflowGroupIds ( ) : long[ ]
com/logicaldoc/workflow/template/WorkflowTemplate.getWorkflowGroupIds:()[J
WorkflowTemplate.getWorkflowGroups ( ) : Set<WorkflowGroup>
com/logicaldoc/workflow/template/WorkflowTemplate.getWorkflowGroups:()Ljava/util/Set;
WorkflowTemplate.setWorkflowGroup ( long[ ] groups ) : void
com/logicaldoc/workflow/template/WorkflowTemplate.setWorkflowGroup:([J)V
WorkflowTemplate.setWorkflowGroups ( Set<WorkflowGroup> workflowGroups ) : void
com/logicaldoc/workflow/template/WorkflowTemplate.setWorkflowGroups:(Ljava/util/Set;)V
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowTemplateDAO.class
package com.logicaldoc.workflow.template
WorkflowTemplateDAO.isReadEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/workflow/template/WorkflowTemplateDAO.isReadEnable:(JJ)Z
WorkflowTemplateDAO.isWriteEnable ( long p1, long p2 ) [abstract] : boolean
com/logicaldoc/workflow/template/WorkflowTemplateDAO.isWriteEnable:(JJ)Z
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowTool.class
package com.logicaldoc.workflow.automation
WorkflowTool.claim ( Task task, User user ) : void
com/logicaldoc/workflow/automation/WorkflowTool.claim:(Lorg/activiti/engine/task/Task;Lcom/logicaldoc/core/security/User;)V
WorkflowTool.claimUrl ( Task task, User assignee ) : String
com/logicaldoc/workflow/automation/WorkflowTool.claimUrl:(Lorg/activiti/engine/task/Task;Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
WorkflowTool.completeUrl ( Task task, String transition, User assignee ) : String
com/logicaldoc/workflow/automation/WorkflowTool.completeUrl:(Lorg/activiti/engine/task/Task;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
WorkflowTool.getUser ( String username ) : User
com/logicaldoc/workflow/automation/WorkflowTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowUtil.class
package com.logicaldoc.workflow
WorkflowUtil.addNote ( String sid, String taskId, String note, User user ) [static] : WorkflowHistory
com/logicaldoc/workflow/WorkflowUtil.addNote:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)Lcom/logicaldoc/workflow/history/WorkflowHistory;
WorkflowUtil.addNote ( String sid, String taskName, String taskId, String processId, String note, User user ) [static] : WorkflowHistory
com/logicaldoc/workflow/WorkflowUtil.addNote:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)Lcom/logicaldoc/workflow/history/WorkflowHistory;
WorkflowUtil.addNote ( String sid, Task task, String note, User user ) [static] : WorkflowHistory
com/logicaldoc/workflow/WorkflowUtil.addNote:(Ljava/lang/String;Lorg/activiti/engine/task/Task;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)Lcom/logicaldoc/workflow/history/WorkflowHistory;
WorkflowUtil.appendDocuments ( String taskId, Long[ ] docIds, WorkflowHistory transaction ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.appendDocuments:(Ljava/lang/String;[Ljava/lang/Long;Lcom/logicaldoc/workflow/history/WorkflowHistory;)V
WorkflowUtil.claim ( String sid, String taskId, User user, WorkflowHistory transaction ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.claim:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/User;Lcom/logicaldoc/workflow/history/WorkflowHistory;)V
WorkflowUtil.complete ( String taskId, String transitionName, User user ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.complete:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)V
WorkflowUtil.complete ( Task task, String transitionName, User user ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.complete:(Lorg/activiti/engine/task/Task;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)V
WorkflowUtil.getInitiator ( String processInstanceId, DelegateTask delegate ) [static] : User
com/logicaldoc/workflow/WorkflowUtil.getInitiator:(Ljava/lang/String;Lorg/activiti/engine/delegate/DelegateTask;)Lcom/logicaldoc/core/security/User;
WorkflowUtil.reassign ( String sid, String taskId, User user ) [static] : void
com/logicaldoc/workflow/WorkflowUtil.reassign:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/User;)V
WorkflowUtil.startWorkflow ( String workflowName, String workflowDescription, String tag, String color, Set<Long> docIds, Session session, User user ) [static] : String
com/logicaldoc/workflow/WorkflowUtil.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Set;Lcom/logicaldoc/core/security/Session;Lcom/logicaldoc/core/security/User;)Ljava/lang/String;
logicaldoc-zoho-8.9.0-plugin.jar,
ZohoServiceImpl.class
package com.logicaldoc.zoho
ZohoServiceImpl.exportDocuments ( String targetFolderId, long[ ] folderIds, Long[ ] docIds ) : boolean
com/logicaldoc/zoho/ZohoServiceImpl.exportDocuments:(Ljava/lang/String;[J[Ljava/lang/Long;)Z
ZohoServiceImpl.importDocuments ( long targetFolder, String[ ] folderCompositeIds, String[ ] documentIds ) : int
com/logicaldoc/zoho/ZohoServiceImpl.importDocuments:(J[Ljava/lang/String;[Ljava/lang/String;)I
ZohoServiceImpl.loadSettings ( ) : String[ ]
com/logicaldoc/zoho/ZohoServiceImpl.loadSettings:()[Ljava/lang/String;
logicaldoc-zonalocr-8.9.0-plugin.jar,
ZonalOCR.class
package com.logicaldoc.zonalocr
ZonalOCR.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/zonalocr/ZonalOCR.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
ZonalOCR.setTenantDao ( TenantDAO tenantDao ) : void
com/logicaldoc/zonalocr/ZonalOCR.setTenantDao:(Lcom/logicaldoc/core/security/dao/TenantDAO;)V
logicaldoc-zonalocr-8.9.0-plugin.jar,
ZonalOCRProcessor.class
package com.logicaldoc.zonalocr
ZonalOCRProcessor.getDocumentDao ( ) : DocumentDAO
com/logicaldoc/zonalocr/ZonalOCRProcessor.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
ZonalOCRProcessor.processDocument ( Document document, User user ) : void
com/logicaldoc/zonalocr/ZonalOCRProcessor.processDocument:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/security/User;)V
ZonalOCRProcessor.setDocumentDao ( DocumentDAO documentDao ) : void
com/logicaldoc/zonalocr/ZonalOCRProcessor.setDocumentDao:(Lcom/logicaldoc/core/document/dao/DocumentDAO;)V
logicaldoc-zonalocr-8.9.0-plugin.jar,
ZonalOCRServiceImpl.class
package com.logicaldoc.zonalocr
ZonalOCRServiceImpl.markUnprocessable ( long[ ] docIds ) : void
com/logicaldoc/zonalocr/ZonalOCRServiceImpl.markUnprocessable:([J)V
to the top
Problems with Data Types, High Severity 669
logicaldoc-audit-8.9.0-plugin.jar
package com.logicaldoc.audit
[+] class AuditUser 1
| Change | Effect |
---|
1 |
Removed super-interface com.logicaldoc.core.security.UserListener. |
Recompilation of a client program may be terminated with the message: cannot find method in class AuditUser. |
[+] affected methods: 1 (0.01%)
AuditUser.AuditUser ( )This constructor is from 'AuditUser' class.
logicaldoc-audit-8.9.0-plugin.jar
package com.logicaldoc.audit.webservice.soap.endpoint
[+] class SoapAuditService 1
| Change | Effect |
---|
1 |
Type of field log has been changed from org.apache.commons.logging.Log to org.slf4j.Logger. |
Recompilation of a client program may be terminated with the message: incompatible types, found: org.apache.commons.logging.Log, required: org.slf4j.Logger. |
[+] affected methods: 10 (0.1%)
SoapAuditService.SoapAuditService ( )This constructor is from 'SoapAuditService' class.
SoapAuditService.getDocumentHistory ( String sid, long docId )This method is from 'SoapAuditService' class.
SoapAuditService.getHistory ( String sid, long folderId, String oldestDate, String[ ] events, Integer max )This method is from 'SoapAuditService' class.
SoapAuditService.getLatestHistory ( String sid, long folderId, String oldestDate, String[ ] events, Integer max )This method is from 'SoapAuditService' class.
SoapAuditService.getMessages ( String sid )This method is from 'SoapAuditService' class.
SoapAuditService.getSubscriptions ( String sid )This method is from 'SoapAuditService' class.
SoapAuditService.markAsRead ( String sid, long[ ] ids )This method is from 'SoapAuditService' class.
SoapAuditService.saveDocumentHistory ( String sid, WSHistory history )This method is from 'SoapAuditService' class.
SoapAuditService.subscribe ( String sid, Long[ ] ids, String type, String events )This method is from 'SoapAuditService' class.
SoapAuditService.unsubscribe ( String sid, Long[ ] ids, String type )This method is from 'SoapAuditService' class.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core
[+] class SystemInfo 1
| Change | Effect |
---|
1 |
Type of field features has been changed from java.lang.String[] to java.util.Set<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types, found: java.lang.String[], required: java.util.Set<java.lang.String>. |
[+] affected methods: 47 (0.2%)
SystemInfo.SystemInfo ( )This constructor is from 'SystemInfo' class.
SystemInfo.SystemInfo ( long tenantId )This constructor is from 'SystemInfo' class.
SystemInfo.get ( )This method is from 'SystemInfo' class.
SystemInfo.get ( long tenantId )This method is from 'SystemInfo' class.
SystemInfo.getBugs ( )This method is from 'SystemInfo' class.
SystemInfo.getDate ( )This method is from 'SystemInfo' class.
SystemInfo.getForum ( )This method is from 'SystemInfo' class.
SystemInfo.getHelp ( )This method is from 'SystemInfo' class.
SystemInfo.getHostName ( )This method is from 'SystemInfo' class.
SystemInfo.getInstallationId ( )This method is from 'SystemInfo' class.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.document
[+] interface DocumentManager 4
| Change | Effect |
---|
1 |
Abstract method void archiveDocuments ( Set<Long>, DocumentHistory ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method archiveDocuments ( Set<Long>, DocumentHistory ) in DocumentManager. |
2 |
Abstract method Document copyToFolder ( Document, Folder, DocumentHistory, boolean, boolean, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method copyToFolder ( Document, Folder, DocumentHistory, boolean, boolean, boolean ) in DocumentManager. |
3 |
Abstract method void archiveDocuments ( long[ ], DocumentHistory ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method archiveDocuments ( long[ ], DocumentHistory ) in interface DocumentManager. |
4 |
Abstract method Document copyToFolder ( Document, Folder, DocumentHistory, boolean, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method copyToFolder ( Document, Folder, DocumentHistory, boolean, boolean ) in interface DocumentManager. |
[+] affected methods: 95 (0.5%)
com.logicaldoc.barcode.BarcodeManager.setDocumentManager ( DocumentManager documentManager )1st parameter 'documentManager' of this method is of type 'DocumentManager'.
com.logicaldoc.core.conversion.FormatConverterManager.setDocumentManager ( DocumentManager documentManager )1st parameter 'documentManager' of this method is of type 'DocumentManager'.
DocumentManager.archiveFolder ( long p1, DocumentHistory p2 )This abstract method is from 'DocumentManager' interface.
DocumentManager.changeIndexingStatus ( Document p1, int p2 )This abstract method is from 'DocumentManager' interface.
DocumentManager.checkin ( long p1, File p2, String p3, boolean p4, AbstractDocument p5, DocumentHistory p6 )This abstract method is from 'DocumentManager' interface.
DocumentManager.checkin ( long p1, InputStream p2, String p3, boolean p4, AbstractDocument p5, DocumentHistory p6 )This abstract method is from 'DocumentManager' interface.
DocumentManager.checkout ( long p1, DocumentHistory p2 )This abstract method is from 'DocumentManager' interface.
DocumentManager.countPages ( Document p1 )This abstract method is from 'DocumentManager' interface.
DocumentManager.create ( File p1, Document p2, DocumentHistory p3 )This abstract method is from 'DocumentManager' interface.
DocumentManager.create ( InputStream p1, Document p2, DocumentHistory p3 )This abstract method is from 'DocumentManager' interface.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.document.dao
[+] class HibernateBookmarkDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateBookmarkDAO. |
[+] affected methods: 6 (0.03%)
HibernateBookmarkDAO.HibernateBookmarkDAO ( )This constructor is from 'HibernateBookmarkDAO' class.
HibernateBookmarkDAO.findBookmarkedDocs ( long userId )This method is from 'HibernateBookmarkDAO' class.
HibernateBookmarkDAO.findByUserId ( long userId )This method is from 'HibernateBookmarkDAO' class.
HibernateBookmarkDAO.findByUserIdAndDocId ( long userId, long docId )This method is from 'HibernateBookmarkDAO' class.
HibernateBookmarkDAO.findByUserIdAndFolderId ( long userId, long folderId )This method is from 'HibernateBookmarkDAO' class.
HibernateBookmarkDAO.isDocBookmarkedByUser ( long docId, long userId )This method is from 'HibernateBookmarkDAO' class.
[+] class HibernateDocumentDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateDocumentDAO. |
[+] affected methods: 65 (0.3%)
HibernateDocumentDAO.archive ( long docId, DocumentHistory transaction )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.cleanExpiredTransactions ( )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.cleanUnexistingUniqueTags ( )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.cleanUnexistingUniqueTagsOneByOne ( )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.computeTotalSize ( Long tenantId, Long userId, boolean computeDeleted )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.count ( Long tenantId, boolean computeDeleted, boolean computeArchived )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.countByIndexed ( int indexed )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.delete ( long docId, int delCode, DocumentHistory transaction )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.delete ( long docId, DocumentHistory transaction )This method is from 'HibernateDocumentDAO' class.
HibernateDocumentDAO.deleteAll ( Collection<Document> documents, int delCode, DocumentHistory transaction )This method is from 'HibernateDocumentDAO' class.
...
[+] class HibernateDocumentHistoryDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateDocumentHistoryDAO. |
[+] affected methods: 11 (0.1%)
HibernateDocumentHistoryDAO.cleanOldHistories ( int ttl )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findByDocId ( long docId )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findByDocIdAndEvent ( long docId, String event )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findByFolderId ( long folderId )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findByPath ( String pathExpression, Date oldestDate, Collection<String> events, Integer max )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findByUserId ( long userId )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findByUserIdAndEvent ( long userId, String event, String sessionId )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.findNotNotified ( Integer max )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.markHistoriesAsRead ( String event, long userId )This method is from 'HibernateDocumentHistoryDAO' class.
HibernateDocumentHistoryDAO.store ( DocumentHistory history )This method is from 'HibernateDocumentHistoryDAO' class.
...
[+] class HibernateDocumentLinkDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateDocumentLinkDAO. |
[+] affected methods: 7 (0.04%)
HibernateDocumentLinkDAO.HibernateDocumentLinkDAO ( )This constructor is from 'HibernateDocumentLinkDAO' class.
HibernateDocumentLinkDAO.delete ( long id, int code )This method is from 'HibernateDocumentLinkDAO' class.
HibernateDocumentLinkDAO.findByDocId ( long docId )This method is from 'HibernateDocumentLinkDAO' class.
HibernateDocumentLinkDAO.findByDocId ( long docId, String type )This method is from 'HibernateDocumentLinkDAO' class.
HibernateDocumentLinkDAO.findByDocIdsAndType ( long docId1, long docId2, String type )This method is from 'HibernateDocumentLinkDAO' class.
HibernateDocumentLinkDAO.store ( DocumentLink entity )This method is from 'HibernateDocumentLinkDAO' class.
HibernateDocumentLinkDAO.store ( PersistentObject p1 )This method is from 'HibernateDocumentLinkDAO' class.
[+] class HibernateDocumentNoteDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateDocumentNoteDAO. |
[+] affected methods: 10 (0.1%)
HibernateDocumentNoteDAO.HibernateDocumentNoteDAO ( )This constructor is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.copyAnnotations ( long docId, String oldFileVersion, String newFileVersion )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.delete ( long id, int code )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.findByDocId ( long docId, String fileVersion )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.findByDocIdAndType ( long docId, String fileVersion, String type )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.findByDocIdAndTypes ( long docId, String fileVersion, Collection<String> types )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.findByUserId ( long userId )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.store ( DocumentNote note )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.store ( DocumentNote note, DocumentHistory transaction )This method is from 'HibernateDocumentNoteDAO' class.
HibernateDocumentNoteDAO.store ( PersistentObject p1 )This method is from 'HibernateDocumentNoteDAO' class.
[+] class HibernateRatingDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateRatingDAO. |
[+] affected methods: 7 (0.04%)
HibernateRatingDAO.HibernateRatingDAO ( )This constructor is from 'HibernateRatingDAO' class.
HibernateRatingDAO.delete ( long id, int code )This method is from 'HibernateRatingDAO' class.
HibernateRatingDAO.findByDocId ( long docId )This method is from 'HibernateRatingDAO' class.
HibernateRatingDAO.findByDocIdAndUserId ( long docId, long userId )This method is from 'HibernateRatingDAO' class.
HibernateRatingDAO.findVotesByDocId ( long docId )This method is from 'HibernateRatingDAO' class.
HibernateRatingDAO.store ( Rating rating, DocumentHistory transaction )This method is from 'HibernateRatingDAO' class.
HibernateRatingDAO.updateDocumentRating ( long docId, DocumentHistory transaction )This method is from 'HibernateRatingDAO' class.
[+] class HibernateVersionDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateVersionDAO. |
[+] affected methods: 12 (0.1%)
HibernateVersionDAO.delete ( long versionId, int delCode )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.deleteVersion ( Version versionToDelete, int delCode )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.findByDocId ( long docId )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.findByFileVersion ( long docId, String fileVersion )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.findByVersion ( long docId, String version )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.initialize ( Version version )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.initialize ( PersistentObject p1 )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.setFolderDAO ( FolderDAO folderDAO )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.setStorer ( Storer storer )This method is from 'HibernateVersionDAO' class.
HibernateVersionDAO.store ( Version version )This method is from 'HibernateVersionDAO' class.
...
[+] interface BookmarkDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class BookmarkDAO. |
[+] affected methods: 5 (0.03%)
BookmarkDAO.findBookmarkedDocs ( long p1 )This abstract method is from 'BookmarkDAO' interface.
BookmarkDAO.findByUserId ( long p1 )This abstract method is from 'BookmarkDAO' interface.
BookmarkDAO.findByUserIdAndDocId ( long p1, long p2 )This abstract method is from 'BookmarkDAO' interface.
BookmarkDAO.findByUserIdAndFolderId ( long p1, long p2 )This abstract method is from 'BookmarkDAO' interface.
BookmarkDAO.isDocBookmarkedByUser ( long p1, long p2 )This abstract method is from 'BookmarkDAO' interface.
[+] interface DocumentDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DocumentDAO. |
[+] affected methods: 53 (0.3%)
DocumentDAO.archive ( long p1, DocumentHistory p2 )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.cleanExpiredTransactions ( )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.cleanUnexistingUniqueTags ( )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.cleanUnexistingUniqueTagsOneByOne ( )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.computeTotalSize ( Long p1, Long p2, boolean p3 )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.count ( Long p1, boolean p2, boolean p3 )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.countByIndexed ( int p1 )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.delete ( long p1, int p2, DocumentHistory p3 )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.delete ( long p1, DocumentHistory p2 )This abstract method is from 'DocumentDAO' interface.
DocumentDAO.deleteAll ( Collection<Document> p1, int p2, DocumentHistory p3 )This abstract method is from 'DocumentDAO' interface.
...
[+] interface DocumentHistoryDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DocumentHistoryDAO. |
[+] affected methods: 9 (0.05%)
DocumentHistoryDAO.cleanOldHistories ( int p1 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findByDocId ( long p1 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findByDocIdAndEvent ( long p1, String p2 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findByFolderId ( long p1 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findByPath ( String p1, Date p2, Collection<String> p3, Integer p4 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findByUserId ( long p1 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findByUserIdAndEvent ( long p1, String p2, String p3 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.findNotNotified ( Integer p1 )This abstract method is from 'DocumentHistoryDAO' interface.
DocumentHistoryDAO.markHistoriesAsRead ( String p1, long p2 )This abstract method is from 'DocumentHistoryDAO' interface.
[+] interface DocumentLinkDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DocumentLinkDAO. |
[+] affected methods: 3 (0.02%)
DocumentLinkDAO.findByDocId ( long p1 )This abstract method is from 'DocumentLinkDAO' interface.
DocumentLinkDAO.findByDocId ( long p1, String p2 )This abstract method is from 'DocumentLinkDAO' interface.
DocumentLinkDAO.findByDocIdsAndType ( long p1, long p2, String p3 )This abstract method is from 'DocumentLinkDAO' interface.
[+] interface DocumentNoteDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DocumentNoteDAO. |
[+] affected methods: 6 (0.03%)
DocumentNoteDAO.copyAnnotations ( long p1, String p2, String p3 )This abstract method is from 'DocumentNoteDAO' interface.
DocumentNoteDAO.findByDocId ( long p1, String p2 )This abstract method is from 'DocumentNoteDAO' interface.
DocumentNoteDAO.findByDocIdAndType ( long p1, String p2, String p3 )This abstract method is from 'DocumentNoteDAO' interface.
DocumentNoteDAO.findByDocIdAndTypes ( long p1, String p2, Collection<String> p3 )This abstract method is from 'DocumentNoteDAO' interface.
DocumentNoteDAO.findByUserId ( long p1 )This abstract method is from 'DocumentNoteDAO' interface.
DocumentNoteDAO.store ( DocumentNote p1, DocumentHistory p2 )This abstract method is from 'DocumentNoteDAO' interface.
[+] interface RatingDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class RatingDAO. |
[+] affected methods: 5 (0.03%)
RatingDAO.findByDocId ( long p1 )This abstract method is from 'RatingDAO' interface.
RatingDAO.findByDocIdAndUserId ( long p1, long p2 )This abstract method is from 'RatingDAO' interface.
RatingDAO.findVotesByDocId ( long p1 )This abstract method is from 'RatingDAO' interface.
RatingDAO.store ( Rating p1, DocumentHistory p2 )This abstract method is from 'RatingDAO' interface.
RatingDAO.updateDocumentRating ( long p1, DocumentHistory p2 )This abstract method is from 'RatingDAO' interface.
[+] interface VersionDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class VersionDAO. |
[+] affected methods: 4 (0.02%)
VersionDAO.findByDocId ( long p1 )This abstract method is from 'VersionDAO' interface.
VersionDAO.findByFileVersion ( long p1, String p2 )This abstract method is from 'VersionDAO' interface.
VersionDAO.findByVersion ( long p1, String p2 )This abstract method is from 'VersionDAO' interface.
VersionDAO.updateDigest ( Version p1 )This abstract method is from 'VersionDAO' interface.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.folder
[+] class FolderGroup 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class FolderGroup. |
[+] affected methods: 53 (0.3%)
FolderGroup.FolderGroup ( )This constructor is from 'FolderGroup' class.
FolderGroup.FolderGroup ( long groupId )This constructor is from 'FolderGroup' class.
FolderGroup.FolderGroup ( FolderGroup source )This constructor is from 'FolderGroup' class.
FolderGroup.equals ( Object obj )This method is from 'FolderGroup' class.
FolderGroup.getAdd ( )This method is from 'FolderGroup' class.
FolderGroup.getArchive ( )This method is from 'FolderGroup' class.
FolderGroup.getAutomation ( )This method is from 'FolderGroup' class.
FolderGroup.getCalendar ( )This method is from 'FolderGroup' class.
FolderGroup.getDelete ( )This method is from 'FolderGroup' class.
FolderGroup.getDownload ( )This method is from 'FolderGroup' class.
...
[+] interface FolderDAO 2
| Change | Effect |
---|
1 |
Abstract method void applySecurityToTree ( long, FolderHistory ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method applySecurityToTree ( long, FolderHistory ) in FolderDAO. |
2 |
Abstract method void applyRightToTree ( long, FolderHistory ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method applyRightToTree ( long, FolderHistory ) in interface FolderDAO. |
[+] affected methods: 106 (0.5%)
com.logicaldoc.audit.Audit.getFolderDao ( )Return value of this method is of type 'FolderDAO'.
com.logicaldoc.audit.Audit.setFolderDao ( FolderDAO folderDao )1st parameter 'folderDao' of this method is of type 'FolderDAO'.
com.logicaldoc.core.document.DocumentManagerImpl.setFolderDAO ( FolderDAO folderDAO )1st parameter 'folderDAO' of this method is of type 'FolderDAO'.
FolderDAO.applyGridToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.applyMetadataToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.applyOCRToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.applyStorageToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.applyTagsToTree ( long p1, FolderHistory p2 )This abstract method is from 'FolderDAO' interface.
FolderDAO.computePath ( long p1 )This abstract method is from 'FolderDAO' interface.
FolderDAO.computePath ( Folder p1 )This abstract method is from 'FolderDAO' interface.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.metadata
[+] class TemplateGroup 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class TemplateGroup. |
[+] affected methods: 12 (0.1%)
TemplateGroup.TemplateGroup ( )This constructor is from 'TemplateGroup' class.
TemplateGroup.TemplateGroup ( long groupId )This constructor is from 'TemplateGroup' class.
TemplateGroup.TemplateGroup ( long groupId, int write )This constructor is from 'TemplateGroup' class.
TemplateGroup.TemplateGroup ( TemplateGroup source )This constructor is from 'TemplateGroup' class.
TemplateGroup.equals ( Object obj )This method is from 'TemplateGroup' class.
TemplateGroup.getGroupId ( )This method is from 'TemplateGroup' class.
TemplateGroup.getPermissions ( )This method is from 'TemplateGroup' class.
TemplateGroup.getWrite ( )This method is from 'TemplateGroup' class.
TemplateGroup.hashCode ( )This method is from 'TemplateGroup' class.
TemplateGroup.setGroupId ( long groupId )This method is from 'TemplateGroup' class.
...
[+] interface AttributeOptionDAO 2
| Change | Effect |
---|
1 |
Abstract method void deleteBySetIdAndAttribute ( long, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteBySetIdAndAttribute ( long, String ) in AttributeOptionDAO. |
2 |
Abstract method boolean deleteBySetIdAndAttribute ( long, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteBySetIdAndAttribute ( long, String ) in interface AttributeOptionDAO. |
[+] affected methods: 6 (0.03%)
AttributeOptionDAO.deleteOrphaned ( long p1, Collection<String> p2 )This abstract method is from 'AttributeOptionDAO' interface.
AttributeOptionDAO.findByAttribute ( long p1, String p2 )This abstract method is from 'AttributeOptionDAO' interface.
AttributeOptionDAO.findByAttributeAndCategory ( long p1, String p2, String p3 )This abstract method is from 'AttributeOptionDAO' interface.
AttributeOptionDAO.findByAttributeAsMap ( long p1, String p2 )This abstract method is from 'AttributeOptionDAO' interface.
HibernateAttributeSetDAO.setOptionsDao ( AttributeOptionDAO optionsDao )1st parameter 'optionsDao' of this method is of type 'AttributeOptionDAO'.
com.logicaldoc.syndication.SyndicationCrawler.setAttributeOptionDao ( AttributeOptionDAO attributeOptionDao )1st parameter 'attributeOptionDao' of this method is of type 'AttributeOptionDAO'.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.searchengine
[+] class Search 1
| Change | Effect |
---|
1 |
Type of field searchUser has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.logicaldoc.core.security.User, required: com.logicaldoc.core.security.user.User. |
[+] affected methods: 13 (0.1%)
com.logicaldoc.core.automation.SearchTool.newSearch ( SearchOptions options )Return value of this method is of type 'Search'.
Search.Search ( )This constructor is from 'Search' abstract class.
Search.get ( SearchOptions opt )This method is from 'Search' abstract class.
Search.getEstimatedHitsNumber ( )This method is from 'Search' abstract class.
Search.getExecTime ( )This method is from 'Search' abstract class.
Search.getHits ( )This method is from 'Search' abstract class.
Search.getOptions ( )This method is from 'Search' abstract class.
Search.internalSearch ( )This abstract method is from 'Search' abstract class.
Search.isMoreHitsPresent ( )This method is from 'Search' abstract class.
Search.newOptions ( int type )This method is from 'Search' abstract class.
...
[+] class StandardSearchEngine 2
| Change | Effect |
---|
1 |
Type of field documentDao has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.logicaldoc.core.document.dao.DocumentDAO, required: com.logicaldoc.core.document.DocumentDAO. |
2 |
Type of field noteDao has been changed from com.logicaldoc.core.document.dao.DocumentNoteDAO to com.logicaldoc.core.document.DocumentNoteDAO. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.logicaldoc.core.document.dao.DocumentNoteDAO, required: com.logicaldoc.core.document.DocumentNoteDAO. |
[+] affected methods: 18 (0.1%)
StandardSearchEngine.StandardSearchEngine ( )This constructor is from 'StandardSearchEngine' class.
StandardSearchEngine.addHit ( Document document, InputStream content )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.addHit ( Document document, String content )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.check ( )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.close ( )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.deleteHit ( long id )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.deleteHits ( Collection<Long> ids )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.dropIndex ( )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.getCount ( )This method is from 'StandardSearchEngine' class.
StandardSearchEngine.getHit ( long id )This method is from 'StandardSearchEngine' class.
...
[+] interface SearchEngine 2
| Change | Effect |
---|
1 |
Abstract method Hits search ( String, Set<String>, String, Integer ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method search ( String, Set<String>, String, Integer ) in SearchEngine. |
2 |
Abstract method Hits search ( String, String[ ], String, Integer ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method search ( String, String[ ], String, Integer ) in interface SearchEngine. |
[+] affected methods: 21 (0.1%)
com.logicaldoc.core.document.DocumentManagerImpl.setIndexer ( SearchEngine indexer )1st parameter 'indexer' of this method is of type 'SearchEngine'.
IndexerTask.setIndexer ( SearchEngine indexer )1st parameter 'indexer' of this method is of type 'SearchEngine'.
IndexOptimizer.getIndexer ( )Return value of this method is of type 'SearchEngine'.
IndexOptimizer.setIndexer ( SearchEngine indexer )1st parameter 'indexer' of this method is of type 'SearchEngine'.
SearchEngine.addHit ( Document p1, InputStream p2 )This abstract method is from 'SearchEngine' interface.
SearchEngine.addHit ( Document p1, String p2 )This abstract method is from 'SearchEngine' interface.
SearchEngine.check ( )This abstract method is from 'SearchEngine' interface.
SearchEngine.close ( )This abstract method is from 'SearchEngine' interface.
SearchEngine.deleteHit ( long p1 )This abstract method is from 'SearchEngine' interface.
SearchEngine.deleteHits ( Collection<Long> p1 )This abstract method is from 'SearchEngine' interface.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.security
[+] class Group 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class Group. |
[+] affected methods: 18 (0.1%)
Group.Group ( )This constructor is from 'Group' class.
Group.clearUsers ( )This method is from 'Group' class.
Group.getDescription ( )This method is from 'Group' class.
Group.getName ( )This method is from 'Group' class.
Group.getSource ( )This method is from 'Group' class.
Group.getType ( )This method is from 'Group' class.
Group.getUser ( )This method is from 'Group' class.
Group.getUsers ( )This method is from 'Group' class.
Group.isAdmin ( )This method is from 'Group' class.
Group.isGuest ( )This method is from 'Group' class.
...
[+] class Menu 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class Menu. |
[+] affected methods: 33 (0.2%)
Menu.Menu ( )This constructor is from 'Menu' class.
Menu.addMenuGroup ( MenuGroup mg )This method is from 'Menu' class.
Menu.clearMenuGroups ( )This method is from 'Menu' class.
Menu.compareTo ( Menu o )This method is from 'Menu' class.
Menu.compareTo ( Object p1 )This method is from 'Menu' class.
Menu.equals ( Object obj )This method is from 'Menu' class.
Menu.getAutomation ( )This method is from 'Menu' class.
Menu.getDescription ( )This method is from 'Menu' class.
Menu.getEnabled ( )This method is from 'Menu' class.
Menu.getIcon ( )This method is from 'Menu' class.
...
[+] class MenuGroup 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class MenuGroup. |
[+] affected methods: 17 (0.1%)
MenuGroup.MenuGroup ( )This constructor is from 'MenuGroup' class.
MenuGroup.MenuGroup ( long groupId )This constructor is from 'MenuGroup' class.
MenuGroup.MenuGroup ( MenuGroup source )This constructor is from 'MenuGroup' class.
MenuGroup.equals ( Object obj )This method is from 'MenuGroup' class.
MenuGroup.getDelete ( )This method is from 'MenuGroup' class.
MenuGroup.getGroupId ( )This method is from 'MenuGroup' class.
MenuGroup.getManageSecurity ( )This method is from 'MenuGroup' class.
MenuGroup.getPermissions ( )This method is from 'MenuGroup' class.
MenuGroup.getRename ( )This method is from 'MenuGroup' class.
MenuGroup.getWrite ( )This method is from 'MenuGroup' class.
...
[+] class PasswordHistory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PasswordHistory. |
[+] affected methods: 10 (0.1%)
PasswordHistory.PasswordHistory ( )This constructor is from 'PasswordHistory' class.
PasswordHistory.compareTo ( PasswordHistory other )This method is from 'PasswordHistory' class.
PasswordHistory.compareTo ( Object p1 )This method is from 'PasswordHistory' class.
PasswordHistory.equals ( Object obj )This method is from 'PasswordHistory' class.
PasswordHistory.getDate ( )This method is from 'PasswordHistory' class.
PasswordHistory.getPassword ( )This method is from 'PasswordHistory' class.
PasswordHistory.getUserId ( )This method is from 'PasswordHistory' class.
PasswordHistory.setDate ( Date date )This method is from 'PasswordHistory' class.
PasswordHistory.setPassword ( String password )This method is from 'PasswordHistory' class.
PasswordHistory.setUserId ( long userId )This method is from 'PasswordHistory' class.
[+] class SecurityManagerImpl 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class SecurityManagerImpl. |
[+] affected methods: 14 (0.1%)
SecurityManagerImpl.getAllowedGroups ( long menuId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.getEnabledPermissions ( long docId, long userId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isDownloadEnabled ( long docId, long userId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isMemberOf ( long userId, long groupId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isMemberOf ( long userId, String groupName )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isPermissionEnabled ( Permission permission, long docId, long userId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isPrintEnabled ( long docId, long userId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isReadEnabled ( long docId, long userId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.isWriteEnabled ( long docId, long userId )This method is from 'SecurityManagerImpl' class.
SecurityManagerImpl.setDocumentDAO ( DocumentDAO documentDAO )This method is from 'SecurityManagerImpl' class.
...
[+] class User 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class User. |
[+] affected methods: 119 (0.6%)
User.User ( )This constructor is from 'User' class.
User.addGroup ( Group group )This method is from 'User' class.
User.clearPassword ( )This method is from 'User' class.
User.getAvatar ( )This method is from 'User' class.
User.getCertDN ( )This method is from 'User' class.
User.getCertExpire ( )This method is from 'User' class.
User.getCity ( )This method is from 'User' class.
User.getCountry ( )This method is from 'User' class.
User.getDateFormat ( )This method is from 'User' class.
User.getDateFormatLong ( )This method is from 'User' class.
...
[+] class UserEvent 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class UserEvent. |
[+] affected methods: 4 (0.02%)
UserEvent.fromString ( String event )This method is from 'UserEvent' class.
UserEvent.toString ( )This method is from 'UserEvent' class.
UserEvent.valueOf ( String name )This method is from 'UserEvent' class.
UserEvent.values ( )This method is from 'UserEvent' class.
[+] class UserGroup 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class UserGroup. |
[+] affected methods: 7 (0.04%)
UserGroup.UserGroup ( )This constructor is from 'UserGroup' class.
UserGroup.UserGroup ( long groupId )This constructor is from 'UserGroup' class.
UserGroup.equals ( Object obj )This method is from 'UserGroup' class.
UserGroup.getGroupId ( )This method is from 'UserGroup' class.
UserGroup.hashCode ( )This method is from 'UserGroup' class.
UserGroup.setGroupId ( long groupId )This method is from 'UserGroup' class.
UserGroup.toString ( )This method is from 'UserGroup' class.
[+] class UserHistory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class UserHistory. |
[+] affected methods: 4 (0.02%)
UserHistory.UserHistory ( )This constructor is from 'UserHistory' class.
UserHistory.UserHistory ( UserHistory source )This constructor is from 'UserHistory' class.
UserHistory.getAuthor ( )This method is from 'UserHistory' class.
UserHistory.setAuthor ( String author )This method is from 'UserHistory' class.
[+] class UserListenerManager 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class UserListenerManager. |
[+] affected methods: 3 (0.02%)
UserListenerManager.UserListenerManager ( )This constructor is from 'UserListenerManager' class.
UserListenerManager.getListeners ( )This method is from 'UserListenerManager' class.
UserListenerManager.init ( )This method is from 'UserListenerManager' class.
[+] class WorkingTime 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class WorkingTime. |
[+] affected methods: 20 (0.1%)
WorkingTime.WorkingTime ( )This constructor is from 'WorkingTime' class.
WorkingTime.WorkingTime ( int dayOfWeek, int hourStart, int minuteStart )This constructor is from 'WorkingTime' class.
WorkingTime.WorkingTime ( WorkingTime source )This constructor is from 'WorkingTime' class.
WorkingTime.equals ( Object obj )This method is from 'WorkingTime' class.
WorkingTime.getDayOfWeek ( )This method is from 'WorkingTime' class.
WorkingTime.getDescription ( )This method is from 'WorkingTime' class.
WorkingTime.getHourEnd ( )This method is from 'WorkingTime' class.
WorkingTime.getHourStart ( )This method is from 'WorkingTime' class.
WorkingTime.getLabel ( )This method is from 'WorkingTime' class.
WorkingTime.getMinuteEnd ( )This method is from 'WorkingTime' class.
...
[+] interface SecurityManager 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class SecurityManager. |
[+] affected methods: 9 (0.05%)
SecurityManager.getAllowedGroups ( long p1 )This abstract method is from 'SecurityManager' interface.
SecurityManager.getEnabledPermissions ( long p1, long p2 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isDownloadEnabled ( long p1, long p2 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isMemberOf ( long p1, long p2 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isMemberOf ( long p1, String p2 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isPermissionEnabled ( Permission p1, long p2, long p3 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isPrintEnabled ( long p1, long p2 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isReadEnabled ( long p1, long p2 )This abstract method is from 'SecurityManager' interface.
SecurityManager.isWriteEnabled ( long p1, long p2 )This abstract method is from 'SecurityManager' interface.
[+] interface UserListener 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class UserListener. |
[+] affected methods: 2 (0.01%)
UserListener.afterStore ( User p1, UserHistory p2, Map<String,Object> p3 )This abstract method is from 'UserListener' interface.
UserListener.beforeStore ( User p1, UserHistory p2, Map<String,Object> p3 )This abstract method is from 'UserListener' interface.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.security.authentication
[+] class DefaultAuthenticator 1
| Change | Effect |
---|
1 |
Type of field userDAO has been changed from com.logicaldoc.core.security.dao.UserDAO to com.logicaldoc.core.security.user.UserDAO. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.logicaldoc.core.security.dao.UserDAO, required: com.logicaldoc.core.security.user.UserDAO. |
[+] affected methods: 1 (0.01%)
DefaultAuthenticator.DefaultAuthenticator ( )This constructor is from 'DefaultAuthenticator' class.
[+] interface Authenticator 8
| Change | Effect |
---|
1 |
Abstract method User authenticate ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method authenticate ( String, String ) in Authenticator. |
2 |
Abstract method User authenticate ( String, String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method authenticate ( String, String, String ) in Authenticator. |
3 |
Abstract method User authenticate ( String, String, String, Client ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method authenticate ( String, String, String, Client ) in Authenticator. |
4 |
Abstract method User pickUser ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pickUser ( String ) in Authenticator. |
5 |
Abstract method User authenticate ( String, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method authenticate ( String, String ) in interface Authenticator. |
6 |
Abstract method User authenticate ( String, String, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method authenticate ( String, String, String ) in interface Authenticator. |
7 |
Abstract method User authenticate ( String, String, String, Client ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method authenticate ( String, String, String, Client ) in interface Authenticator. |
8 |
Abstract method User pickUser ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method pickUser ( String ) in interface Authenticator. |
[+] affected methods: 15 (0.1%)
AccountDisabledException.AccountDisabledException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AccountInactiveException.AccountInactiveException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AccountNotFoundException.AccountNotFoundException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AccountNotFoundException.AccountNotFoundException ( Authenticator authenticator, String message )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AccountTypeNotAllowedException.AccountTypeNotAllowedException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AuthenticationException.AuthenticationException ( Authenticator authenticator )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AuthenticationException.AuthenticationException ( Authenticator authenticator, String code )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AuthenticationException.AuthenticationException ( Authenticator authenticator, String code, Throwable cause )1st parameter 'authenticator' of this method is of type 'Authenticator'.
AuthenticationException.getAuthenticator ( )Return value of this method is of type 'Authenticator'.
Authenticator.canAuthenticateUser ( String p1 )This abstract method is from 'Authenticator' interface.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.security.dao
[+] class HibernateDeviceDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateDeviceDAO. |
[+] affected methods: 11 (0.1%)
HibernateDeviceDAO.cleanOldDevices ( int ttl )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.delete ( long deviceId, int code )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.findByDevice ( Device device )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.findByDeviceId ( String deviceId )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.findByUserId ( long userId )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.findTrustedDevices ( long userId )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.isTrustedDevice ( String username, HttpServletRequest request )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.setUserDAO ( UserDAO userDAO )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.store ( PersistentObject p1 )This method is from 'HibernateDeviceDAO' class.
HibernateDeviceDAO.store ( Device entity )This method is from 'HibernateDeviceDAO' class.
...
[+] class HibernateGroupDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateGroupDAO. |
[+] affected methods: 15 (0.1%)
HibernateGroupDAO.count ( )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.delete ( long groupId, int code )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.exists ( String groupname, long tenantId )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.findAllGroupNames ( long tenantId )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.findByLikeName ( String name, long tenantId )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.findByName ( String name, long tenantId )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.fixGuestPermissions ( Group group )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.getMenuDAO ( )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.inheritACLs ( Group group, long parentGroupId )This method is from 'HibernateGroupDAO' class.
HibernateGroupDAO.initialize ( PersistentObject p1 )This method is from 'HibernateGroupDAO' class.
...
[+] class HibernateMenuDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateMenuDAO. |
[+] affected methods: 31 (0.2%)
HibernateMenuDAO.HibernateMenuDAO ( )This constructor is from 'HibernateMenuDAO' class.
HibernateMenuDAO.applyRightToTree ( long id )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.computePathExtended ( long menuId )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.createPath ( long parentId, long tenantId, int type, String path, boolean inheritSecurity )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.delete ( long menuId, int code )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.deleteAll ( Collection<Menu> menus )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.findByGroupId ( long groupId )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.findByName ( Menu parent, String name, boolean caseSensitive )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.findByName ( String name )This method is from 'HibernateMenuDAO' class.
HibernateMenuDAO.findByNameAndParentId ( String name, long parentId )This method is from 'HibernateMenuDAO' class.
...
[+] class HibernatePasswordHistoryDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernatePasswordHistoryDAO. |
[+] affected methods: 3 (0.02%)
HibernatePasswordHistoryDAO.cleanOldHistories ( long userId, int retain )This method is from 'HibernatePasswordHistoryDAO' class.
HibernatePasswordHistoryDAO.findByUserId ( long userId, Integer max )This method is from 'HibernatePasswordHistoryDAO' class.
HibernatePasswordHistoryDAO.findByUserIdAndPassword ( long userId, String password, int max )This method is from 'HibernatePasswordHistoryDAO' class.
[+] class HibernateSessionDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateSessionDAO. |
[+] affected methods: 8 (0.04%)
HibernateSessionDAO.HibernateSessionDAO ( )This constructor is from 'HibernateSessionDAO' class.
HibernateSessionDAO.cleanOldSessions ( int ttl )This method is from 'HibernateSessionDAO' class.
HibernateSessionDAO.countSessions ( Long tenantId, Integer status )This method is from 'HibernateSessionDAO' class.
HibernateSessionDAO.deleteCurrentNodeSessions ( )This method is from 'HibernateSessionDAO' class.
HibernateSessionDAO.findByNode ( String node )This method is from 'HibernateSessionDAO' class.
HibernateSessionDAO.findBySid ( String sid )This method is from 'HibernateSessionDAO' class.
HibernateSessionDAO.initialize ( PersistentObject p1 )This method is from 'HibernateSessionDAO' class.
HibernateSessionDAO.initialize ( Session session )This method is from 'HibernateSessionDAO' class.
[+] class HibernateUserDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateUserDAO. |
[+] affected methods: 30 (0.2%)
HibernateUserDAO.count ( Long tenantId )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.countGuests ( Long tenantId )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.delete ( long userId, int code )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.delete ( long userId, UserHistory transaction )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.findAdminUser ( String tenantName )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.findByGroup ( long groupId )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.findById ( long p1 )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.findById ( long id )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.findByLikeUsername ( String username )This method is from 'HibernateUserDAO' class.
HibernateUserDAO.findByName ( String name )This method is from 'HibernateUserDAO' class.
...
[+] class HibernateUserHistoryDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateUserHistoryDAO. |
[+] affected methods: 6 (0.03%)
HibernateUserHistoryDAO.cleanOldHistories ( int ttl )This method is from 'HibernateUserHistoryDAO' class.
HibernateUserHistoryDAO.createUserHistory ( User user, String eventType, String comment, String sessionId, Client client )This method is from 'HibernateUserHistoryDAO' class.
HibernateUserHistoryDAO.findByUserId ( long userId )This method is from 'HibernateUserHistoryDAO' class.
HibernateUserHistoryDAO.findByUserIdAndEvent ( long userId, String event )This method is from 'HibernateUserHistoryDAO' class.
HibernateUserHistoryDAO.store ( PersistentObject p1 )This method is from 'HibernateUserHistoryDAO' class.
HibernateUserHistoryDAO.store ( UserHistory history )This method is from 'HibernateUserHistoryDAO' class.
[+] interface DeviceDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DeviceDAO. |
[+] affected methods: 7 (0.04%)
DeviceDAO.cleanOldDevices ( int p1 )This abstract method is from 'DeviceDAO' interface.
DeviceDAO.findByDevice ( Device p1 )This abstract method is from 'DeviceDAO' interface.
DeviceDAO.findByDeviceId ( String p1 )This abstract method is from 'DeviceDAO' interface.
DeviceDAO.findByUserId ( long p1 )This abstract method is from 'DeviceDAO' interface.
DeviceDAO.findTrustedDevices ( long p1 )This abstract method is from 'DeviceDAO' interface.
DeviceDAO.isTrustedDevice ( String p1, HttpServletRequest p2 )This abstract method is from 'DeviceDAO' interface.
DeviceDAO.trustDevice ( User p1, Device p2 )This abstract method is from 'DeviceDAO' interface.
[+] interface GroupDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class GroupDAO. |
[+] affected methods: 9 (0.05%)
GroupDAO.count ( )This abstract method is from 'GroupDAO' interface.
GroupDAO.findAllGroupNames ( long p1 )This abstract method is from 'GroupDAO' interface.
GroupDAO.findByLikeName ( String p1, long p2 )This abstract method is from 'GroupDAO' interface.
GroupDAO.findByName ( String p1, long p2 )This abstract method is from 'GroupDAO' interface.
GroupDAO.fixGuestPermissions ( Group p1 )This abstract method is from 'GroupDAO' interface.
GroupDAO.inheritACLs ( Group p1, long p2 )This abstract method is from 'GroupDAO' interface.
GroupDAO.initialize ( PersistentObject p1 )This method is from 'GroupDAO' interface.
GroupDAO.initialize ( Group p1 )This abstract method is from 'GroupDAO' interface.
GroupDAO.insert ( Group p1, long p2 )This abstract method is from 'GroupDAO' interface.
[+] interface MenuDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class MenuDAO. |
[+] affected methods: 22 (0.1%)
MenuDAO.applyRightToTree ( long p1 )This abstract method is from 'MenuDAO' interface.
MenuDAO.computePathExtended ( long p1 )This abstract method is from 'MenuDAO' interface.
MenuDAO.createPath ( long p1, long p2, int p3, String p4, boolean p5 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByGroupId ( long p1 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByName ( Menu p1, String p2, boolean p3 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByName ( String p1 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByNameAndParentId ( String p1, long p2 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByParentId ( long p1, boolean p2 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByUserId ( long p1 )This abstract method is from 'MenuDAO' interface.
MenuDAO.findByUserId ( long p1, long p2, boolean p3 )This abstract method is from 'MenuDAO' interface.
...
[+] interface PasswordHistoryDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PasswordHistoryDAO. |
[+] affected methods: 3 (0.02%)
PasswordHistoryDAO.cleanOldHistories ( long p1, int p2 )This abstract method is from 'PasswordHistoryDAO' interface.
PasswordHistoryDAO.findByUserId ( long p1, Integer p2 )This abstract method is from 'PasswordHistoryDAO' interface.
PasswordHistoryDAO.findByUserIdAndPassword ( long p1, String p2, int p3 )This abstract method is from 'PasswordHistoryDAO' interface.
[+] interface SessionDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class SessionDAO. |
[+] affected methods: 5 (0.03%)
SessionDAO.cleanOldSessions ( int p1 )This abstract method is from 'SessionDAO' interface.
SessionDAO.countSessions ( Long p1, Integer p2 )This abstract method is from 'SessionDAO' interface.
SessionDAO.deleteCurrentNodeSessions ( )This abstract method is from 'SessionDAO' interface.
SessionDAO.findByNode ( String p1 )This abstract method is from 'SessionDAO' interface.
SessionDAO.findBySid ( String p1 )This abstract method is from 'SessionDAO' interface.
[+] interface TenantDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class TenantDAO. |
[+] affected methods: 4 (0.02%)
TenantDAO.count ( )This abstract method is from 'TenantDAO' interface.
TenantDAO.findAllNames ( )This abstract method is from 'TenantDAO' interface.
TenantDAO.findByName ( String p1 )This abstract method is from 'TenantDAO' interface.
TenantDAO.getTenantName ( long p1 )This abstract method is from 'TenantDAO' interface.
[+] interface UserDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class UserDAO. |
[+] affected methods: 15 (0.1%)
UserDAO.count ( Long p1 )This abstract method is from 'UserDAO' interface.
UserDAO.countGuests ( Long p1 )This abstract method is from 'UserDAO' interface.
UserDAO.delete ( long p1, UserHistory p2 )This abstract method is from 'UserDAO' interface.
UserDAO.findAdminUser ( String p1 )This abstract method is from 'UserDAO' interface.
UserDAO.findByGroup ( long p1 )This abstract method is from 'UserDAO' interface.
UserDAO.findByLikeUsername ( String p1 )This abstract method is from 'UserDAO' interface.
UserDAO.findByName ( String p1 )This abstract method is from 'UserDAO' interface.
UserDAO.findByUsername ( String p1 )This abstract method is from 'UserDAO' interface.
UserDAO.findByUsernameAndName ( String p1, String p2 )This abstract method is from 'UserDAO' interface.
UserDAO.findByUsernameIgnoreCase ( String p1 )This abstract method is from 'UserDAO' interface.
...
[+] interface UserHistoryDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class UserHistoryDAO. |
[+] affected methods: 4 (0.02%)
UserHistoryDAO.cleanOldHistories ( int p1 )This abstract method is from 'UserHistoryDAO' interface.
UserHistoryDAO.createUserHistory ( User p1, String p2, String p3, String p4, Client p5 )This abstract method is from 'UserHistoryDAO' interface.
UserHistoryDAO.findByUserId ( long p1 )This abstract method is from 'UserHistoryDAO' interface.
UserHistoryDAO.findByUserIdAndEvent ( long p1, String p2 )This abstract method is from 'UserHistoryDAO' interface.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.stats
[+] class StatsCollector 1
| Change | Effect |
---|
1 |
Type of field tenantDAO has been changed from com.logicaldoc.core.security.dao.TenantDAO to com.logicaldoc.core.security.TenantDAO. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.logicaldoc.core.security.dao.TenantDAO, required: com.logicaldoc.core.security.TenantDAO. |
[+] affected methods: 17 (0.1%)
StatsCollector.StatsCollector ( )This constructor is from 'StatsCollector' class.
StatsCollector.getConfig ( )This method is from 'StatsCollector' class.
StatsCollector.getFolderDAO ( )This method is from 'StatsCollector' class.
StatsCollector.getGenericDAO ( )This method is from 'StatsCollector' class.
StatsCollector.getSize ( )This method is from 'StatsCollector' class.
StatsCollector.isConcurrent ( )This method is from 'StatsCollector' class.
StatsCollector.isIndeterminate ( )This method is from 'StatsCollector' class.
StatsCollector.runTask ( )This method is from 'StatsCollector' class.
StatsCollector.saveStatistic ( String parameter, Object val, long tenantId )This method is from 'StatsCollector' class.
StatsCollector.setConfig ( ContextProperties config )This method is from 'StatsCollector' class.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.task
[+] class AbstractDocumentProcessor 3
| Change | Effect |
---|
1 |
Abstract method void processDocument ( Document, User ) has been added to this class. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method processDocument ( Document, User ) in AbstractDocumentProcessor. |
2 |
Type of field documentDao has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.logicaldoc.core.document.dao.DocumentDAO, required: com.logicaldoc.core.document.DocumentDAO. |
3 |
Abstract method void processDocument ( Document, User ) has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find method processDocument ( Document, User ) in class AbstractDocumentProcessor. |
[+] affected methods: 8 (0.04%)
AbstractDocumentProcessor.AbstractDocumentProcessor ( String name )This constructor is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.getBatchSize ( )This abstract method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.getDefaultUser ( )This abstract method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.isConcurrent ( )This method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.isIndeterminate ( )This method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.prepareQueueQuery ( Long p1 )This abstract method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.prepareReport ( Locale locale )This method is from 'AbstractDocumentProcessor' abstract class.
AbstractDocumentProcessor.runTask ( )This method is from 'AbstractDocumentProcessor' abstract class.
[+] class Task 1
| Change | Effect |
---|
1 |
Type of field userDao has been changed from com.logicaldoc.core.security.dao.UserDAO to com.logicaldoc.core.security.user.UserDAO. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.logicaldoc.core.security.dao.UserDAO, required: com.logicaldoc.core.security.user.UserDAO. |
[+] affected methods: 34 (0.2%)
Task.Task ( String name )This constructor is from 'Task' abstract class.
Task.addTaskListener ( TaskListener listener )This method is from 'Task' abstract class.
Task.getCompletionPercentage ( )This method is from 'Task' abstract class.
Task.getConfig ( )This method is from 'Task' abstract class.
Task.getName ( )This method is from 'Task' abstract class.
Task.getProgress ( )This method is from 'Task' abstract class.
Task.getReportRecipients ( )This method is from 'Task' abstract class.
Task.getScheduling ( )This method is from 'Task' abstract class.
Task.getSize ( )This method is from 'Task' abstract class.
Task.getStatus ( )This method is from 'Task' abstract class.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.transfer
[+] class ZipImport 1
| Change | Effect |
---|
1 |
Type of field user has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.logicaldoc.core.security.User, required: com.logicaldoc.core.security.user.User. |
[+] affected methods: 7 (0.04%)
ZipImport.ZipImport ( Document docVo, String fileNameCharset )This constructor is from 'ZipImport' class.
ZipImport.addEntry ( File file, Folder parent )This method is from 'ZipImport' class.
ZipImport.isNotifyUser ( )This method is from 'ZipImport' class.
ZipImport.process ( File zipsource, Folder parent, long userId, String sessionId )This method is from 'ZipImport' class.
ZipImport.process ( String zipsource, Folder parent, long userId, String sessionId )This method is from 'ZipImport' class.
ZipImport.sendNotificationMessage ( )This method is from 'ZipImport' class.
ZipImport.setNotifyUser ( boolean notifyUser )This method is from 'ZipImport' class.
logicaldoc-enterprise-automation-8.9.0-plugin.jar
package com.logicaldoc.enterprise.automation
[+] class AutomationRoutineGroup 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class AutomationRoutineGroup. |
[+] affected methods: 11 (0.1%)
AutomationRoutineGroup.AutomationRoutineGroup ( )This constructor is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.AutomationRoutineGroup ( long groupId )This constructor is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.AutomationRoutineGroup ( AutomationRoutineGroup source )This constructor is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.equals ( Object obj )This method is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.getGroupId ( )This method is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.getPermissions ( )This method is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.getWrite ( )This method is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.hashCode ( )This method is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.setGroupId ( long groupId )This method is from 'AutomationRoutineGroup' class.
AutomationRoutineGroup.setPermissions ( int permissions )This method is from 'AutomationRoutineGroup' class.
...
[+] class AutomationRoutineRightsDataServlet 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class AutomationRoutineRightsDataServlet. |
[+] affected methods: 2 (0.01%)
AutomationRoutineRightsDataServlet.AutomationRoutineRightsDataServlet ( )This constructor is from 'AutomationRoutineRightsDataServlet' class.
AutomationRoutineRightsDataServlet.service ( HttpServletRequest request, HttpServletResponse response )This method is from 'AutomationRoutineRightsDataServlet' class.
[+] interface AutomationRoutineDAO 4
| Change | Effect |
---|
1 |
Abstract method boolean isReadEnabled ( long, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isReadEnabled ( long, long ) in AutomationRoutineDAO. |
2 |
Abstract method boolean isWriteEnabled ( long, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isWriteEnabled ( long, long ) in AutomationRoutineDAO. |
3 |
Abstract method boolean isReadEnable ( long, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isReadEnable ( long, long ) in interface AutomationRoutineDAO. |
4 |
Abstract method boolean isWriteEnable ( long, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isWriteEnable ( long, long ) in interface AutomationRoutineDAO. |
[+] affected methods: 3 (0.02%)
AutomationRoutineDAO.findByName ( String p1, long p2 )This abstract method is from 'AutomationRoutineDAO' interface.
AutomationRoutineDAO.findByUser ( long p1 )This abstract method is from 'AutomationRoutineDAO' interface.
AutomationRoutineDAO.getEnabledPermissions ( long p1, long p2 )This abstract method is from 'AutomationRoutineDAO' interface.
logicaldoc-enterprise-core-8.9.0-plugin.jar
package com.logicaldoc.core.security.dao
[+] class HibernateTenantDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateTenantDAO. |
[+] affected methods: 17 (0.1%)
HibernateTenantDAO.HibernateTenantDAO ( )This constructor is from 'HibernateTenantDAO' class.
HibernateTenantDAO.count ( )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.delete ( long p1, int p2 )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.findAllNames ( )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.findByName ( String p1 )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.getTenantName ( long p1 )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.setAttributeSetDao ( AttributeSetDAO p1 )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.setConfig ( ContextProperties p1 )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.setDashletDao ( DashletDAO p1 )This method is from 'HibernateTenantDAO' class.
HibernateTenantDAO.setFolderDao ( FolderDAO p1 )This method is from 'HibernateTenantDAO' class.
...
logicaldoc-enterprise-core-8.9.0-plugin.jar
package com.logicaldoc.enterprise
[+] class UserCounter 1
| Change | Effect |
---|
1 |
Removed super-interface com.logicaldoc.core.security.UserListener. |
Recompilation of a client program may be terminated with the message: cannot find method in class UserCounter. |
[+] affected methods: 5 (0.03%)
UserCounter.UserCounter ( )This constructor is from 'UserCounter' class.
UserCounter.validateGuestCount ( long p1, boolean p2 )This method is from 'UserCounter' class.
UserCounter.validateGuestCount ( Tenant p1, boolean p2 )This method is from 'UserCounter' class.
UserCounter.validateUserCount ( long p1, boolean p2 )This method is from 'UserCounter' class.
UserCounter.validateUserCount ( Tenant p1, boolean p2 )This method is from 'UserCounter' class.
logicaldoc-enterprise-core-8.9.0-plugin.jar
package com.logicaldoc.enterprise.reading
[+] interface ReadingRequestDAO 2
| Change | Effect |
---|
1 |
Abstract method void notifyReadingRequests ( Collection<ReadingRequest>, DocumentHistory ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method notifyReadingRequests ( Collection<ReadingRequest>, DocumentHistory ) in ReadingRequestDAO. |
2 |
Abstract method void notifyReadings ( Collection<ReadingRequest>, DocumentHistory ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method notifyReadings ( Collection<ReadingRequest>, DocumentHistory ) in interface ReadingRequestDAO. |
[+] affected methods: 11 (0.1%)
com.logicaldoc.enterprise.cleaner.CleanerTask.setReadingRequestDao ( ReadingRequestDAO p1 )1st parameter 'p1' of this method is of type 'ReadingRequestDAO'.
ReadingRequestDAO.cleanOldRequests ( int p1 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.confirmReading ( long p1, String p2, DocumentHistory p3 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.countUnconfirmedReadings ( long p1 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findByAlternateKey ( long p1, long p2, long p3, String p4 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findByDocId ( long p1 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findByDocIdAndFileVersion ( long p1, String p2 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findByDocIdAndUserId ( long p1, long p2 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findLastUnconfirmed ( long p1, long p2 )This abstract method is from 'ReadingRequestDAO' interface.
ReadingRequestDAO.findUnconfirmedByUserId ( long p1 )This abstract method is from 'ReadingRequestDAO' interface.
...
logicaldoc-enterprise-core-8.9.0-plugin.jar
package com.logicaldoc.enterprise.security.cas
[+] class CasUserDetails 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class CasUserDetails. |
[+] affected methods: 10 (0.1%)
CasUserDetails.CasUserDetails ( UserDetails p1, User p2 )This constructor is from 'CasUserDetails' class.
CasUserDetails.getAuthorities ( )This method is from 'CasUserDetails' class.
CasUserDetails.getPassword ( )This method is from 'CasUserDetails' class.
CasUserDetails.getUser ( )This method is from 'CasUserDetails' class.
CasUserDetails.getUsername ( )This method is from 'CasUserDetails' class.
CasUserDetails.isAccountNonExpired ( )This method is from 'CasUserDetails' class.
CasUserDetails.isAccountNonLocked ( )This method is from 'CasUserDetails' class.
CasUserDetails.isCredentialsNonExpired ( )This method is from 'CasUserDetails' class.
CasUserDetails.isEnabled ( )This method is from 'CasUserDetails' class.
CasUserDetails.setUser ( User p1 )This method is from 'CasUserDetails' class.
[+] class CasUserDetailsService 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class CasUserDetailsService. |
[+] affected methods: 6 (0.03%)
CasUserDetailsService.CasUserDetailsService ( )This constructor is from 'CasUserDetailsService' class.
CasUserDetailsService.loadUserByUsername ( String p1 )This method is from 'CasUserDetailsService' class.
CasUserDetailsService.setAuthenticationChain ( AuthenticationChain p1 )This method is from 'CasUserDetailsService' class.
CasUserDetailsService.setConfig ( ContextProperties p1 )This method is from 'CasUserDetailsService' class.
CasUserDetailsService.setGroupDao ( GroupDAO p1 )This method is from 'CasUserDetailsService' class.
CasUserDetailsService.setUserDao ( UserDAO p1 )This method is from 'CasUserDetailsService' class.
[+] class EnterpriseCasAuthenticationEntryPoint 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class EnterpriseCasAuthenticationEntryPoint. |
[+] affected methods: 2 (0.01%)
EnterpriseCasAuthenticationEntryPoint.EnterpriseCasAuthenticationEntryPoint ( )This constructor is from 'EnterpriseCasAuthenticationEntryPoint' class.
EnterpriseCasAuthenticationEntryPoint.preCommence ( HttpServletRequest p1, HttpServletResponse p2 )This method is from 'EnterpriseCasAuthenticationEntryPoint' class.
[+] class EnterpriseCasAuthenticationFilter 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class EnterpriseCasAuthenticationFilter. |
[+] affected methods: 4 (0.02%)
EnterpriseCasAuthenticationFilter.EnterpriseCasAuthenticationFilter ( )This constructor is from 'EnterpriseCasAuthenticationFilter' class.
EnterpriseCasAuthenticationFilter.attemptAuthentication ( HttpServletRequest p1, HttpServletResponse p2 )This method is from 'EnterpriseCasAuthenticationFilter' class.
EnterpriseCasAuthenticationFilter.doFilter ( ServletRequest p1, ServletResponse p2, FilterChain p3 )This method is from 'EnterpriseCasAuthenticationFilter' class.
EnterpriseCasAuthenticationFilter.requiresAuthentication ( HttpServletRequest p1, HttpServletResponse p2 )This method is from 'EnterpriseCasAuthenticationFilter' class.
logicaldoc-enterprise-core-8.9.0-plugin.jar
package com.logicaldoc.enterprise.webservice.soap
[+] interface EnterpriseDocumentService 1
| Change | Effect |
---|
1 |
Abstract method void askReadingConfirmation ( String, Long[ ], Long[ ], Long[ ], boolean, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method askReadingConfirmation ( String, Long[ ], Long[ ], Long[ ], boolean, String ) in interface EnterpriseDocumentService. |
[+] affected methods: 5 (0.03%)
EnterpriseDocumentService.checkin ( String p1, long p2, String p3, String p4, boolean p5, WSDocument p6 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.create ( String p1, WSDocument p2 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.deleteChunks ( String p1 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.downloadChunk ( String p1, long p2, String p3, long p4, long p5 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.uploadChunk ( String p1, DataHandler p2 )This abstract method is from 'EnterpriseDocumentService' interface.
logicaldoc-form-8.9.0-plugin.jar
package com.logicaldoc.form
[+] class FormManager 1
| Change | Effect |
---|
1 |
Type of field documentDao has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.logicaldoc.core.document.dao.DocumentDAO, required: com.logicaldoc.core.document.DocumentDAO. |
[+] affected methods: 9 (0.05%)
FormManager.FormManager ( )This constructor is from 'FormManager' class.
FormManager.fillForm ( Document document, History transaction )This method is from 'FormManager' class.
FormManager.getConverter ( )This method is from 'FormManager' class.
FormManager.getDocumentManager ( )This method is from 'FormManager' class.
FormManager.getStorer ( )This method is from 'FormManager' class.
FormManager.setConverter ( FormatConverterManager converter )This method is from 'FormManager' class.
FormManager.setDocumentManager ( DocumentManager documentManager )This method is from 'FormManager' class.
FormManager.setFormDao ( FormDAO formDao )This method is from 'FormManager' class.
FormManager.setStorer ( Storer storer )This method is from 'FormManager' class.
logicaldoc-form-8.9.0-plugin.jar
package com.logicaldoc.form.gui
[+] class FormsDataServlet 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class FormsDataServlet. |
[+] affected methods: 2 (0.01%)
FormsDataServlet.FormsDataServlet ( )This constructor is from 'FormsDataServlet' class.
FormsDataServlet.service ( HttpServletRequest request, HttpServletResponse response, Session session, Integer max, Locale locale )This method is from 'FormsDataServlet' class.
[+] class FormServiceImpl 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class FormServiceImpl. |
[+] affected methods: 8 (0.04%)
FormServiceImpl.FormServiceImpl ( )This constructor is from 'FormServiceImpl' class.
FormServiceImpl.delete ( long id )This method is from 'FormServiceImpl' class.
FormServiceImpl.fromForm ( Form form )This method is from 'FormServiceImpl' class.
FormServiceImpl.getById ( long id )This method is from 'FormServiceImpl' class.
FormServiceImpl.getPreFilledLink ( GUIForm form, String responderEmail )This method is from 'FormServiceImpl' class.
FormServiceImpl.invite ( GUIForm prefilledForm, GUIEmail email, String locale )This method is from 'FormServiceImpl' class.
FormServiceImpl.processImage ( )This method is from 'FormServiceImpl' class.
FormServiceImpl.save ( GUIForm guiForm )This method is from 'FormServiceImpl' class.
logicaldoc-form-8.9.0-plugin.jar
package com.logicaldoc.form.gui.webform.client
[+] class Webform 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class Webform. |
[+] affected methods: 3 (0.02%)
Webform.Webform ( )This constructor is from 'Webform' class.
Webform.injectCustomCss ( String p1 )This method is from 'Webform' class.
Webform.onModuleLoad ( )This method is from 'Webform' class.
[+] class WebformPropertiesPanel 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class WebformPropertiesPanel. |
[+] affected methods: 5 (0.03%)
WebformPropertiesPanel.WebformPropertiesPanel ( GUIForm webform )This constructor is from 'WebformPropertiesPanel' class.
WebformPropertiesPanel.adaptForms ( )This method is from 'WebformPropertiesPanel' class.
WebformPropertiesPanel.getWebform ( )This method is from 'WebformPropertiesPanel' class.
WebformPropertiesPanel.newAttributesForm ( )This method is from 'WebformPropertiesPanel' class.
WebformPropertiesPanel.prepareAttributeItem ( GUIAttribute att )This method is from 'WebformPropertiesPanel' class.
[+] class WebformService.Instance 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class WebformService.Instance. |
[+] affected methods: 1 (0.01%)
WebformService.Instance.get ( )This method is from 'WebformService.Instance' class.
[+] interface WebformService 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class WebformService. |
[+] affected methods: 5 (0.03%)
WebformService.getForm ( String p1, String p2 )This abstract method is from 'WebformService' interface.
WebformService.getFormByDocId ( long p1, String p2 )This abstract method is from 'WebformService' interface.
WebformService.getInfo ( String p1, String p2 )This abstract method is from 'WebformService' interface.
WebformService.getInfoByDocId ( long p1, String p2 )This abstract method is from 'WebformService' interface.
WebformService.submit ( GUIForm p1 )This abstract method is from 'WebformService' interface.
[+] interface WebformServiceAsync 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class WebformServiceAsync. |
[+] affected methods: 5 (0.03%)
WebformServiceAsync.getForm ( String p1, String p2, AsyncCallback<GUIForm> p3 )This abstract method is from 'WebformServiceAsync' interface.
WebformServiceAsync.getFormByDocId ( long p1, String p2, AsyncCallback<GUIForm> p3 )This abstract method is from 'WebformServiceAsync' interface.
WebformServiceAsync.getInfo ( String p1, String p2, AsyncCallback<GUIInfo> p3 )This abstract method is from 'WebformServiceAsync' interface.
WebformServiceAsync.getInfoByDocId ( long p1, String p2, AsyncCallback<GUIInfo> p3 )This abstract method is from 'WebformServiceAsync' interface.
WebformServiceAsync.submit ( GUIForm p1, AsyncCallback<GUIDocument> p2 )This abstract method is from 'WebformServiceAsync' interface.
logicaldoc-form-8.9.0-plugin.jar
package com.logicaldoc.form.gui.webform.server
[+] class WebformServiceImpl 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class WebformServiceImpl. |
[+] affected methods: 6 (0.03%)
WebformServiceImpl.WebformServiceImpl ( )This constructor is from 'WebformServiceImpl' class.
WebformServiceImpl.getForm ( String formId, String locale )This method is from 'WebformServiceImpl' class.
WebformServiceImpl.getFormByDocId ( long docId, String locale )This method is from 'WebformServiceImpl' class.
WebformServiceImpl.getInfo ( String formId, String locale )This method is from 'WebformServiceImpl' class.
WebformServiceImpl.getInfoByDocId ( long docId, String locale )This method is from 'WebformServiceImpl' class.
WebformServiceImpl.submit ( GUIForm guiForm )This method is from 'WebformServiceImpl' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.beans
[+] class GUIRight 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class GUIRight. |
[+] affected methods: 52 (0.3%)
GUIRight.GUIRight ( )This constructor is from 'GUIRight' class.
GUIRight.getEntityId ( )This method is from 'GUIRight' class.
GUIRight.getLabel ( )This method is from 'GUIRight' class.
GUIRight.getName ( )This method is from 'GUIRight' class.
GUIRight.isAdd ( )This method is from 'GUIRight' class.
GUIRight.isArchive ( )This method is from 'GUIRight' class.
GUIRight.isAutomation ( )This method is from 'GUIRight' class.
GUIRight.isCalendar ( )This method is from 'GUIRight' class.
GUIRight.isDelete ( )This method is from 'GUIRight' class.
GUIRight.isDownload ( )This method is from 'GUIRight' class.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.controllers
[+] interface DocumentObserver 2
| Change | Effect |
---|
1 |
Abstract method void onDocumentsDeleted ( List<GUIDocument> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onDocumentsDeleted ( List<GUIDocument> ) in DocumentObserver. |
2 |
Abstract method void onDocumentsDeleted ( GUIDocument[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method onDocumentsDeleted ( GUIDocument[ ] ) in interface DocumentObserver. |
[+] affected methods: 22 (0.1%)
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.DocumentDetailsPanel ( GUIDocument doc )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getDocument ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getPanelName ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.onSave ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabs ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabset ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.refresh ( )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.setDocument ( GUIDocument document )Field 'this.propertiesPanel.observer' in the object of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.StandardPropertiesPanel ( GUIDocument document, ChangedHandler changedHandler, DocumentObserver observer )3rd parameter 'observer' of this method is of type 'DocumentObserver'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.validate ( )Field 'this.observer' in the object of this method is of type 'DocumentObserver'.
...
[+] interface ReadingRequestObserver 2
| Change | Effect |
---|
1 |
Abstract method void onNewReadingRequests ( List<GUIReadingRequest> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onNewReadingRequests ( List<GUIReadingRequest> ) in ReadingRequestObserver. |
2 |
Abstract method void onNewReadingRequests ( GUIReadingRequest[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method onNewReadingRequests ( GUIReadingRequest[ ] ) in interface ReadingRequestObserver. |
[+] affected methods: 3 (0.02%)
ReadingRequestController.addObserver ( ReadingRequestObserver observer )1st parameter 'observer' of this method is of type 'ReadingRequestObserver'.
ReadingRequestController.removeObserver ( ReadingRequestObserver observer )1st parameter 'observer' of this method is of type 'ReadingRequestObserver'.
ReadingRequestObserver.onConfirmReading ( long p1 )This abstract method is from 'ReadingRequestObserver' interface.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.data
[+] class AutomationRoutineRightsDS 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class AutomationRoutineRightsDS. |
[+] affected methods: 1 (0.01%)
AutomationRoutineRightsDS.AutomationRoutineRightsDS ( long routineId )This constructor is from 'AutomationRoutineRightsDS' class.
[+] class RightsDS 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class RightsDS. |
[+] affected methods: 1 (0.01%)
RightsDS.RightsDS ( long id, boolean folder )This constructor is from 'RightsDS' class.
[+] class StampUsersDS 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class StampUsersDS. |
[+] affected methods: 1 (0.01%)
StampUsersDS.StampUsersDS ( long stampId )This constructor is from 'StampUsersDS' class.
[+] class TemplateRightsDS 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class TemplateRightsDS. |
[+] affected methods: 1 (0.01%)
TemplateRightsDS.TemplateRightsDS ( long id )This constructor is from 'TemplateRightsDS' class.
[+] class WorkflowRightsDS 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class WorkflowRightsDS. |
[+] affected methods: 1 (0.01%)
WorkflowRightsDS.WorkflowRightsDS ( long id )This constructor is from 'WorkflowRightsDS' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.services
[+] interface InfoService 2
| Change | Effect |
---|
1 |
Abstract method List<GUIParameter> getSessionInfo ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSessionInfo ( ) in InfoService. |
2 |
Abstract method GUIParameter[ ] getSessionInfo ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSessionInfo ( ) in interface InfoService. |
[+] affected methods: 3 (0.02%)
InfoService.getCronDescription ( String p1, String p2 )This abstract method is from 'InfoService' interface.
InfoService.getInfo ( String p1, String p2, boolean p3 )This abstract method is from 'InfoService' interface.
InfoService.ping ( )This abstract method is from 'InfoService' interface.
[+] interface SecurityService 22
| Change | Effect |
---|
1 |
Abstract method void cloneWorkTimes ( long, List<Long>, List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method cloneWorkTimes ( long, List<Long>, List<Long> ) in SecurityService. |
2 |
Abstract method void deleteTrustedDevices ( List<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteTrustedDevices ( List<String> ) in SecurityService. |
3 |
Abstract method List<GUIMenu> getMenus ( long, String, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMenus ( long, String, boolean ) in SecurityService. |
4 |
Abstract method List<GUISequence> loadBlockedEntities ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadBlockedEntities ( ) in SecurityService. |
5 |
Abstract method void removeBlockedEntities ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeBlockedEntities ( List<Long> ) in SecurityService. |
6 |
Abstract method void removeFromGroup ( long, List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeFromGroup ( long, List<Long> ) in SecurityService. |
7 |
Abstract method void replicateUsersSettings ( long, List<Long>, boolean, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method replicateUsersSettings ( long, List<Long>, boolean, boolean ) in SecurityService. |
8 |
Abstract method void saveACL ( GUIMenu ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveACL ( GUIMenu ) in SecurityService. |
9 |
Abstract method void saveMenus ( List<GUIMenu>, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveMenus ( List<GUIMenu>, String ) in SecurityService. |
10 |
Abstract method List<GUIUser> searchUsers ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method searchUsers ( String, String ) in SecurityService. |
11 |
Abstract method List<String> validatePassword ( String, int, int, int, int, int, int, int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method validatePassword ( String, int, int, int, int, int, int, int ) in SecurityService. |
12 |
Abstract method void applyRights ( GUIMenu ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method applyRights ( GUIMenu ) in interface SecurityService. |
13 |
Abstract method void cloneWorkTimes ( long, long[ ], long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method cloneWorkTimes ( long, long[ ], long[ ] ) in interface SecurityService. |
14 |
Abstract method void deleteTrustedDevices ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteTrustedDevices ( String[ ] ) in interface SecurityService. |
15 |
Abstract method GUIMenu[ ] getMenus ( long, String, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getMenus ( long, String, boolean ) in interface SecurityService. |
16 |
Abstract method GUISequence[ ] loadBlockedEntities ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadBlockedEntities ( ) in interface SecurityService. |
17 |
Abstract method void removeBlockedEntities ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeBlockedEntities ( long[ ] ) in interface SecurityService. |
18 |
Abstract method void removeFromGroup ( long, long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeFromGroup ( long, long[ ] ) in interface SecurityService. |
19 |
Abstract method void replicateUsersSettings ( long, Long[ ], boolean, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method replicateUsersSettings ( long, Long[ ], boolean, boolean ) in interface SecurityService. |
20 |
Abstract method void saveMenus ( GUIMenu[ ], String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveMenus ( GUIMenu[ ], String ) in interface SecurityService. |
21 |
Abstract method GUIUser[ ] searchUsers ( String, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method searchUsers ( String, String ) in interface SecurityService. |
22 |
Abstract method String[ ] validatePassword ( String, int, int, int, int, int, int, int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method validatePassword ( String, int, int, int, int, int, int, int ) in interface SecurityService. |
[+] affected methods: 27 (0.1%)
SecurityService.addUserToGroup ( long p1, long p2 )This abstract method is from 'SecurityService' interface.
SecurityService.changePassword ( Long p1, long p2, String p3, String p4, boolean p5 )This abstract method is from 'SecurityService' interface.
SecurityService.changeStatus ( long p1, boolean p2 )This abstract method is from 'SecurityService' interface.
SecurityService.deleteGroup ( long p1 )This abstract method is from 'SecurityService' interface.
SecurityService.deleteMenu ( long p1 )This abstract method is from 'SecurityService' interface.
SecurityService.deleteUser ( long p1 )This abstract method is from 'SecurityService' interface.
SecurityService.generatePassword2 ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 )This abstract method is from 'SecurityService' interface.
SecurityService.generatePassword ( )This abstract method is from 'SecurityService' interface.
SecurityService.getGroup ( long p1 )This abstract method is from 'SecurityService' interface.
SecurityService.getMenu ( long p1, String p2 )This abstract method is from 'SecurityService' interface.
...
[+] interface SecurityServiceAsync 14
| Change | Effect |
---|
1 |
Abstract method void cloneWorkTimes ( long, List<Long>, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method cloneWorkTimes ( long, List<Long>, List<Long>, AsyncCallback<Void> ) in SecurityServiceAsync. |
2 |
Abstract method void deleteTrustedDevices ( List<String>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteTrustedDevices ( List<String>, AsyncCallback<Void> ) in SecurityServiceAsync. |
3 |
Abstract method void removeBlockedEntities ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeBlockedEntities ( List<Long>, AsyncCallback<Void> ) in SecurityServiceAsync. |
4 |
Abstract method void removeFromGroup ( long, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeFromGroup ( long, List<Long>, AsyncCallback<Void> ) in SecurityServiceAsync. |
5 |
Abstract method void replicateUsersSettings ( long, List<Long>, boolean, boolean, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method replicateUsersSettings ( long, List<Long>, boolean, boolean, AsyncCallback<Void> ) in SecurityServiceAsync. |
6 |
Abstract method void saveACL ( GUIMenu, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveACL ( GUIMenu, AsyncCallback<Void> ) in SecurityServiceAsync. |
7 |
Abstract method void saveMenus ( List<GUIMenu>, String, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveMenus ( List<GUIMenu>, String, AsyncCallback<Void> ) in SecurityServiceAsync. |
8 |
Abstract method void applyRights ( GUIMenu, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method applyRights ( GUIMenu, AsyncCallback<Void> ) in interface SecurityServiceAsync. |
9 |
Abstract method void cloneWorkTimes ( long, long[ ], long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method cloneWorkTimes ( long, long[ ], long[ ], AsyncCallback<Void> ) in interface SecurityServiceAsync. |
10 |
Abstract method void deleteTrustedDevices ( String[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteTrustedDevices ( String[ ], AsyncCallback<Void> ) in interface SecurityServiceAsync. |
11 |
Abstract method void removeBlockedEntities ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeBlockedEntities ( long[ ], AsyncCallback<Void> ) in interface SecurityServiceAsync. |
12 |
Abstract method void removeFromGroup ( long, long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeFromGroup ( long, long[ ], AsyncCallback<Void> ) in interface SecurityServiceAsync. |
13 |
Abstract method void replicateUsersSettings ( long, Long[ ], boolean, boolean, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method replicateUsersSettings ( long, Long[ ], boolean, boolean, AsyncCallback<Void> ) in interface SecurityServiceAsync. |
14 |
Abstract method void saveMenus ( GUIMenu[ ], String, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveMenus ( GUIMenu[ ], String, AsyncCallback<Void> ) in interface SecurityServiceAsync. |
[+] affected methods: 37 (0.2%)
com.logicaldoc.enterprise.gui.mobile.client.Mobile.Mobile ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.get ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.onModuleLoad ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.setInstance ( Mobile instance )Field 'instance.securityService' in 1st parameter 'instance' of this method is of type 'SecurityServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.Mobile.showMain ( )Field 'this.securityService' in the object of this method is of type 'SecurityServiceAsync'.
SecurityService.Instance.get ( )Return value of this method is of type 'SecurityServiceAsync'.
SecurityServiceAsync.addUserToGroup ( long p1, long p2, AsyncCallback<Void> p3 )This abstract method is from 'SecurityServiceAsync' interface.
SecurityServiceAsync.changePassword ( Long p1, long p2, String p3, String p4, boolean p5, AsyncCallback<GUIValue> p6 )This abstract method is from 'SecurityServiceAsync' interface.
SecurityServiceAsync.changeStatus ( long p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'SecurityServiceAsync' interface.
SecurityServiceAsync.deleteGroup ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'SecurityServiceAsync' interface.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.widgets
[+] class ExtendedPropertiesPanel 1
| Change | Effect |
---|
1 |
Field object has been renamed to extensibleObject. |
Recompilation of a client program may be terminated with the message: cannot find variable object in ExtendedPropertiesPanel. |
[+] affected methods: 13 (0.1%)
ExtendedPropertiesPanel.ExtendedPropertiesPanel ( GUIExtensibleObject object, ChangedHandler changedHandler, ChangedHandler templateChangedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection )This constructor is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.ExtendedPropertiesPanel ( GUIExtensibleObject object, ChangedHandler changedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection )This constructor is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.adaptForms ( )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.getObject ( )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.newAttributesForm ( )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.onErrors ( ServerValidationError[ ] errors )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.prepareAttributeItem ( GUIAttribute att )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.prepareBooleanItem ( GUIAttribute att )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.prepareDateItem ( GUIAttribute att )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.prepareFolderItem ( GUIAttribute att, List<FormItemIcon> multiValIcons )This method is from 'ExtendedPropertiesPanel' class.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.dashboard
[+] class MostUsedTagsPortlet 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class MostUsedTagsPortlet. |
[+] affected methods: 1 (0.01%)
MostUsedTagsPortlet.MostUsedTagsPortlet ( )This constructor is from 'MostUsedTagsPortlet' class.
[+] class TagCloud 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class TagCloud. |
[+] affected methods: 2 (0.01%)
TagCloud.TagCloud ( )This constructor is from 'TagCloud' class.
TagCloud.refresh ( )This method is from 'TagCloud' class.
[+] class TagsDashboard 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class TagsDashboard. |
[+] affected methods: 2 (0.01%)
TagsDashboard.TagsDashboard ( )This constructor is from 'TagsDashboard' class.
TagsDashboard.onDraw ( )This method is from 'TagsDashboard' class.
[+] class TagsPortlet 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class TagsPortlet. |
[+] affected methods: 1 (0.01%)
TagsPortlet.TagsPortlet ( )This constructor is from 'TagsPortlet' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document.grid
[+] interface DocumentsGrid 10
| Change | Effect |
---|
1 |
Abstract method List<GUIDocument> getDocuments ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDocuments ( ) in DocumentsGrid. |
2 |
Abstract method List<Long> getIds ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getIds ( ) in DocumentsGrid. |
3 |
Abstract method List<GUIDocument> getSelectedDocuments ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSelectedDocuments ( ) in DocumentsGrid. |
4 |
Abstract method List<Long> getSelectedIds ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSelectedIds ( ) in DocumentsGrid. |
5 |
Abstract method void setDocuments ( List<GUIDocument> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDocuments ( List<GUIDocument> ) in DocumentsGrid. |
6 |
Abstract method GUIDocument[ ] getDocuments ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDocuments ( ) in interface DocumentsGrid. |
7 |
Abstract method Long[ ] getIds ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getIds ( ) in interface DocumentsGrid. |
8 |
Abstract method GUIDocument[ ] getSelectedDocuments ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSelectedDocuments ( ) in interface DocumentsGrid. |
9 |
Abstract method Long[ ] getSelectedIds ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSelectedIds ( ) in interface DocumentsGrid. |
10 |
Abstract method void setDocuments ( GUIDocument[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setDocuments ( GUIDocument[ ] ) in interface DocumentsGrid. |
[+] affected methods: 67 (0.3%)
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.DocumentsListPanel ( GUIFolder folder )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.DocumentsListPanel ( GUIFolder folder, int visualizationMode )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.destroy ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.getGrid ( )Return value of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.getVisualizationMode ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.prepareDocumentsGrid ( GUIFolder folder, int visualizationMode )Return value of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.registerSelectionHandler ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.toggleFilters ( )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsListPanel.updateData ( GUIFolder folder )Field 'this.documentsGrid' in the object of this method is of type 'DocumentsGrid'.
com.logicaldoc.gui.frontend.client.document.DocumentsPanel.getDocumentsGrid ( )Return value of this method is of type 'DocumentsGrid'.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document.selector
[+] class DocumentSelectorDialog 2
| Change | Effect |
---|
1 |
Abstract method void onSelection ( List<GUIDocument> ) has been added to this class. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onSelection ( List<GUIDocument> ) in DocumentSelectorDialog. |
2 |
Abstract method void onSelection ( GUIDocument[ ] ) has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find method onSelection ( GUIDocument[ ] ) in class DocumentSelectorDialog. |
[+] affected methods: 3 (0.02%)
DocumentSelectorDialog.DocumentSelectorDialog ( )This constructor is from 'DocumentSelectorDialog' abstract class.
DocumentSelectorDialog.getDefaultStatus ( )This method is from 'DocumentSelectorDialog' abstract class.
DocumentSelectorDialog.onDraw ( )This method is from 'DocumentSelectorDialog' abstract class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document.stamp
[+] class FillStamp 1
| Change | Effect |
---|
1 |
Field sourceGrid of type com.logicaldoc.gui.frontend.client.document.grid.DocumentsGrid has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable sourceGrid in FillStamp. |
[+] affected methods: 3 (0.02%)
FillStamp.getDefaultStatus ( )This method is from 'FillStamp' class.
FillStamp.onDraw ( )This method is from 'FillStamp' class.
FillStamp.onSave ( )This method is from 'FillStamp' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.metadata.stamp
[+] class StampUsersPanel 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class StampUsersPanel. |
[+] affected methods: 2 (0.01%)
StampUsersPanel.StampUsersPanel ( long stampId )This constructor is from 'StampUsersPanel' class.
StampUsersPanel.onDraw ( )This method is from 'StampUsersPanel' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.security
[+] class MenuRightsPanel 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class MenuRightsPanel. |
[+] affected methods: 4 (0.02%)
MenuRightsPanel.MenuRightsPanel ( GUIMenu menu, boolean withApplyButton )This constructor is from 'MenuRightsPanel' class.
MenuRightsPanel.getRights ( )This method is from 'MenuRightsPanel' class.
MenuRightsPanel.onApply ( )This method is from 'MenuRightsPanel' class.
MenuRightsPanel.onDraw ( )This method is from 'MenuRightsPanel' class.
[+] class SingleSignonPanel 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class SingleSignonPanel. |
[+] affected methods: 2 (0.01%)
SingleSignonPanel.SingleSignonPanel ( )This constructor is from 'SingleSignonPanel' class.
SingleSignonPanel.onDraw ( )This method is from 'SingleSignonPanel' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.services
[+] interface AttributeSetService 8
| Change | Effect |
---|
1 |
Abstract method void deleteOptions ( long, String, List<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteOptions ( long, String, List<String> ) in AttributeSetService. |
2 |
Abstract method List<GUIAttributeSet> getAttributeSets ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAttributeSets ( ) in AttributeSetService. |
3 |
Abstract method List<GUIValue> parseOptions ( long, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parseOptions ( long, String ) in AttributeSetService. |
4 |
Abstract method void saveOptions ( long, String, List<GUIValue> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveOptions ( long, String, List<GUIValue> ) in AttributeSetService. |
5 |
Abstract method void deleteOptions ( long, String, String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteOptions ( long, String, String[ ] ) in interface AttributeSetService. |
6 |
Abstract method GUIAttributeSet[ ] getAttributeSets ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getAttributeSets ( ) in interface AttributeSetService. |
7 |
Abstract method GUIValue[ ] parseOptions ( long, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method parseOptions ( long, String ) in interface AttributeSetService. |
8 |
Abstract method void saveOptions ( long, String, GUIValue[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveOptions ( long, String, GUIValue[ ] ) in interface AttributeSetService. |
[+] affected methods: 6 (0.03%)
AttributeSetService.applyAllToTemplates ( long p1, String p2 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.applyInitializationToTemplates ( long p1, String p2 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.applyValidationToTemplates ( long p1, String p2 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.delete ( long p1 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.getAttributeSet ( long p1 )This abstract method is from 'AttributeSetService' interface.
AttributeSetService.save ( GUIAttributeSet p1 )This abstract method is from 'AttributeSetService' interface.
[+] interface AttributeSetServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void deleteOptions ( long, String, List<String>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteOptions ( long, String, List<String>, AsyncCallback<Void> ) in AttributeSetServiceAsync. |
2 |
Abstract method void saveOptions ( long, String, List<GUIValue>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveOptions ( long, String, List<GUIValue>, AsyncCallback<Void> ) in AttributeSetServiceAsync. |
3 |
Abstract method void deleteOptions ( long, String, String[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteOptions ( long, String, String[ ], AsyncCallback<Void> ) in interface AttributeSetServiceAsync. |
4 |
Abstract method void saveOptions ( long, String, GUIValue[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveOptions ( long, String, GUIValue[ ], AsyncCallback<Void> ) in interface AttributeSetServiceAsync. |
[+] affected methods: 9 (0.05%)
AttributeSetService.Instance.get ( )Return value of this method is of type 'AttributeSetServiceAsync'.
AttributeSetServiceAsync.applyAllToTemplates ( long p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.applyInitializationToTemplates ( long p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.applyValidationToTemplates ( long p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.getAttributeSet ( long p1, AsyncCallback<GUIAttributeSet> p2 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.getAttributeSets ( AsyncCallback<GUIAttributeSet[ ]> p1 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.parseOptions ( long p1, String p2, AsyncCallback<GUIValue[ ]> p3 )This abstract method is from 'AttributeSetServiceAsync' interface.
AttributeSetServiceAsync.save ( GUIAttributeSet p1, AsyncCallback<GUIAttributeSet> p2 )This abstract method is from 'AttributeSetServiceAsync' interface.
[+] interface AuditServiceAsync 8
| Change | Effect |
---|
1 |
Abstract method void deleteSubscriptions ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteSubscriptions ( List<Long>, AsyncCallback<Void> ) in AuditServiceAsync. |
2 |
Abstract method void subscribeDocuments ( List<Long>, List<String>, Long, Long, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method subscribeDocuments ( List<Long>, List<String>, Long, Long, AsyncCallback<Void> ) in AuditServiceAsync. |
3 |
Abstract method void subscribeFolder ( long, boolean, List<String>, Long, Long, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method subscribeFolder ( long, boolean, List<String>, Long, Long, AsyncCallback<Void> ) in AuditServiceAsync. |
4 |
Abstract method void update ( List<Long>, boolean, List<String>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method update ( List<Long>, boolean, List<String>, AsyncCallback<Void> ) in AuditServiceAsync. |
5 |
Abstract method void deleteSubscriptions ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteSubscriptions ( long[ ], AsyncCallback<Void> ) in interface AuditServiceAsync. |
6 |
Abstract method void subscribeDocuments ( Long[ ], String[ ], Long, Long, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method subscribeDocuments ( Long[ ], String[ ], Long, Long, AsyncCallback<Void> ) in interface AuditServiceAsync. |
7 |
Abstract method void subscribeFolder ( long, boolean, String[ ], Long, Long, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method subscribeFolder ( long, boolean, String[ ], Long, Long, AsyncCallback<Void> ) in interface AuditServiceAsync. |
8 |
Abstract method void update ( Long[ ], boolean, String[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method update ( Long[ ], boolean, String[ ], AsyncCallback<Void> ) in interface AuditServiceAsync. |
[+] affected methods: 1 (0.01%)
AuditService.Instance.get ( )Return value of this method is of type 'AuditServiceAsync'.
[+] interface AutomationService 6
| Change | Effect |
---|
1 |
Abstract method void deleteRoutines ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteRoutines ( List<Long> ) in AutomationService. |
2 |
Abstract method void deleteTriggers ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteTriggers ( List<Long> ) in AutomationService. |
3 |
Abstract method void execute ( GUIAutomationRoutine, List<Long>, Long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method execute ( GUIAutomationRoutine, List<Long>, Long ) in AutomationService. |
4 |
Abstract method void deleteRoutines ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteRoutines ( long[ ] ) in interface AutomationService. |
5 |
Abstract method void deleteTriggers ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteTriggers ( long[ ] ) in interface AutomationService. |
6 |
Abstract method void execute ( GUIAutomationRoutine, Long[ ], Long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method execute ( GUIAutomationRoutine, Long[ ], Long ) in interface AutomationService. |
[+] affected methods: 5 (0.03%)
AutomationService.applyTriggersToTree ( long p1 )This abstract method is from 'AutomationService' interface.
AutomationService.getRoutine ( long p1 )This abstract method is from 'AutomationService' interface.
AutomationService.getTrigger ( long p1 )This abstract method is from 'AutomationService' interface.
AutomationService.saveRoutine ( GUIAutomationRoutine p1 )This abstract method is from 'AutomationService' interface.
AutomationService.saveTrigger ( GUIAutomationTrigger p1 )This abstract method is from 'AutomationService' interface.
[+] interface AutomationServiceAsync 6
| Change | Effect |
---|
1 |
Abstract method void deleteRoutines ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteRoutines ( List<Long>, AsyncCallback<Void> ) in AutomationServiceAsync. |
2 |
Abstract method void deleteTriggers ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteTriggers ( List<Long>, AsyncCallback<Void> ) in AutomationServiceAsync. |
3 |
Abstract method void execute ( GUIAutomationRoutine, List<Long>, Long, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method execute ( GUIAutomationRoutine, List<Long>, Long, AsyncCallback<Void> ) in AutomationServiceAsync. |
4 |
Abstract method void deleteRoutines ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteRoutines ( long[ ], AsyncCallback<Void> ) in interface AutomationServiceAsync. |
5 |
Abstract method void deleteTriggers ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteTriggers ( long[ ], AsyncCallback<Void> ) in interface AutomationServiceAsync. |
6 |
Abstract method void execute ( GUIAutomationRoutine, Long[ ], Long, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method execute ( GUIAutomationRoutine, Long[ ], Long, AsyncCallback<Void> ) in interface AutomationServiceAsync. |
[+] affected methods: 6 (0.03%)
AutomationService.Instance.get ( )Return value of this method is of type 'AutomationServiceAsync'.
AutomationServiceAsync.applyTriggersToTree ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.getRoutine ( long p1, AsyncCallback<GUIAutomationRoutine> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.getTrigger ( long p1, AsyncCallback<GUIAutomationTrigger> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.saveRoutine ( GUIAutomationRoutine p1, AsyncCallback<GUIAutomationRoutine> p2 )This abstract method is from 'AutomationServiceAsync' interface.
AutomationServiceAsync.saveTrigger ( GUIAutomationTrigger p1, AsyncCallback<GUIAutomationTrigger> p2 )This abstract method is from 'AutomationServiceAsync' interface.
[+] interface BarcodeService 2
| Change | Effect |
---|
1 |
Abstract method void markUnprocessable ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method markUnprocessable ( List<Long> ) in BarcodeService. |
2 |
Abstract method void markUnprocessable ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method markUnprocessable ( long[ ] ) in interface BarcodeService. |
[+] affected methods: 6 (0.03%)
BarcodeService.delete ( long p1 )This abstract method is from 'BarcodeService' interface.
BarcodeService.getTemplate ( long p1 )This abstract method is from 'BarcodeService' interface.
BarcodeService.process ( long p1 )This abstract method is from 'BarcodeService' interface.
BarcodeService.rescheduleAll ( )This abstract method is from 'BarcodeService' interface.
BarcodeService.save ( GUIBarcodeTemplate p1 )This abstract method is from 'BarcodeService' interface.
BarcodeService.updateZone ( GUIBarcodeZone p1 )This abstract method is from 'BarcodeService' interface.
[+] interface BarcodeServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void markUnprocessable ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method markUnprocessable ( List<Long>, AsyncCallback<Void> ) in BarcodeServiceAsync. |
2 |
Abstract method void markUnprocessable ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method markUnprocessable ( long[ ], AsyncCallback<Void> ) in interface BarcodeServiceAsync. |
[+] affected methods: 7 (0.04%)
BarcodeService.Instance.get ( )Return value of this method is of type 'BarcodeServiceAsync'.
BarcodeServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.getTemplate ( long p1, AsyncCallback<GUIBarcodeTemplate> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.process ( long p1, AsyncCallback<GUIDocument> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.rescheduleAll ( AsyncCallback<Void> p1 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.save ( GUIBarcodeTemplate p1, AsyncCallback<GUIBarcodeTemplate> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
BarcodeServiceAsync.updateZone ( GUIBarcodeZone p1, AsyncCallback<GUIBarcodeZone> p2 )This abstract method is from 'BarcodeServiceAsync' interface.
[+] interface CalendarService 2
| Change | Effect |
---|
1 |
Abstract method List<GUICalendarEvent> find ( GUICalendarEventSearchCriteria ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method find ( GUICalendarEventSearchCriteria ) in CalendarService. |
2 |
Abstract method GUICalendarEvent[ ] find ( GUICalendarEventSearchCriteria ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method find ( GUICalendarEventSearchCriteria ) in interface CalendarService. |
[+] affected methods: 4 (0.02%)
CalendarService.countUserEvents ( String p1, Date p2 )This abstract method is from 'CalendarService' interface.
CalendarService.deleteEvent ( long p1 )This abstract method is from 'CalendarService' interface.
CalendarService.getEvent ( long p1 )This abstract method is from 'CalendarService' interface.
CalendarService.saveEvent ( GUICalendarEvent p1 )This abstract method is from 'CalendarService' interface.
[+] interface ChatService 2
| Change | Effect |
---|
1 |
Abstract method void invite ( List<String>, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method invite ( List<String>, String ) in ChatService. |
2 |
Abstract method void invite ( String[ ], String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method invite ( String[ ], String ) in interface ChatService. |
[+] affected methods: 1 (0.01%)
ChatService.post ( String p1 )This abstract method is from 'ChatService' interface.
[+] interface ChatServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void invite ( List<String>, String, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method invite ( List<String>, String, AsyncCallback<Void> ) in ChatServiceAsync. |
2 |
Abstract method void invite ( String[ ], String, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method invite ( String[ ], String, AsyncCallback<Void> ) in interface ChatServiceAsync. |
[+] affected methods: 2 (0.01%)
ChatService.Instance.get ( )Return value of this method is of type 'ChatServiceAsync'.
ChatServiceAsync.post ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'ChatServiceAsync' interface.
[+] interface ClusterServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void makeGlobal ( List<String>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method makeGlobal ( List<String>, AsyncCallback<Void> ) in ClusterServiceAsync. |
2 |
Abstract method void makeLocal ( List<String>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method makeLocal ( List<String>, AsyncCallback<Void> ) in ClusterServiceAsync. |
3 |
Abstract method void makeGlobal ( String[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method makeGlobal ( String[ ], AsyncCallback<Void> ) in interface ClusterServiceAsync. |
4 |
Abstract method void makeLocal ( String[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method makeLocal ( String[ ], AsyncCallback<Void> ) in interface ClusterServiceAsync. |
[+] affected methods: 1 (0.01%)
ClusterService.Instance.get ( )Return value of this method is of type 'ClusterServiceAsync'.
[+] interface ContactService 6
| Change | Effect |
---|
1 |
Abstract method void delete ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method delete ( List<Long> ) in ContactService. |
2 |
Abstract method List<GUIContact> parseContacts ( boolean, GUIParseContactsParameters ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parseContacts ( boolean, GUIParseContactsParameters ) in ContactService. |
3 |
Abstract method void shareContacts ( List<Long>, List<Long>, List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method shareContacts ( List<Long>, List<Long>, List<Long> ) in ContactService. |
4 |
Abstract method void delete ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method delete ( long[ ] ) in interface ContactService. |
5 |
Abstract method GUIContact[ ] parseContacts ( boolean, GUIParseContactsParameters ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method parseContacts ( boolean, GUIParseContactsParameters ) in interface ContactService. |
6 |
Abstract method void shareContacts ( long[ ], long[ ], long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method shareContacts ( long[ ], long[ ], long[ ] ) in interface ContactService. |
[+] affected methods: 2 (0.01%)
ContactService.load ( long p1 )This abstract method is from 'ContactService' interface.
ContactService.save ( GUIContact p1 )This abstract method is from 'ContactService' interface.
[+] interface ContactServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void delete ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method delete ( List<Long>, AsyncCallback<Void> ) in ContactServiceAsync. |
2 |
Abstract method void shareContacts ( List<Long>, List<Long>, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method shareContacts ( List<Long>, List<Long>, List<Long>, AsyncCallback<Void> ) in ContactServiceAsync. |
3 |
Abstract method void delete ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method delete ( long[ ], AsyncCallback<Void> ) in interface ContactServiceAsync. |
4 |
Abstract method void shareContacts ( long[ ], long[ ], long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method shareContacts ( long[ ], long[ ], long[ ], AsyncCallback<Void> ) in interface ContactServiceAsync. |
[+] affected methods: 4 (0.02%)
ContactService.Instance.get ( )Return value of this method is of type 'ContactServiceAsync'.
ContactServiceAsync.load ( long p1, AsyncCallback<GUIContact> p2 )This abstract method is from 'ContactServiceAsync' interface.
ContactServiceAsync.parseContacts ( boolean p1, GUIParseContactsParameters p2, AsyncCallback<GUIContact[ ]> p3 )This abstract method is from 'ContactServiceAsync' interface.
ContactServiceAsync.save ( GUIContact p1, AsyncCallback<Void> p2 )This abstract method is from 'ContactServiceAsync' interface.
[+] interface DashletService 6
| Change | Effect |
---|
1 |
Abstract method List<GUIDashlet> loadDashlets ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadDashlets ( ) in DashletService. |
2 |
Abstract method void saveDashlets ( List<GUIDashlet> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveDashlets ( List<GUIDashlet> ) in DashletService. |
3 |
Abstract method void saveUserDashlets ( List<GUIDashlet> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveUserDashlets ( List<GUIDashlet> ) in DashletService. |
4 |
Abstract method GUIDashlet[ ] loadDashlets ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadDashlets ( ) in interface DashletService. |
5 |
Abstract method void saveDashlets ( GUIDashlet[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveDashlets ( GUIDashlet[ ] ) in interface DashletService. |
6 |
Abstract method void saveUserDashlets ( GUIDashlet[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveUserDashlets ( GUIDashlet[ ] ) in interface DashletService. |
[+] affected methods: 4 (0.02%)
DashletService.delete ( long p1 )This abstract method is from 'DashletService' interface.
DashletService.get ( long p1 )This abstract method is from 'DashletService' interface.
DashletService.get ( String p1 )This abstract method is from 'DashletService' interface.
DashletService.save ( GUIDashlet p1 )This abstract method is from 'DashletService' interface.
[+] interface DashletServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void saveDashlets ( List<GUIDashlet>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveDashlets ( List<GUIDashlet>, AsyncCallback<Void> ) in DashletServiceAsync. |
2 |
Abstract method void saveUserDashlets ( List<GUIDashlet>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveUserDashlets ( List<GUIDashlet>, AsyncCallback<Void> ) in DashletServiceAsync. |
3 |
Abstract method void saveDashlets ( GUIDashlet[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveDashlets ( GUIDashlet[ ], AsyncCallback<Void> ) in interface DashletServiceAsync. |
4 |
Abstract method void saveUserDashlets ( GUIDashlet[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveUserDashlets ( GUIDashlet[ ], AsyncCallback<Void> ) in interface DashletServiceAsync. |
[+] affected methods: 6 (0.03%)
DashletService.Instance.get ( )Return value of this method is of type 'DashletServiceAsync'.
DashletServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'DashletServiceAsync' interface.
DashletServiceAsync.get ( long p1, AsyncCallback<GUIDashlet> p2 )This abstract method is from 'DashletServiceAsync' interface.
DashletServiceAsync.get ( String p1, AsyncCallback<GUIDashlet> p2 )This abstract method is from 'DashletServiceAsync' interface.
DashletServiceAsync.loadDashlets ( AsyncCallback<GUIDashlet[ ]> p1 )This abstract method is from 'DashletServiceAsync' interface.
DashletServiceAsync.save ( GUIDashlet p1, AsyncCallback<Void> p2 )This abstract method is from 'DashletServiceAsync' interface.
[+] interface DocumentService 57
| Change | Effect |
---|
1 |
Abstract method void addBookmarks ( List<Long>, int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addBookmarks ( List<Long>, int ) in DocumentService. |
2 |
Abstract method List<GUIDocument> addDocuments ( String, long, boolean, String, boolean, Long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addDocuments ( String, long, boolean, String, boolean, Long ) in DocumentService. |
3 |
Abstract method List<GUIDocument> addDocuments ( boolean, String, boolean, GUIDocument ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addDocuments ( boolean, String, boolean, GUIDocument ) in DocumentService. |
4 |
Abstract method void applyParentFolderSecurity ( long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method applyParentFolderSecurity ( long ) in DocumentService. |
5 |
Abstract method void archiveDocuments ( List<Long>, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method archiveDocuments ( List<Long>, String ) in DocumentService. |
6 |
Abstract method List<GUIDocument> bulkUpdate ( List<Long>, GUIDocument, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method bulkUpdate ( List<Long>, GUIDocument, boolean ) in DocumentService. |
7 |
Abstract method void checkout ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkout ( List<Long> ) in DocumentService. |
8 |
Abstract method long countDocuments ( List<Long>, int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method countDocuments ( List<Long>, int ) in DocumentService. |
9 |
Abstract method List<String> createDownloadTicket ( long, int, String, Integer, Date, Integer, Integer ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createDownloadTicket ( long, int, String, Integer, Date, Integer, Integer ) in DocumentService. |
10 |
Abstract method void delete ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method delete ( List<Long> ) in DocumentService. |
11 |
Abstract method void deleteBookmarks ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteBookmarks ( List<Long> ) in DocumentService. |
12 |
Abstract method void deleteFromTrash ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteFromTrash ( List<Long> ) in DocumentService. |
13 |
Abstract method void deleteLinks ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteLinks ( List<Long> ) in DocumentService. |
14 |
Abstract method void deleteNotes ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteNotes ( List<Long> ) in DocumentService. |
15 |
Abstract method GUIDocument deleteVersions ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteVersions ( List<Long> ) in DocumentService. |
16 |
Abstract method GUIAccessControlEntry getEnabledPermissions ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEnabledPermissions ( List<Long> ) in DocumentService. |
17 |
Abstract method List<GUIDocumentNote> getNotes ( long, String, Collection<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getNotes ( long, String, Collection<String> ) in DocumentService. |
18 |
Abstract method List<GUIVersion> getVersionsById ( long, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getVersionsById ( long, long ) in DocumentService. |
19 |
Abstract method void indexDocuments ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method indexDocuments ( List<Long> ) in DocumentService. |
20 |
Abstract method void linkDocuments ( List<Long>, List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method linkDocuments ( List<Long>, List<Long> ) in DocumentService. |
21 |
Abstract method void lock ( List<Long>, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method lock ( List<Long>, String ) in DocumentService. |
22 |
Abstract method void makeImmutable ( List<Long>, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method makeImmutable ( List<Long>, String ) in DocumentService. |
23 |
Abstract method void markIndexable ( List<Long>, int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method markIndexable ( List<Long>, int ) in DocumentService. |
24 |
Abstract method void markUnindexable ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method markUnindexable ( List<Long> ) in DocumentService. |
25 |
Abstract method GUIDocument merge ( List<Long>, long, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method merge ( List<Long>, long, String ) in DocumentService. |
26 |
Abstract method void restore ( List<Long>, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method restore ( List<Long>, long ) in DocumentService. |
27 |
Abstract method void saveACL ( GUIDocument ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveACL ( GUIDocument ) in DocumentService. |
28 |
Abstract method void saveNotes ( long, List<GUIDocumentNote>, Collection<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveNotes ( long, List<GUIDocumentNote>, Collection<String> ) in DocumentService. |
29 |
Abstract method void unarchiveDocuments ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unarchiveDocuments ( List<Long> ) in DocumentService. |
30 |
Abstract method void unlock ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unlock ( List<Long> ) in DocumentService. |
31 |
Abstract method void addBookmarks ( Long[ ], int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addBookmarks ( Long[ ], int ) in interface DocumentService. |
32 |
Abstract method GUIDocument[ ] addDocuments ( String, long, boolean, String, boolean, Long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addDocuments ( String, long, boolean, String, boolean, Long ) in interface DocumentService. |
33 |
Abstract method GUIDocument[ ] addDocuments ( boolean, String, boolean, GUIDocument ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addDocuments ( boolean, String, boolean, GUIDocument ) in interface DocumentService. |
34 |
Abstract method void archiveDocuments ( Long[ ], String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method archiveDocuments ( Long[ ], String ) in interface DocumentService. |
35 |
Abstract method GUIDocument[ ] bulkUpdate ( Long[ ], GUIDocument, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method bulkUpdate ( Long[ ], GUIDocument, boolean ) in interface DocumentService. |
36 |
Abstract method void checkout ( Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method checkout ( Long[ ] ) in interface DocumentService. |
37 |
Abstract method long countDocuments ( long[ ], int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method countDocuments ( long[ ], int ) in interface DocumentService. |
38 |
Abstract method String[ ] createDownloadTicket ( long, int, String, Integer, Date, Integer, Integer ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createDownloadTicket ( long, int, String, Integer, Date, Integer, Integer ) in interface DocumentService. |
39 |
Abstract method void delete ( Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method delete ( Long[ ] ) in interface DocumentService. |
40 |
Abstract method void deleteBookmarks ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteBookmarks ( long[ ] ) in interface DocumentService. |
41 |
Abstract method void deleteFromTrash ( Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteFromTrash ( Long[ ] ) in interface DocumentService. |
42 |
Abstract method void deleteLinks ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteLinks ( long[ ] ) in interface DocumentService. |
43 |
Abstract method void deleteNotes ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteNotes ( long[ ] ) in interface DocumentService. |
44 |
Abstract method GUIDocument deleteVersions ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteVersions ( long[ ] ) in interface DocumentService. |
45 |
Abstract method GUIDocumentNote[ ] getNotes ( long, String, Collection<String> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getNotes ( long, String, Collection<String> ) in interface DocumentService. |
46 |
Abstract method GUIVersion[ ] getVersionsById ( long, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getVersionsById ( long, long ) in interface DocumentService. |
47 |
Abstract method void indexDocuments ( Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method indexDocuments ( Long[ ] ) in interface DocumentService. |
48 |
Abstract method void linkDocuments ( Long[ ], Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method linkDocuments ( Long[ ], Long[ ] ) in interface DocumentService. |
49 |
Abstract method void lock ( Long[ ], String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method lock ( Long[ ], String ) in interface DocumentService. |
50 |
Abstract method void makeImmutable ( Long[ ], String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method makeImmutable ( Long[ ], String ) in interface DocumentService. |
51 |
Abstract method void markIndexable ( Long[ ], int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method markIndexable ( Long[ ], int ) in interface DocumentService. |
52 |
Abstract method void markUnindexable ( Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method markUnindexable ( Long[ ] ) in interface DocumentService. |
53 |
Abstract method GUIDocument merge ( Long[ ], long, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method merge ( Long[ ], long, String ) in interface DocumentService. |
54 |
Abstract method void restore ( Long[ ], long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method restore ( Long[ ], long ) in interface DocumentService. |
55 |
Abstract method void saveNotes ( long, GUIDocumentNote[ ], Collection<String> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveNotes ( long, GUIDocumentNote[ ], Collection<String> ) in interface DocumentService. |
56 |
Abstract method void unarchiveDocuments ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method unarchiveDocuments ( long[ ] ) in interface DocumentService. |
57 |
Abstract method void unlock ( Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method unlock ( Long[ ] ) in interface DocumentService. |
[+] affected methods: 37 (0.2%)
DocumentService.addNote ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.archiveFolder ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.checkin ( GUIDocument p1, boolean p2 )This abstract method is from 'DocumentService' interface.
DocumentService.checkinContent ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.cleanUploadedFileFolder ( )This abstract method is from 'DocumentService' interface.
DocumentService.convert ( long p1, String p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createDocument ( GUIDocument p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.createWithContent ( GUIDocument p1, String p2, boolean p3 )This abstract method is from 'DocumentService' interface.
DocumentService.deDuplicate ( Long p1, boolean p2 )This abstract method is from 'DocumentService' interface.
DocumentService.deleteRating ( long p1 )This abstract method is from 'DocumentService' interface.
...
[+] interface DocumentServiceAsync 47
| Change | Effect |
---|
1 |
Abstract method void applyParentFolderSecurity ( long, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method applyParentFolderSecurity ( long, AsyncCallback<Void> ) in DocumentServiceAsync. |
2 |
Abstract method void archiveDocuments ( List<Long>, String, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method archiveDocuments ( List<Long>, String, AsyncCallback<Void> ) in DocumentServiceAsync. |
3 |
Abstract method void bulkUpdate ( List<Long>, GUIDocument, boolean, AsyncCallback<List<GUIDocument>> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method bulkUpdate ( List<Long>, GUIDocument, boolean, AsyncCallback<List<GUIDocument>> ) in DocumentServiceAsync. |
4 |
Abstract method void delete ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method delete ( List<Long>, AsyncCallback<Void> ) in DocumentServiceAsync. |
5 |
Abstract method void deleteBookmarks ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteBookmarks ( List<Long>, AsyncCallback<Void> ) in DocumentServiceAsync. |
6 |
Abstract method void deleteFromTrash ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteFromTrash ( List<Long>, AsyncCallback<Void> ) in DocumentServiceAsync. |
7 |
Abstract method void deleteLinks ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteLinks ( List<Long>, AsyncCallback<Void> ) in DocumentServiceAsync. |
8 |
Abstract method void deleteNotes ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteNotes ( List<Long>, AsyncCallback<Void> ) in DocumentServiceAsync. |
9 |
Abstract method void deleteVersions ( List<Long>, AsyncCallback<GUIDocument> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteVersions ( List<Long>, AsyncCallback<GUIDocument> ) in DocumentServiceAsync. |
10 |
Abstract method void indexDocuments ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method indexDocuments ( List<Long>, AsyncCallback<Void> ) in DocumentServiceAsync. |
11 |
Abstract method void linkDocuments ( List<Long>, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method linkDocuments ( List<Long>, List<Long>, AsyncCallback<Void> ) in DocumentServiceAsync. |
12 |
Abstract method void makeImmutable ( List<Long>, String, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method makeImmutable ( List<Long>, String, AsyncCallback<Void> ) in DocumentServiceAsync. |
13 |
Abstract method void markIndexable ( List<Long>, int, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method markIndexable ( List<Long>, int, AsyncCallback<Void> ) in DocumentServiceAsync. |
14 |
Abstract method void markUnindexable ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method markUnindexable ( List<Long>, AsyncCallback<Void> ) in DocumentServiceAsync. |
15 |
Abstract method void merge ( List<Long>, long, String, AsyncCallback<GUIDocument> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method merge ( List<Long>, long, String, AsyncCallback<GUIDocument> ) in DocumentServiceAsync. |
16 |
Abstract method void saveACL ( GUIDocument, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveACL ( GUIDocument, AsyncCallback<Void> ) in DocumentServiceAsync. |
17 |
Abstract method void unarchiveDocuments ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unarchiveDocuments ( List<Long>, AsyncCallback<Void> ) in DocumentServiceAsync. |
18 |
Abstract method void addBookmarks ( List<Long>, int, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addBookmarks ( List<Long>, int, AsyncCallback<Void> ) in DocumentServiceAsync. |
19 |
Abstract method void checkout ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkout ( List<Long>, AsyncCallback<Void> ) in DocumentServiceAsync. |
20 |
Abstract method void countDocuments ( List<Long>, int, AsyncCallback<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method countDocuments ( List<Long>, int, AsyncCallback<Long> ) in DocumentServiceAsync. |
21 |
Abstract method void getEnabledPermissions ( List<Long>, AsyncCallback<GUIAccessControlEntry> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEnabledPermissions ( List<Long>, AsyncCallback<GUIAccessControlEntry> ) in DocumentServiceAsync. |
22 |
Abstract method void lock ( List<Long>, String, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method lock ( List<Long>, String, AsyncCallback<Void> ) in DocumentServiceAsync. |
23 |
Abstract method void restore ( List<Long>, long, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method restore ( List<Long>, long, AsyncCallback<Void> ) in DocumentServiceAsync. |
24 |
Abstract method void saveNotes ( long, List<GUIDocumentNote>, Collection<String>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveNotes ( long, List<GUIDocumentNote>, Collection<String>, AsyncCallback<Void> ) in DocumentServiceAsync. |
25 |
Abstract method void unlock ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unlock ( List<Long>, AsyncCallback<Void> ) in DocumentServiceAsync. |
26 |
Abstract method void addBookmarks ( Long[ ], int, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addBookmarks ( Long[ ], int, AsyncCallback<Void> ) in interface DocumentServiceAsync. |
27 |
Abstract method void archiveDocuments ( Long[ ], String, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method archiveDocuments ( Long[ ], String, AsyncCallback<Void> ) in interface DocumentServiceAsync. |
28 |
Abstract method void bulkUpdate ( Long[ ], GUIDocument, boolean, AsyncCallback<GUIDocument[ ]> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method bulkUpdate ( Long[ ], GUIDocument, boolean, AsyncCallback<GUIDocument[ ]> ) in interface DocumentServiceAsync. |
29 |
Abstract method void checkout ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method checkout ( Long[ ], AsyncCallback<Void> ) in interface DocumentServiceAsync. |
30 |
Abstract method void countDocuments ( long[ ], int, AsyncCallback<Long> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method countDocuments ( long[ ], int, AsyncCallback<Long> ) in interface DocumentServiceAsync. |
31 |
Abstract method void delete ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method delete ( Long[ ], AsyncCallback<Void> ) in interface DocumentServiceAsync. |
32 |
Abstract method void deleteBookmarks ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteBookmarks ( long[ ], AsyncCallback<Void> ) in interface DocumentServiceAsync. |
33 |
Abstract method void deleteFromTrash ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteFromTrash ( Long[ ], AsyncCallback<Void> ) in interface DocumentServiceAsync. |
34 |
Abstract method void deleteLinks ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteLinks ( long[ ], AsyncCallback<Void> ) in interface DocumentServiceAsync. |
35 |
Abstract method void deleteNotes ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteNotes ( long[ ], AsyncCallback<Void> ) in interface DocumentServiceAsync. |
36 |
Abstract method void deleteVersions ( long[ ], AsyncCallback<GUIDocument> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteVersions ( long[ ], AsyncCallback<GUIDocument> ) in interface DocumentServiceAsync. |
37 |
Abstract method void indexDocuments ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method indexDocuments ( Long[ ], AsyncCallback<Void> ) in interface DocumentServiceAsync. |
38 |
Abstract method void linkDocuments ( Long[ ], Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method linkDocuments ( Long[ ], Long[ ], AsyncCallback<Void> ) in interface DocumentServiceAsync. |
39 |
Abstract method void lock ( Long[ ], String, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method lock ( Long[ ], String, AsyncCallback<Void> ) in interface DocumentServiceAsync. |
40 |
Abstract method void makeImmutable ( Long[ ], String, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method makeImmutable ( Long[ ], String, AsyncCallback<Void> ) in interface DocumentServiceAsync. |
41 |
Abstract method void markIndexable ( Long[ ], int, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method markIndexable ( Long[ ], int, AsyncCallback<Void> ) in interface DocumentServiceAsync. |
42 |
Abstract method void markUnindexable ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method markUnindexable ( Long[ ], AsyncCallback<Void> ) in interface DocumentServiceAsync. |
43 |
Abstract method void merge ( Long[ ], long, String, AsyncCallback<GUIDocument> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method merge ( Long[ ], long, String, AsyncCallback<GUIDocument> ) in interface DocumentServiceAsync. |
44 |
Abstract method void restore ( Long[ ], long, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method restore ( Long[ ], long, AsyncCallback<Void> ) in interface DocumentServiceAsync. |
45 |
Abstract method void saveNotes ( long, GUIDocumentNote[ ], Collection<String>, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveNotes ( long, GUIDocumentNote[ ], Collection<String>, AsyncCallback<Void> ) in interface DocumentServiceAsync. |
46 |
Abstract method void unarchiveDocuments ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method unarchiveDocuments ( long[ ], AsyncCallback<Void> ) in interface DocumentServiceAsync. |
47 |
Abstract method void unlock ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method unlock ( Long[ ], AsyncCallback<Void> ) in interface DocumentServiceAsync. |
[+] affected methods: 53 (0.3%)
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.DocumentDetailsPanel ( GUIDocument doc )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getDocument ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.getPanelName ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.onSave ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabs ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.prepareTabset ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.refresh ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.DocumentDetailsPanel.setDocument ( GUIDocument document )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.StandardPropertiesPanel ( GUIDocument document, ChangedHandler changedHandler, DocumentObserver observer )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
com.logicaldoc.enterprise.gui.mobile.client.document.StandardPropertiesPanel.validate ( )Field 'this.documentService' in the object of this method is of type 'DocumentServiceAsync'.
...
[+] interface DropboxService 4
| Change | Effect |
---|
1 |
Abstract method boolean exportDocuments ( String, List<Long>, List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method exportDocuments ( String, List<Long>, List<Long> ) in DropboxService. |
2 |
Abstract method int importDocuments ( long, List<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method importDocuments ( long, List<String> ) in DropboxService. |
3 |
Abstract method boolean exportDocuments ( String, long[ ], Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method exportDocuments ( String, long[ ], Long[ ] ) in interface DropboxService. |
4 |
Abstract method int importDocuments ( long, String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method importDocuments ( long, String[ ] ) in interface DropboxService. |
[+] affected methods: 3 (0.02%)
DropboxService.finishAuthorization ( String p1 )This abstract method is from 'DropboxService' interface.
DropboxService.isConnected ( )This abstract method is from 'DropboxService' interface.
DropboxService.startAuthorization ( )This abstract method is from 'DropboxService' interface.
[+] interface DropboxServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void exportDocuments ( String, List<Long>, List<Long>, AsyncCallback<Boolean> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method exportDocuments ( String, List<Long>, List<Long>, AsyncCallback<Boolean> ) in DropboxServiceAsync. |
2 |
Abstract method void importDocuments ( long, List<String>, AsyncCallback<Integer> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method importDocuments ( long, List<String>, AsyncCallback<Integer> ) in DropboxServiceAsync. |
3 |
Abstract method void exportDocuments ( String, long[ ], Long[ ], AsyncCallback<Boolean> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method exportDocuments ( String, long[ ], Long[ ], AsyncCallback<Boolean> ) in interface DropboxServiceAsync. |
4 |
Abstract method void importDocuments ( long, String[ ], AsyncCallback<Integer> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method importDocuments ( long, String[ ], AsyncCallback<Integer> ) in interface DropboxServiceAsync. |
[+] affected methods: 4 (0.02%)
DropboxService.Instance.get ( )Return value of this method is of type 'DropboxServiceAsync'.
DropboxServiceAsync.finishAuthorization ( String p1, AsyncCallback<String> p2 )This abstract method is from 'DropboxServiceAsync' interface.
DropboxServiceAsync.isConnected ( AsyncCallback<Boolean> p1 )This abstract method is from 'DropboxServiceAsync' interface.
DropboxServiceAsync.startAuthorization ( AsyncCallback<String> p1 )This abstract method is from 'DropboxServiceAsync' interface.
[+] interface FolderService 26
| Change | Effect |
---|
1 |
Abstract method List<Long> computeStats ( long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method computeStats ( long ) in FolderService. |
2 |
Abstract method void copyFolders ( List<Long>, long, boolean, String, GUIFolder ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method copyFolders ( List<Long>, long, boolean, String, GUIFolder ) in FolderService. |
3 |
Abstract method void delete ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method delete ( List<Long> ) in FolderService. |
4 |
Abstract method void deleteFromTrash ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteFromTrash ( List<Long> ) in FolderService. |
5 |
Abstract method GUIFolder inheritACL ( long, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method inheritACL ( long, long ) in FolderService. |
6 |
Abstract method List<GUIValue> loadTemplates ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadTemplates ( ) in FolderService. |
7 |
Abstract method void merge ( List<Long>, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method merge ( List<Long>, long ) in FolderService. |
8 |
Abstract method void move ( List<Long>, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method move ( List<Long>, long ) in FolderService. |
9 |
Abstract method void paste ( List<Long>, long, String, boolean, boolean, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method paste ( List<Long>, long, String, boolean, boolean, boolean ) in FolderService. |
10 |
Abstract method void pasteAsAlias ( List<Long>, long, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pasteAsAlias ( List<Long>, long, String ) in FolderService. |
11 |
Abstract method void restore ( List<Long>, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method restore ( List<Long>, long ) in FolderService. |
12 |
Abstract method void saveACL ( GUIFolder, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveACL ( GUIFolder, boolean ) in FolderService. |
13 |
Abstract method void saveTemplates ( List<GUIValue> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveTemplates ( List<GUIValue> ) in FolderService. |
14 |
Abstract method void applyRights ( GUIFolder, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method applyRights ( GUIFolder, boolean ) in interface FolderService. |
15 |
Abstract method long[ ] computeStats ( long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method computeStats ( long ) in interface FolderService. |
16 |
Abstract method void copyFolders ( long[ ], long, boolean, String, GUIFolder ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method copyFolders ( long[ ], long, boolean, String, GUIFolder ) in interface FolderService. |
17 |
Abstract method void delete ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method delete ( long[ ] ) in interface FolderService. |
18 |
Abstract method void deleteFromTrash ( Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteFromTrash ( Long[ ] ) in interface FolderService. |
19 |
Abstract method GUIFolder inheritRights ( long, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method inheritRights ( long, long ) in interface FolderService. |
20 |
Abstract method GUIValue[ ] loadTemplates ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadTemplates ( ) in interface FolderService. |
21 |
Abstract method void merge ( long[ ], long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method merge ( long[ ], long ) in interface FolderService. |
22 |
Abstract method void move ( long[ ], long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method move ( long[ ], long ) in interface FolderService. |
23 |
Abstract method void paste ( long[ ], long, String, boolean, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method paste ( long[ ], long, String, boolean, boolean ) in interface FolderService. |
24 |
Abstract method void pasteAsAlias ( long[ ], long, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method pasteAsAlias ( long[ ], long, String ) in interface FolderService. |
25 |
Abstract method void restore ( Long[ ], long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method restore ( Long[ ], long ) in interface FolderService. |
26 |
Abstract method void saveTemplates ( GUIValue[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveTemplates ( GUIValue[ ] ) in interface FolderService. |
[+] affected methods: 13 (0.1%)
FolderService.applyGridLayout ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyMetadata ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyOCR ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyStorage ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyTags ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.applyTemplate ( long p1, long p2, boolean p3 )This abstract method is from 'FolderService' interface.
FolderService.create ( GUIFolder p1, boolean p2 )This abstract method is from 'FolderService' interface.
FolderService.createAlias ( long p1, long p2 )This abstract method is from 'FolderService' interface.
FolderService.getFolder ( long p1, boolean p2, boolean p3, boolean p4 )This abstract method is from 'FolderService' interface.
FolderService.readImage ( )This abstract method is from 'FolderService' interface.
...
[+] interface FolderServiceAsync 22
| Change | Effect |
---|
1 |
Abstract method void delete ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method delete ( List<Long>, AsyncCallback<Void> ) in FolderServiceAsync. |
2 |
Abstract method void deleteFromTrash ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteFromTrash ( List<Long>, AsyncCallback<Void> ) in FolderServiceAsync. |
3 |
Abstract method void inheritACL ( long, long, AsyncCallback<GUIFolder> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method inheritACL ( long, long, AsyncCallback<GUIFolder> ) in FolderServiceAsync. |
4 |
Abstract method void paste ( List<Long>, long, String, boolean, boolean, boolean, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method paste ( List<Long>, long, String, boolean, boolean, boolean, AsyncCallback<Void> ) in FolderServiceAsync. |
5 |
Abstract method void pasteAsAlias ( List<Long>, long, String, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pasteAsAlias ( List<Long>, long, String, AsyncCallback<Void> ) in FolderServiceAsync. |
6 |
Abstract method void copyFolders ( List<Long>, long, boolean, String, GUIFolder, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method copyFolders ( List<Long>, long, boolean, String, GUIFolder, AsyncCallback<Void> ) in FolderServiceAsync. |
7 |
Abstract method void merge ( List<Long>, long, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method merge ( List<Long>, long, AsyncCallback<Void> ) in FolderServiceAsync. |
8 |
Abstract method void move ( List<Long>, long, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method move ( List<Long>, long, AsyncCallback<Void> ) in FolderServiceAsync. |
9 |
Abstract method void restore ( List<Long>, long, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method restore ( List<Long>, long, AsyncCallback<Void> ) in FolderServiceAsync. |
10 |
Abstract method void saveACL ( GUIFolder, boolean, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveACL ( GUIFolder, boolean, AsyncCallback<Void> ) in FolderServiceAsync. |
11 |
Abstract method void saveTemplates ( List<GUIValue>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveTemplates ( List<GUIValue>, AsyncCallback<Void> ) in FolderServiceAsync. |
12 |
Abstract method void applyRights ( GUIFolder, boolean, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method applyRights ( GUIFolder, boolean, AsyncCallback<Void> ) in interface FolderServiceAsync. |
13 |
Abstract method void copyFolders ( long[ ], long, boolean, String, GUIFolder, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method copyFolders ( long[ ], long, boolean, String, GUIFolder, AsyncCallback<Void> ) in interface FolderServiceAsync. |
14 |
Abstract method void delete ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method delete ( long[ ], AsyncCallback<Void> ) in interface FolderServiceAsync. |
15 |
Abstract method void deleteFromTrash ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteFromTrash ( Long[ ], AsyncCallback<Void> ) in interface FolderServiceAsync. |
16 |
Abstract method void inheritRights ( long, long, AsyncCallback<GUIFolder> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method inheritRights ( long, long, AsyncCallback<GUIFolder> ) in interface FolderServiceAsync. |
17 |
Abstract method void merge ( long[ ], long, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method merge ( long[ ], long, AsyncCallback<Void> ) in interface FolderServiceAsync. |
18 |
Abstract method void move ( long[ ], long, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method move ( long[ ], long, AsyncCallback<Void> ) in interface FolderServiceAsync. |
19 |
Abstract method void paste ( long[ ], long, String, boolean, boolean, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method paste ( long[ ], long, String, boolean, boolean, AsyncCallback<Void> ) in interface FolderServiceAsync. |
20 |
Abstract method void pasteAsAlias ( long[ ], long, String, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method pasteAsAlias ( long[ ], long, String, AsyncCallback<Void> ) in interface FolderServiceAsync. |
21 |
Abstract method void restore ( Long[ ], long, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method restore ( Long[ ], long, AsyncCallback<Void> ) in interface FolderServiceAsync. |
22 |
Abstract method void saveTemplates ( GUIValue[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveTemplates ( GUIValue[ ], AsyncCallback<Void> ) in interface FolderServiceAsync. |
[+] affected methods: 16 (0.1%)
FolderService.Instance.get ( )Return value of this method is of type 'FolderServiceAsync'.
FolderServiceAsync.applyGridLayout ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyMetadata ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyOCR ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyStorage ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyTags ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.applyTemplate ( long p1, long p2, boolean p3, AsyncCallback<Void> p4 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.computeStats ( long p1, AsyncCallback<long[ ]> p2 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.create ( GUIFolder p1, boolean p2, AsyncCallback<GUIFolder> p3 )This abstract method is from 'FolderServiceAsync' interface.
FolderServiceAsync.createAlias ( long p1, long p2, AsyncCallback<GUIFolder> p3 )This abstract method is from 'FolderServiceAsync' interface.
...
[+] interface GDriveService 8
| Change | Effect |
---|
1 |
Abstract method List<String> exportDocuments ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method exportDocuments ( List<Long> ) in GDriveService. |
2 |
Abstract method void importDocuments ( List<String>, long, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method importDocuments ( List<String>, long, String ) in GDriveService. |
3 |
Abstract method List<String> loadSettings ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadSettings ( ) in GDriveService. |
4 |
Abstract method List<GUIDocument> search ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method search ( String ) in GDriveService. |
5 |
Abstract method String[ ] exportDocuments ( Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method exportDocuments ( Long[ ] ) in interface GDriveService. |
6 |
Abstract method void importDocuments ( String[ ], long, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method importDocuments ( String[ ], long, String ) in interface GDriveService. |
7 |
Abstract method String[ ] loadSettings ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadSettings ( ) in interface GDriveService. |
8 |
Abstract method GUIDocument[ ] search ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method search ( String ) in interface GDriveService. |
[+] affected methods: 5 (0.03%)
GDriveService.checkin ( long p1, String p2, boolean p3 )This abstract method is from 'GDriveService' interface.
GDriveService.create ( String p1 )This abstract method is from 'GDriveService' interface.
GDriveService.delete ( String p1 )This abstract method is from 'GDriveService' interface.
GDriveService.saveSettings ( String p1, String p2 )This abstract method is from 'GDriveService' interface.
GDriveService.upload ( long p1 )This abstract method is from 'GDriveService' interface.
[+] interface GDriveServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void exportDocuments ( List<Long>, AsyncCallback<List<String>> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method exportDocuments ( List<Long>, AsyncCallback<List<String>> ) in GDriveServiceAsync. |
2 |
Abstract method void importDocuments ( List<String>, long, String, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method importDocuments ( List<String>, long, String, AsyncCallback<Void> ) in GDriveServiceAsync. |
3 |
Abstract method void exportDocuments ( Long[ ], AsyncCallback<String[ ]> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method exportDocuments ( Long[ ], AsyncCallback<String[ ]> ) in interface GDriveServiceAsync. |
4 |
Abstract method void importDocuments ( String[ ], long, String, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method importDocuments ( String[ ], long, String, AsyncCallback<Void> ) in interface GDriveServiceAsync. |
[+] affected methods: 8 (0.04%)
GDriveService.Instance.get ( )Return value of this method is of type 'GDriveServiceAsync'.
GDriveServiceAsync.checkin ( long p1, String p2, boolean p3, AsyncCallback<GUIDocument> p4 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.create ( String p1, AsyncCallback<String> p2 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.delete ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.loadSettings ( AsyncCallback<String[ ]> p1 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.saveSettings ( String p1, String p2, AsyncCallback<String> p3 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.search ( String p1, AsyncCallback<GUIDocument[ ]> p2 )This abstract method is from 'GDriveServiceAsync' interface.
GDriveServiceAsync.upload ( long p1, AsyncCallback<String> p2 )This abstract method is from 'GDriveServiceAsync' interface.
[+] interface ImpexService 4
| Change | Effect |
---|
1 |
Abstract method void addDocuments ( long, List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addDocuments ( long, List<Long> ) in ImpexService. |
2 |
Abstract method GUIArchive deleteVersions ( long, List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteVersions ( long, List<Long> ) in ImpexService. |
3 |
Abstract method void addDocuments ( long, Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addDocuments ( long, Long[ ] ) in interface ImpexService. |
4 |
Abstract method GUIArchive deleteVersions ( long, Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteVersions ( long, Long[ ] ) in interface ImpexService. |
[+] affected methods: 10 (0.1%)
ImpexService.addFolder ( long p1, long p2 )This abstract method is from 'ImpexService' interface.
ImpexService.delete ( long p1 )This abstract method is from 'ImpexService' interface.
ImpexService.deleteFolder ( String p1 )This abstract method is from 'ImpexService' interface.
ImpexService.deleteIncremental ( long p1 )This abstract method is from 'ImpexService' interface.
ImpexService.load ( long p1 )This abstract method is from 'ImpexService' interface.
ImpexService.loadIncremental ( long p1 )This abstract method is from 'ImpexService' interface.
ImpexService.save ( GUIArchive p1 )This abstract method is from 'ImpexService' interface.
ImpexService.saveIncremental ( GUIIncrementalArchive p1 )This abstract method is from 'ImpexService' interface.
ImpexService.setStatus ( long p1, int p2 )This abstract method is from 'ImpexService' interface.
ImpexService.startImport ( String p1 )This abstract method is from 'ImpexService' interface.
[+] interface ImpexServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void addDocuments ( long, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addDocuments ( long, List<Long>, AsyncCallback<Void> ) in ImpexServiceAsync. |
2 |
Abstract method void deleteVersions ( long, List<Long>, AsyncCallback<GUIArchive> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteVersions ( long, List<Long>, AsyncCallback<GUIArchive> ) in ImpexServiceAsync. |
3 |
Abstract method void addDocuments ( long, Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addDocuments ( long, Long[ ], AsyncCallback<Void> ) in interface ImpexServiceAsync. |
4 |
Abstract method void deleteVersions ( long, Long[ ], AsyncCallback<GUIArchive> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteVersions ( long, Long[ ], AsyncCallback<GUIArchive> ) in interface ImpexServiceAsync. |
[+] affected methods: 11 (0.1%)
ImpexService.Instance.get ( )Return value of this method is of type 'ImpexServiceAsync'.
ImpexServiceAsync.addFolder ( long p1, long p2, AsyncCallback<Void> p3 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.deleteFolder ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.deleteIncremental ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.load ( long p1, AsyncCallback<GUIArchive> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.loadIncremental ( long p1, AsyncCallback<GUIIncrementalArchive> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.save ( GUIArchive p1, AsyncCallback<GUIArchive> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.saveIncremental ( GUIIncrementalArchive p1, AsyncCallback<GUIIncrementalArchive> p2 )This abstract method is from 'ImpexServiceAsync' interface.
ImpexServiceAsync.setStatus ( long p1, int p2, AsyncCallback<Void> p3 )This abstract method is from 'ImpexServiceAsync' interface.
...
[+] interface LDAPService 6
| Change | Effect |
---|
1 |
Abstract method List<GUIValue> importUsers ( List<String>, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method importUsers ( List<String>, long ) in LDAPService. |
2 |
Abstract method List<GUIUser> listUsers ( String, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method listUsers ( String, long ) in LDAPService. |
3 |
Abstract method void reorder ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method reorder ( List<Long> ) in LDAPService. |
4 |
Abstract method GUIValue[ ] importUsers ( String[ ], long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method importUsers ( String[ ], long ) in interface LDAPService. |
5 |
Abstract method GUIUser[ ] listUsers ( String, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method listUsers ( String, long ) in interface LDAPService. |
6 |
Abstract method void reorder ( Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method reorder ( Long[ ] ) in interface LDAPService. |
[+] affected methods: 4 (0.02%)
LDAPService.delete ( long p1 )This abstract method is from 'LDAPService' interface.
LDAPService.get ( long p1 )This abstract method is from 'LDAPService' interface.
LDAPService.save ( GUILDAPServer p1 )This abstract method is from 'LDAPService' interface.
LDAPService.testConnection ( GUILDAPServer p1 )This abstract method is from 'LDAPService' interface.
[+] interface LDAPServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void importUsers ( List<String>, long, AsyncCallback<List<GUIValue>> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method importUsers ( List<String>, long, AsyncCallback<List<GUIValue>> ) in LDAPServiceAsync. |
2 |
Abstract method void reorder ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method reorder ( List<Long>, AsyncCallback<Void> ) in LDAPServiceAsync. |
3 |
Abstract method void importUsers ( String[ ], long, AsyncCallback<GUIValue[ ]> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method importUsers ( String[ ], long, AsyncCallback<GUIValue[ ]> ) in interface LDAPServiceAsync. |
4 |
Abstract method void reorder ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method reorder ( Long[ ], AsyncCallback<Void> ) in interface LDAPServiceAsync. |
[+] affected methods: 6 (0.03%)
LDAPService.Instance.get ( )Return value of this method is of type 'LDAPServiceAsync'.
LDAPServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'LDAPServiceAsync' interface.
LDAPServiceAsync.get ( long p1, AsyncCallback<GUILDAPServer> p2 )This abstract method is from 'LDAPServiceAsync' interface.
LDAPServiceAsync.listUsers ( String p1, long p2, AsyncCallback<GUIUser[ ]> p3 )This abstract method is from 'LDAPServiceAsync' interface.
LDAPServiceAsync.save ( GUILDAPServer p1, AsyncCallback<GUILDAPServer> p2 )This abstract method is from 'LDAPServiceAsync' interface.
LDAPServiceAsync.testConnection ( GUILDAPServer p1, AsyncCallback<Boolean> p2 )This abstract method is from 'LDAPServiceAsync' interface.
[+] interface MessageService 10
| Change | Effect |
---|
1 |
Abstract method void delete ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method delete ( List<Long> ) in MessageService. |
2 |
Abstract method void deleteTemplates ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteTemplates ( List<Long> ) in MessageService. |
3 |
Abstract method List<GUIMessageTemplate> loadTemplates ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadTemplates ( String, String ) in MessageService. |
4 |
Abstract method void save ( GUIMessage, List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method save ( GUIMessage, List<Long> ) in MessageService. |
5 |
Abstract method void saveTemplates ( List<GUIMessageTemplate> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveTemplates ( List<GUIMessageTemplate> ) in MessageService. |
6 |
Abstract method void delete ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method delete ( long[ ] ) in interface MessageService. |
7 |
Abstract method void deleteTemplates ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteTemplates ( long[ ] ) in interface MessageService. |
8 |
Abstract method GUIMessageTemplate[ ] loadTemplates ( String, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadTemplates ( String, String ) in interface MessageService. |
9 |
Abstract method void save ( GUIMessage, long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method save ( GUIMessage, long[ ] ) in interface MessageService. |
10 |
Abstract method void saveTemplates ( GUIMessageTemplate[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveTemplates ( GUIMessageTemplate[ ] ) in interface MessageService. |
[+] affected methods: 3 (0.02%)
MessageService.deleteTemplates ( String p1 )This abstract method is from 'MessageService' interface.
MessageService.getMessage ( long p1, boolean p2 )This abstract method is from 'MessageService' interface.
MessageService.getTemplate ( long p1 )This abstract method is from 'MessageService' interface.
[+] interface MessageServiceAsync 8
| Change | Effect |
---|
1 |
Abstract method void delete ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method delete ( List<Long>, AsyncCallback<Void> ) in MessageServiceAsync. |
2 |
Abstract method void deleteTemplates ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteTemplates ( List<Long>, AsyncCallback<Void> ) in MessageServiceAsync. |
3 |
Abstract method void save ( GUIMessage, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method save ( GUIMessage, List<Long>, AsyncCallback<Void> ) in MessageServiceAsync. |
4 |
Abstract method void saveTemplates ( List<GUIMessageTemplate>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveTemplates ( List<GUIMessageTemplate>, AsyncCallback<Void> ) in MessageServiceAsync. |
5 |
Abstract method void delete ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method delete ( long[ ], AsyncCallback<Void> ) in interface MessageServiceAsync. |
6 |
Abstract method void deleteTemplates ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteTemplates ( long[ ], AsyncCallback<Void> ) in interface MessageServiceAsync. |
7 |
Abstract method void save ( GUIMessage, long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method save ( GUIMessage, long[ ], AsyncCallback<Void> ) in interface MessageServiceAsync. |
8 |
Abstract method void saveTemplates ( GUIMessageTemplate[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveTemplates ( GUIMessageTemplate[ ], AsyncCallback<Void> ) in interface MessageServiceAsync. |
[+] affected methods: 5 (0.03%)
MessageService.Instance.get ( )Return value of this method is of type 'MessageServiceAsync'.
MessageServiceAsync.deleteTemplates ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'MessageServiceAsync' interface.
MessageServiceAsync.getMessage ( long p1, boolean p2, AsyncCallback<GUIMessage> p3 )This abstract method is from 'MessageServiceAsync' interface.
MessageServiceAsync.getTemplate ( long p1, AsyncCallback<GUIMessageTemplate> p2 )This abstract method is from 'MessageServiceAsync' interface.
MessageServiceAsync.loadTemplates ( String p1, String p2, AsyncCallback<GUIMessageTemplate[ ]> p3 )This abstract method is from 'MessageServiceAsync' interface.
[+] interface ReadingRequestService 6
| Change | Effect |
---|
1 |
Abstract method void askReadingConfirmation ( List<Long>, List<Long>, List<Long>, boolean, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method askReadingConfirmation ( List<Long>, List<Long>, List<Long>, boolean, String ) in ReadingRequestService. |
2 |
Abstract method void confirmReadings ( List<Long>, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method confirmReadings ( List<Long>, String ) in ReadingRequestService. |
3 |
Abstract method List<GUIReadingRequest> getUnconfimedReadings ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUnconfimedReadings ( ) in ReadingRequestService. |
4 |
Abstract method void askReadingConfirmation ( Long[ ], long[ ], long[ ], boolean, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method askReadingConfirmation ( Long[ ], long[ ], long[ ], boolean, String ) in interface ReadingRequestService. |
5 |
Abstract method void confirmReadings ( long[ ], String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method confirmReadings ( long[ ], String ) in interface ReadingRequestService. |
6 |
Abstract method GUIReadingRequest[ ] getUnconfimedReadings ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getUnconfimedReadings ( ) in interface ReadingRequestService. |
[+] affected methods: 2 (0.01%)
ReadingRequestService.delete ( long p1 )This abstract method is from 'ReadingRequestService' interface.
ReadingRequestService.notityReadingRequest ( long p1 )This abstract method is from 'ReadingRequestService' interface.
[+] interface ReadingRequestServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void askReadingConfirmation ( List<Long>, List<Long>, List<Long>, boolean, String, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method askReadingConfirmation ( List<Long>, List<Long>, List<Long>, boolean, String, AsyncCallback<Void> ) in ReadingRequestServiceAsync. |
2 |
Abstract method void confirmReadings ( List<Long>, String, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method confirmReadings ( List<Long>, String, AsyncCallback<Void> ) in ReadingRequestServiceAsync. |
3 |
Abstract method void askReadingConfirmation ( Long[ ], long[ ], long[ ], boolean, String, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method askReadingConfirmation ( Long[ ], long[ ], long[ ], boolean, String, AsyncCallback<Void> ) in interface ReadingRequestServiceAsync. |
4 |
Abstract method void confirmReadings ( long[ ], String, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method confirmReadings ( long[ ], String, AsyncCallback<Void> ) in interface ReadingRequestServiceAsync. |
[+] affected methods: 4 (0.02%)
ReadingRequestService.Instance.get ( )Return value of this method is of type 'ReadingRequestServiceAsync'.
ReadingRequestServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReadingRequestServiceAsync' interface.
ReadingRequestServiceAsync.getUnconfimedReadings ( AsyncCallback<GUIReadingRequest[ ]> p1 )This abstract method is from 'ReadingRequestServiceAsync' interface.
ReadingRequestServiceAsync.notityReadingRequest ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReadingRequestServiceAsync' interface.
[+] interface ReportService 6
| Change | Effect |
---|
1 |
Abstract method void execute ( long, List<GUIAttribute> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method execute ( long, List<GUIAttribute> ) in ReportService. |
2 |
Abstract method List<GUIAttribute> getReportParameters ( long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReportParameters ( long ) in ReportService. |
3 |
Abstract method List<GUIReport> getReports ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReports ( ) in ReportService. |
4 |
Abstract method void execute ( long, GUIAttribute[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method execute ( long, GUIAttribute[ ] ) in interface ReportService. |
5 |
Abstract method GUIAttribute[ ] getReportParameters ( long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getReportParameters ( long ) in interface ReportService. |
6 |
Abstract method GUIReport[ ] getReports ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getReports ( ) in interface ReportService. |
[+] affected methods: 6 (0.03%)
ReportService.changeStatus ( long p1, boolean p2 )This abstract method is from 'ReportService' interface.
ReportService.create ( GUIReport p1 )This abstract method is from 'ReportService' interface.
ReportService.delete ( long p1 )This abstract method is from 'ReportService' interface.
ReportService.getReport ( long p1, boolean p2 )This abstract method is from 'ReportService' interface.
ReportService.save ( GUIReport p1 )This abstract method is from 'ReportService' interface.
ReportService.storeUploadedDesign ( long p1 )This abstract method is from 'ReportService' interface.
[+] interface ReportServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void execute ( long, List<GUIAttribute>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method execute ( long, List<GUIAttribute>, AsyncCallback<Void> ) in ReportServiceAsync. |
2 |
Abstract method void execute ( long, GUIAttribute[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method execute ( long, GUIAttribute[ ], AsyncCallback<Void> ) in interface ReportServiceAsync. |
[+] affected methods: 9 (0.05%)
ReportService.Instance.get ( )Return value of this method is of type 'ReportServiceAsync'.
ReportServiceAsync.changeStatus ( long p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.create ( GUIReport p1, AsyncCallback<GUIReport> p2 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.getReport ( long p1, boolean p2, AsyncCallback<GUIReport> p3 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.getReportParameters ( long p1, AsyncCallback<GUIAttribute[ ]> p2 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.getReports ( AsyncCallback<GUIReport[ ]> p1 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.save ( GUIReport p1, AsyncCallback<GUIReport> p2 )This abstract method is from 'ReportServiceAsync' interface.
ReportServiceAsync.storeUploadedDesign ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ReportServiceAsync' interface.
[+] interface RetentionPoliciesService 2
| Change | Effect |
---|
1 |
Abstract method void reorder ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method reorder ( List<Long> ) in RetentionPoliciesService. |
2 |
Abstract method void reorder ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method reorder ( long[ ] ) in interface RetentionPoliciesService. |
[+] affected methods: 4 (0.02%)
RetentionPoliciesService.changeStatus ( long p1, boolean p2 )This abstract method is from 'RetentionPoliciesService' interface.
RetentionPoliciesService.delete ( long p1 )This abstract method is from 'RetentionPoliciesService' interface.
RetentionPoliciesService.getPolicy ( long p1 )This abstract method is from 'RetentionPoliciesService' interface.
RetentionPoliciesService.save ( GUIRetentionPolicy p1 )This abstract method is from 'RetentionPoliciesService' interface.
[+] interface RetentionPoliciesServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void reorder ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method reorder ( List<Long>, AsyncCallback<Void> ) in RetentionPoliciesServiceAsync. |
2 |
Abstract method void reorder ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method reorder ( long[ ], AsyncCallback<Void> ) in interface RetentionPoliciesServiceAsync. |
[+] affected methods: 5 (0.03%)
RetentionPoliciesService.Instance.get ( )Return value of this method is of type 'RetentionPoliciesServiceAsync'.
RetentionPoliciesServiceAsync.changeStatus ( long p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'RetentionPoliciesServiceAsync' interface.
RetentionPoliciesServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'RetentionPoliciesServiceAsync' interface.
RetentionPoliciesServiceAsync.getPolicy ( long p1, AsyncCallback<GUIRetentionPolicy> p2 )This abstract method is from 'RetentionPoliciesServiceAsync' interface.
RetentionPoliciesServiceAsync.save ( GUIRetentionPolicy p1, AsyncCallback<GUIRetentionPolicy> p2 )This abstract method is from 'RetentionPoliciesServiceAsync' interface.
[+] interface SchemeService 4
| Change | Effect |
---|
1 |
Abstract method List<GUIScheme> load ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method load ( ) in SchemeService. |
2 |
Abstract method List<GUISequence> loadSequences ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadSequences ( ) in SchemeService. |
3 |
Abstract method GUIScheme[ ] load ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method load ( ) in interface SchemeService. |
4 |
Abstract method GUISequence[ ] loadSequences ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadSequences ( ) in interface SchemeService. |
[+] affected methods: 5 (0.03%)
SchemeService.delete ( long p1, String p2 )This abstract method is from 'SchemeService' interface.
SchemeService.deleteSequence ( long p1 )This abstract method is from 'SchemeService' interface.
SchemeService.get ( long p1, String p2 )This abstract method is from 'SchemeService' interface.
SchemeService.resetSequence ( long p1, long p2 )This abstract method is from 'SchemeService' interface.
SchemeService.save ( GUIScheme p1 )This abstract method is from 'SchemeService' interface.
[+] interface SearchEngineService 6
| Change | Effect |
---|
1 |
Abstract method void remove ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method remove ( List<Long> ) in SearchEngineService. |
2 |
Abstract method void reorderTokenFilters ( List<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method reorderTokenFilters ( List<String> ) in SearchEngineService. |
3 |
Abstract method void saveTokenFilterSettings ( String, List<GUIParameter> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveTokenFilterSettings ( String, List<GUIParameter> ) in SearchEngineService. |
4 |
Abstract method void remove ( Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method remove ( Long[ ] ) in interface SearchEngineService. |
5 |
Abstract method void reorderTokenFilters ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method reorderTokenFilters ( String[ ] ) in interface SearchEngineService. |
6 |
Abstract method void saveTokenFilterSettings ( String, GUIParameter[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveTokenFilterSettings ( String, GUIParameter[ ] ) in interface SearchEngineService. |
[+] affected methods: 11 (0.1%)
SearchEngineService.check ( )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.countEntries ( )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.getInfo ( )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.purge ( )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.query ( String p1, int p2, int p3 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.rescheduleAll ( boolean p1 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.save ( GUISearchEngine p1 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.setAliases ( String p1, String p2 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.setLanguageStatus ( String p1, boolean p2 )This abstract method is from 'SearchEngineService' interface.
SearchEngineService.setTokenFilterStatus ( String p1, boolean p2 )This abstract method is from 'SearchEngineService' interface.
...
[+] interface SearchEngineServiceAsync 6
| Change | Effect |
---|
1 |
Abstract method void remove ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method remove ( List<Long>, AsyncCallback<Void> ) in SearchEngineServiceAsync. |
2 |
Abstract method void reorderTokenFilters ( List<String>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method reorderTokenFilters ( List<String>, AsyncCallback<Void> ) in SearchEngineServiceAsync. |
3 |
Abstract method void saveTokenFilterSettings ( String, List<GUIParameter>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveTokenFilterSettings ( String, List<GUIParameter>, AsyncCallback<Void> ) in SearchEngineServiceAsync. |
4 |
Abstract method void remove ( Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method remove ( Long[ ], AsyncCallback<Void> ) in interface SearchEngineServiceAsync. |
5 |
Abstract method void reorderTokenFilters ( String[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method reorderTokenFilters ( String[ ], AsyncCallback<Void> ) in interface SearchEngineServiceAsync. |
6 |
Abstract method void saveTokenFilterSettings ( String, GUIParameter[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveTokenFilterSettings ( String, GUIParameter[ ], AsyncCallback<Void> ) in interface SearchEngineServiceAsync. |
[+] affected methods: 12 (0.1%)
SearchEngineService.Instance.get ( )Return value of this method is of type 'SearchEngineServiceAsync'.
SearchEngineServiceAsync.check ( AsyncCallback<String> p1 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.countEntries ( AsyncCallback<Long> p1 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.getInfo ( AsyncCallback<GUISearchEngine> p1 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.purge ( AsyncCallback<Void> p1 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.query ( String p1, int p2, int p3, AsyncCallback<GUIResult> p4 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.rescheduleAll ( boolean p1, AsyncCallback<Void> p2 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.save ( GUISearchEngine p1, AsyncCallback<Void> p2 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.setAliases ( String p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'SearchEngineServiceAsync' interface.
SearchEngineServiceAsync.setLanguageStatus ( String p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'SearchEngineServiceAsync' interface.
...
[+] interface SearchService 4
| Change | Effect |
---|
1 |
Abstract method void delete ( List<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method delete ( List<String> ) in SearchService. |
2 |
Abstract method void shareSearch ( String, List<Long>, List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method shareSearch ( String, List<Long>, List<Long> ) in SearchService. |
3 |
Abstract method void delete ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method delete ( String[ ] ) in interface SearchService. |
4 |
Abstract method void shareSearch ( String, long[ ], long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method shareSearch ( String, long[ ], long[ ] ) in interface SearchService. |
[+] affected methods: 3 (0.02%)
SearchService.load ( String p1 )This abstract method is from 'SearchService' interface.
SearchService.save ( GUISearchOptions p1 )This abstract method is from 'SearchService' interface.
SearchService.search ( GUISearchOptions p1 )This abstract method is from 'SearchService' interface.
[+] interface SearchServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void delete ( List<String>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method delete ( List<String>, AsyncCallback<Void> ) in SearchServiceAsync. |
2 |
Abstract method void shareSearch ( String, List<Long>, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method shareSearch ( String, List<Long>, List<Long>, AsyncCallback<Void> ) in SearchServiceAsync. |
3 |
Abstract method void delete ( String[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method delete ( String[ ], AsyncCallback<Void> ) in interface SearchServiceAsync. |
4 |
Abstract method void shareSearch ( String, long[ ], long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method shareSearch ( String, long[ ], long[ ], AsyncCallback<Void> ) in interface SearchServiceAsync. |
[+] affected methods: 4 (0.02%)
SearchService.Instance.get ( )Return value of this method is of type 'SearchServiceAsync'.
SearchServiceAsync.load ( String p1, AsyncCallback<GUISearchOptions> p2 )This abstract method is from 'SearchServiceAsync' interface.
SearchServiceAsync.save ( GUISearchOptions p1, AsyncCallback<Boolean> p2 )This abstract method is from 'SearchServiceAsync' interface.
SearchServiceAsync.search ( GUISearchOptions p1, AsyncCallback<GUIResult> p2 )This abstract method is from 'SearchServiceAsync' interface.
[+] interface SettingService 20
| Change | Effect |
---|
1 |
Abstract method List<GUIParameter> loadConverterParameters ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadConverterParameters ( String ) in SettingService. |
2 |
Abstract method List<GUIParameter> loadGUISettings ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadGUISettings ( ) in SettingService. |
3 |
Abstract method List<GUIParameter> loadProtocolSettings ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadProtocolSettings ( ) in SettingService. |
4 |
Abstract method List<GUIParameter> loadSettings ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadSettings ( ) in SettingService. |
5 |
Abstract method List<GUIParameter> loadSettingsByNames ( List<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadSettingsByNames ( List<String> ) in SettingService. |
6 |
Abstract method List<GUIParameter> loadWebserviceStats ( Long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadWebserviceStats ( Long ) in SettingService. |
7 |
Abstract method List<String> removeStorage ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeStorage ( int ) in SettingService. |
8 |
Abstract method void saveFirewallSettings ( List<GUIParameter> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveFirewallSettings ( List<GUIParameter> ) in SettingService. |
9 |
Abstract method void saveSettings ( List<GUIParameter> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveSettings ( List<GUIParameter> ) in SettingService. |
10 |
Abstract method void saveStorageSettings ( List<GUIParameter> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveStorageSettings ( List<GUIParameter> ) in SettingService. |
11 |
Abstract method GUIParameter[ ] loadConverterParameters ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadConverterParameters ( String ) in interface SettingService. |
12 |
Abstract method GUIParameter[ ] loadGUISettings ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadGUISettings ( ) in interface SettingService. |
13 |
Abstract method GUIParameter[ ] loadProtocolSettings ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadProtocolSettings ( ) in interface SettingService. |
14 |
Abstract method GUIParameter[ ] loadSettings ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadSettings ( ) in interface SettingService. |
15 |
Abstract method GUIParameter[ ] loadSettingsByNames ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadSettingsByNames ( String[ ] ) in interface SettingService. |
16 |
Abstract method GUIParameter[ ] loadWebserviceStats ( Long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadWebserviceStats ( Long ) in interface SettingService. |
17 |
Abstract method String[ ] removeStorage ( int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeStorage ( int ) in interface SettingService. |
18 |
Abstract method void saveFirewallSettings ( GUIParameter[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveFirewallSettings ( GUIParameter[ ] ) in interface SettingService. |
19 |
Abstract method void saveSettings ( GUIParameter[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveSettings ( GUIParameter[ ] ) in interface SettingService. |
20 |
Abstract method void saveStorageSettings ( GUIParameter[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveStorageSettings ( GUIParameter[ ] ) in interface SettingService. |
[+] affected methods: 6 (0.03%)
SettingService.loadEmailSettings ( )This abstract method is from 'SettingService' interface.
SettingService.saveEmailSettings ( GUIEmailSettings p1 )This abstract method is from 'SettingService' interface.
SettingService.saveExtensionAliases ( String p1, String p2 )This abstract method is from 'SettingService' interface.
SettingService.saveRegistration ( String p1, String p2, String p3, String p4 )This abstract method is from 'SettingService' interface.
SettingService.testEmail ( String p1 )This abstract method is from 'SettingService' interface.
SettingService.testStorage ( int p1 )This abstract method is from 'SettingService' interface.
[+] interface SettingServiceAsync 8
| Change | Effect |
---|
1 |
Abstract method void loadSettingsByNames ( List<String>, AsyncCallback<List<GUIParameter>> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadSettingsByNames ( List<String>, AsyncCallback<List<GUIParameter>> ) in SettingServiceAsync. |
2 |
Abstract method void saveFirewallSettings ( List<GUIParameter>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveFirewallSettings ( List<GUIParameter>, AsyncCallback<Void> ) in SettingServiceAsync. |
3 |
Abstract method void saveSettings ( List<GUIParameter>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveSettings ( List<GUIParameter>, AsyncCallback<Void> ) in SettingServiceAsync. |
4 |
Abstract method void saveStorageSettings ( List<GUIParameter>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveStorageSettings ( List<GUIParameter>, AsyncCallback<Void> ) in SettingServiceAsync. |
5 |
Abstract method void loadSettingsByNames ( String[ ], AsyncCallback<GUIParameter[ ]> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadSettingsByNames ( String[ ], AsyncCallback<GUIParameter[ ]> ) in interface SettingServiceAsync. |
6 |
Abstract method void saveFirewallSettings ( GUIParameter[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveFirewallSettings ( GUIParameter[ ], AsyncCallback<Void> ) in interface SettingServiceAsync. |
7 |
Abstract method void saveSettings ( GUIParameter[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveSettings ( GUIParameter[ ], AsyncCallback<Void> ) in interface SettingServiceAsync. |
8 |
Abstract method void saveStorageSettings ( GUIParameter[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method saveStorageSettings ( GUIParameter[ ], AsyncCallback<Void> ) in interface SettingServiceAsync. |
[+] affected methods: 13 (0.1%)
SettingService.Instance.get ( )Return value of this method is of type 'SettingServiceAsync'.
SettingServiceAsync.loadConverterParameters ( String p1, AsyncCallback<GUIParameter[ ]> p2 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadEmailSettings ( AsyncCallback<GUIEmailSettings> p1 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadGUISettings ( AsyncCallback<GUIParameter[ ]> p1 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadProtocolSettings ( AsyncCallback<GUIParameter[ ]> p1 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadSettings ( AsyncCallback<GUIParameter[ ]> p1 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.loadWebserviceStats ( Long p1, AsyncCallback<GUIParameter[ ]> p2 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.removeStorage ( int p1, AsyncCallback<String[ ]> p2 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.saveEmailSettings ( GUIEmailSettings p1, AsyncCallback<Void> p2 )This abstract method is from 'SettingServiceAsync' interface.
SettingServiceAsync.saveExtensionAliases ( String p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'SettingServiceAsync' interface.
...
[+] interface ShareFileService 6
| Change | Effect |
---|
1 |
Abstract method boolean exportDocuments ( String, List<Long>, List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method exportDocuments ( String, List<Long>, List<Long> ) in ShareFileService. |
2 |
Abstract method int importDocuments ( long, List<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method importDocuments ( long, List<String> ) in ShareFileService. |
3 |
Abstract method List<String> loadSettings ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadSettings ( ) in ShareFileService. |
4 |
Abstract method boolean exportDocuments ( String, Long[ ], Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method exportDocuments ( String, Long[ ], Long[ ] ) in interface ShareFileService. |
5 |
Abstract method int importDocuments ( long, String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method importDocuments ( long, String[ ] ) in interface ShareFileService. |
6 |
Abstract method String[ ] loadSettings ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadSettings ( ) in interface ShareFileService. |
[+] affected methods: 2 (0.01%)
ShareFileService.authorize ( String p1, String p2 )This abstract method is from 'ShareFileService' interface.
ShareFileService.isAuthorized ( )This abstract method is from 'ShareFileService' interface.
[+] interface ShareFileServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void exportDocuments ( String, List<Long>, List<Long>, AsyncCallback<Boolean> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method exportDocuments ( String, List<Long>, List<Long>, AsyncCallback<Boolean> ) in ShareFileServiceAsync. |
2 |
Abstract method void importDocuments ( long, List<String>, AsyncCallback<Integer> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method importDocuments ( long, List<String>, AsyncCallback<Integer> ) in ShareFileServiceAsync. |
3 |
Abstract method void exportDocuments ( String, Long[ ], Long[ ], AsyncCallback<Boolean> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method exportDocuments ( String, Long[ ], Long[ ], AsyncCallback<Boolean> ) in interface ShareFileServiceAsync. |
4 |
Abstract method void importDocuments ( long, String[ ], AsyncCallback<Integer> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method importDocuments ( long, String[ ], AsyncCallback<Integer> ) in interface ShareFileServiceAsync. |
[+] affected methods: 4 (0.02%)
ShareFileService.Instance.get ( )Return value of this method is of type 'ShareFileServiceAsync'.
ShareFileServiceAsync.authorize ( String p1, String p2, AsyncCallback<String> p3 )This abstract method is from 'ShareFileServiceAsync' interface.
ShareFileServiceAsync.isAuthorized ( AsyncCallback<Boolean> p1 )This abstract method is from 'ShareFileServiceAsync' interface.
ShareFileServiceAsync.loadSettings ( AsyncCallback<String[ ]> p1 )This abstract method is from 'ShareFileServiceAsync' interface.
[+] interface SignService 2
| Change | Effect |
---|
1 |
Abstract method void signDocuments ( List<Long>, String, int, String, String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method signDocuments ( List<Long>, String, int, String, String, String ) in SignService. |
2 |
Abstract method void signDocuments ( Long[ ], String, int, String, String, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method signDocuments ( Long[ ], String, int, String, String, String ) in interface SignService. |
[+] affected methods: 10 (0.1%)
SignService.deleteCertificate ( )This abstract method is from 'SignService' interface.
SignService.deleteKeystore ( long p1 )This abstract method is from 'SignService' interface.
SignService.generateNewCertificate ( )This abstract method is from 'SignService' interface.
SignService.generateNewKeystore ( GUIKeystore p1 )This abstract method is from 'SignService' interface.
SignService.getUploadedContent ( )This abstract method is from 'SignService' interface.
SignService.imporKeystore ( GUIKeystore p1 )This abstract method is from 'SignService' interface.
SignService.importCertificate ( String p1, String p2 )This abstract method is from 'SignService' interface.
SignService.isVisualSignatureEnabled ( )This abstract method is from 'SignService' interface.
SignService.loadKeystore ( long p1 )This abstract method is from 'SignService' interface.
SignService.saveKeystore ( GUIKeystore p1 )This abstract method is from 'SignService' interface.
[+] interface SignServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void signDocuments ( List<Long>, String, int, String, String, String, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method signDocuments ( List<Long>, String, int, String, String, String, AsyncCallback<Void> ) in SignServiceAsync. |
2 |
Abstract method void signDocuments ( Long[ ], String, int, String, String, String, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method signDocuments ( Long[ ], String, int, String, String, String, AsyncCallback<Void> ) in interface SignServiceAsync. |
[+] affected methods: 11 (0.1%)
SignService.Instance.get ( )Return value of this method is of type 'SignServiceAsync'.
SignServiceAsync.deleteCertificate ( AsyncCallback<Void> p1 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.deleteKeystore ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.generateNewCertificate ( AsyncCallback<Void> p1 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.generateNewKeystore ( GUIKeystore p1, AsyncCallback<Void> p2 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.getUploadedContent ( AsyncCallback<String> p1 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.imporKeystore ( GUIKeystore p1, AsyncCallback<Void> p2 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.importCertificate ( String p1, String p2, AsyncCallback<Void> p3 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.isVisualSignatureEnabled ( AsyncCallback<Boolean> p1 )This abstract method is from 'SignServiceAsync' interface.
SignServiceAsync.loadKeystore ( long p1, AsyncCallback<GUIKeystore> p2 )This abstract method is from 'SignServiceAsync' interface.
...
[+] interface StampService 4
| Change | Effect |
---|
1 |
Abstract method void applyStamp ( List<Long>, GUIStamp ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method applyStamp ( List<Long>, GUIStamp ) in StampService. |
2 |
Abstract method void addUsers ( long[ ], long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addUsers ( long[ ], long ) in interface StampService. |
3 |
Abstract method void applyStamp ( Long[ ], GUIStamp ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method applyStamp ( Long[ ], GUIStamp ) in interface StampService. |
4 |
Abstract method void removeUsers ( long[ ], long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeUsers ( long[ ], long ) in interface StampService. |
[+] affected methods: 7 (0.04%)
StampService.changeStatus ( long p1, boolean p2 )This abstract method is from 'StampService' interface.
StampService.delete ( long p1 )This abstract method is from 'StampService' interface.
StampService.getSignature ( )This abstract method is from 'StampService' interface.
StampService.getStamp ( long p1 )This abstract method is from 'StampService' interface.
StampService.getStamp ( String p1 )This abstract method is from 'StampService' interface.
StampService.save ( GUIStamp p1 )This abstract method is from 'StampService' interface.
StampService.saveImage ( long p1 )This abstract method is from 'StampService' interface.
[+] interface StampServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void applyStamp ( List<Long>, GUIStamp, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method applyStamp ( List<Long>, GUIStamp, AsyncCallback<Void> ) in StampServiceAsync. |
2 |
Abstract method void addUsers ( long[ ], long, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addUsers ( long[ ], long, AsyncCallback<Void> ) in interface StampServiceAsync. |
3 |
Abstract method void applyStamp ( Long[ ], GUIStamp, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method applyStamp ( Long[ ], GUIStamp, AsyncCallback<Void> ) in interface StampServiceAsync. |
4 |
Abstract method void removeUsers ( long[ ], long, AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeUsers ( long[ ], long, AsyncCallback<Void> ) in interface StampServiceAsync. |
[+] affected methods: 8 (0.04%)
StampService.Instance.get ( )Return value of this method is of type 'StampServiceAsync'.
StampServiceAsync.changeStatus ( long p1, boolean p2, AsyncCallback<Void> p3 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.getSignature ( AsyncCallback<GUIStamp> p1 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.getStamp ( long p1, AsyncCallback<GUIStamp> p2 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.getStamp ( String p1, AsyncCallback<GUIStamp> p2 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.save ( GUIStamp p1, AsyncCallback<GUIStamp> p2 )This abstract method is from 'StampServiceAsync' interface.
StampServiceAsync.saveImage ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'StampServiceAsync' interface.
[+] interface SystemService 12
| Change | Effect |
---|
1 |
Abstract method List<GUIValue> getPlugins ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPlugins ( ) in SystemService. |
2 |
Abstract method List<List<GUIParameter>> getStatistics ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStatistics ( String ) in SystemService. |
3 |
Abstract method List<GUITask> loadTasks ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadTasks ( String ) in SystemService. |
4 |
Abstract method List<GUIHistory> search ( Long, Date, Date, int, String, List<String>, Long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method search ( Long, Date, Date, int, String, List<String>, Long ) in SystemService. |
5 |
Abstract method List<GUIHistory> searchApiCalls ( Long, Date, Date, String, String, String, int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method searchApiCalls ( Long, Date, Date, String, String, String, int ) in SystemService. |
6 |
Abstract method void unscheduleJobs ( List<GUIValue> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unscheduleJobs ( List<GUIValue> ) in SystemService. |
7 |
Abstract method GUIValue[ ] getPlugins ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPlugins ( ) in interface SystemService. |
8 |
Abstract method GUIParameter[ ][ ] getStatistics ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStatistics ( String ) in interface SystemService. |
9 |
Abstract method GUITask[ ] loadTasks ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadTasks ( String ) in interface SystemService. |
10 |
Abstract method GUIHistory[ ] search ( Long, Date, Date, int, String, String[ ], Long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method search ( Long, Date, Date, int, String, String[ ], Long ) in interface SystemService. |
11 |
Abstract method GUIHistory[ ] searchApiCalls ( Long, Date, Date, String, String, String, int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method searchApiCalls ( Long, Date, Date, String, String, String, int ) in interface SystemService. |
12 |
Abstract method void unscheduleJobs ( GUIValue[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method unscheduleJobs ( GUIValue[ ] ) in interface SystemService. |
[+] affected methods: 12 (0.1%)
SystemService.confirmUpdate ( )This abstract method is from 'SystemService' interface.
SystemService.disableTask ( String p1 )This abstract method is from 'SystemService' interface.
SystemService.enableTask ( String p1 )This abstract method is from 'SystemService' interface.
SystemService.getTaskByName ( String p1, String p2 )This abstract method is from 'SystemService' interface.
SystemService.initializePlugin ( String p1 )This abstract method is from 'SystemService' interface.
SystemService.installPlugin ( )This abstract method is from 'SystemService' interface.
SystemService.restart ( )This abstract method is from 'SystemService' interface.
SystemService.saveTask ( GUITask p1, String p2 )This abstract method is from 'SystemService' interface.
SystemService.setGUILanguageStatus ( String p1, boolean p2 )This abstract method is from 'SystemService' interface.
SystemService.startTask ( String p1 )This abstract method is from 'SystemService' interface.
...
[+] interface SystemServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void search ( Long, Date, Date, int, String, List<String>, Long, AsyncCallback<List<GUIHistory>> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method search ( Long, Date, Date, int, String, List<String>, Long, AsyncCallback<List<GUIHistory>> ) in SystemServiceAsync. |
2 |
Abstract method void unscheduleJobs ( List<GUIValue>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unscheduleJobs ( List<GUIValue>, AsyncCallback<Void> ) in SystemServiceAsync. |
3 |
Abstract method void search ( Long, Date, Date, int, String, String[ ], Long, AsyncCallback<GUIHistory[ ]> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method search ( Long, Date, Date, int, String, String[ ], Long, AsyncCallback<GUIHistory[ ]> ) in interface SystemServiceAsync. |
4 |
Abstract method void unscheduleJobs ( GUIValue[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method unscheduleJobs ( GUIValue[ ], AsyncCallback<Void> ) in interface SystemServiceAsync. |
[+] affected methods: 17 (0.1%)
SystemService.Instance.get ( )Return value of this method is of type 'SystemServiceAsync'.
SystemServiceAsync.confirmUpdate ( AsyncCallback<Void> p1 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.disableTask ( String p1, AsyncCallback<Boolean> p2 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.enableTask ( String p1, AsyncCallback<Boolean> p2 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.getPlugins ( AsyncCallback<GUIValue[ ]> p1 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.getStatistics ( String p1, AsyncCallback<GUIParameter[ ][ ]> p2 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.getTaskByName ( String p1, String p2, AsyncCallback<GUITask> p3 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.initializePlugin ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.installPlugin ( AsyncCallback<Void> p1 )This abstract method is from 'SystemServiceAsync' interface.
SystemServiceAsync.loadTasks ( String p1, AsyncCallback<GUITask[ ]> p2 )This abstract method is from 'SystemServiceAsync' interface.
...
[+] interface TagService 4
| Change | Effect |
---|
1 |
Abstract method List<GUIParameter> getSettings ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSettings ( ) in TagService. |
2 |
Abstract method List<GUITag> getTagCloud ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTagCloud ( ) in TagService. |
3 |
Abstract method GUIParameter[ ] getSettings ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSettings ( ) in interface TagService. |
4 |
Abstract method GUITag[ ] getTagCloud ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getTagCloud ( ) in interface TagService. |
[+] affected methods: 4 (0.02%)
TagService.addTag ( String p1 )This abstract method is from 'TagService' interface.
TagService.delete ( String p1 )This abstract method is from 'TagService' interface.
TagService.removeTag ( String p1 )This abstract method is from 'TagService' interface.
TagService.rename ( String p1, String p2 )This abstract method is from 'TagService' interface.
[+] interface TemplateService 2
| Change | Effect |
---|
1 |
Abstract method List<GUIAttribute> getAttributes ( long, GUIExtensibleObject ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAttributes ( long, GUIExtensibleObject ) in TemplateService. |
2 |
Abstract method GUIAttribute[ ] getAttributes ( long, GUIExtensibleObject ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getAttributes ( long, GUIExtensibleObject ) in interface TemplateService. |
[+] affected methods: 5 (0.03%)
TemplateService.clone ( long p1, String p2 )This abstract method is from 'TemplateService' interface.
TemplateService.countDocuments ( long p1 )This abstract method is from 'TemplateService' interface.
TemplateService.delete ( long p1 )This abstract method is from 'TemplateService' interface.
TemplateService.getTemplate ( long p1 )This abstract method is from 'TemplateService' interface.
TemplateService.save ( GUITemplate p1 )This abstract method is from 'TemplateService' interface.
[+] interface TwoFactorsAuthenticationService 2
| Change | Effect |
---|
1 |
Abstract method List<String> generateGoogleAuthorizationCredentials ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method generateGoogleAuthorizationCredentials ( String ) in TwoFactorsAuthenticationService. |
2 |
Abstract method String[ ] generateGoogleAuthorizationCredentials ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method generateGoogleAuthorizationCredentials ( String ) in interface TwoFactorsAuthenticationService. |
[+] affected methods: 2 (0.01%)
TwoFactorsAuthenticationService.changeTwoFactorsAuthentication ( long p1, String p2, String p3, String p4, boolean p5 )This abstract method is from 'TwoFactorsAuthenticationService' interface.
TwoFactorsAuthenticationService.generateYubiKeyCredentials ( String p1 )This abstract method is from 'TwoFactorsAuthenticationService' interface.
[+] interface UpdateService 10
| Change | Effect |
---|
1 |
Abstract method List<Integer> checkDownloadStatus ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkDownloadStatus ( ) in UpdateService. |
2 |
Abstract method List<GUIPatch> checkPatch ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkPatch ( ) in UpdateService. |
3 |
Abstract method List<GUIParameter> checkUpdate ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkUpdate ( ) in UpdateService. |
4 |
Abstract method List<String> getPatchNotes ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPatchNotes ( String ) in UpdateService. |
5 |
Abstract method List<String> getUpdateNotes ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUpdateNotes ( String ) in UpdateService. |
6 |
Abstract method int[ ] checkDownloadStatus ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method checkDownloadStatus ( ) in interface UpdateService. |
7 |
Abstract method GUIPatch[ ] checkPatch ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method checkPatch ( ) in interface UpdateService. |
8 |
Abstract method GUIParameter[ ] checkUpdate ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method checkUpdate ( ) in interface UpdateService. |
9 |
Abstract method String[ ] getPatchNotes ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPatchNotes ( String ) in interface UpdateService. |
10 |
Abstract method String[ ] getUpdateNotes ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getUpdateNotes ( String ) in interface UpdateService. |
[+] affected methods: 6 (0.03%)
UpdateService.confirmPatch ( String p1 )This abstract method is from 'UpdateService' interface.
UpdateService.confirmUpdate ( String p1 )This abstract method is from 'UpdateService' interface.
UpdateService.downloadPatch ( String p1, String p2, long p3 )This abstract method is from 'UpdateService' interface.
UpdateService.downloadUpdate ( String p1, String p2, long p3 )This abstract method is from 'UpdateService' interface.
UpdateService.loadPatch ( )This abstract method is from 'UpdateService' interface.
UpdateService.loadUpdate ( )This abstract method is from 'UpdateService' interface.
[+] interface WorkflowService 9
| Change | Effect |
---|
1 |
Abstract method void appendDocuments ( String, List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method appendDocuments ( String, List<Long> ) in WorkflowService. |
2 |
Abstract method void deleteInstances ( List<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteInstances ( List<String> ) in WorkflowService. |
3 |
Abstract method List<GUIWorkflow> list ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method list ( ) in WorkflowService. |
4 |
Abstract method void saveACL ( GUIWorkflow ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveACL ( GUIWorkflow ) in WorkflowService. |
5 |
Abstract method void startWorkflow ( String, String, String, String, List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method startWorkflow ( String, String, String, String, List<Long> ) in WorkflowService. |
6 |
Abstract method void appendDocuments ( String, Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method appendDocuments ( String, Long[ ] ) in interface WorkflowService. |
7 |
Abstract method void deleteInstances ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteInstances ( String[ ] ) in interface WorkflowService. |
8 |
Abstract method GUIWorkflow[ ] list ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method list ( ) in interface WorkflowService. |
9 |
Abstract method void startWorkflow ( String, String, String, String, Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method startWorkflow ( String, String, String, String, Long[ ] ) in interface WorkflowService. |
[+] affected methods: 20 (0.1%)
WorkflowService.addNote ( String p1, String p2 )This abstract method is from 'WorkflowService' interface.
WorkflowService.applyTriggersToTree ( long p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.claimTask ( String p1, String p2 )This abstract method is from 'WorkflowService' interface.
WorkflowService.countAssignedTasks ( String p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.delete ( String p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.deleteInstance ( String p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.deleteNote ( long p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.deleteTrigger ( long p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.deploy ( GUIWorkflow p1 )This abstract method is from 'WorkflowService' interface.
WorkflowService.endTask ( String p1, String p2 )This abstract method is from 'WorkflowService' interface.
...
[+] interface WorkflowServiceAsync 7
| Change | Effect |
---|
1 |
Abstract method void appendDocuments ( String, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method appendDocuments ( String, List<Long>, AsyncCallback<Void> ) in WorkflowServiceAsync. |
2 |
Abstract method void startWorkflow ( String, String, String, String, List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method startWorkflow ( String, String, String, String, List<Long>, AsyncCallback<Void> ) in WorkflowServiceAsync. |
3 |
Abstract method void deleteInstances ( List<String>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteInstances ( List<String>, AsyncCallback<Void> ) in WorkflowServiceAsync. |
4 |
Abstract method void saveACL ( GUIWorkflow, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveACL ( GUIWorkflow, AsyncCallback<Void> ) in WorkflowServiceAsync. |
5 |
Abstract method void appendDocuments ( String, Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method appendDocuments ( String, Long[ ], AsyncCallback<Void> ) in interface WorkflowServiceAsync. |
6 |
Abstract method void deleteInstances ( String[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deleteInstances ( String[ ], AsyncCallback<Void> ) in interface WorkflowServiceAsync. |
7 |
Abstract method void startWorkflow ( String, String, String, String, Long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method startWorkflow ( String, String, String, String, Long[ ], AsyncCallback<Void> ) in interface WorkflowServiceAsync. |
[+] affected methods: 22 (0.1%)
WorkflowService.Instance.get ( )Return value of this method is of type 'WorkflowServiceAsync'.
WorkflowServiceAsync.addNote ( String p1, String p2, AsyncCallback<Long> p3 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.applyTriggersToTree ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.claimTask ( String p1, String p2, AsyncCallback<GUIWorkflow> p3 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.countAssignedTasks ( String p1, AsyncCallback<Integer> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.delete ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deleteInstance ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deleteNote ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deleteTrigger ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
WorkflowServiceAsync.deploy ( GUIWorkflow p1, AsyncCallback<GUIWorkflow> p2 )This abstract method is from 'WorkflowServiceAsync' interface.
...
[+] interface ZohoService 6
| Change | Effect |
---|
1 |
Abstract method boolean exportDocuments ( String, List<Long>, List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method exportDocuments ( String, List<Long>, List<Long> ) in ZohoService. |
2 |
Abstract method int importDocuments ( long, List<String>, List<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method importDocuments ( long, List<String>, List<String> ) in ZohoService. |
3 |
Abstract method List<String> loadSettings ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadSettings ( ) in ZohoService. |
4 |
Abstract method boolean exportDocuments ( String, long[ ], Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method exportDocuments ( String, long[ ], Long[ ] ) in interface ZohoService. |
5 |
Abstract method int importDocuments ( long, String[ ], String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method importDocuments ( long, String[ ], String[ ] ) in interface ZohoService. |
6 |
Abstract method String[ ] loadSettings ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadSettings ( ) in interface ZohoService. |
[+] affected methods: 4 (0.02%)
ZohoService.checkin ( long p1, String p2, boolean p3 )This abstract method is from 'ZohoService' interface.
ZohoService.delete ( String p1 )This abstract method is from 'ZohoService' interface.
ZohoService.saveSettings ( String p1, String p2 )This abstract method is from 'ZohoService' interface.
ZohoService.upload ( long p1 )This abstract method is from 'ZohoService' interface.
[+] interface ZohoServiceAsync 4
| Change | Effect |
---|
1 |
Abstract method void exportDocuments ( String, List<Long>, List<Long>, AsyncCallback<Boolean> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method exportDocuments ( String, List<Long>, List<Long>, AsyncCallback<Boolean> ) in ZohoServiceAsync. |
2 |
Abstract method void importDocuments ( long, List<String>, List<String>, AsyncCallback<Integer> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method importDocuments ( long, List<String>, List<String>, AsyncCallback<Integer> ) in ZohoServiceAsync. |
3 |
Abstract method void exportDocuments ( String, long[ ], Long[ ], AsyncCallback<Boolean> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method exportDocuments ( String, long[ ], Long[ ], AsyncCallback<Boolean> ) in interface ZohoServiceAsync. |
4 |
Abstract method void importDocuments ( long, String[ ], String[ ], AsyncCallback<Integer> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method importDocuments ( long, String[ ], String[ ], AsyncCallback<Integer> ) in interface ZohoServiceAsync. |
[+] affected methods: 6 (0.03%)
ZohoService.Instance.get ( )Return value of this method is of type 'ZohoServiceAsync'.
ZohoServiceAsync.checkin ( long p1, String p2, boolean p3, AsyncCallback<GUIDocument> p4 )This abstract method is from 'ZohoServiceAsync' interface.
ZohoServiceAsync.delete ( String p1, AsyncCallback<Void> p2 )This abstract method is from 'ZohoServiceAsync' interface.
ZohoServiceAsync.loadSettings ( AsyncCallback<String[ ]> p1 )This abstract method is from 'ZohoServiceAsync' interface.
ZohoServiceAsync.saveSettings ( String p1, String p2, AsyncCallback<String> p3 )This abstract method is from 'ZohoServiceAsync' interface.
ZohoServiceAsync.upload ( long p1, AsyncCallback<String> p2 )This abstract method is from 'ZohoServiceAsync' interface.
[+] interface ZonalOCRService 2
| Change | Effect |
---|
1 |
Abstract method void markUnprocessable ( List<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method markUnprocessable ( List<Long> ) in ZonalOCRService. |
2 |
Abstract method void markUnprocessable ( long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method markUnprocessable ( long[ ] ) in interface ZonalOCRService. |
[+] affected methods: 6 (0.03%)
ZonalOCRService.delete ( long p1 )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.getTemplate ( long p1 )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.process ( long p1 )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.rescheduleAll ( )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.save ( GUIOCRTemplate p1 )This abstract method is from 'ZonalOCRService' interface.
ZonalOCRService.updateZone ( GUIZone p1 )This abstract method is from 'ZonalOCRService' interface.
[+] interface ZonalOCRServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void markUnprocessable ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method markUnprocessable ( List<Long>, AsyncCallback<Void> ) in ZonalOCRServiceAsync. |
2 |
Abstract method void markUnprocessable ( long[ ], AsyncCallback<Void> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method markUnprocessable ( long[ ], AsyncCallback<Void> ) in interface ZonalOCRServiceAsync. |
[+] affected methods: 7 (0.04%)
ZonalOCRService.Instance.get ( )Return value of this method is of type 'ZonalOCRServiceAsync'.
ZonalOCRServiceAsync.delete ( long p1, AsyncCallback<Void> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.getTemplate ( long p1, AsyncCallback<GUIOCRTemplate> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.process ( long p1, AsyncCallback<GUIDocument> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.rescheduleAll ( AsyncCallback<Void> p1 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.save ( GUIOCRTemplate p1, AsyncCallback<GUIOCRTemplate> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
ZonalOCRServiceAsync.updateZone ( GUIZone p1, AsyncCallback<GUIZone> p2 )This abstract method is from 'ZonalOCRServiceAsync' interface.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.workflow.designer
[+] class StatusDialog 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class StatusDialog. |
[+] affected methods: 1 (0.01%)
StatusDialog.StatusDialog ( StateWidget widget )This constructor is from 'StatusDialog' class.
logicaldoc-impex-8.9.0-plugin.jar
package com.logicaldoc.impex.dao
[+] interface ArchiveDAO 2
| Change | Effect |
---|
1 |
Abstract method boolean removeVersions ( long, Set<Long> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeVersions ( long, Set<Long> ) in ArchiveDAO. |
2 |
Abstract method boolean removeVersions ( long, Long[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeVersions ( long, Long[ ] ) in interface ArchiveDAO. |
[+] affected methods: 17 (0.1%)
com.logicaldoc.impex.ArchiveBuilder.getArchiveDao ( )Return value of this method is of type 'ArchiveDAO'.
com.logicaldoc.impex.ArchiveBuilder.setArchiveDao ( ArchiveDAO archiveDao )1st parameter 'archiveDao' of this method is of type 'ArchiveDAO'.
com.logicaldoc.impex.ArchiveImporter.getArchiveDao ( )Return value of this method is of type 'ArchiveDAO'.
com.logicaldoc.impex.ArchiveImporter.setArchiveDao ( ArchiveDAO archiveDao )1st parameter 'archiveDao' of this method is of type 'ArchiveDAO'.
com.logicaldoc.impex.ArchiveManager.setArchiveDao ( ArchiveDAO archiveDao )1st parameter 'archiveDao' of this method is of type 'ArchiveDAO'.
ArchiveDAO.findArchivedIds ( long p1 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByMode ( int p1, Long p2 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByModeAndName ( int p1, String p2, Long p3 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByModeAndStatus ( int p1, int p2, Long p3 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByModeAndStatusAndType ( int p1, int p2, int p3, Long p4 )This abstract method is from 'ArchiveDAO' interface.
...
logicaldoc-importfolder-8.9.0-plugin.jar
package com.logicaldoc.importfolder
[+] class CrawlerHelper 5
| Change | Effect |
---|
1 |
Abstract method void checkinFile ( Object, long, User ) has been added to this class. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkinFile ( Object, long, User ) in CrawlerHelper. |
2 |
Abstract method Document importFile ( Object, Folder, User, boolean ) has been added to this class. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method importFile ( Object, Folder, User, boolean ) in CrawlerHelper. |
3 |
Type of field documentDao has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.logicaldoc.core.document.dao.DocumentDAO, required: com.logicaldoc.core.document.DocumentDAO. |
4 |
Abstract method void checkinFile ( Object, long, User ) has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find method checkinFile ( Object, long, User ) in class CrawlerHelper. |
5 |
Abstract method Document importFile ( Object, Folder, User, boolean ) has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find method importFile ( Object, Folder, User, boolean ) in class CrawlerHelper. |
[+] affected methods: 14 (0.1%)
CrawlerHelper.CrawlerHelper ( ImportFolder importFolder, ImportFolderCrawler crawler )This constructor is from 'CrawlerHelper' abstract class.
CrawlerHelper.deleteFile ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getContentFile ( String p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getCreationDate ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getFile ( String p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getInstance ( ImportFolder importFolder, ImportFolderCrawler crawler )This method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getLastModified ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getName ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.getPath ( Object p1 )This abstract method is from 'CrawlerHelper' abstract class.
CrawlerHelper.importDocumentsCount ( )This abstract method is from 'CrawlerHelper' abstract class.
...
logicaldoc-stamp-8.9.0-plugin.jar
package com.logicaldoc.stamp
[+] class StampManager 1
| Change | Effect |
---|
1 |
Type of field docDao has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.logicaldoc.core.document.dao.DocumentDAO, required: com.logicaldoc.core.document.DocumentDAO. |
[+] affected methods: 16 (0.1%)
StampManager.StampManager ( )This constructor is from 'StampManager' class.
StampManager.applyStamp ( long docId, Stamp stamp, DocumentHistory transaction )This method is from 'StampManager' class.
StampManager.delete ( long stampId )This method is from 'StampManager' class.
StampManager.getConverterManager ( )This method is from 'StampManager' class.
StampManager.getManager ( )This method is from 'StampManager' class.
StampManager.getStampBytes ( long stampId )This method is from 'StampManager' class.
StampManager.getStampDao ( )This method is from 'StampManager' class.
StampManager.getStampsFolder ( )This method is from 'StampManager' class.
StampManager.getStorer ( )This method is from 'StampManager' class.
StampManager.printPdf ( File src, File dst )This method is from 'StampManager' class.
...
[+] class StampUsersDataServlet 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class StampUsersDataServlet. |
[+] affected methods: 2 (0.01%)
StampUsersDataServlet.StampUsersDataServlet ( )This constructor is from 'StampUsersDataServlet' class.
StampUsersDataServlet.service ( HttpServletRequest request, HttpServletResponse response )This method is from 'StampUsersDataServlet' class.
[+] interface StampDAO 2
| Change | Effect |
---|
1 |
Abstract method boolean isReadEnable ( long, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isReadEnable ( long, long ) in StampDAO. |
2 |
Abstract method boolean isWriteEnable ( long, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isWriteEnable ( long, long ) in StampDAO. |
[+] affected methods: 19 (0.1%)
StampDAO.findByName ( String p1, long p2 )This abstract method is from 'StampDAO' interface.
StampDAO.findByNameAndUser ( String p1, long p2 )This abstract method is from 'StampDAO' interface.
StampDAO.findByUser ( long p1, boolean p2 )This abstract method is from 'StampDAO' interface.
StampManager.StampManager ( )Field 'this.stampDao' in the object of this method is of type 'StampDAO'.
StampManager.applyStamp ( long docId, Stamp stamp, DocumentHistory transaction )Field 'this.stampDao' in the object of this method is of type 'StampDAO'.
StampManager.delete ( long stampId )Field 'this.stampDao' in the object of this method is of type 'StampDAO'.
StampManager.getConverterManager ( )Field 'this.stampDao' in the object of this method is of type 'StampDAO'.
StampManager.getManager ( )Field 'this.stampDao' in the object of this method is of type 'StampDAO'.
StampManager.getStampBytes ( long stampId )Field 'this.stampDao' in the object of this method is of type 'StampDAO'.
StampManager.getStampDao ( )Return value of this method is of type 'StampDAO'.
...
logicaldoc-util-8.9.0.jar
package com.logicaldoc.util
[+] class SystemUtil 1
| Change | Effect |
---|
1 |
Field SUN_JAVA_COMMAND of type java.lang.String with the compile-time constant value "sun.java.command" has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable SUN_JAVA_COMMAND in SystemUtil. |
[+] affected methods: 10 (0.1%)
SystemUtil.SystemUtil ( )This constructor is from 'SystemUtil' class.
SystemUtil.getOS ( )This method is from 'SystemUtil' class.
SystemUtil.isMac ( )This method is from 'SystemUtil' class.
SystemUtil.isSolaris ( )This method is from 'SystemUtil' class.
SystemUtil.isUnix ( )This method is from 'SystemUtil' class.
SystemUtil.isWindows ( )This method is from 'SystemUtil' class.
SystemUtil.printEnvironment ( )This method is from 'SystemUtil' class.
SystemUtil.printJavaEnvironment ( )This method is from 'SystemUtil' class.
SystemUtil.printStackTrace ( )This method is from 'SystemUtil' class.
SystemUtil.printSystemEnvironment ( )This method is from 'SystemUtil' class.
logicaldoc-util-8.9.0.jar
package com.logicaldoc.util.io
[+] class NetUtil 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NetUtil. |
[+] affected methods: 1 (0.01%)
NetUtil.available ( int port )This method is from 'NetUtil' class.
logicaldoc-webcontent-8.9.0-plugin.jar
package com.logicaldoc.webcontent
[+] class FileManager 1
| Change | Effect |
---|
1 |
Type of field documentDAO has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.logicaldoc.core.document.dao.DocumentDAO, required: com.logicaldoc.core.document.DocumentDAO. |
[+] affected methods: 18 (0.1%)
FileManager.FileManager ( HttpServletRequest request )This constructor is from 'FileManager' class.
FileManager.add ( )This method is from 'FileManager' class.
FileManager.addFolder ( )This method is from 'FileManager' class.
FileManager.contains ( String where, String what )This method is from 'FileManager' class.
FileManager.delete ( )This method is from 'FileManager' class.
FileManager.download ( HttpServletRequest request, HttpServletResponse response, String suffix )This method is from 'FileManager' class.
FileManager.error ( String msg )This method is from 'FileManager' class.
FileManager.getDocumentRoot ( )This method is from 'FileManager' class.
FileManager.getError ( )This method is from 'FileManager' class.
FileManager.getFolder ( )This method is from 'FileManager' class.
...
logicaldoc-webservice-8.9.0-plugin.jar
package com.logicaldoc.webservice.model
[+] class WSRight 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class WSRight. |
[+] affected methods: 6 (0.03%)
WSRight.WSRight ( )This constructor is from 'WSRight' class.
WSRight.WSRight ( long id, int permissions )This constructor is from 'WSRight' class.
WSRight.getId ( )This method is from 'WSRight' class.
WSRight.getPermissions ( )This method is from 'WSRight' class.
WSRight.setId ( long id )This method is from 'WSRight' class.
WSRight.setPermissions ( int permissions )This method is from 'WSRight' class.
logicaldoc-webservice-8.9.0-plugin.jar
package com.logicaldoc.webservice.rest
[+] interface DocumentService 9
| Change | Effect |
---|
1 |
Abstract method WSDocument copy ( long, long, boolean, boolean, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method copy ( long, long, boolean, boolean, boolean ) in DocumentService. |
2 |
Abstract method WSAccessControlEntry[ ] getAccessControlList ( long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAccessControlList ( long ) in DocumentService. |
3 |
Abstract method boolean isDownload ( long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isDownload ( long ) in DocumentService. |
4 |
Abstract method boolean isGranted ( long, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isGranted ( long, String ) in DocumentService. |
5 |
Abstract method boolean isRead ( long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isRead ( long ) in DocumentService. |
6 |
Abstract method boolean isWrite ( long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isWrite ( long ) in DocumentService. |
7 |
Abstract method void setAccessControlList ( long, WSAccessControlEntry[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAccessControlList ( long, WSAccessControlEntry[ ] ) in DocumentService. |
8 |
Abstract method WSDocument copy ( long, long, boolean, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method copy ( long, long, boolean, boolean ) in interface DocumentService. |
9 |
Abstract method boolean isReadable ( long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isReadable ( long ) in interface DocumentService. |
[+] affected methods: 47 (0.2%)
DocumentService.addNote ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.checkin ( String p1, String p2, String p3, String p4, Attachment p5 )This abstract method is from 'DocumentService' interface.
DocumentService.checkout ( long p1 )This abstract method is from 'DocumentService' interface.
DocumentService.create ( WSDocument p1, Attachment p2 )This abstract method is from 'DocumentService' interface.
DocumentService.createAlias ( long p1, long p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createDownloadTicket ( long p1, String p2, Integer p3, String p4, Integer p5 )This abstract method is from 'DocumentService' interface.
DocumentService.createPdf ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.createThumbnail ( long p1, String p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createViewTicket ( long p1, String p2, Integer p3, String p4, Integer p5, Integer p6 )This abstract method is from 'DocumentService' interface.
DocumentService.delete ( long p1 )This abstract method is from 'DocumentService' interface.
...
[+] interface FolderService 8
| Change | Effect |
---|
1 |
Abstract method WSAccessControlEntry[ ] getAccessControlList ( long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAccessControlList ( long ) in FolderService. |
2 |
Abstract method boolean isGranted ( long, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isGranted ( long, String ) in FolderService. |
3 |
Abstract method void setAccessControlList ( long, WSAccessControlEntry[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAccessControlList ( long, WSAccessControlEntry[ ] ) in FolderService. |
4 |
Abstract method WSRight[ ] getGrantedGroups ( long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getGrantedGroups ( long ) in interface FolderService. |
5 |
Abstract method WSRight[ ] getGrantedUsers ( long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getGrantedUsers ( long ) in interface FolderService. |
6 |
Abstract method void grantGroup ( long, long, int, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method grantGroup ( long, long, int, boolean ) in interface FolderService. |
7 |
Abstract method void grantUser ( long, long, int, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method grantUser ( long, long, int, boolean ) in interface FolderService. |
8 |
Abstract method boolean isGranted ( long, int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isGranted ( long, int ) in interface FolderService. |
[+] affected methods: 22 (0.1%)
FolderService.copy ( long p1, long p2, int p3, String p4 )This abstract method is from 'FolderService' interface.
FolderService.create ( WSFolder p1 )This abstract method is from 'FolderService' interface.
FolderService.createAlias ( long p1, long p2 )This abstract method is from 'FolderService' interface.
FolderService.createFolder ( long p1, String p2 )This abstract method is from 'FolderService' interface.
FolderService.createPath ( long p1, String p2 )This abstract method is from 'FolderService' interface.
FolderService.createSimple ( String p1 )This abstract method is from 'FolderService' interface.
FolderService.createSimpleForm ( String p1 )This abstract method is from 'FolderService' interface.
FolderService.createSimpleJSON ( String p1 )This abstract method is from 'FolderService' interface.
FolderService.delete ( long p1 )This abstract method is from 'FolderService' interface.
FolderService.findByPath ( String p1 )This abstract method is from 'FolderService' interface.
...
logicaldoc-webservice-8.9.0-plugin.jar
package com.logicaldoc.webservice.soap
[+] interface DocumentMetadataService 10
| Change | Effect |
---|
1 |
Abstract method WSAccessControlEntry[ ] getAccessControlList ( String, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAccessControlList ( String, long ) in DocumentMetadataService. |
2 |
Abstract method boolean isReadable ( String, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isReadable ( String, long ) in DocumentMetadataService. |
3 |
Abstract method boolean isWritable ( String, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isWritable ( String, long ) in DocumentMetadataService. |
4 |
Abstract method void setAccessControlList ( String, long, WSAccessControlEntry[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAccessControlList ( String, long, WSAccessControlEntry[ ] ) in DocumentMetadataService. |
5 |
Abstract method WSRight[ ] getGrantedGroups ( String, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getGrantedGroups ( String, long ) in interface DocumentMetadataService. |
6 |
Abstract method WSRight[ ] getGrantedUsers ( String, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getGrantedUsers ( String, long ) in interface DocumentMetadataService. |
7 |
Abstract method void grantGroupToTemplate ( String, long, long, int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method grantGroupToTemplate ( String, long, long, int ) in interface DocumentMetadataService. |
8 |
Abstract method void grantUserToTemplate ( String, long, long, int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method grantUserToTemplate ( String, long, long, int ) in interface DocumentMetadataService. |
9 |
Abstract method boolean isTemplateReadable ( String, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isTemplateReadable ( String, long ) in interface DocumentMetadataService. |
10 |
Abstract method boolean isTemplateWritable ( String, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isTemplateWritable ( String, long ) in interface DocumentMetadataService. |
[+] affected methods: 14 (0.1%)
DocumentMetadataService.addAttributeOption ( String p1, long p2, String p3, WSAttributeOption p4 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.deleteAttributeSet ( String p1, long p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.deleteTemplate ( String p1, long p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getAttributeOptions ( String p1, long p2, String p3 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getAttributeOptionsByCategory ( String p1, long p2, String p3, String p4 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getAttributeSet ( String p1, String p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getAttributeSetById ( String p1, long p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getTemplate ( String p1, String p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.getTemplateById ( String p1, long p2 )This abstract method is from 'DocumentMetadataService' interface.
DocumentMetadataService.listAttributeSets ( String p1 )This abstract method is from 'DocumentMetadataService' interface.
...
[+] interface DocumentService 9
| Change | Effect |
---|
1 |
Abstract method WSDocument copy ( String, long, long, boolean, boolean, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method copy ( String, long, long, boolean, boolean, boolean ) in DocumentService. |
2 |
Abstract method WSAccessControlEntry[ ] getAccessControlList ( String, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAccessControlList ( String, long ) in DocumentService. |
3 |
Abstract method boolean isDownload ( String, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isDownload ( String, long ) in DocumentService. |
4 |
Abstract method boolean isGranted ( String, long, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isGranted ( String, long, String ) in DocumentService. |
5 |
Abstract method boolean isRead ( String, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isRead ( String, long ) in DocumentService. |
6 |
Abstract method boolean isWrite ( String, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isWrite ( String, long ) in DocumentService. |
7 |
Abstract method void setAccessControlList ( String, long, WSAccessControlEntry[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAccessControlList ( String, long, WSAccessControlEntry[ ] ) in DocumentService. |
8 |
Abstract method WSDocument copy ( String, long, long, boolean, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method copy ( String, long, long, boolean, boolean ) in interface DocumentService. |
9 |
Abstract method boolean isReadable ( String, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isReadable ( String, long ) in interface DocumentService. |
[+] affected methods: 47 (0.2%)
DocumentService.addNote ( String p1, long p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.checkin ( String p1, long p2, String p3, String p4, boolean p5, DataHandler p6 )This abstract method is from 'DocumentService' interface.
DocumentService.checkinDocument ( String p1, long p2, String p3, String p4, boolean p5, WSDocument p6, DataHandler p7 )This abstract method is from 'DocumentService' interface.
DocumentService.checkout ( String p1, long p2 )This abstract method is from 'DocumentService' interface.
DocumentService.create ( String p1, WSDocument p2, DataHandler p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createAlias ( String p1, long p2, long p3, String p4 )This abstract method is from 'DocumentService' interface.
DocumentService.createDownloadTicket ( String p1, long p2, String p3, Integer p4, String p5, Integer p6 )This abstract method is from 'DocumentService' interface.
DocumentService.createPdf ( String p1, long p2, String p3 )This abstract method is from 'DocumentService' interface.
DocumentService.createThumbnail ( String p1, long p2, String p3, String p4 )This abstract method is from 'DocumentService' interface.
DocumentService.createViewTicket ( String p1, long p2, String p3, Integer p4, String p5, Integer p6, Integer p7 )This abstract method is from 'DocumentService' interface.
...
[+] interface FolderService 8
| Change | Effect |
---|
1 |
Abstract method WSAccessControlEntry[ ] getAccessControlList ( String, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAccessControlList ( String, long ) in FolderService. |
2 |
Abstract method boolean isGranted ( String, long, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isGranted ( String, long, String ) in FolderService. |
3 |
Abstract method void setAccessControlList ( String, long, WSAccessControlEntry[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAccessControlList ( String, long, WSAccessControlEntry[ ] ) in FolderService. |
4 |
Abstract method WSRight[ ] getGrantedGroups ( String, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getGrantedGroups ( String, long ) in interface FolderService. |
5 |
Abstract method WSRight[ ] getGrantedUsers ( String, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getGrantedUsers ( String, long ) in interface FolderService. |
6 |
Abstract method void grantGroup ( String, long, long, int, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method grantGroup ( String, long, long, int, boolean ) in interface FolderService. |
7 |
Abstract method void grantUser ( String, long, long, int, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method grantUser ( String, long, long, int, boolean ) in interface FolderService. |
8 |
Abstract method boolean isGranted ( String, long, int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isGranted ( String, long, int ) in interface FolderService. |
[+] affected methods: 19 (0.1%)
FolderService.copy ( String p1, long p2, long p3, int p4, String p5 )This abstract method is from 'FolderService' interface.
FolderService.create ( String p1, WSFolder p2 )This abstract method is from 'FolderService' interface.
FolderService.createAlias ( String p1, long p2, long p3 )This abstract method is from 'FolderService' interface.
FolderService.createFolder ( String p1, long p2, String p3 )This abstract method is from 'FolderService' interface.
FolderService.createPath ( String p1, long p2, String p3 )This abstract method is from 'FolderService' interface.
FolderService.delete ( String p1, long p2 )This abstract method is from 'FolderService' interface.
FolderService.findByPath ( String p1, String p2 )This abstract method is from 'FolderService' interface.
FolderService.getDefaultWorkspace ( String p1 )This abstract method is from 'FolderService' interface.
FolderService.getFolder ( String p1, long p2 )This abstract method is from 'FolderService' interface.
FolderService.getPath ( String p1, long p2 )This abstract method is from 'FolderService' interface.
...
logicaldoc-workflow-8.9.0-plugin.jar
package com.logicaldoc.workflow.data
[+] class WorkflowRightsDataServlet 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class WorkflowRightsDataServlet. |
[+] affected methods: 2 (0.01%)
WorkflowRightsDataServlet.WorkflowRightsDataServlet ( )This constructor is from 'WorkflowRightsDataServlet' class.
WorkflowRightsDataServlet.service ( HttpServletRequest request, HttpServletResponse response )This method is from 'WorkflowRightsDataServlet' class.
logicaldoc-workflow-8.9.0-plugin.jar
package com.logicaldoc.workflow.template
[+] class WorkflowGroup 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class WorkflowGroup. |
[+] affected methods: 11 (0.1%)
WorkflowGroup.WorkflowGroup ( )This constructor is from 'WorkflowGroup' class.
WorkflowGroup.WorkflowGroup ( long groupId )This constructor is from 'WorkflowGroup' class.
WorkflowGroup.WorkflowGroup ( WorkflowGroup source )This constructor is from 'WorkflowGroup' class.
WorkflowGroup.equals ( Object obj )This method is from 'WorkflowGroup' class.
WorkflowGroup.getGroupId ( )This method is from 'WorkflowGroup' class.
WorkflowGroup.getPermissions ( )This method is from 'WorkflowGroup' class.
WorkflowGroup.getWrite ( )This method is from 'WorkflowGroup' class.
WorkflowGroup.hashCode ( )This method is from 'WorkflowGroup' class.
WorkflowGroup.setGroupId ( long groupId )This method is from 'WorkflowGroup' class.
WorkflowGroup.setPermissions ( int permissions )This method is from 'WorkflowGroup' class.
...
[+] class WorkflowTemplate 1
| Change | Effect |
---|
1 |
Field workflowGroups of type java.util.Set<WorkflowGroup> has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable workflowGroups in WorkflowTemplate. |
[+] affected methods: 39 (0.2%)
com.logicaldoc.workflow.action.BaseListener.getWorkflowTemplate ( DelegateTask delegate )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.createFromFile ( File file )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.deploy ( WorkflowTemplate wfTemplate )1st parameter 'wfTemplate' of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.findByName ( long tenantId, String name )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.findByNameAndVersion ( long tenantId, String name, int version )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.findLastDeployed ( long tenantId, String name )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.initialize ( WorkflowTemplate template )1st parameter 'template' of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.store ( WorkflowTemplate entity )1st parameter 'entity' of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.storeNewVersion ( WorkflowTemplate wfTemplate )1st parameter 'wfTemplate' of this method is of type 'WorkflowTemplate'.
WorkflowTemplate.WorkflowTemplate ( )This constructor is from 'WorkflowTemplate' class.
...
[+] interface WorkflowTemplateDAO 4
| Change | Effect |
---|
1 |
Abstract method boolean isReadEnabled ( long, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isReadEnabled ( long, long ) in WorkflowTemplateDAO. |
2 |
Abstract method boolean isWriteEnabled ( long, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isWriteEnabled ( long, long ) in WorkflowTemplateDAO. |
3 |
Abstract method boolean isReadEnable ( long, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isReadEnable ( long, long ) in interface WorkflowTemplateDAO. |
4 |
Abstract method boolean isWriteEnable ( long, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isWriteEnable ( long, long ) in interface WorkflowTemplateDAO. |
[+] affected methods: 11 (0.1%)
WorkflowTemplateDAO.createFromFile ( File p1 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.deploy ( WorkflowTemplate p1 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findAll ( long p1, Long p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findAllByName ( long p1, String p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findAllDeployed ( Long p1, Long p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findByName ( long p1, String p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findByNameAndVersion ( long p1, String p2, int p3 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.findLastDeployed ( long p1, String p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.getEnabledPermissions ( long p1, long p2 )This abstract method is from 'WorkflowTemplateDAO' interface.
WorkflowTemplateDAO.storeNewVersion ( WorkflowTemplate p1 )This abstract method is from 'WorkflowTemplateDAO' interface.
...
to the top
Problems with Methods, High Severity 1
logicaldoc-util-8.9.0.jar,
SystemUtil.class
package com.logicaldoc.util
[+] SystemUtil.SystemUtil ( ) 1
com/logicaldoc/util/SystemUtil."<init>":()V
| Change | Effect |
---|
1 |
Access level has been changed from public to private. |
Recompilation of a client program may be terminated with the message: SystemUtil ( ) has private access in SystemUtil. |
to the top
Problems with Methods, Medium Severity 563
logicaldoc-audit-8.9.0-plugin.jar,
Audit.class
package com.logicaldoc.audit
[+] Audit.getDocumentHistoryDao ( ) : DocumentHistoryDAO 1
com/logicaldoc/audit/Audit.getDocumentHistoryDao:()Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentHistoryDAO to com.logicaldoc.core.document.DocumentHistoryDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.document.DocumentHistoryDAO cannot be converted to com.logicaldoc.core.document.dao.DocumentHistoryDAO. |
[+] Audit.getUserHistoryDao ( ) : UserHistoryDAO 1
com/logicaldoc/audit/Audit.getUserHistoryDao:()Lcom/logicaldoc/core/security/dao/UserHistoryDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.dao.UserHistoryDAO to com.logicaldoc.core.security.user.UserHistoryDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.UserHistoryDAO cannot be converted to com.logicaldoc.core.security.dao.UserHistoryDAO. |
logicaldoc-audit-8.9.0-plugin.jar,
HibernateSubscriptionDAO.class
package com.logicaldoc.audit
[+] HibernateSubscriptionDAO.cleanPendingSubscriptions ( ) : void 1
com/logicaldoc/audit/HibernateSubscriptionDAO.cleanPendingSubscriptions:()V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateSubscriptionDAO.find ( Long objectId, String type, String event, Long userId, Integer folderOption, Integer max ) : List<Subscription> 1
com/logicaldoc/audit/HibernateSubscriptionDAO.find:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateSubscriptionDAO.findByAK ( long userId, long objectId, String type ) : Subscription 1
com/logicaldoc/audit/HibernateSubscriptionDAO.findByAK:(JJLjava/lang/String;)Lcom/logicaldoc/audit/Subscription;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateSubscriptionDAO.findByName ( String name ) : Subscription 1
com/logicaldoc/audit/HibernateSubscriptionDAO.findByName:(Ljava/lang/String;)Lcom/logicaldoc/audit/Subscription;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateSubscriptionDAO.findByObjectIdAndType ( long objectId, String type, String event, Integer folderOption ) : List<Subscription> 1
com/logicaldoc/audit/HibernateSubscriptionDAO.findByObjectIdAndType:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateSubscriptionDAO.findByType ( String type ) : List<Subscription> 1
com/logicaldoc/audit/HibernateSubscriptionDAO.findByType:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateSubscriptionDAO.findByUserId ( long userId ) : List<Subscription> 1
com/logicaldoc/audit/HibernateSubscriptionDAO.findByUserId:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-audit-8.9.0-plugin.jar,
SubscriptionDAO.class
package com.logicaldoc.audit
[+] SubscriptionDAO.cleanPendingSubscriptions ( ) [abstract] : void 1
com/logicaldoc/audit/SubscriptionDAO.cleanPendingSubscriptions:()V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] SubscriptionDAO.find ( Long p1, String p2, String p3, Long p4, Integer p5, Integer p6 ) [abstract] : List<Subscription> 1
com/logicaldoc/audit/SubscriptionDAO.find:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] SubscriptionDAO.findByAK ( long p1, long p2, String p3 ) [abstract] : Subscription 1
com/logicaldoc/audit/SubscriptionDAO.findByAK:(JJLjava/lang/String;)Lcom/logicaldoc/audit/Subscription;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] SubscriptionDAO.findByName ( String p1 ) [abstract] : Subscription 1
com/logicaldoc/audit/SubscriptionDAO.findByName:(Ljava/lang/String;)Lcom/logicaldoc/audit/Subscription;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] SubscriptionDAO.findByObjectIdAndType ( long p1, String p2, String p3, Integer p4 ) [abstract] : List<Subscription> 1
com/logicaldoc/audit/SubscriptionDAO.findByObjectIdAndType:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] SubscriptionDAO.findByType ( String p1 ) [abstract] : List<Subscription> 1
com/logicaldoc/audit/SubscriptionDAO.findByType:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] SubscriptionDAO.findByUserId ( long p1 ) [abstract] : List<Subscription> 1
com/logicaldoc/audit/SubscriptionDAO.findByUserId:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-audit-8.9.0-plugin.jar,
SubscriptionsDataServlet.class
package com.logicaldoc.audit
[+] SubscriptionsDataServlet.service ( HttpServletRequest request, HttpServletResponse response, Session session, Integer max, Locale locale ) : void 2
com/logicaldoc/audit/SubscriptionsDataServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lcom/logicaldoc/core/security/Session;Ljava/lang/Integer;Ljava/util/Locale;)V
| Change | Effect |
---|
1 |
Removed com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override service ( HttpServletRequest, HttpServletResponse, Session, Integer, Locale ) in SubscriptionsDataServlet; overridden method does not throw com.logicaldoc.core.PersistenceException. |
2 |
Removed java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override service ( HttpServletRequest, HttpServletResponse, Session, Integer, Locale ) in SubscriptionsDataServlet; overridden method does not throw java.io.IOException. |
logicaldoc-calendar-8.9.0-plugin.jar,
CalendarServiceImpl.class
package com.logicaldoc.calendar
[+] CalendarServiceImpl.find ( GUICalendarEventSearchCriteria parameters ) : GUICalendarEvent[ ] 1
com/logicaldoc/calendar/CalendarServiceImpl.find:(Lcom/logicaldoc/gui/common/client/beans/GUICalendarEventSearchCriteria;)[Lcom/logicaldoc/gui/common/client/beans/GUICalendarEvent;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUICalendarEvent[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUICalendarEvent>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUICalendarEvent> cannot be converted to com.logicaldoc.gui.common.client.beans.GUICalendarEvent[]. |
logicaldoc-calendar-8.9.0-plugin.jar,
EventDAO.class
package com.logicaldoc.calendar
[+] EventDAO.cleanOldEvents ( int p1 ) [abstract] : int 1
com/logicaldoc/calendar/EventDAO.cleanOldEvents:(I)I
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] EventDAO.find ( EventSearchCriteria p1 ) [abstract] : List<Event> 1
com/logicaldoc/calendar/EventDAO.find:(Lcom/logicaldoc/calendar/EventSearchCriteria;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] EventDAO.findByParticipant ( long p1, Date p2 ) [abstract] : List<Event> 1
com/logicaldoc/calendar/EventDAO.findByParticipant:(JLjava/util/Date;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] EventDAO.findIdsByParticipantAndDocument ( Long p1, Long p2, Date p3, Date p4 ) [abstract] : List<Long> 1
com/logicaldoc/calendar/EventDAO.findIdsByParticipantAndDocument:(Ljava/lang/Long;Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] EventDAO.findIdsToNotify ( Date p1 ) [abstract] : List<Long> 1
com/logicaldoc/calendar/EventDAO.findIdsToNotify:(Ljava/util/Date;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] EventDAO.scheduleMissfiredEvents ( ) [abstract] : void 1
com/logicaldoc/calendar/EventDAO.scheduleMissfiredEvents:()V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-calendar-8.9.0-plugin.jar,
HibernateEventDAO.class
package com.logicaldoc.calendar
[+] HibernateEventDAO.cleanOldEvents ( int ttl ) : int 1
com/logicaldoc/calendar/HibernateEventDAO.cleanOldEvents:(I)I
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateEventDAO.find ( EventSearchCriteria searchCriteria ) : List<Event> 1
com/logicaldoc/calendar/HibernateEventDAO.find:(Lcom/logicaldoc/calendar/EventSearchCriteria;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateEventDAO.findByParticipant ( long participantId, Date startDate ) : List<Event> 1
com/logicaldoc/calendar/HibernateEventDAO.findByParticipant:(JLjava/util/Date;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateEventDAO.findIdsByParticipantAndDocument ( Long participantId, Long documentId, Date startDate, Date endDate ) : List<Long> 1
com/logicaldoc/calendar/HibernateEventDAO.findIdsByParticipantAndDocument:(Ljava/lang/Long;Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateEventDAO.findIdsToNotify ( Date currentDate ) : List<Long> 1
com/logicaldoc/calendar/HibernateEventDAO.findIdsToNotify:(Ljava/util/Date;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateEventDAO.scheduleMissfiredEvents ( ) : void 1
com/logicaldoc/calendar/HibernateEventDAO.scheduleMissfiredEvents:()V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
AbstractAuthenticator.class
package com.logicaldoc.core.security.authentication
[+] AbstractAuthenticator.authenticate ( String username, String password, String key ) : User 1
com/logicaldoc/core/security/authentication/AbstractAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
[+] AbstractAuthenticator.authenticate ( String username, String password, String key, Client client ) : User 1
com/logicaldoc/core/security/authentication/AbstractAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-core-8.9.0-plugin.jar,
AbstractDocument.class
package com.logicaldoc.core.document
[+] AbstractDocument.setDecodedPassword ( String pwd ) : void 1
com/logicaldoc/core/document/AbstractDocument.setDecodedPassword:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added java.security.NoSuchAlgorithmException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.security.NoSuchAlgorithmException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
AttributeOptionDAO.class
package com.logicaldoc.core.metadata
[+] AttributeOptionDAO.deleteBySetIdAndAttribute ( long p1, String p2 ) [abstract] : boolean 1
com/logicaldoc/core/metadata/AttributeOptionDAO.deleteBySetIdAndAttribute:(JLjava/lang/String;)Z
| Change | Effect |
---|
1 |
Return value type has been changed from boolean to void. |
Recompilation of a client program may be terminated with the message: incompatible types: void cannot be converted to boolean. |
[+] AttributeOptionDAO.deleteOrphaned ( long p1, Collection<String> p2 ) [abstract] : void 1
com/logicaldoc/core/metadata/AttributeOptionDAO.deleteOrphaned:(JLjava/util/Collection;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] AttributeOptionDAO.findByAttribute ( long p1, String p2 ) [abstract] : List<AttributeOption> 1
com/logicaldoc/core/metadata/AttributeOptionDAO.findByAttribute:(JLjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] AttributeOptionDAO.findByAttributeAndCategory ( long p1, String p2, String p3 ) [abstract] : List<AttributeOption> 1
com/logicaldoc/core/metadata/AttributeOptionDAO.findByAttributeAndCategory:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] AttributeOptionDAO.findByAttributeAsMap ( long p1, String p2 ) [abstract] : Map<String,List<AttributeOption>> 1
com/logicaldoc/core/metadata/AttributeOptionDAO.findByAttributeAsMap:(JLjava/lang/String;)Ljava/util/Map;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
AttributeSetDAO.class
package com.logicaldoc.core.metadata
[+] AttributeSetDAO.findAttributes ( long p1, Long p2 ) [abstract] : Map<String,Attribute> 1
com/logicaldoc/core/metadata/AttributeSetDAO.findAttributes:(JLjava/lang/Long;)Ljava/util/Map;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] AttributeSetDAO.findByName ( String p1, long p2 ) [abstract] : AttributeSet 1
com/logicaldoc/core/metadata/AttributeSetDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/metadata/AttributeSet;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] AttributeSetDAO.findByType ( int p1, long p2 ) [abstract] : List<AttributeSet> 1
com/logicaldoc/core/metadata/AttributeSetDAO.findByType:(IJ)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] AttributeSetDAO.load ( long p1 ) [abstract] : Map<Long,AttributeSet> 1
com/logicaldoc/core/metadata/AttributeSetDAO.load:(J)Ljava/util/Map;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
Authenticator.class
package com.logicaldoc.core.security.authentication
[+] Authenticator.authenticate ( String p1, String p2 ) [abstract] : User 1
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
[+] Authenticator.authenticate ( String p1, String p2, String p3 ) [abstract] : User 1
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
[+] Authenticator.authenticate ( String p1, String p2, String p3, Client p4 ) [abstract] : User 1
com/logicaldoc/core/security/authentication/Authenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
[+] Authenticator.pickUser ( String p1 ) [abstract] : User 1
com/logicaldoc/core/security/authentication/Authenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-core-8.9.0-plugin.jar,
ContactDAO.class
package com.logicaldoc.core.contact
[+] ContactDAO.findByUser ( Long p1, String p2 ) [abstract] : List<Contact> 1
com/logicaldoc/core/contact/ContactDAO.findByUser:(Ljava/lang/Long;Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
DashletDAO.class
package com.logicaldoc.core.dashlet
[+] DashletDAO.findByName ( String p1, long p2 ) [abstract] : Dashlet 1
com/logicaldoc/core/dashlet/DashletDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/dashlet/Dashlet;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
DefaultAuthenticator.class
package com.logicaldoc.core.security.authentication
[+] DefaultAuthenticator.authenticate ( String username, String password ) : User 1
com/logicaldoc/core/security/authentication/DefaultAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
[+] DefaultAuthenticator.authenticate ( String username, String password, String key, Client client ) : User 1
com/logicaldoc/core/security/authentication/DefaultAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
[+] DefaultAuthenticator.pickUser ( String username ) : User 1
com/logicaldoc/core/security/authentication/DefaultAuthenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-core-8.9.0-plugin.jar,
DocumentEvent.class
package com.logicaldoc.core.document
[+] DocumentEvent.valuesAsString ( ) [static] : String[ ] 1
com/logicaldoc/core/document/DocumentEvent.valuesAsString:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.Set<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.Set<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-core-8.9.0-plugin.jar,
EMail.class
package com.logicaldoc.core.communication
[+] EMail.getAddresses ( ) : InternetAddress[ ] 1
com/logicaldoc/core/communication/EMail.getAddresses:()[Ljavax/mail/internet/InternetAddress;
| Change | Effect |
---|
1 |
Return value type has been changed from javax.mail.internet.InternetAddress[] to java.util.Set<javax.mail.internet.InternetAddress>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.Set<javax.mail.internet.InternetAddress> cannot be converted to javax.mail.internet.InternetAddress[]. |
[+] EMail.getAddressesBCC ( ) : InternetAddress[ ] 1
com/logicaldoc/core/communication/EMail.getAddressesBCC:()[Ljavax/mail/internet/InternetAddress;
| Change | Effect |
---|
1 |
Return value type has been changed from javax.mail.internet.InternetAddress[] to java.util.Set<javax.mail.internet.InternetAddress>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.Set<javax.mail.internet.InternetAddress> cannot be converted to javax.mail.internet.InternetAddress[]. |
[+] EMail.getAddressesCC ( ) : InternetAddress[ ] 1
com/logicaldoc/core/communication/EMail.getAddressesCC:()[Ljavax/mail/internet/InternetAddress;
| Change | Effect |
---|
1 |
Return value type has been changed from javax.mail.internet.InternetAddress[] to java.util.Set<javax.mail.internet.InternetAddress>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.Set<javax.mail.internet.InternetAddress> cannot be converted to javax.mail.internet.InternetAddress[]. |
logicaldoc-core-8.9.0-plugin.jar,
FolderHistoryDAO.class
package com.logicaldoc.core.folder
[+] FolderHistoryDAO.cleanOldHistories ( int p1 ) [abstract] : void 1
com/logicaldoc/core/folder/FolderHistoryDAO.cleanOldHistories:(I)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] FolderHistoryDAO.findByFolderId ( long p1 ) [abstract] : List<FolderHistory> 1
com/logicaldoc/core/folder/FolderHistoryDAO.findByFolderId:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] FolderHistoryDAO.findByFolderIdAndEvent ( long p1, String p2, Date p3 ) [abstract] : List<FolderHistory> 1
com/logicaldoc/core/folder/FolderHistoryDAO.findByFolderIdAndEvent:(JLjava/lang/String;Ljava/util/Date;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] FolderHistoryDAO.findByPath ( String p1, Date p2, Collection<String> p3, Integer p4 ) [abstract] : List<FolderHistory> 1
com/logicaldoc/core/folder/FolderHistoryDAO.findByPath:(Ljava/lang/String;Ljava/util/Date;Ljava/util/Collection;Ljava/lang/Integer;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] FolderHistoryDAO.findByUserId ( long p1 ) [abstract] : List<FolderHistory> 1
com/logicaldoc/core/folder/FolderHistoryDAO.findByUserId:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] FolderHistoryDAO.findByUserIdAndEvent ( long p1, String p2 ) [abstract] : List<FolderHistory> 1
com/logicaldoc/core/folder/FolderHistoryDAO.findByUserIdAndEvent:(JLjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] FolderHistoryDAO.findNotNotified ( Integer p1 ) [abstract] : List<FolderHistory> 1
com/logicaldoc/core/folder/FolderHistoryDAO.findNotNotified:(Ljava/lang/Integer;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
FulltextSearchOptions.class
package com.logicaldoc.core.searchengine
[+] FulltextSearchOptions.getFields ( ) : String[ ] 1
com/logicaldoc/core/searchengine/FulltextSearchOptions.getFields:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.Set<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.Set<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-core-8.9.0-plugin.jar,
GenericDAO.class
package com.logicaldoc.core.generic
[+] GenericDAO.findByAlternateKey ( String p1, String p2, Long p3, long p4 ) [abstract] : Generic 1
com/logicaldoc/core/generic/GenericDAO.findByAlternateKey:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;J)Lcom/logicaldoc/core/generic/Generic;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] GenericDAO.findByTypeAndSubtype ( String p1, String p2, Long p3, Long p4 ) [abstract] : List<Generic> 1
com/logicaldoc/core/generic/GenericDAO.findByTypeAndSubtype:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateAttributeOptionDAO.class
package com.logicaldoc.core.metadata
[+] HibernateAttributeOptionDAO.deleteBySetIdAndAttribute ( long setId, String attribute ) : boolean 1
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.deleteBySetIdAndAttribute:(JLjava/lang/String;)Z
| Change | Effect |
---|
1 |
Return value type has been changed from boolean to void. |
Recompilation of a client program may be terminated with the message: incompatible types: void cannot be converted to boolean. |
[+] HibernateAttributeOptionDAO.deleteOrphaned ( long setId, Collection<String> currentAttributes ) : void 1
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.deleteOrphaned:(JLjava/util/Collection;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateAttributeOptionDAO.findByAttribute ( long setId, String attribute ) : List<AttributeOption> 1
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.findByAttribute:(JLjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateAttributeOptionDAO.findByAttributeAndCategory ( long setId, String attribute, String category ) : List<AttributeOption> 1
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.findByAttributeAndCategory:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateAttributeOptionDAO.findByAttributeAsMap ( long setId, String attribute ) : Map<String,List<AttributeOption>> 1
com/logicaldoc/core/metadata/HibernateAttributeOptionDAO.findByAttributeAsMap:(JLjava/lang/String;)Ljava/util/Map;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateAttributeSetDAO.class
package com.logicaldoc.core.metadata
[+] HibernateAttributeSetDAO.findAll ( ) : List<AttributeSet> 1
com/logicaldoc/core/metadata/HibernateAttributeSetDAO.findAll:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateAttributeSetDAO.findAll ( long tenantId ) : List<AttributeSet> 1
com/logicaldoc/core/metadata/HibernateAttributeSetDAO.findAll:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateAttributeSetDAO.findAttributes ( long tenantId, Long setId ) : Map<String,Attribute> 1
com/logicaldoc/core/metadata/HibernateAttributeSetDAO.findAttributes:(JLjava/lang/Long;)Ljava/util/Map;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateAttributeSetDAO.findByName ( String name, long tenantId ) : AttributeSet 1
com/logicaldoc/core/metadata/HibernateAttributeSetDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/metadata/AttributeSet;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateAttributeSetDAO.findByType ( int type, long tenantId ) : List<AttributeSet> 1
com/logicaldoc/core/metadata/HibernateAttributeSetDAO.findByType:(IJ)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateAttributeSetDAO.load ( long tenantId ) : Map<Long,AttributeSet> 1
com/logicaldoc/core/metadata/HibernateAttributeSetDAO.load:(J)Ljava/util/Map;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateContactDAO.class
package com.logicaldoc.core.contact
[+] HibernateContactDAO.findByUser ( Long userId, String email ) : List<Contact> 1
com/logicaldoc/core/contact/HibernateContactDAO.findByUser:(Ljava/lang/Long;Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateDashletDAO.class
package com.logicaldoc.core.dashlet
[+] HibernateDashletDAO.findByName ( String name, long tenantId ) : Dashlet 1
com/logicaldoc/core/dashlet/HibernateDashletDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/core/dashlet/Dashlet;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateFolderDAO.class
package com.logicaldoc.core.folder
[+] HibernateFolderDAO.getUserDAO ( ) : UserDAO 1
com/logicaldoc/core/folder/HibernateFolderDAO.getUserDAO:()Lcom/logicaldoc/core/security/dao/UserDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.dao.UserDAO to com.logicaldoc.core.security.user.UserDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.UserDAO cannot be converted to com.logicaldoc.core.security.dao.UserDAO. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateGenericDAO.class
package com.logicaldoc.core.generic
[+] HibernateGenericDAO.findByAlternateKey ( String type, String subtype, Long qualifier, long tenantId ) : Generic 1
com/logicaldoc/core/generic/HibernateGenericDAO.findByAlternateKey:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;J)Lcom/logicaldoc/core/generic/Generic;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateGenericDAO.findByTypeAndSubtype ( String type, String subtype, Long qualifier, Long tenantId ) : List<Generic> 1
com/logicaldoc/core/generic/HibernateGenericDAO.findByTypeAndSubtype:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateMessageTemplateDAO.class
package com.logicaldoc.core.communication
[+] HibernateMessageTemplateDAO.findByLanguage ( String language, long tenantId ) : List<MessageTemplate> 1
com/logicaldoc/core/communication/HibernateMessageTemplateDAO.findByLanguage:(Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateMessageTemplateDAO.findByName ( String name, long tenantId ) : List<MessageTemplate> 1
com/logicaldoc/core/communication/HibernateMessageTemplateDAO.findByName:(Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateMessageTemplateDAO.findByNameAndLanguage ( String name, String language, long tenantId ) : MessageTemplate 1
com/logicaldoc/core/communication/HibernateMessageTemplateDAO.findByNameAndLanguage:(Ljava/lang/String;Ljava/lang/String;J)Lcom/logicaldoc/core/communication/MessageTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateMessageTemplateDAO.findByTypeAndLanguage ( String type, String language, long tenantId ) : List<MessageTemplate> 1
com/logicaldoc/core/communication/HibernateMessageTemplateDAO.findByTypeAndLanguage:(Ljava/lang/String;Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
HibernatePersistentObjectDAO.class
package com.logicaldoc.core
[+] HibernatePersistentObjectDAO<T>.findAll ( ) : List<T> 1
com/logicaldoc/core/HibernatePersistentObjectDAO.findAll:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception PersistenceException must be caught or declared to be thrown. |
[+] HibernatePersistentObjectDAO<T>.findAll ( long tenantId ) : List<T> 1
com/logicaldoc/core/HibernatePersistentObjectDAO.findAll:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception PersistenceException must be caught or declared to be thrown. |
[+] HibernatePersistentObjectDAO<T>.findAllIds ( ) : List<Long> 1
com/logicaldoc/core/HibernatePersistentObjectDAO.findAllIds:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception PersistenceException must be caught or declared to be thrown. |
[+] HibernatePersistentObjectDAO<T>.findAllIds ( long tenantId ) : List<Long> 1
com/logicaldoc/core/HibernatePersistentObjectDAO.findAllIds:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateSystemMessageDAO.class
package com.logicaldoc.core.communication
[+] HibernateSystemMessageDAO.collectGarbage ( Collection<SystemMessage> coll, boolean removeExpired ) : List<SystemMessage> 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.collectGarbage:(Ljava/util/Collection;Z)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateSystemMessageDAO.deleteExpiredMessages ( int type ) : void 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.deleteExpiredMessages:(I)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateSystemMessageDAO.deleteExpiredMessages ( String recipient ) : void 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.deleteExpiredMessages:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateSystemMessageDAO.findByMode ( String mode ) : List<SystemMessage> 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.findByMode:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateSystemMessageDAO.findByRecipient ( String recipient, int type, Integer read ) : List<SystemMessage> 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.findByRecipient:(Ljava/lang/String;ILjava/lang/Integer;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateSystemMessageDAO.findByType ( int type ) : List<SystemMessage> 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.findByType:(I)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateSystemMessageDAO.findMessagesToBeSent ( int type, int maxTrial ) : List<SystemMessage> 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.findMessagesToBeSent:(II)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateSystemMessageDAO.getUnreadCount ( String recipient, int type ) : int 1
com/logicaldoc/core/communication/HibernateSystemMessageDAO.getUnreadCount:(Ljava/lang/String;I)I
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
HibernateTicketDAO.class
package com.logicaldoc.core.ticket
[+] HibernateTicketDAO.getDocumentDAO ( ) : DocumentDAO 1
com/logicaldoc/core/ticket/HibernateTicketDAO.getDocumentDAO:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.document.DocumentDAO cannot be converted to com.logicaldoc.core.document.dao.DocumentDAO. |
logicaldoc-core-8.9.0-plugin.jar,
History.class
package com.logicaldoc.core
[+] History.getUser ( ) : User 1
com/logicaldoc/core/History.getUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from security.User to security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: security.user.User cannot be converted to security.User. |
logicaldoc-core-8.9.0-plugin.jar,
LanguageManager.class
package com.logicaldoc.core.i18n
[+] LanguageManager.getActiveLanguages ( String tenantName ) : Collection<Language> 1
com/logicaldoc/core/i18n/LanguageManager.getActiveLanguages:(Ljava/lang/String;)Ljava/util/Collection;
| Change | Effect |
---|
1 |
Return value type has been changed from java.util.Collection<Language> to java.util.List<Language>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<Language> cannot be converted to java.util.Collection<Language>. |
[+] LanguageManager.getLanguages ( ) : Collection<Language> 1
com/logicaldoc/core/i18n/LanguageManager.getLanguages:()Ljava/util/Collection;
| Change | Effect |
---|
1 |
Return value type has been changed from java.util.Collection<Language> to java.util.List<Language>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<Language> cannot be converted to java.util.Collection<Language>. |
logicaldoc-core-8.9.0-plugin.jar,
LockManager.class
package com.logicaldoc.core.lock
[+] LockManager.getInternal ( String lockName, String transactionId ) : boolean 1
com/logicaldoc/core/lock/LockManager.getInternal:(Ljava/lang/String;Ljava/lang/String;)Z
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] LockManager.release ( String lockName, String transactionId ) : void 1
com/logicaldoc/core/lock/LockManager.release:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
MessageTemplateDAO.class
package com.logicaldoc.core.communication
[+] MessageTemplateDAO.findByLanguage ( String p1, long p2 ) [abstract] : List<MessageTemplate> 1
com/logicaldoc/core/communication/MessageTemplateDAO.findByLanguage:(Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] MessageTemplateDAO.findByName ( String p1, long p2 ) [abstract] : List<MessageTemplate> 1
com/logicaldoc/core/communication/MessageTemplateDAO.findByName:(Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] MessageTemplateDAO.findByNameAndLanguage ( String p1, String p2, long p3 ) [abstract] : MessageTemplate 1
com/logicaldoc/core/communication/MessageTemplateDAO.findByNameAndLanguage:(Ljava/lang/String;Ljava/lang/String;J)Lcom/logicaldoc/core/communication/MessageTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] MessageTemplateDAO.findByTypeAndLanguage ( String p1, String p2, long p3 ) [abstract] : List<MessageTemplate> 1
com/logicaldoc/core/communication/MessageTemplateDAO.findByTypeAndLanguage:(Ljava/lang/String;Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
PersistentObjectDAO.class
package com.logicaldoc.core
[+] PersistentObjectDAO<T>.findAll ( ) [abstract] : List<T> 1
com/logicaldoc/core/PersistentObjectDAO.findAll:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception PersistenceException must be caught or declared to be thrown. |
[+] PersistentObjectDAO<T>.findAll ( long p1 ) [abstract] : List<T> 1
com/logicaldoc/core/PersistentObjectDAO.findAll:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception PersistenceException must be caught or declared to be thrown. |
[+] PersistentObjectDAO<T>.findAllIds ( ) [abstract] : List<Long> 1
com/logicaldoc/core/PersistentObjectDAO.findAllIds:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception PersistenceException must be caught or declared to be thrown. |
[+] PersistentObjectDAO<T>.findAllIds ( long p1 ) [abstract] : List<Long> 1
com/logicaldoc/core/PersistentObjectDAO.findAllIds:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
SecurityTool.class
package com.logicaldoc.core.automation
[+] SecurityTool.getUser ( long userId ) : User 1
com/logicaldoc/core/automation/SecurityTool.getUser:(J)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
[+] SecurityTool.getUser ( String username ) : User 1
com/logicaldoc/core/automation/SecurityTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-core-8.9.0-plugin.jar,
Session.class
package com.logicaldoc.core.security
[+] Session.getUser ( ) : User 1
com/logicaldoc/core/security/Session.getUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from User to user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: user.User cannot be converted to User. |
logicaldoc-core-8.9.0-plugin.jar,
SessionManager.class
package com.logicaldoc.core.security
[+] SessionManager.getSessionDao ( ) : SessionDAO 1
com/logicaldoc/core/security/SessionManager.getSessionDao:()Lcom/logicaldoc/core/security/dao/SessionDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from dao.SessionDAO to SessionDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: SessionDAO cannot be converted to dao.SessionDAO. |
logicaldoc-core-8.9.0-plugin.jar,
StatsCollector.class
package com.logicaldoc.core.stats
[+] StatsCollector.getDocumentDAO ( ) : DocumentDAO 1
com/logicaldoc/core/stats/StatsCollector.getDocumentDAO:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.document.DocumentDAO cannot be converted to com.logicaldoc.core.document.dao.DocumentDAO. |
[+] StatsCollector.getGroupDAO ( ) : GroupDAO 1
com/logicaldoc/core/stats/StatsCollector.getGroupDAO:()Lcom/logicaldoc/core/security/dao/GroupDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.dao.GroupDAO to com.logicaldoc.core.security.user.GroupDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.GroupDAO cannot be converted to com.logicaldoc.core.security.dao.GroupDAO. |
[+] StatsCollector.saveStatistic ( String parameter, Object val, long tenantId ) : void 1
com/logicaldoc/core/stats/StatsCollector.saveStatistic:(Ljava/lang/String;Ljava/lang/Object;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
SystemInfo.class
package com.logicaldoc.core
[+] SystemInfo.getFeatures ( ) : String[ ] 1
com/logicaldoc/core/SystemInfo.getFeatures:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.Set<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.Set<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-core-8.9.0-plugin.jar,
SystemMessageDAO.class
package com.logicaldoc.core.communication
[+] SystemMessageDAO.deleteExpiredMessages ( int p1 ) [abstract] : void 1
com/logicaldoc/core/communication/SystemMessageDAO.deleteExpiredMessages:(I)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] SystemMessageDAO.deleteExpiredMessages ( String p1 ) [abstract] : void 1
com/logicaldoc/core/communication/SystemMessageDAO.deleteExpiredMessages:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] SystemMessageDAO.findByMode ( String p1 ) [abstract] : List<SystemMessage> 1
com/logicaldoc/core/communication/SystemMessageDAO.findByMode:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] SystemMessageDAO.findByRecipient ( String p1, int p2, Integer p3 ) [abstract] : List<SystemMessage> 1
com/logicaldoc/core/communication/SystemMessageDAO.findByRecipient:(Ljava/lang/String;ILjava/lang/Integer;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] SystemMessageDAO.findByType ( int p1 ) [abstract] : List<SystemMessage> 1
com/logicaldoc/core/communication/SystemMessageDAO.findByType:(I)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] SystemMessageDAO.findMessagesToBeSent ( int p1, int p2 ) [abstract] : List<SystemMessage> 1
com/logicaldoc/core/communication/SystemMessageDAO.findMessagesToBeSent:(II)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] SystemMessageDAO.getUnreadCount ( String p1, int p2 ) [abstract] : int 1
com/logicaldoc/core/communication/SystemMessageDAO.getUnreadCount:(Ljava/lang/String;I)I
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-core-8.9.0-plugin.jar,
UserTool.class
package com.logicaldoc.core.automation
[+] UserTool.getUser ( long userId ) : User 1
com/logicaldoc/core/automation/UserTool.getUser:(J)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
[+] UserTool.getUser ( String username ) : User 1
com/logicaldoc/core/automation/UserTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-docusign-8.9.0-plugin.jar,
DocuSignPoller.class
package com.logicaldoc.docusign
[+] DocuSignPoller.getDocumentDao ( ) : DocumentDAO 1
com/logicaldoc/docusign/DocuSignPoller.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.document.DocumentDAO cannot be converted to com.logicaldoc.core.document.dao.DocumentDAO. |
logicaldoc-docusign-8.9.0-plugin.jar,
DocuSignUtil.class
package com.logicaldoc.docusign
[+] DocuSignUtil.listUsersWithDocuSignProfile ( ) [static] : List<User> 1
com/logicaldoc/docusign/DocuSignUtil.listUsersWithDocuSignProfile:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-email-8.9.0-plugin.jar,
EmailCrawler.class
package com.logicaldoc.email
[+] EmailCrawler.getDocumentDao ( ) : DocumentDAO 1
com/logicaldoc/email/EmailCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.document.DocumentDAO cannot be converted to com.logicaldoc.core.document.dao.DocumentDAO. |
[+] EmailCrawler.getDocumentHistoryDao ( ) : DocumentHistoryDAO 1
com/logicaldoc/email/EmailCrawler.getDocumentHistoryDao:()Lcom/logicaldoc/core/document/dao/DocumentHistoryDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentHistoryDAO to com.logicaldoc.core.document.DocumentHistoryDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.document.DocumentHistoryDAO cannot be converted to com.logicaldoc.core.document.dao.DocumentHistoryDAO. |
[+] EmailCrawler.getDocumentLinkDao ( ) : DocumentLinkDAO 1
com/logicaldoc/email/EmailCrawler.getDocumentLinkDao:()Lcom/logicaldoc/core/document/dao/DocumentLinkDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentLinkDAO to com.logicaldoc.core.document.DocumentLinkDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.document.DocumentLinkDAO cannot be converted to com.logicaldoc.core.document.dao.DocumentLinkDAO. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
AuthenticationChain.class
package com.logicaldoc.core.security.authentication
[+] AuthenticationChain.authenticate ( String p1, String p2 ) : User 1
com/logicaldoc/core/security/authentication/AuthenticationChain.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
[+] AuthenticationChain.authenticate ( String p1, String p2, String p3, Client p4 ) : User 1
com/logicaldoc/core/security/authentication/AuthenticationChain.authenticate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
[+] AuthenticationChain.checkAnonymousLogin ( String p1, String p2, Client p3 ) : User 1
com/logicaldoc/core/security/authentication/AuthenticationChain.checkAnonymousLogin:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/core/security/Client;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
[+] AuthenticationChain.pickUser ( String p1 ) : User 1
com/logicaldoc/core/security/authentication/AuthenticationChain.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseFolderService.class
package com.logicaldoc.enterprise.folder
[+] EnterpriseFolderService.loadTemplates ( ) : GUIValue[ ] 1
com/logicaldoc/enterprise/folder/EnterpriseFolderService.loadTemplates:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIValue[]. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseInfoService.class
package com.logicaldoc.enterprise
[+] EnterpriseInfoService.getSessionInfo ( ) : GUIParameter[ ] 1
com/logicaldoc/enterprise/EnterpriseInfoService.getSessionInfo:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[]. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
EnterpriseTagService.class
package com.logicaldoc.enterprise
[+] EnterpriseTagService.getSettings ( ) : GUIParameter[ ] 1
com/logicaldoc/enterprise/EnterpriseTagService.getSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[]. |
[+] EnterpriseTagService.getTagCloud ( ) : GUITag[ ] 1
com/logicaldoc/enterprise/EnterpriseTagService.getTagCloud:()[Lcom/logicaldoc/gui/common/client/beans/GUITag;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUITag[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUITag>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUITag> cannot be converted to com.logicaldoc.gui.common.client.beans.GUITag[]. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
PayloadHandler.class
package com.logicaldoc.enterprise.cluster
[+] PayloadHandler.handle ( Payload p1 ) [abstract] : Object 1
com/logicaldoc/enterprise/cluster/PayloadHandler.handle:(Lcom/logicaldoc/enterprise/cluster/Payload;)Ljava/lang/Object;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ReadingRequestServiceImpl.class
package com.logicaldoc.enterprise.reading
[+] ReadingRequestServiceImpl.getUnconfimedReadings ( ) : GUIReadingRequest[ ] 1
com/logicaldoc/enterprise/reading/ReadingRequestServiceImpl.getUnconfimedReadings:()[Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIReadingRequest[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIReadingRequest>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIReadingRequest> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIReadingRequest[]. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
ScopedContextProperties.class
package com.logicaldoc.enterprise.cluster
[+] ScopedContextProperties.handle ( Payload p1 ) : Object 1
com/logicaldoc/enterprise/cluster/ScopedContextProperties.handle:(Lcom/logicaldoc/enterprise/cluster/Payload;)Ljava/lang/Object;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] ScopedContextProperties.readGlobalProperties ( ) : Map<String,String> 1
com/logicaldoc/enterprise/cluster/ScopedContextProperties.readGlobalProperties:()Ljava/util/Map;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
TwoFactorsAuthenticationProvider.class
package com.logicaldoc.enterprise.security.twofactorsauth
[+] TwoFactorsAuthenticationProvider.getUser ( String p1 ) : User 1
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthenticationProvider.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
TwoFactorsAuthenticationServiceImpl.class
package com.logicaldoc.enterprise.security.twofactorsauth
[+] TwoFactorsAuthenticationServiceImpl.generateGoogleAuthorizationCredentials ( String p1 ) : String[ ] 1
com/logicaldoc/enterprise/security/twofactorsauth/TwoFactorsAuthenticationServiceImpl.generateGoogleAuthorizationCredentials:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-enterprise-core-8.9.0-plugin.jar,
UpdateServiceImpl.class
package com.logicaldoc.enterprise.update
[+] UpdateServiceImpl.checkDownloadStatus ( ) : int[ ] 1
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkDownloadStatus:()[I
| Change | Effect |
---|
1 |
Return value type has been changed from int[] to java.util.List<java.lang.Integer>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Integer> cannot be converted to int[]. |
[+] UpdateServiceImpl.checkPatch ( ) : GUIPatch[ ] 1
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkPatch:()[Lcom/logicaldoc/gui/common/client/beans/GUIPatch;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIPatch[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIPatch>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIPatch> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIPatch[]. |
[+] UpdateServiceImpl.checkUpdate ( ) : GUIParameter[ ] 1
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkUpdate:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[]. |
[+] UpdateServiceImpl.getPatchNotes ( String p1 ) : String[ ] 1
com/logicaldoc/enterprise/update/UpdateServiceImpl.getPatchNotes:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] UpdateServiceImpl.getUpdateNotes ( String p1 ) : String[ ] 1
com/logicaldoc/enterprise/update/UpdateServiceImpl.getUpdateNotes:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
DocumentsListGrid.class
package com.logicaldoc.enterprise.gui.mobile.client.search
[+] DocumentsListGrid.getDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
[+] DocumentsListGrid.getIds ( ) : Long[ ] 1
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
[+] DocumentsListGrid.getSelectedDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
[+] DocumentsListGrid.getSelectedIds ( ) : Long[ ] 1
com/logicaldoc/enterprise/gui/mobile/client/search/DocumentsListGrid.getSelectedIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
LicenseServiceImpl.class
package com.logicaldoc.enterprise.gui.license.server
[+] LicenseServiceImpl.getBundle ( String locale ) [static] : GUIValue[ ] 1
com/logicaldoc/enterprise/gui/license/server/LicenseServiceImpl.getBundle:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIValue[]. |
logicaldoc-enterprise-gui-8.9.0-plugin.jar,
Search.class
package com.logicaldoc.enterprise.gui.mobile.client.search
[+] Search.getLastResult ( ) : GUIDocument[ ] 1
com/logicaldoc/enterprise/gui/mobile/client/search/Search.getLastResult:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
logicaldoc-form-8.9.0-plugin.jar,
FormService.class
package com.logicaldoc.form.webservice.soap
[+] FormService.createDocument ( String p1, long p2, WSDocument p3 ) [abstract] : WSDocument 1
com/logicaldoc/form/webservice/soap/FormService.createDocument:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSDocument;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-form-8.9.0-plugin.jar,
SoapFormClient.class
package com.logicaldoc.form.webservice.soap.client
[+] SoapFormClient.createDocument ( String sid, long formId, WSDocument doc ) : WSDocument 1
com/logicaldoc/form/webservice/soap/client/SoapFormClient.createDocument:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSDocument;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-form-8.9.0-plugin.jar,
SoapFormService.class
package com.logicaldoc.form.webservice.soap.endpoint
[+] SoapFormService.createDocument ( String sid, long formId, WSDocument doc ) : WSDocument 1
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.createDocument:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSDocument;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-ftp-8.9.0-plugin.jar,
FtpUser.class
package com.logicaldoc.ftp
[+] FtpUser.getUser ( ) : User 1
com/logicaldoc/ftp/FtpUser.getUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-gdrive-8.9.0-plugin.jar,
GDriveServiceImpl.class
package com.logicaldoc.gdrive
[+] GDriveServiceImpl.loadSettings ( ) : String[ ] 1
com/logicaldoc/gdrive/GDriveServiceImpl.loadSettings:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] GDriveServiceImpl.search ( String expression ) : GUIDocument[ ] 1
com/logicaldoc/gdrive/GDriveServiceImpl.search:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
logicaldoc-gui-8.9.0-plugin.jar,
AttributeSetService.class
package com.logicaldoc.gui.frontend.client.services
[+] AttributeSetService.getAttributeSets ( ) [abstract] : GUIAttributeSet[ ] 1
com/logicaldoc/gui/frontend/client/services/AttributeSetService.getAttributeSets:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttributeSet;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIAttributeSet[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIAttributeSet>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIAttributeSet> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIAttributeSet[]. |
[+] AttributeSetService.parseOptions ( long p1, String p2 ) [abstract] : GUIValue[ ] 1
com/logicaldoc/gui/frontend/client/services/AttributeSetService.parseOptions:(JLjava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIValue[]. |
logicaldoc-gui-8.9.0-plugin.jar,
CalendarService.class
package com.logicaldoc.gui.frontend.client.services
[+] CalendarService.find ( GUICalendarEventSearchCriteria p1 ) [abstract] : GUICalendarEvent[ ] 1
com/logicaldoc/gui/frontend/client/services/CalendarService.find:(Lcom/logicaldoc/gui/common/client/beans/GUICalendarEventSearchCriteria;)[Lcom/logicaldoc/gui/common/client/beans/GUICalendarEvent;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUICalendarEvent[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUICalendarEvent>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUICalendarEvent> cannot be converted to com.logicaldoc.gui.common.client.beans.GUICalendarEvent[]. |
logicaldoc-gui-8.9.0-plugin.jar,
Constants.class
package com.logicaldoc.gui.common.client
[+] Constants.getAuditDefaultEvents ( ) [static] : String[ ] 1
com/logicaldoc/gui/common/client/Constants.getAuditDefaultEvents:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] Constants.getFulltextDefaultFields ( ) [static] : String[ ] 1
com/logicaldoc/gui/common/client/Constants.getFulltextDefaultFields:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-gui-8.9.0-plugin.jar,
ContactService.class
package com.logicaldoc.gui.frontend.client.services
[+] ContactService.parseContacts ( boolean p1, GUIParseContactsParameters p2 ) [abstract] : GUIContact[ ] 1
com/logicaldoc/gui/frontend/client/services/ContactService.parseContacts:(ZLcom/logicaldoc/gui/common/client/beans/GUIParseContactsParameters;)[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIContact[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIContact>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIContact> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIContact[]. |
logicaldoc-gui-8.9.0-plugin.jar,
DashletService.class
package com.logicaldoc.gui.frontend.client.services
[+] DashletService.loadDashlets ( ) [abstract] : GUIDashlet[ ] 1
com/logicaldoc/gui/frontend/client/services/DashletService.loadDashlets:()[Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDashlet[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDashlet>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDashlet> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDashlet[]. |
logicaldoc-gui-8.9.0-plugin.jar,
DocumentGridUtil.class
package com.logicaldoc.gui.frontend.client.document.grid
[+] DocumentGridUtil.getIds ( Record[ ] records ) [static] : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentGridUtil.getIds:([Lcom/smartgwt/client/data/Record;)[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
[+] DocumentGridUtil.toDocuments ( Record[ ] records ) [static] : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentGridUtil.toDocuments:([Lcom/smartgwt/client/data/Record;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
logicaldoc-gui-8.9.0-plugin.jar,
DocumentSelectorPanel.class
package com.logicaldoc.gui.frontend.client.document.selector
[+] DocumentSelectorPanel.getSelection ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/selector/DocumentSelectorPanel.getSelection:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
logicaldoc-gui-8.9.0-plugin.jar,
DocumentService.class
package com.logicaldoc.gui.frontend.client.services
[+] DocumentService.addDocuments ( boolean p1, String p2, boolean p3, GUIDocument p4 ) [abstract] : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/services/DocumentService.addDocuments:(ZLjava/lang/String;ZLcom/logicaldoc/gui/common/client/beans/GUIDocument;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
[+] DocumentService.addDocuments ( String p1, long p2, boolean p3, String p4, boolean p5, Long p6 ) [abstract] : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/services/DocumentService.addDocuments:(Ljava/lang/String;JZLjava/lang/String;ZLjava/lang/Long;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
[+] DocumentService.createDownloadTicket ( long p1, int p2, String p3, Integer p4, Date p5, Integer p6, Integer p7 ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/DocumentService.createDownloadTicket:(JILjava/lang/String;Ljava/lang/Integer;Ljava/util/Date;Ljava/lang/Integer;Ljava/lang/Integer;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] DocumentService.getNotes ( long p1, String p2, Collection<String> p3 ) [abstract] : GUIDocumentNote[ ] 1
com/logicaldoc/gui/frontend/client/services/DocumentService.getNotes:(JLjava/lang/String;Ljava/util/Collection;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocumentNote;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocumentNote[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocumentNote>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocumentNote> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocumentNote[]. |
[+] DocumentService.getVersionsById ( long p1, long p2 ) [abstract] : GUIVersion[ ] 1
com/logicaldoc/gui/frontend/client/services/DocumentService.getVersionsById:(JJ)[Lcom/logicaldoc/gui/common/client/beans/GUIVersion;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIVersion[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIVersion>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIVersion> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIVersion[]. |
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
[+] DocumentsGrid.getDocuments ( ) [abstract] : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
[+] DocumentsGrid.getIds ( ) [abstract] : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
[+] DocumentsGrid.getSelectedDocuments ( ) [abstract] : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
[+] DocumentsGrid.getSelectedIds ( ) [abstract] : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid.getSelectedIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsListGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
[+] DocumentsListGrid.getDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
[+] DocumentsListGrid.getIds ( ) : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
[+] DocumentsListGrid.getSelectedDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
[+] DocumentsListGrid.getSelectedIds ( ) : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsListGrid.getSelectedIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
logicaldoc-gui-8.9.0-plugin.jar,
DocumentsTileGrid.class
package com.logicaldoc.gui.frontend.client.document.grid
[+] DocumentsTileGrid.getDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
[+] DocumentsTileGrid.getIds ( ) : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
[+] DocumentsTileGrid.getSelectedDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getSelectedDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
[+] DocumentsTileGrid.getSelectedIds ( ) : Long[ ] 1
com/logicaldoc/gui/frontend/client/document/grid/DocumentsTileGrid.getSelectedIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
logicaldoc-gui-8.9.0-plugin.jar,
FolderNavigator.class
package com.logicaldoc.gui.frontend.client.folder
[+] FolderNavigator.getSelectedIds ( ) : long[ ] 1
com/logicaldoc/gui/frontend/client/folder/FolderNavigator.getSelectedIds:()[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to long[]. |
logicaldoc-gui-8.9.0-plugin.jar,
FolderSearchDialog.class
package com.logicaldoc.gui.frontend.client.folder
[+] FolderSearchDialog.getLastResult ( ) : ListGridRecord[ ] 1
com/logicaldoc/gui/frontend/client/folder/FolderSearchDialog.getLastResult:()[Lcom/smartgwt/client/widgets/grid/ListGridRecord;
| Change | Effect |
---|
1 |
Return value type has been changed from com.smartgwt.client.widgets.grid.ListGridRecord[] to java.util.List<com.smartgwt.client.widgets.grid.ListGridRecord>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.smartgwt.client.widgets.grid.ListGridRecord> cannot be converted to com.smartgwt.client.widgets.grid.ListGridRecord[]. |
logicaldoc-gui-8.9.0-plugin.jar,
FolderService.class
package com.logicaldoc.gui.frontend.client.services
[+] FolderService.computeStats ( long p1 ) [abstract] : long[ ] 1
com/logicaldoc/gui/frontend/client/services/FolderService.computeStats:(J)[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to long[]. |
[+] FolderService.loadTemplates ( ) [abstract] : GUIValue[ ] 1
com/logicaldoc/gui/frontend/client/services/FolderService.loadTemplates:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIValue[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GDriveService.class
package com.logicaldoc.gui.frontend.client.services
[+] GDriveService.loadSettings ( ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/GDriveService.loadSettings:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] GDriveService.search ( String p1 ) [abstract] : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/services/GDriveService.search:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GroupSelectorCombo.class
package com.logicaldoc.gui.common.client.widgets
[+] GroupSelectorCombo.getGroupIds ( ) : long[ ] 1
com/logicaldoc/gui/common/client/widgets/GroupSelectorCombo.getGroupIds:()[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to long[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIAttribute.class
package com.logicaldoc.gui.common.client.beans
[+] GUIAttribute.getForbiddenNames ( ) [static] : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIAttribute.getForbiddenNames:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] GUIAttribute.getOptions ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIAttribute.getOptions:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIAttributeSet.class
package com.logicaldoc.gui.common.client.beans
[+] GUIAttributeSet.getAttributes ( ) : GUIAttribute[ ] 1
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.getAttributes:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIAttribute[] to java.util.List<GUIAttribute>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIAttribute> cannot be converted to GUIAttribute[]. |
[+] GUIAttributeSet.getAttributesOrderedByPosition ( ) : GUIAttribute[ ] 1
com/logicaldoc/gui/common/client/beans/GUIAttributeSet.getAttributesOrderedByPosition:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIAttribute[] to java.util.List<GUIAttribute>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIAttribute> cannot be converted to GUIAttribute[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIAutomationRoutine.class
package com.logicaldoc.gui.common.client.beans
[+] GUIAutomationRoutine.getPermissions ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIAutomationRoutine.getPermissions:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUICalendarEvent.class
package com.logicaldoc.gui.common.client.beans
[+] GUICalendarEvent.getDocuments ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getDocuments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIDocument[] to java.util.List<GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIDocument> cannot be converted to GUIDocument[]. |
[+] GUICalendarEvent.getParticipants ( ) : GUIUser[ ] 1
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getParticipants:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIUser[] to java.util.List<GUIUser>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIUser> cannot be converted to GUIUser[]. |
[+] GUICalendarEvent.getParticipantsGroups ( ) : GUIGroup[ ] 1
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getParticipantsGroups:()[Lcom/logicaldoc/gui/common/client/beans/GUIGroup;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIGroup[] to java.util.List<GUIGroup>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIGroup> cannot be converted to GUIGroup[]. |
[+] GUICalendarEvent.getReminders ( ) : GUIReminder[ ] 1
com/logicaldoc/gui/common/client/beans/GUICalendarEvent.getReminders:()[Lcom/logicaldoc/gui/common/client/beans/GUIReminder;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIReminder[] to java.util.List<GUIReminder>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIReminder> cannot be converted to GUIReminder[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIDocument.class
package com.logicaldoc.gui.common.client.beans
[+] GUIDocument.getNotifyUsers ( ) : long[ ] 1
com/logicaldoc/gui/common/client/beans/GUIDocument.getNotifyUsers:()[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to long[]. |
[+] GUIDocument.getTags ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIDocument.getTags:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIEmail.class
package com.logicaldoc.gui.common.client.beans
[+] GUIEmail.getAttachments ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmail.getAttachments:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIDocument[] to java.util.List<GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIDocument> cannot be converted to GUIDocument[]. |
[+] GUIEmail.getBccs ( ) : GUIContact[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmail.getBccs:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIContact[] to java.util.List<GUIContact>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIContact> cannot be converted to GUIContact[]. |
[+] GUIEmail.getCcs ( ) : GUIContact[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmail.getCcs:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIContact[] to java.util.List<GUIContact>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIContact> cannot be converted to GUIContact[]. |
[+] GUIEmail.getDocIds ( ) : Long[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmail.getDocIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
[+] GUIEmail.getReplyTo ( ) : GUIContact[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmail.getReplyTo:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIContact[] to java.util.List<GUIContact>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIContact> cannot be converted to GUIContact[]. |
[+] GUIEmail.getTos ( ) : GUIContact[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmail.getTos:()[Lcom/logicaldoc/gui/common/client/beans/GUIContact;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIContact[] to java.util.List<GUIContact>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIContact> cannot be converted to GUIContact[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIEmailAccount.class
package com.logicaldoc.gui.common.client.beans
[+] GUIEmailAccount.getRules ( ) : GUIEmailRule[ ] 1
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.getRules:()[Lcom/logicaldoc/gui/common/client/beans/GUIEmailRule;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIEmailRule[] to java.util.List<GUIEmailRule>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIEmailRule> cannot be converted to GUIEmailRule[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIExtensibleObject.class
package com.logicaldoc.gui.common.client.beans
[+] GUIExtensibleObject.getAttributeNames ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.getAttributeNames:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] GUIExtensibleObject.getAttributes ( ) : GUIAttribute[ ] 1
com/logicaldoc/gui/common/client/beans/GUIExtensibleObject.getAttributes:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIAttribute[] to java.util.List<GUIAttribute>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIAttribute> cannot be converted to GUIAttribute[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIFolder.class
package com.logicaldoc.gui.common.client.beans
[+] GUIFolder.getPath ( ) : GUIFolder[ ] 1
com/logicaldoc/gui/common/client/beans/GUIFolder.getPath:()[Lcom/logicaldoc/gui/common/client/beans/GUIFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIFolder[] to java.util.List<GUIFolder>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIFolder> cannot be converted to GUIFolder[]. |
[+] GUIFolder.getQuotaAlertRecipients ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIFolder.getQuotaAlertRecipients:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] GUIFolder.getTags ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIFolder.getTags:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIForm.class
package com.logicaldoc.gui.common.client.beans
[+] GUIForm.getRecipients ( ) : GUIUser[ ] 1
com/logicaldoc/gui/common/client/beans/GUIForm.getRecipients:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIUser[] to java.util.List<GUIUser>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIUser> cannot be converted to GUIUser[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIIncrementalArchive.class
package com.logicaldoc.gui.common.client.beans
[+] GUIIncrementalArchive.getTemplateIds ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.getTemplateIds:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.String[]. |
[+] GUIIncrementalArchive.getTemplates ( ) : GUITemplate[ ] 1
com/logicaldoc/gui/common/client/beans/GUIIncrementalArchive.getTemplates:()[Lcom/logicaldoc/gui/common/client/beans/GUITemplate;
| Change | Effect |
---|
1 |
Return value type has been changed from GUITemplate[] to java.util.List<GUITemplate>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUITemplate> cannot be converted to GUITemplate[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIInfo.class
package com.logicaldoc.gui.common.client.beans
[+] GUIInfo.getAlerts ( ) : GUIMessage[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getAlerts:()[Lcom/logicaldoc/gui/common/client/beans/GUIMessage;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIMessage[] to java.util.List<GUIMessage>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIMessage> cannot be converted to GUIMessage[]. |
[+] GUIInfo.getAttributeDefinitions ( ) : GUIAttribute[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getAttributeDefinitions:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIAttribute[] to java.util.List<GUIAttribute>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIAttribute> cannot be converted to GUIAttribute[]. |
[+] GUIInfo.getBundle ( ) : GUIValue[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getBundle:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIValue[] to java.util.List<GUIValue>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIValue> cannot be converted to GUIValue[]. |
[+] GUIInfo.getConfig ( ) : GUIValue[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getConfig:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIValue[] to java.util.List<GUIValue>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIValue> cannot be converted to GUIValue[]. |
[+] GUIInfo.getFeatures ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getFeatures:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] GUIInfo.getSupportedGUILanguages ( ) : GUIValue[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getSupportedGUILanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIValue[] to java.util.List<GUIValue>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIValue> cannot be converted to GUIValue[]. |
[+] GUIInfo.getSupportedLanguages ( ) : GUIValue[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getSupportedLanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIValue[] to java.util.List<GUIValue>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIValue> cannot be converted to GUIValue[]. |
[+] GUIInfo.getUnconfirmedReagings ( ) : GUIReadingRequest[ ] 1
com/logicaldoc/gui/common/client/beans/GUIInfo.getUnconfirmedReagings:()[Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIReadingRequest[] to java.util.List<GUIReadingRequest>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIReadingRequest> cannot be converted to GUIReadingRequest[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUILDAPServer.class
package com.logicaldoc.gui.common.client.beans
[+] GUILDAPServer.getDefaultGroups ( ) : GUIGroup[ ] 1
com/logicaldoc/gui/common/client/beans/GUILDAPServer.getDefaultGroups:()[Lcom/logicaldoc/gui/common/client/beans/GUIGroup;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIGroup[] to java.util.List<GUIGroup>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIGroup> cannot be converted to GUIGroup[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIOCRTemplate.class
package com.logicaldoc.gui.common.client.beans
[+] GUIOCRTemplate.getZones ( ) : GUIZone[ ] 1
com/logicaldoc/gui/common/client/beans/GUIOCRTemplate.getZones:()[Lcom/logicaldoc/gui/common/client/beans/GUIZone;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIZone[] to java.util.List<GUIZone>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIZone> cannot be converted to GUIZone[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIResult.class
package com.logicaldoc.gui.common.client.beans
[+] GUIResult.getHits ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/common/client/beans/GUIResult.getHits:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIDocument[] to java.util.List<GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIDocument> cannot be converted to GUIDocument[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUISearchOptions.class
package com.logicaldoc.gui.common.client.beans
[+] GUISearchOptions.getCriteria ( ) : GUICriterion[ ] 1
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getCriteria:()[Lcom/logicaldoc/gui/common/client/beans/GUICriterion;
| Change | Effect |
---|
1 |
Return value type has been changed from GUICriterion[] to java.util.List<GUICriterion>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUICriterion> cannot be converted to GUICriterion[]. |
[+] GUISearchOptions.getFields ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getFields:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] GUISearchOptions.getFilterIds ( ) : Long[ ] 1
com/logicaldoc/gui/common/client/beans/GUISearchOptions.getFilterIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUITask.class
package com.logicaldoc.gui.common.client.beans
[+] GUITask.getReportRecipients ( ) : GUIUser[ ] 1
com/logicaldoc/gui/common/client/beans/GUITask.getReportRecipients:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIUser[] to java.util.List<GUIUser>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIUser> cannot be converted to GUIUser[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUITemplate.class
package com.logicaldoc.gui.common.client.beans
[+] GUITemplate.getAttributes ( ) : GUIAttribute[ ] 1
com/logicaldoc/gui/common/client/beans/GUITemplate.getAttributes:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIAttribute[] to java.util.List<GUIAttribute>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIAttribute> cannot be converted to GUIAttribute[]. |
[+] GUITemplate.getAttributesOrderedByPosition ( ) : GUIAttribute[ ] 1
com/logicaldoc/gui/common/client/beans/GUITemplate.getAttributesOrderedByPosition:()[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIAttribute[] to java.util.List<GUIAttribute>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIAttribute> cannot be converted to GUIAttribute[]. |
[+] GUITemplate.getPermissions ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUITemplate.getPermissions:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUITenant.class
package com.logicaldoc.gui.common.client.beans
[+] GUITenant.getQuotaAlertRecipients ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUITenant.getQuotaAlertRecipients:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIUser.class
package com.logicaldoc.gui.common.client.beans
[+] GUIUser.getCustomActions ( ) : GUIMenu[ ] 1
com/logicaldoc/gui/common/client/beans/GUIUser.getCustomActions:()[Lcom/logicaldoc/gui/common/client/beans/GUIMenu;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIMenu[] to java.util.List<GUIMenu>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIMenu> cannot be converted to GUIMenu[]. |
[+] GUIUser.getDashlets ( ) : GUIDashlet[ ] 1
com/logicaldoc/gui/common/client/beans/GUIUser.getDashlets:()[Lcom/logicaldoc/gui/common/client/beans/GUIDashlet;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIDashlet[] to java.util.List<GUIDashlet>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIDashlet> cannot be converted to GUIDashlet[]. |
[+] GUIUser.getGroups ( ) : GUIGroup[ ] 1
com/logicaldoc/gui/common/client/beans/GUIUser.getGroups:()[Lcom/logicaldoc/gui/common/client/beans/GUIGroup;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIGroup[] to java.util.List<GUIGroup>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIGroup> cannot be converted to GUIGroup[]. |
[+] GUIUser.getMenus ( ) : Long[ ] 1
com/logicaldoc/gui/common/client/beans/GUIUser.getMenus:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
[+] GUIUser.getWorkingTimes ( ) : GUIWorkingTime[ ] 1
com/logicaldoc/gui/common/client/beans/GUIUser.getWorkingTimes:()[Lcom/logicaldoc/gui/common/client/beans/GUIWorkingTime;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIWorkingTime[] to java.util.List<GUIWorkingTime>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIWorkingTime> cannot be converted to GUIWorkingTime[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIWFState.class
package com.logicaldoc.gui.common.client.beans
[+] GUIWFState.getTransitions ( ) : GUITransition[ ] 1
com/logicaldoc/gui/common/client/beans/GUIWFState.getTransitions:()[Lcom/logicaldoc/gui/common/client/beans/GUITransition;
| Change | Effect |
---|
1 |
Return value type has been changed from GUITransition[] to java.util.List<GUITransition>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUITransition> cannot be converted to GUITransition[]. |
logicaldoc-gui-8.9.0-plugin.jar,
GUIWorkflow.class
package com.logicaldoc.gui.common.client.beans
[+] GUIWorkflow.getAppendedDocs ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getAppendedDocs:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIDocument[] to java.util.List<GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIDocument> cannot be converted to GUIDocument[]. |
[+] GUIWorkflow.getPermissions ( ) : String[ ] 1
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getPermissions:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] GUIWorkflow.getStates ( ) : GUIWFState[ ] 1
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getStates:()[Lcom/logicaldoc/gui/common/client/beans/GUIWFState;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIWFState[] to java.util.List<GUIWFState>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIWFState> cannot be converted to GUIWFState[]. |
[+] GUIWorkflow.getSupervisors ( ) : GUIUser[ ] 1
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getSupervisors:()[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIUser[] to java.util.List<GUIUser>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIUser> cannot be converted to GUIUser[]. |
[+] GUIWorkflow.getWflHistory ( ) : GUIWFState[ ] 1
com/logicaldoc/gui/common/client/beans/GUIWorkflow.getWflHistory:()[Lcom/logicaldoc/gui/common/client/beans/GUIWFState;
| Change | Effect |
---|
1 |
Return value type has been changed from GUIWFState[] to java.util.List<GUIWFState>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<GUIWFState> cannot be converted to GUIWFState[]. |
logicaldoc-gui-8.9.0-plugin.jar,
I18N.class
package com.logicaldoc.gui.common.client.i18n
[+] I18N.getGuiLanguages ( ) [static] : GUIValue[ ] 1
com/logicaldoc/gui/common/client/i18n/I18N.getGuiLanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIValue[]. |
[+] I18N.getLanguages ( ) : GUIValue[ ] 1
com/logicaldoc/gui/common/client/i18n/I18N.getLanguages:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIValue[]. |
logicaldoc-gui-8.9.0-plugin.jar,
InfoService.class
package com.logicaldoc.gui.common.client.services
[+] InfoService.getSessionInfo ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/common/client/services/InfoService.getSessionInfo:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[]. |
logicaldoc-gui-8.9.0-plugin.jar,
LDAPService.class
package com.logicaldoc.gui.frontend.client.services
[+] LDAPService.listUsers ( String p1, long p2 ) [abstract] : GUIUser[ ] 1
com/logicaldoc/gui/frontend/client/services/LDAPService.listUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIUser[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIUser>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIUser> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIUser[]. |
logicaldoc-gui-8.9.0-plugin.jar,
MessageService.class
package com.logicaldoc.gui.frontend.client.services
[+] MessageService.loadTemplates ( String p1, String p2 ) [abstract] : GUIMessageTemplate[ ] 1
com/logicaldoc/gui/frontend/client/services/MessageService.loadTemplates:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIMessageTemplate;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIMessageTemplate[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIMessageTemplate>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIMessageTemplate> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIMessageTemplate[]. |
logicaldoc-gui-8.9.0-plugin.jar,
OCRService.class
package com.logicaldoc.gui.frontend.client.services
[+] OCRService.loadSettings ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/OCRService.loadSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[]. |
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestController.class
package com.logicaldoc.gui.common.client.controllers
[+] ReadingRequestController.getUnconfirmedReadingIds ( long docId ) : long[ ] 1
com/logicaldoc/gui/common/client/controllers/ReadingRequestController.getUnconfirmedReadingIds:(J)[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to long[]. |
logicaldoc-gui-8.9.0-plugin.jar,
ReadingRequestService.class
package com.logicaldoc.gui.frontend.client.services
[+] ReadingRequestService.getUnconfimedReadings ( ) [abstract] : GUIReadingRequest[ ] 1
com/logicaldoc/gui/frontend/client/services/ReadingRequestService.getUnconfimedReadings:()[Lcom/logicaldoc/gui/common/client/beans/GUIReadingRequest;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIReadingRequest[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIReadingRequest>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIReadingRequest> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIReadingRequest[]. |
logicaldoc-gui-8.9.0-plugin.jar,
ReportService.class
package com.logicaldoc.gui.frontend.client.services
[+] ReportService.getReportParameters ( long p1 ) [abstract] : GUIAttribute[ ] 1
com/logicaldoc/gui/frontend/client/services/ReportService.getReportParameters:(J)[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIAttribute[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIAttribute>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIAttribute> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIAttribute[]. |
[+] ReportService.getReports ( ) [abstract] : GUIReport[ ] 1
com/logicaldoc/gui/frontend/client/services/ReportService.getReports:()[Lcom/logicaldoc/gui/common/client/beans/GUIReport;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIReport[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIReport>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIReport> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIReport[]. |
logicaldoc-gui-8.9.0-plugin.jar,
SchemeService.class
package com.logicaldoc.gui.frontend.client.services
[+] SchemeService.load ( ) [abstract] : GUIScheme[ ] 1
com/logicaldoc/gui/frontend/client/services/SchemeService.load:()[Lcom/logicaldoc/gui/common/client/beans/GUIScheme;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIScheme[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIScheme>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIScheme> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIScheme[]. |
[+] SchemeService.loadSequences ( ) [abstract] : GUISequence[ ] 1
com/logicaldoc/gui/frontend/client/services/SchemeService.loadSequences:()[Lcom/logicaldoc/gui/common/client/beans/GUISequence;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUISequence[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUISequence>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUISequence> cannot be converted to com.logicaldoc.gui.common.client.beans.GUISequence[]. |
logicaldoc-gui-8.9.0-plugin.jar,
Search.class
package com.logicaldoc.gui.frontend.client.search
[+] Search.getLastResult ( ) : GUIDocument[ ] 1
com/logicaldoc/gui/frontend/client/search/Search.getLastResult:()[Lcom/logicaldoc/gui/common/client/beans/GUIDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIDocument[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIDocument> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIDocument[]. |
logicaldoc-gui-8.9.0-plugin.jar,
SecurityService.class
package com.logicaldoc.gui.common.client.services
[+] SecurityService.getMenus ( long p1, String p2, boolean p3 ) [abstract] : GUIMenu[ ] 1
com/logicaldoc/gui/common/client/services/SecurityService.getMenus:(JLjava/lang/String;Z)[Lcom/logicaldoc/gui/common/client/beans/GUIMenu;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIMenu[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIMenu>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIMenu> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIMenu[]. |
[+] SecurityService.loadBlockedEntities ( ) [abstract] : GUISequence[ ] 1
com/logicaldoc/gui/common/client/services/SecurityService.loadBlockedEntities:()[Lcom/logicaldoc/gui/common/client/beans/GUISequence;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUISequence[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUISequence>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUISequence> cannot be converted to com.logicaldoc.gui.common.client.beans.GUISequence[]. |
[+] SecurityService.searchUsers ( String p1, String p2 ) [abstract] : GUIUser[ ] 1
com/logicaldoc/gui/common/client/services/SecurityService.searchUsers:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIUser[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIUser>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIUser> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIUser[]. |
[+] SecurityService.validatePassword ( String p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 ) [abstract] : String[ ] 1
com/logicaldoc/gui/common/client/services/SecurityService.validatePassword:(Ljava/lang/String;IIIIIII)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-gui-8.9.0-plugin.jar,
SettingService.class
package com.logicaldoc.gui.frontend.client.services
[+] SettingService.loadConverterParameters ( String p1 ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/SettingService.loadConverterParameters:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[]. |
[+] SettingService.loadGUISettings ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/SettingService.loadGUISettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[]. |
[+] SettingService.loadProtocolSettings ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/SettingService.loadProtocolSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[]. |
[+] SettingService.loadSettings ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/SettingService.loadSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[]. |
[+] SettingService.loadWebserviceStats ( Long p1 ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/SettingService.loadWebserviceStats:(Ljava/lang/Long;)[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[]. |
[+] SettingService.removeStorage ( int p1 ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/SettingService.removeStorage:(I)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-gui-8.9.0-plugin.jar,
ShareFileService.class
package com.logicaldoc.gui.frontend.client.services
[+] ShareFileService.loadSettings ( ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/ShareFileService.loadSettings:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-gui-8.9.0-plugin.jar,
SystemService.class
package com.logicaldoc.gui.frontend.client.services
[+] SystemService.getPlugins ( ) [abstract] : GUIValue[ ] 1
com/logicaldoc/gui/frontend/client/services/SystemService.getPlugins:()[Lcom/logicaldoc/gui/common/client/beans/GUIValue;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIValue[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIValue> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIValue[]. |
[+] SystemService.getStatistics ( String p1 ) [abstract] : GUIParameter[ ][ ] 1
com/logicaldoc/gui/frontend/client/services/SystemService.getStatistics:(Ljava/lang/String;)[[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[][] to java.util.List<java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[][]. |
[+] SystemService.loadTasks ( String p1 ) [abstract] : GUITask[ ] 1
com/logicaldoc/gui/frontend/client/services/SystemService.loadTasks:(Ljava/lang/String;)[Lcom/logicaldoc/gui/common/client/beans/GUITask;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUITask[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUITask>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUITask> cannot be converted to com.logicaldoc.gui.common.client.beans.GUITask[]. |
[+] SystemService.searchApiCalls ( Long p1, Date p2, Date p3, String p4, String p5, String p6, int p7 ) [abstract] : GUIHistory[ ] 1
com/logicaldoc/gui/frontend/client/services/SystemService.searchApiCalls:(Ljava/lang/Long;Ljava/util/Date;Ljava/util/Date;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)[Lcom/logicaldoc/gui/common/client/beans/GUIHistory;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIHistory[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIHistory>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIHistory> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIHistory[]. |
logicaldoc-gui-8.9.0-plugin.jar,
TagService.class
package com.logicaldoc.gui.frontend.client.services
[+] TagService.getSettings ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/TagService.getSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[]. |
[+] TagService.getTagCloud ( ) [abstract] : GUITag[ ] 1
com/logicaldoc/gui/frontend/client/services/TagService.getTagCloud:()[Lcom/logicaldoc/gui/common/client/beans/GUITag;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUITag[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUITag>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUITag> cannot be converted to com.logicaldoc.gui.common.client.beans.GUITag[]. |
logicaldoc-gui-8.9.0-plugin.jar,
TemplateService.class
package com.logicaldoc.gui.frontend.client.services
[+] TemplateService.getAttributes ( long p1, GUIExtensibleObject p2 ) [abstract] : GUIAttribute[ ] 1
com/logicaldoc/gui/frontend/client/services/TemplateService.getAttributes:(JLcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;)[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIAttribute[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIAttribute>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIAttribute> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIAttribute[]. |
logicaldoc-gui-8.9.0-plugin.jar,
TwoFactorsAuthenticationService.class
package com.logicaldoc.gui.frontend.client.services
[+] TwoFactorsAuthenticationService.generateGoogleAuthorizationCredentials ( String p1 ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/TwoFactorsAuthenticationService.generateGoogleAuthorizationCredentials:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-gui-8.9.0-plugin.jar,
UpdateService.class
package com.logicaldoc.gui.frontend.client.services
[+] UpdateService.checkDownloadStatus ( ) [abstract] : int[ ] 1
com/logicaldoc/gui/frontend/client/services/UpdateService.checkDownloadStatus:()[I
| Change | Effect |
---|
1 |
Return value type has been changed from int[] to java.util.List<java.lang.Integer>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Integer> cannot be converted to int[]. |
[+] UpdateService.checkPatch ( ) [abstract] : GUIPatch[ ] 1
com/logicaldoc/gui/frontend/client/services/UpdateService.checkPatch:()[Lcom/logicaldoc/gui/common/client/beans/GUIPatch;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIPatch[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIPatch>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIPatch> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIPatch[]. |
[+] UpdateService.checkUpdate ( ) [abstract] : GUIParameter[ ] 1
com/logicaldoc/gui/frontend/client/services/UpdateService.checkUpdate:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[]. |
[+] UpdateService.getPatchNotes ( String p1 ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/UpdateService.getPatchNotes:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] UpdateService.getUpdateNotes ( String p1 ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/UpdateService.getUpdateNotes:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-gui-8.9.0-plugin.jar,
UserSelectorCombo.class
package com.logicaldoc.gui.common.client.widgets
[+] UserSelectorCombo.getUserIds ( ) : long[ ] 1
com/logicaldoc/gui/common/client/widgets/UserSelectorCombo.getUserIds:()[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to long[]. |
logicaldoc-gui-8.9.0-plugin.jar,
WorkflowService.class
package com.logicaldoc.gui.frontend.client.services
[+] WorkflowService.list ( ) [abstract] : GUIWorkflow[ ] 1
com/logicaldoc/gui/frontend/client/services/WorkflowService.list:()[Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIWorkflow[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIWorkflow>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIWorkflow> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIWorkflow[]. |
logicaldoc-gui-8.9.0-plugin.jar,
ZohoService.class
package com.logicaldoc.gui.frontend.client.services
[+] ZohoService.loadSettings ( ) [abstract] : String[ ] 1
com/logicaldoc/gui/frontend/client/services/ZohoService.loadSettings:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-impex-8.9.0-plugin.jar,
Archive.class
package com.logicaldoc.impex
[+] Archive.getEntryIds ( ) : Long[ ] 1
com/logicaldoc/impex/Archive.getEntryIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
logicaldoc-impex-8.9.0-plugin.jar,
ArchiveImporter.class
package com.logicaldoc.impex
[+] ArchiveImporter.getDocumentDao ( ) : DocumentDAO 1
com/logicaldoc/impex/ArchiveImporter.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.document.DocumentDAO cannot be converted to com.logicaldoc.core.document.dao.DocumentDAO. |
logicaldoc-impex-8.9.0-plugin.jar,
ArchiveVerifier.class
package com.logicaldoc.impex
[+] ArchiveVerifier.getInstance ( File dir ) [static] : ArchiveVerifier 3
com/logicaldoc/impex/ArchiveVerifier.getInstance:(Ljava/io/File;)Lcom/logicaldoc/impex/ArchiveVerifier;
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
3 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
[+] ArchiveVerifier.getInstance ( File dir, IndexHandler handler ) [static] : ArchiveVerifier 3
com/logicaldoc/impex/ArchiveVerifier.getInstance:(Ljava/io/File;Lcom/logicaldoc/impex/IndexHandler;)Lcom/logicaldoc/impex/ArchiveVerifier;
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
3 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
logicaldoc-impex-8.9.0-plugin.jar,
DefaultVerifier.class
package com.logicaldoc.impex
[+] DefaultVerifier.DefaultVerifier ( File dir, IndexHandler handler ) 3
com/logicaldoc/impex/DefaultVerifier."<init>":(Ljava/io/File;Lcom/logicaldoc/impex/IndexHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
3 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
logicaldoc-impex-8.9.0-plugin.jar,
Index.class
package com.logicaldoc.impex
[+] Index.getBarcodeTemplateId ( String name ) [static] : Long 1
com/logicaldoc/impex/Index.getBarcodeTemplateId:(Ljava/lang/String;)Ljava/lang/Long;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] Index.getOcrTemplateId ( String name ) [static] : Long 1
com/logicaldoc/impex/Index.getOcrTemplateId:(Ljava/lang/String;)Ljava/lang/Long;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] Index.Index ( byte[ ] indexContent, IndexHandler handler ) 3
com/logicaldoc/impex/Index."<init>":([BLcom/logicaldoc/impex/IndexHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
3 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
[+] Index.Index ( byte[ ] indexContent, IndexImportHandler handler ) 3
com/logicaldoc/impex/Index."<init>":([BLcom/logicaldoc/impex/IndexImportHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
3 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
[+] Index.Index ( File file, IndexHandler handler ) 3
com/logicaldoc/impex/Index."<init>":(Ljava/io/File;Lcom/logicaldoc/impex/IndexHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
3 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
[+] Index.unmarshall ( ) : void 3
com/logicaldoc/impex/Index.unmarshall:()V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
3 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
[+] Index.unmarshall ( byte[ ] indexContent, IndexHandler dataHandler ) : void 3
com/logicaldoc/impex/Index.unmarshall:([BLcom/logicaldoc/impex/IndexHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
3 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
[+] Index.unmarshall ( IndexHandler dataHandler ) : void 3
com/logicaldoc/impex/Index.unmarshall:(Lcom/logicaldoc/impex/IndexHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
3 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
[+] Index.unmarshall ( InputStream is, IndexHandler dataHandler ) : void 3
com/logicaldoc/impex/Index.unmarshall:(Ljava/io/InputStream;Lcom/logicaldoc/impex/IndexHandler;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
2 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
3 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
logicaldoc-impex-8.9.0-plugin.jar,
IndexCSV.class
package com.logicaldoc.impex
[+] IndexCSV.IndexCSV ( File file ) 1
com/logicaldoc/impex/IndexCSV."<init>":(Ljava/io/File;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] IndexCSV.IndexCSV ( File file, Archive archive ) 1
com/logicaldoc/impex/IndexCSV."<init>":(Ljava/io/File;Lcom/logicaldoc/impex/Archive;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-impex-8.9.0-plugin.jar,
IndexHandler.class
package com.logicaldoc.impex
[+] IndexHandler.readTemplates ( String localName ) : void 1
com/logicaldoc/impex/IndexHandler.readTemplates:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-importfolder-8.9.0-plugin.jar,
CrawlerHelper.class
package com.logicaldoc.importfolder
[+] CrawlerHelper.importDocumentsCount ( ) [abstract] : int 2
com/logicaldoc/importfolder/CrawlerHelper.importDocumentsCount:()I
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
2 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
[+] CrawlerHelper.importUsingIndex ( ImportFolderCrawler p1 ) [abstract] : void 2
com/logicaldoc/importfolder/CrawlerHelper.importUsingIndex:(Lcom/logicaldoc/importfolder/ImportFolderCrawler;)V
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
2 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
logicaldoc-importfolder-8.9.0-plugin.jar,
FSHelper.class
package com.logicaldoc.importfolder.fs
[+] FSHelper.importDocumentsCount ( ) : int 2
com/logicaldoc/importfolder/fs/FSHelper.importDocumentsCount:()I
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
2 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
[+] FSHelper.importUsingIndex ( ImportFolderCrawler crawler ) : void 2
com/logicaldoc/importfolder/fs/FSHelper.importUsingIndex:(Lcom/logicaldoc/importfolder/ImportFolderCrawler;)V
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
2 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
logicaldoc-importfolder-8.9.0-plugin.jar,
FTPHelper.class
package com.logicaldoc.importfolder.ftp
[+] FTPHelper.importDocumentsCount ( ) : int 2
com/logicaldoc/importfolder/ftp/FTPHelper.importDocumentsCount:()I
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
2 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
[+] FTPHelper.importUsingIndex ( ImportFolderCrawler crawler ) : void 2
com/logicaldoc/importfolder/ftp/FTPHelper.importUsingIndex:(Lcom/logicaldoc/importfolder/ImportFolderCrawler;)V
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
2 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
logicaldoc-importfolder-8.9.0-plugin.jar,
ImportFolderCrawler.class
package com.logicaldoc.importfolder
[+] ImportFolderCrawler.getDocumentDao ( ) : DocumentDAO 1
com/logicaldoc/importfolder/ImportFolderCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.document.DocumentDAO cannot be converted to com.logicaldoc.core.document.dao.DocumentDAO. |
logicaldoc-importfolder-8.9.0-plugin.jar,
ImportFolderDAO.class
package com.logicaldoc.importfolder
[+] ImportFolderDAO.findByProvider ( String p1 ) [abstract] : List<ImportFolder> 1
com/logicaldoc/importfolder/ImportFolderDAO.findByProvider:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-importfolder-8.9.0-plugin.jar,
ImportFolderHistoryDAO.class
package com.logicaldoc.importfolder
[+] ImportFolderHistoryDAO.cleanOldHistories ( int p1 ) [abstract] : void 1
com/logicaldoc/importfolder/ImportFolderHistoryDAO.cleanOldHistories:(I)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] ImportFolderHistoryDAO.findByImportFolderId ( long p1, String p2 ) [abstract] : List<ImportFolderHistory> 1
com/logicaldoc/importfolder/ImportFolderHistoryDAO.findByImportFolderId:(JLjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-importfolder-8.9.0-plugin.jar,
SFTPHelper.class
package com.logicaldoc.importfolder.sftp
[+] SFTPHelper.importDocumentsCount ( ) : int 2
com/logicaldoc/importfolder/sftp/SFTPHelper.importDocumentsCount:()I
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
2 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
[+] SFTPHelper.importUsingIndex ( ImportFolderCrawler crawler ) : void 2
com/logicaldoc/importfolder/sftp/SFTPHelper.importUsingIndex:(Lcom/logicaldoc/importfolder/ImportFolderCrawler;)V
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
2 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
logicaldoc-importfolder-8.9.0-plugin.jar,
SMBHelper.class
package com.logicaldoc.importfolder.smb
[+] SMBHelper.importDocumentsCount ( ) : int 2
com/logicaldoc/importfolder/smb/SMBHelper.importDocumentsCount:()I
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
2 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
[+] SMBHelper.importUsingIndex ( ImportFolderCrawler crawler ) : void 2
com/logicaldoc/importfolder/smb/SMBHelper.importUsingIndex:(Lcom/logicaldoc/importfolder/ImportFolderCrawler;)V
| Change | Effect |
---|
1 |
Added javax.xml.parsers.ParserConfigurationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.xml.parsers.ParserConfigurationException must be caught or declared to be thrown. |
2 |
Added org.xml.sax.SAXException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.xml.sax.SAXException must be caught or declared to be thrown. |
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPAuthenticator.class
package com.logicaldoc.ldap
[+] LDAPAuthenticator.authenticate ( String name, String password ) : User 1
com/logicaldoc/ldap/LDAPAuthenticator.authenticate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
[+] LDAPAuthenticator.pickUser ( String username ) : User 1
com/logicaldoc/ldap/LDAPAuthenticator.pickUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPServerDAO.class
package com.logicaldoc.ldap
[+] LDAPServerDAO.findEnabled ( Long p1 ) [abstract] : List<LDAPServer> 1
com/logicaldoc/ldap/LDAPServerDAO.findEnabled:(Ljava/lang/Long;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPServiceImpl.class
package com.logicaldoc.ldap
[+] LDAPServiceImpl.listUsers ( String login, long serverId ) : GUIUser[ ] 1
com/logicaldoc/ldap/LDAPServiceImpl.listUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/gui/common/client/beans/GUIUser;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIUser[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIUser>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIUser> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIUser[]. |
logicaldoc-ldap-8.9.0-plugin.jar,
LDAPUser.class
package com.logicaldoc.ldap.model
[+] LDAPUser.getUser ( ) : User 1
com/logicaldoc/ldap/model/LDAPUser.getUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-notifier-8.9.0-plugin.jar,
Notifier.class
package com.logicaldoc.notifier
[+] Notifier.sendMessages ( ) : void 1
com/logicaldoc/notifier/Notifier.sendMessages:()V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-ocr-8.9.0-plugin.jar,
OCRHistoryDAO.class
package com.logicaldoc.ocr
[+] OCRHistoryDAO.cleanOldHistories ( int p1 ) [abstract] : void 1
com/logicaldoc/ocr/OCRHistoryDAO.cleanOldHistories:(I)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-ocr-8.9.0-plugin.jar,
OCRServiceImpl.class
package com.logicaldoc.ocr
[+] OCRServiceImpl.loadSettings ( ) : GUIParameter[ ] 1
com/logicaldoc/ocr/OCRServiceImpl.loadSettings:()[Lcom/logicaldoc/gui/common/client/beans/GUIParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIParameter[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIParameter> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIParameter[]. |
logicaldoc-report-8.9.0-plugin.jar,
ReportDAO.class
package com.logicaldoc.report
[+] ReportDAO.cleanZombies ( long p1 ) [abstract] : void 1
com/logicaldoc/report/ReportDAO.cleanZombies:(J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] ReportDAO.findByName ( String p1, long p2 ) [abstract] : Report 1
com/logicaldoc/report/ReportDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/report/Report;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] ReportDAO.findZombies ( long p1 ) [abstract] : List<Report> 1
com/logicaldoc/report/ReportDAO.findZombies:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-report-8.9.0-plugin.jar,
ReportServiceImpl.class
package com.logicaldoc.report
[+] ReportServiceImpl.getReportParameters ( long id ) : GUIAttribute[ ] 1
com/logicaldoc/report/ReportServiceImpl.getReportParameters:(J)[Lcom/logicaldoc/gui/common/client/beans/GUIAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIAttribute[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIAttribute>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIAttribute> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIAttribute[]. |
[+] ReportServiceImpl.getReports ( ) : GUIReport[ ] 1
com/logicaldoc/report/ReportServiceImpl.getReports:()[Lcom/logicaldoc/gui/common/client/beans/GUIReport;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIReport[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIReport>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIReport> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIReport[]. |
logicaldoc-retention-8.9.0-plugin.jar,
HibernateRetentionPolicyDAO.class
package com.logicaldoc.retention
[+] HibernateRetentionPolicyDAO.findAll ( long tenantId ) : List<RetentionPolicy> 1
com/logicaldoc/retention/HibernateRetentionPolicyDAO.findAll:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateRetentionPolicyDAO.findAllEnabled ( ) : List<RetentionPolicy> 1
com/logicaldoc/retention/HibernateRetentionPolicyDAO.findAllEnabled:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateRetentionPolicyDAO.findAllEnabled ( long tenantId ) : List<RetentionPolicy> 1
com/logicaldoc/retention/HibernateRetentionPolicyDAO.findAllEnabled:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-retention-8.9.0-plugin.jar,
RetentionPolicyDAO.class
package com.logicaldoc.retention
[+] RetentionPolicyDAO.findAllEnabled ( ) [abstract] : List<RetentionPolicy> 1
com/logicaldoc/retention/RetentionPolicyDAO.findAllEnabled:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] RetentionPolicyDAO.findAllEnabled ( long p1 ) [abstract] : List<RetentionPolicy> 1
com/logicaldoc/retention/RetentionPolicyDAO.findAllEnabled:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-saml-8.9.0-plugin.jar,
Saml.class
package com.logicaldoc.saml
[+] Saml.createNewUser ( String username, String firstName, String lastName, String email, List<String> samlGroups ) : User 1
com/logicaldoc/saml/Saml.createNewUser:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-saml-8.9.0-plugin.jar,
SamlController.class
package com.logicaldoc.saml
[+] SamlController.service ( HttpServletRequest request, HttpServletResponse response ) : void 2
com/logicaldoc/saml/SamlController.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
| Change | Effect |
---|
1 |
Removed java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override service ( HttpServletRequest, HttpServletResponse ) in SamlController; overridden method does not throw java.io.IOException. |
2 |
Removed javax.servlet.ServletException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override service ( HttpServletRequest, HttpServletResponse ) in SamlController; overridden method does not throw javax.servlet.ServletException. |
logicaldoc-scheme-8.9.0-plugin.jar,
DocumentScheme.class
package com.logicaldoc.scheme
[+] DocumentScheme.afterStore ( Document document, DocumentHistory transaction, Map<String,Object> dictionary ) : void 1
com/logicaldoc/scheme/DocumentScheme.afterStore:(Lcom/logicaldoc/core/document/Document;Lcom/logicaldoc/core/document/DocumentHistory;Ljava/util/Map;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] DocumentScheme.buildSchemeProcessor ( String type, Document document, boolean checkin, boolean update, Map<String,Long> sequenceMap ) [static] : SchemeProcessor 1
com/logicaldoc/scheme/DocumentScheme.buildSchemeProcessor:(Ljava/lang/String;Lcom/logicaldoc/core/document/Document;ZZLjava/util/Map;)Lcom/logicaldoc/scheme/SchemeProcessor;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] DocumentScheme.buildSchemeProcessor ( String type, Document document, boolean checkin, boolean update, Map<String,Object> dictionary, Map<String,Long> sequenceMap ) [static] : SchemeProcessor 1
com/logicaldoc/scheme/DocumentScheme.buildSchemeProcessor:(Ljava/lang/String;Lcom/logicaldoc/core/document/Document;ZZLjava/util/Map;Ljava/util/Map;)Lcom/logicaldoc/scheme/SchemeProcessor;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-scheme-8.9.0-plugin.jar,
SchemeServiceImpl.class
package com.logicaldoc.scheme
[+] SchemeServiceImpl.load ( ) : GUIScheme[ ] 1
com/logicaldoc/scheme/SchemeServiceImpl.load:()[Lcom/logicaldoc/gui/common/client/beans/GUIScheme;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIScheme[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIScheme>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIScheme> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIScheme[]. |
[+] SchemeServiceImpl.loadSequences ( ) : GUISequence[ ] 1
com/logicaldoc/scheme/SchemeServiceImpl.loadSequences:()[Lcom/logicaldoc/gui/common/client/beans/GUISequence;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUISequence[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUISequence>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUISequence> cannot be converted to com.logicaldoc.gui.common.client.beans.GUISequence[]. |
logicaldoc-sharefile-8.9.0-plugin.jar,
ShareFileServiceImpl.class
package com.logicaldoc.sharefile
[+] ShareFileServiceImpl.loadSettings ( ) : String[ ] 1
com/logicaldoc/sharefile/ShareFileServiceImpl.loadSettings:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-sign-8.9.0-plugin.jar,
HibernateKeystoreDAO.class
package com.logicaldoc.sign
[+] HibernateKeystoreDAO.findByTenantId ( long tenantId ) : Keystore 1
com/logicaldoc/sign/HibernateKeystoreDAO.findByTenantId:(J)Lcom/logicaldoc/sign/Keystore;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-sign-8.9.0-plugin.jar,
KeystoreDAO.class
package com.logicaldoc.sign
[+] KeystoreDAO.findByTenantId ( long p1 ) [abstract] : Keystore 1
com/logicaldoc/sign/KeystoreDAO.findByTenantId:(J)Lcom/logicaldoc/sign/Keystore;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-sign-8.9.0-plugin.jar,
SignDocumentsParameter.class
package com.logicaldoc.sign
[+] SignDocumentsParameter.getUser ( ) : User 1
com/logicaldoc/sign/SignDocumentsParameter.getUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-stamp-8.9.0-plugin.jar,
StampDAO.class
package com.logicaldoc.stamp
[+] StampDAO.findByName ( String p1, long p2 ) [abstract] : Stamp 1
com/logicaldoc/stamp/StampDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/stamp/Stamp;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] StampDAO.findByUser ( long p1, boolean p2 ) [abstract] : List<Stamp> 1
com/logicaldoc/stamp/StampDAO.findByUser:(JZ)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-stamp-8.9.0-plugin.jar,
StampManager.class
package com.logicaldoc.stamp
[+] StampManager.getDocDao ( ) : DocumentDAO 1
com/logicaldoc/stamp/StampManager.getDocDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.document.DocumentDAO cannot be converted to com.logicaldoc.core.document.dao.DocumentDAO. |
logicaldoc-syndication-8.9.0-plugin.jar,
SyndicationCrawler.class
package com.logicaldoc.syndication
[+] SyndicationCrawler.getDocumentDao ( ) : DocumentDAO 1
com/logicaldoc/syndication/SyndicationCrawler.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.document.DocumentDAO cannot be converted to com.logicaldoc.core.document.dao.DocumentDAO. |
logicaldoc-syndication-8.9.0-plugin.jar,
SyndicationDAO.class
package com.logicaldoc.syndication
[+] SyndicationDAO.findByName ( String p1, long p2 ) [abstract] : Syndication 1
com/logicaldoc/syndication/SyndicationDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/syndication/Syndication;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-util-8.9.0.jar,
JarUtil.class
package com.logicaldoc.util.io
[+] JarUtil.unjar ( String jarsource, String entry, String target ) : boolean 1
com/logicaldoc/util/io/JarUtil.unjar:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
| Change | Effect |
---|
1 |
Return value type has been changed from boolean to void. |
Recompilation of a client program may be terminated with the message: incompatible types: void cannot be converted to boolean. |
[+] JarUtil.unjar ( String jarsource, String target ) : boolean 1
com/logicaldoc/util/io/JarUtil.unjar:(Ljava/lang/String;Ljava/lang/String;)Z
| Change | Effect |
---|
1 |
Return value type has been changed from boolean to void. |
Recompilation of a client program may be terminated with the message: incompatible types: void cannot be converted to boolean. |
logicaldoc-webservice-8.9.0-plugin.jar,
AbstractService.class
package com.logicaldoc.webservice
[+] AbstractService.validateSession ( String sid ) : User 1
com/logicaldoc/webservice/AbstractService.validateSession:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-webservice-8.9.0-plugin.jar,
BookmarkService.class
package com.logicaldoc.webservice.rest
[+] BookmarkService.bookmarkDocument ( long p1 ) [abstract] : WSBookmark 1
com/logicaldoc/webservice/rest/BookmarkService.bookmarkDocument:(J)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] BookmarkService.saveBookmark ( WSBookmark p1 ) [abstract] : WSBookmark 1
com/logicaldoc/webservice/rest/BookmarkService.saveBookmark:(Lcom/logicaldoc/webservice/model/WSBookmark;)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
BookmarkService.class
package com.logicaldoc.webservice.soap
[+] BookmarkService.bookmarkDocument ( String p1, long p2 ) [abstract] : WSBookmark 1
com/logicaldoc/webservice/soap/BookmarkService.bookmarkDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] BookmarkService.saveBookmark ( String p1, WSBookmark p2 ) [abstract] : WSBookmark 1
com/logicaldoc/webservice/soap/BookmarkService.saveBookmark:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSBookmark;)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.rest
[+] DocumentService.addNote ( long p1, String p2 ) [abstract] : WSNote 1
com/logicaldoc/webservice/rest/DocumentService.addNote:(JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.getNotes ( long p1 ) [abstract] : WSNote[ ] 1
com/logicaldoc/webservice/rest/DocumentService.getNotes:(J)[Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.getRatings ( long p1 ) [abstract] : WSRating[ ] 1
com/logicaldoc/webservice/rest/DocumentService.getRatings:(J)[Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.getVersions ( long p1 ) [abstract] : WSDocument[ ] 1
com/logicaldoc/webservice/rest/DocumentService.getVersions:(J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.link ( long p1, long p2, String p3 ) [abstract] : WSLink 1
com/logicaldoc/webservice/rest/DocumentService.link:(JJLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSLink;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.lock ( long p1 ) [abstract] : void 1
com/logicaldoc/webservice/rest/DocumentService.lock:(J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.move ( long p1, long p2 ) [abstract] : void 1
com/logicaldoc/webservice/rest/DocumentService.move:(JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.promoteVersion ( long p1, String p2 ) [abstract] : void 1
com/logicaldoc/webservice/rest/DocumentService.promoteVersion:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.rateDocument ( long p1, int p2 ) [abstract] : WSRating 1
com/logicaldoc/webservice/rest/DocumentService.rateDocument:(JI)Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.rename ( long p1, String p2 ) [abstract] : void 1
com/logicaldoc/webservice/rest/DocumentService.rename:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.saveNote ( long p1, WSNote p2 ) [abstract] : WSNote 1
com/logicaldoc/webservice/rest/DocumentService.saveNote:(JLcom/logicaldoc/webservice/model/WSNote;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.setPassword ( long p1, String p2 ) [abstract] : void 1
com/logicaldoc/webservice/rest/DocumentService.setPassword:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.unlock ( long p1 ) [abstract] : void 1
com/logicaldoc/webservice/rest/DocumentService.unlock:(J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.unsetPassword ( long p1, String p2 ) [abstract] : void 1
com/logicaldoc/webservice/rest/DocumentService.unsetPassword:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.update ( WSDocument p1 ) [abstract] : void 1
com/logicaldoc/webservice/rest/DocumentService.update:(Lcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.soap
[+] DocumentService.addNote ( String p1, long p2, String p3 ) [abstract] : WSNote 1
com/logicaldoc/webservice/soap/DocumentService.addNote:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.getDocument ( String p1, long p2 ) [abstract] : WSDocument 1
com/logicaldoc/webservice/soap/DocumentService.getDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.getNotes ( String p1, long p2 ) [abstract] : WSNote[ ] 1
com/logicaldoc/webservice/soap/DocumentService.getNotes:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.getRatings ( String p1, long p2 ) [abstract] : WSRating[ ] 1
com/logicaldoc/webservice/soap/DocumentService.getRatings:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.getVersion ( String p1, long p2, String p3 ) [abstract] : WSDocument 1
com/logicaldoc/webservice/soap/DocumentService.getVersion:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.getVersions ( String p1, long p2 ) [abstract] : WSDocument[ ] 1
com/logicaldoc/webservice/soap/DocumentService.getVersions:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.link ( String p1, long p2, long p3, String p4 ) [abstract] : WSLink 1
com/logicaldoc/webservice/soap/DocumentService.link:(Ljava/lang/String;JJLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSLink;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.lock ( String p1, long p2 ) [abstract] : void 1
com/logicaldoc/webservice/soap/DocumentService.lock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.move ( String p1, long p2, long p3 ) [abstract] : void 1
com/logicaldoc/webservice/soap/DocumentService.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.promoteVersion ( String p1, long p2, String p3 ) [abstract] : void 1
com/logicaldoc/webservice/soap/DocumentService.promoteVersion:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.rateDocument ( String p1, long p2, int p3 ) [abstract] : WSRating 1
com/logicaldoc/webservice/soap/DocumentService.rateDocument:(Ljava/lang/String;JI)Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.rename ( String p1, long p2, String p3 ) [abstract] : void 1
com/logicaldoc/webservice/soap/DocumentService.rename:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.replaceFile ( String p1, long p2, String p3, String p4, DataHandler p5 ) [abstract] : void 1
com/logicaldoc/webservice/soap/DocumentService.replaceFile:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.saveNote ( String p1, long p2, WSNote p3 ) [abstract] : WSNote 1
com/logicaldoc/webservice/soap/DocumentService.saveNote:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSNote;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.setPassword ( String p1, long p2, String p3 ) [abstract] : void 1
com/logicaldoc/webservice/soap/DocumentService.setPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.unlock ( String p1, long p2 ) [abstract] : void 1
com/logicaldoc/webservice/soap/DocumentService.unlock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.unsetPassword ( String p1, long p2, String p3 ) [abstract] : void 1
com/logicaldoc/webservice/soap/DocumentService.unsetPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] DocumentService.update ( String p1, WSDocument p2 ) [abstract] : void 1
com/logicaldoc/webservice/soap/DocumentService.update:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.rest
[+] FolderService.copy ( long p1, long p2, int p3, String p4 ) [abstract] : void 1
com/logicaldoc/webservice/rest/FolderService.copy:(JJILjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
[+] FolderService.move ( long p1, long p2 ) [abstract] : void 1
com/logicaldoc/webservice/rest/FolderService.move:(JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.soap
[+] FolderService.copy ( String p1, long p2, long p3, int p4, String p5 ) [abstract] : void 1
com/logicaldoc/webservice/soap/FolderService.copy:(Ljava/lang/String;JJILjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
[+] FolderService.move ( String p1, long p2, long p3 ) [abstract] : void 1
com/logicaldoc/webservice/soap/FolderService.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestBookmarkClient.class
package com.logicaldoc.webservice.rest.client
[+] RestBookmarkClient.bookmarkDocument ( long docId ) : WSBookmark 1
com/logicaldoc/webservice/rest/client/RestBookmarkClient.bookmarkDocument:(J)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestBookmarkClient.saveBookmark ( WSBookmark bookmark ) : WSBookmark 1
com/logicaldoc/webservice/rest/client/RestBookmarkClient.saveBookmark:(Lcom/logicaldoc/webservice/model/WSBookmark;)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestBookmarkService.bookmarkDocument ( long docId ) : WSBookmark 1
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.bookmarkDocument:(J)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestBookmarkService.saveBookmark ( WSBookmark bookmark ) : WSBookmark 1
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.saveBookmark:(Lcom/logicaldoc/webservice/model/WSBookmark;)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestDocumentClient.class
package com.logicaldoc.webservice.rest.client
[+] RestDocumentClient.addNote ( long docId, String note ) : WSNote 1
com/logicaldoc/webservice/rest/client/RestDocumentClient.addNote:(JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentClient.getNotes ( long docId ) : WSNote[ ] 1
com/logicaldoc/webservice/rest/client/RestDocumentClient.getNotes:(J)[Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentClient.getRatings ( long docId ) : WSRating[ ] 1
com/logicaldoc/webservice/rest/client/RestDocumentClient.getRatings:(J)[Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentClient.rateDocument ( long docId, int vote ) : WSRating 1
com/logicaldoc/webservice/rest/client/RestDocumentClient.rateDocument:(JI)Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentClient.update ( WSDocument document ) : void 1
com/logicaldoc/webservice/rest/client/RestDocumentClient.update:(Lcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentService.addNote ( long docId, String note ) : WSNote 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.addNote:(JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.getNotes ( long docId ) : WSNote[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getNotes:(J)[Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.getRatings ( long docId ) : WSRating[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRatings:(J)[Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.getVersions ( long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getVersions:(J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.link ( long doc1, long doc2, String type ) : WSLink 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.link:(JJLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSLink;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.lock ( long docId ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.lock:(J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.move ( long docId, long folderId ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.move:(JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.promoteVersion ( long docId, String version ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.promoteVersion:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.rateDocument ( long docId, int vote ) : WSRating 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.rateDocument:(JI)Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.rename ( long docId, String name ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.rename:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.saveNote ( long docId, WSNote note ) : WSNote 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.saveNote:(JLcom/logicaldoc/webservice/model/WSNote;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.setPassword ( long docId, String password ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.setPassword:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.unlock ( long docId ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.unlock:(J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.unsetPassword ( long docId, String currentPassword ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.unsetPassword:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestDocumentService.update ( WSDocument document ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.update:(Lcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestFolderService.copy ( long folderId, long targetId, int foldersOnly, String securityOption ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestFolderService.copy:(JJILjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
[+] RestFolderService.move ( long folderId, long parentId ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestFolderService.move:(JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestTagClient.class
package com.logicaldoc.webservice.rest.client
[+] RestTagClient.addDocumentTags ( long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/rest/client/RestTagClient.addDocumentTags:(J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestTagClient.getDocumentTags ( long docId ) : String[ ] 1
com/logicaldoc/webservice/rest/client/RestTagClient.getDocumentTags:(J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestTagClient.setDocumentTags ( long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/rest/client/RestTagClient.setDocumentTags:(J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestTagService.addDocumentTags ( long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.addDocumentTags:(J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestTagService.getDocumentTags ( long docId ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.getDocumentTags:(J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] RestTagService.setDocumentTags ( long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.setDocumentTags:(J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapBookmarkClient.class
package com.logicaldoc.webservice.soap.client
[+] SoapBookmarkClient.bookmarkDocument ( String sid, long docId ) : WSBookmark 1
com/logicaldoc/webservice/soap/client/SoapBookmarkClient.bookmarkDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapBookmarkClient.saveBookmark ( String sid, WSBookmark bookmark ) : WSBookmark 1
com/logicaldoc/webservice/soap/client/SoapBookmarkClient.saveBookmark:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSBookmark;)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapBookmarkService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapBookmarkService.bookmarkDocument ( String sid, long docId ) : WSBookmark 1
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.bookmarkDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapBookmarkService.saveBookmark ( String sid, WSBookmark bookmark ) : WSBookmark 1
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.saveBookmark:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSBookmark;)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapDocumentClient.class
package com.logicaldoc.webservice.soap.client
[+] SoapDocumentClient.addNote ( String sid, long docId, String note ) : WSNote 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.addNote:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.getDocument ( String sid, long docId ) : WSDocument 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.getDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.getNotes ( String sid, long docId ) : WSNote[ ] 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.getNotes:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.getRatings ( String sid, long docId ) : WSRating[ ] 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.getRatings:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.getVersion ( String sid, long docId, String version ) : WSDocument 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.getVersion:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.getVersions ( String sid, long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.getVersions:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.link ( String sid, long doc1, long doc2, String type ) : WSLink 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.link:(Ljava/lang/String;JJLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSLink;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.lock ( String sid, long docId ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.lock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.move ( String sid, long docId, long folderId ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.promoteVersion ( String sid, long docId, String version ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.promoteVersion:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.rateDocument ( String sid, long docId, int vote ) : WSRating 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.rateDocument:(Ljava/lang/String;JI)Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.rename ( String sid, long docId, String name ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.rename:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.replaceFile ( String sid, long docId, String fileVersion, String comment, DataHandler content ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.replaceFile:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.saveNote ( String sid, long docId, WSNote note ) : WSNote 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.saveNote:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSNote;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.setPassword ( String sid, long docId, String password ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.setPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.unlock ( String sid, long docId ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.unlock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.unsetPassword ( String sid, long docId, String currentPassword ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.unsetPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentClient.update ( String sid, WSDocument document ) : void 1
com/logicaldoc/webservice/soap/client/SoapDocumentClient.update:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapDocumentService.addNote ( String sid, long docId, String note ) : WSNote 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.addNote:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.getDocument ( String sid, long docId ) : WSDocument 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.getNotes ( String sid, long docId ) : WSNote[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getNotes:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.getRatings ( String sid, long docId ) : WSRating[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRatings:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.getVersion ( String sid, long docId, String version ) : WSDocument 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersion:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.getVersions ( String sid, long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersions:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.link ( String sid, long doc1, long doc2, String type ) : WSLink 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.link:(Ljava/lang/String;JJLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSLink;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.lock ( String sid, long docId ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.lock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.move ( String sid, long docId, long folderId ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.promoteVersion ( String sid, long docId, String version ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.promoteVersion:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.rateDocument ( String sid, long docId, int vote ) : WSRating 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.rateDocument:(Ljava/lang/String;JI)Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.rename ( String sid, long docId, String name ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.rename:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.replaceFile ( String sid, long docId, String fileVersion, String comment, DataHandler content ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.replaceFile:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.saveNote ( String sid, long docId, WSNote wsNote ) : WSNote 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.saveNote:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSNote;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.setPassword ( String sid, long docId, String password ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.setPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.unlock ( String sid, long docId ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.unlock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.unsetPassword ( String sid, long docId, String currentPassword ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.unsetPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapDocumentService.update ( String sid, WSDocument document ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.update:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapFolderClient.class
package com.logicaldoc.webservice.soap.client
[+] SoapFolderClient.copy ( String sid, long folderId, long parentId, int foldersOnly, String securityOption ) : void 1
com/logicaldoc/webservice/soap/client/SoapFolderClient.copy:(Ljava/lang/String;JJILjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
[+] SoapFolderClient.move ( String sid, long folderId, long parentId ) : void 1
com/logicaldoc/webservice/soap/client/SoapFolderClient.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapFolderService.copy ( String sid, long folderId, long targetId, int foldersOnly, String securityOption ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.copy:(Ljava/lang/String;JJILjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
[+] SoapFolderService.move ( String sid, long folderId, long parentId ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapTagClient.class
package com.logicaldoc.webservice.soap.client
[+] SoapTagClient.addDocumentTags ( String sid, long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/soap/client/SoapTagClient.addDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapTagClient.getDocumentTags ( String sid, long docId ) : String[ ] 1
com/logicaldoc/webservice/soap/client/SoapTagClient.getDocumentTags:(Ljava/lang/String;J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapTagClient.setDocumentTags ( String sid, long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/soap/client/SoapTagClient.setDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
SoapTagService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapTagService.addDocumentTags ( String sid, long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.addDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapTagService.getDocumentTags ( String sid, long docId ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getDocumentTags:(Ljava/lang/String;J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] SoapTagService.setDocumentTags ( String sid, long docId, String[ ] tags ) : void 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.setDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
TagService.class
package com.logicaldoc.webservice.rest
[+] TagService.addDocumentTags ( long p1, String[ ] p2 ) [abstract] : void 1
com/logicaldoc/webservice/rest/TagService.addDocumentTags:(J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] TagService.getDocumentTags ( long p1 ) [abstract] : String[ ] 1
com/logicaldoc/webservice/rest/TagService.getDocumentTags:(J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] TagService.setDocumentTags ( long p1, String[ ] p2 ) [abstract] : void 1
com/logicaldoc/webservice/rest/TagService.setDocumentTags:(J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
TagService.class
package com.logicaldoc.webservice.soap
[+] TagService.addDocumentTags ( String p1, long p2, String[ ] p3 ) [abstract] : void 1
com/logicaldoc/webservice/soap/TagService.addDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] TagService.getDocumentTags ( String p1, long p2 ) [abstract] : String[ ] 1
com/logicaldoc/webservice/soap/TagService.getDocumentTags:(Ljava/lang/String;J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
[+] TagService.setDocumentTags ( String p1, long p2, String[ ] p3 ) [abstract] : void 1
com/logicaldoc/webservice/soap/TagService.setDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
WebserviceCallDAO.class
package com.logicaldoc.webservice
[+] WebserviceCallDAO.cleanOldCalls ( int p1 ) [abstract] : void 1
com/logicaldoc/webservice/WebserviceCallDAO.cleanOldCalls:(I)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.0-plugin.jar,
WSGroup.class
package com.logicaldoc.webservice.model
[+] WSGroup.toGroup ( ) : Group 1
com/logicaldoc/webservice/model/WSGroup.toGroup:()Lcom/logicaldoc/core/security/Group;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.Group to com.logicaldoc.core.security.user.Group. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.Group cannot be converted to com.logicaldoc.core.security.Group. |
logicaldoc-webservice-8.9.0-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
[+] WSUser.setPassword ( String passwd ) : void 1
com/logicaldoc/webservice/model/WSUser.setPassword:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added java.security.NoSuchAlgorithmException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.security.NoSuchAlgorithmException must be caught or declared to be thrown. |
[+] WSUser.toUser ( ) : User 1
com/logicaldoc/webservice/model/WSUser.toUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-workflow-8.9.0-plugin.jar,
BaseListener.class
package com.logicaldoc.workflow.action
[+] BaseListener.getCandidates ( Collection<String> candidateUsers, Collection<String> candidateGroups, Collection<Long> docIds, String initiatorUserId, long tenantId ) : List<String> 1
com/logicaldoc/workflow/action/BaseListener.getCandidates:(Ljava/util/Collection;Ljava/util/Collection;Ljava/util/Collection;Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] BaseListener.getCandidates ( String candidateUsers, String candidateGroups, Collection<Long> docIds, String initiatorUserId, long tenantId ) : List<String> 1
com/logicaldoc/workflow/action/BaseListener.getCandidates:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Collection;Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] BaseListener.getLastChangeUser ( String processInstanceId ) : User 1
com/logicaldoc/workflow/action/BaseListener.getLastChangeUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-workflow-8.9.0-plugin.jar,
HibernateWorkflowTemplateDAO.class
package com.logicaldoc.workflow.template
[+] HibernateWorkflowTemplateDAO.findAll ( long tenantId ) : List<WorkflowTemplate> 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findAll:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateWorkflowTemplateDAO.findAll ( long tenantId, Long userId ) : List<WorkflowTemplate> 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findAll:(JLjava/lang/Long;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateWorkflowTemplateDAO.findAllByName ( long tenantId, String name ) : List<WorkflowTemplate> 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findAllByName:(JLjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateWorkflowTemplateDAO.findAllDeployed ( Long tenantId, Long userId ) : List<WorkflowTemplate> 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findAllDeployed:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateWorkflowTemplateDAO.findByName ( long tenantId, String name ) : WorkflowTemplate 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findByName:(JLjava/lang/String;)Lcom/logicaldoc/workflow/template/WorkflowTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateWorkflowTemplateDAO.findByNameAndVersion ( long tenantId, String name, int version ) : WorkflowTemplate 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findByNameAndVersion:(JLjava/lang/String;I)Lcom/logicaldoc/workflow/template/WorkflowTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateWorkflowTemplateDAO.findLastDeployed ( long tenantId, String name ) : WorkflowTemplate 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.findLastDeployed:(JLjava/lang/String;)Lcom/logicaldoc/workflow/template/WorkflowTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] HibernateWorkflowTemplateDAO.getEnabledPermissions ( long workflowId, long userId ) : Set<Permission> 1
com/logicaldoc/workflow/template/HibernateWorkflowTemplateDAO.getEnabledPermissions:(JJ)Ljava/util/Set;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowEngine.class
package com.logicaldoc.workflow
[+] WorkflowEngine.getAllProcessDefinitions ( Long tenantId ) : List<ProcessDefinition> 1
com/logicaldoc/workflow/WorkflowEngine.getAllProcessDefinitions:(Ljava/lang/Long;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowHistoryDAO.class
package com.logicaldoc.workflow.history
[+] WorkflowHistoryDAO.cleanOldHistories ( int p1 ) [abstract] : void 1
com/logicaldoc/workflow/history/WorkflowHistoryDAO.cleanOldHistories:(I)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowHistoryDAO.deleteByInstanceid ( String p1 ) [abstract] : void 1
com/logicaldoc/workflow/history/WorkflowHistoryDAO.deleteByInstanceid:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowHistoryDAO.findByInstanceId ( String p1, String p2 ) [abstract] : List<WorkflowHistory> 1
com/logicaldoc/workflow/history/WorkflowHistoryDAO.findByInstanceId:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowHistoryDAO.findByTemplateIdAndInstanceId ( Long p1, String p2, String p3 ) [abstract] : List<WorkflowHistory> 1
com/logicaldoc/workflow/history/WorkflowHistoryDAO.findByTemplateIdAndInstanceId:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowHistoryDAO.findByUserIdAndInstanceId ( Long p1, String p2, String p3 ) [abstract] : List<WorkflowHistory> 1
com/logicaldoc/workflow/history/WorkflowHistoryDAO.findByUserIdAndInstanceId:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowHistoryDAO.findInstanceIds ( ) [abstract] : List<String> 1
com/logicaldoc/workflow/history/WorkflowHistoryDAO.findInstanceIds:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowHistoryDAO.findTemplateIds ( ) [abstract] : List<Long> 1
com/logicaldoc/workflow/history/WorkflowHistoryDAO.findTemplateIds:()Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowServiceImpl.class
package com.logicaldoc.workflow.service
[+] WorkflowServiceImpl.buildGUIWorkflow ( WorkflowDefinition definition ) [static] : GUIWorkflow 1
com/logicaldoc/workflow/service/WorkflowServiceImpl.buildGUIWorkflow:(Lcom/logicaldoc/workflow/model/WorkflowDefinition;)Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowServiceImpl.list ( ) : GUIWorkflow[ ] 1
com/logicaldoc/workflow/service/WorkflowServiceImpl.list:()[Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.gui.common.client.beans.GUIWorkflow[] to java.util.List<com.logicaldoc.gui.common.client.beans.GUIWorkflow>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.gui.common.client.beans.GUIWorkflow> cannot be converted to com.logicaldoc.gui.common.client.beans.GUIWorkflow[]. |
[+] WorkflowServiceImpl.loadWorkflow ( String workflowName, Integer version, long tenantId ) [static] : GUIWorkflow 1
com/logicaldoc/workflow/service/WorkflowServiceImpl.loadWorkflow:(Ljava/lang/String;Ljava/lang/Integer;J)Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowServiceImpl.loadWorkflowByTaskId ( String taskId, long tenantId ) [static] : GUIWorkflow 1
com/logicaldoc/workflow/service/WorkflowServiceImpl.loadWorkflowByTaskId:(Ljava/lang/String;J)Lcom/logicaldoc/gui/common/client/beans/GUIWorkflow;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowTemplateDAO.class
package com.logicaldoc.workflow.template
[+] WorkflowTemplateDAO.findAll ( long p1, Long p2 ) [abstract] : List<WorkflowTemplate> 1
com/logicaldoc/workflow/template/WorkflowTemplateDAO.findAll:(JLjava/lang/Long;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowTemplateDAO.findAllByName ( long p1, String p2 ) [abstract] : List<WorkflowTemplate> 1
com/logicaldoc/workflow/template/WorkflowTemplateDAO.findAllByName:(JLjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowTemplateDAO.findAllDeployed ( Long p1, Long p2 ) [abstract] : List<WorkflowTemplate> 1
com/logicaldoc/workflow/template/WorkflowTemplateDAO.findAllDeployed:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowTemplateDAO.findByName ( long p1, String p2 ) [abstract] : WorkflowTemplate 1
com/logicaldoc/workflow/template/WorkflowTemplateDAO.findByName:(JLjava/lang/String;)Lcom/logicaldoc/workflow/template/WorkflowTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowTemplateDAO.findByNameAndVersion ( long p1, String p2, int p3 ) [abstract] : WorkflowTemplate 1
com/logicaldoc/workflow/template/WorkflowTemplateDAO.findByNameAndVersion:(JLjava/lang/String;I)Lcom/logicaldoc/workflow/template/WorkflowTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowTemplateDAO.findLastDeployed ( long p1, String p2 ) [abstract] : WorkflowTemplate 1
com/logicaldoc/workflow/template/WorkflowTemplateDAO.findLastDeployed:(JLjava/lang/String;)Lcom/logicaldoc/workflow/template/WorkflowTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowTemplateDAO.getEnabledPermissions ( long p1, long p2 ) [abstract] : Set<Permission> 1
com/logicaldoc/workflow/template/WorkflowTemplateDAO.getEnabledPermissions:(JJ)Ljava/util/Set;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowTool.class
package com.logicaldoc.workflow.automation
[+] WorkflowTool.getUser ( String username ) : User 1
com/logicaldoc/workflow/automation/WorkflowTool.getUser:(Ljava/lang/String;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowTriggerDAO.class
package com.logicaldoc.workflow.trigger
[+] WorkflowTriggerDAO.applyTriggersToTree ( long p1 ) [abstract] : int 1
com/logicaldoc/workflow/trigger/WorkflowTriggerDAO.applyTriggersToTree:(J)I
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
[+] WorkflowTriggerDAO.findByFolderId ( long p1 ) [abstract] : List<WorkflowTrigger> 1
com/logicaldoc/workflow/trigger/WorkflowTriggerDAO.findByFolderId:(J)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
logicaldoc-workflow-8.9.0-plugin.jar,
WorkflowUtil.class
package com.logicaldoc.workflow
[+] WorkflowUtil.getInitiator ( String processInstanceId, DelegateTask delegate ) [static] : User 1
com/logicaldoc/workflow/WorkflowUtil.getInitiator:(Ljava/lang/String;Lorg/activiti/engine/delegate/DelegateTask;)Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-zoho-8.9.0-plugin.jar,
ZohoServiceImpl.class
package com.logicaldoc.zoho
[+] ZohoServiceImpl.loadSettings ( ) : String[ ] 1
com/logicaldoc/zoho/ZohoServiceImpl.loadSettings:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-zonalocr-8.9.0-plugin.jar,
ZonalOCRProcessor.class
package com.logicaldoc.zonalocr
[+] ZonalOCRProcessor.getDocumentDao ( ) : DocumentDAO 1
com/logicaldoc/zonalocr/ZonalOCRProcessor.getDocumentDao:()Lcom/logicaldoc/core/document/dao/DocumentDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.document.dao.DocumentDAO to com.logicaldoc.core.document.DocumentDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.document.DocumentDAO cannot be converted to com.logicaldoc.core.document.dao.DocumentDAO. |
to the top
Problems with Data Types, Low Severity 6
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.document
[+] class AbstractDocument 1
| Change | Effect |
---|
1 |
Superclass has been changed from com.logicaldoc.core.metadata.ExtensibleObject to com.logicaldoc.core.security.SecurableExtensibleObject. |
1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in AbstractDocument. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods: 161 (0.8%)
AbstractDocument.AbstractDocument ( )This constructor is from 'AbstractDocument' abstract class.
AbstractDocument.addTag ( String word )This method is from 'AbstractDocument' abstract class.
AbstractDocument.clearTags ( )This method is from 'AbstractDocument' abstract class.
AbstractDocument.copyAttributes ( AbstractDocument docVO )1st parameter 'docVO' of this method is of type 'AbstractDocument'.
AbstractDocument.getBarcoded ( )This method is from 'AbstractDocument' abstract class.
AbstractDocument.getBarcodeTemplateId ( )This method is from 'AbstractDocument' abstract class.
AbstractDocument.getColor ( )This method is from 'AbstractDocument' abstract class.
AbstractDocument.getComment ( )This method is from 'AbstractDocument' abstract class.
AbstractDocument.getCreator ( )This method is from 'AbstractDocument' abstract class.
AbstractDocument.getCreatorId ( )This method is from 'AbstractDocument' abstract class.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.folder
[+] class Folder 1
| Change | Effect |
---|
1 |
Superclass has been changed from com.logicaldoc.core.metadata.ExtensibleObject to com.logicaldoc.core.security.SecurableExtensibleObject. |
1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in Folder. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods: 165 (0.8%)
com.logicaldoc.cmis.LDRepository.LDRepository ( Folder root, String sid )1st parameter 'root' of this method is of type 'Folder'.
com.logicaldoc.cmis.LDRepository.getRoot ( )Return value of this method is of type 'Folder'.
com.logicaldoc.core.automation.DocTool.createAlias ( Document originalDoc, Folder targetFolder, String type, String username )2nd parameter 'targetFolder' of this method is of type 'Folder'.
com.logicaldoc.core.automation.DocTool.createPath ( Document doc, String targetPath, String username )Return value of this method is of type 'Folder'.
com.logicaldoc.core.automation.FolderTool.copy ( Folder source, String targetPath, boolean foldersOnly, String securityOption, String username )1st parameter 'source' of this method is of type 'Folder'.
com.logicaldoc.core.automation.FolderTool.createPath ( Folder folder, String targetPath, String username )1st parameter 'folder' of this method is of type 'Folder'.
com.logicaldoc.core.automation.FolderTool.displayUrl ( Folder folder )1st parameter 'folder' of this method is of type 'Folder'.
com.logicaldoc.core.automation.FolderTool.findById ( long id )Return value of this method is of type 'Folder'.
com.logicaldoc.core.automation.FolderTool.findByPath ( String path )Return value of this method is of type 'Folder'.
com.logicaldoc.core.automation.FolderTool.findByPath ( String path, Long tenantId )Return value of this method is of type 'Folder'.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.metadata
[+] class AbstractAttributeSet 1
| Change | Effect |
---|
1 |
Superclass has been changed from ExtensibleObject to com.logicaldoc.core.security.SecurableExtensibleObject. |
1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in AbstractAttributeSet. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods: 11 (0.1%)
AbstractAttributeSet.AbstractAttributeSet ( )This constructor is from 'AbstractAttributeSet' class.
AbstractAttributeSet.getDescription ( )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.getLabel ( )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.getName ( )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.getReadonly ( )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.getType ( )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.setDescription ( String description )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.setLabel ( String label )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.setName ( String name )This method is from 'AbstractAttributeSet' class.
AbstractAttributeSet.setReadonly ( int readonly )This method is from 'AbstractAttributeSet' class.
...
logicaldoc-enterprise-automation-8.9.0-plugin.jar
package com.logicaldoc.enterprise.automation
[+] class AutomationRoutine 1
| Change | Effect |
---|
1 |
Superclass has been changed from com.logicaldoc.core.metadata.ExtensibleObject to com.logicaldoc.core.security.SecurableExtensibleObject. |
1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in AutomationRoutine. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods: 11 (0.1%)
AutomationEventListener.execute ( AutomationRoutine routine, Map<String,Object> dictionary )1st parameter 'routine' of this method is of type 'AutomationRoutine'.
AutomationRoutine.AutomationRoutine ( )This constructor is from 'AutomationRoutine' class.
AutomationRoutine.AutomationRoutine ( AutomationRoutine source )1st parameter 'source' of this method is of type 'AutomationRoutine'.
AutomationRoutine.getAutomation ( )This method is from 'AutomationRoutine' class.
AutomationRoutine.getDescription ( )This method is from 'AutomationRoutine' class.
AutomationRoutine.getName ( )This method is from 'AutomationRoutine' class.
AutomationRoutine.setAutomation ( String automation )This method is from 'AutomationRoutine' class.
AutomationRoutine.setDescription ( String description )This method is from 'AutomationRoutine' class.
AutomationRoutine.setName ( String name )This method is from 'AutomationRoutine' class.
AutomationRoutineDAO.findByName ( String p1, long p2 )Return value of this abstract method is of type 'AutomationRoutine'.
...
logicaldoc-stamp-8.9.0-plugin.jar
package com.logicaldoc.stamp
[+] class Stamp 1
| Change | Effect |
---|
1 |
Superclass has been changed from com.logicaldoc.core.metadata.ExtensibleObject to com.logicaldoc.core.security.SecurableExtensibleObject. |
1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in Stamp. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods: 50 (0.3%)
Stamp.Stamp ( )This constructor is from 'Stamp' class.
Stamp.Stamp ( Stamp source )1st parameter 'source' of this method is of type 'Stamp'.
Stamp.getAspectRatio ( )This method is from 'Stamp' class.
Stamp.getBarcodeFormat ( )This method is from 'Stamp' class.
Stamp.getBarcodeLabel ( )This method is from 'Stamp' class.
Stamp.getColor ( )This method is from 'Stamp' class.
Stamp.getDescription ( )This method is from 'Stamp' class.
Stamp.getEnabled ( )This method is from 'Stamp' class.
Stamp.getExprH ( )This method is from 'Stamp' class.
Stamp.getExprW ( )This method is from 'Stamp' class.
...
logicaldoc-workflow-8.9.0-plugin.jar
package com.logicaldoc.workflow.template
[+] class WorkflowTemplate 1
| Change | Effect |
---|
1 |
Superclass has been changed from com.logicaldoc.core.PersistentObject to com.logicaldoc.core.security.SecurablePersistentObject. |
1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in WorkflowTemplate. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods: 39 (0.2%)
com.logicaldoc.workflow.action.BaseListener.getWorkflowTemplate ( DelegateTask delegate )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.createFromFile ( File file )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.deploy ( WorkflowTemplate wfTemplate )1st parameter 'wfTemplate' of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.findByName ( long tenantId, String name )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.findByNameAndVersion ( long tenantId, String name, int version )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.findLastDeployed ( long tenantId, String name )Return value of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.initialize ( WorkflowTemplate template )1st parameter 'template' of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.store ( WorkflowTemplate entity )1st parameter 'entity' of this method is of type 'WorkflowTemplate'.
HibernateWorkflowTemplateDAO.storeNewVersion ( WorkflowTemplate wfTemplate )1st parameter 'wfTemplate' of this method is of type 'WorkflowTemplate'.
WorkflowTemplate.WorkflowTemplate ( )This constructor is from 'WorkflowTemplate' class.
...
to the top
Other Changes in Data Types 13
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.document
[+] class DocumentEvent 1
| Change | Effect |
---|
1 |
Field PERMISSION has been added to this class. |
No effect. |
[+] affected methods: 4 (0.02%)
DocumentEvent.fromString ( String event )This method is from 'DocumentEvent' class.
DocumentEvent.toString ( )This method is from 'DocumentEvent' class.
DocumentEvent.valueOf ( String name )This method is from 'DocumentEvent' class.
DocumentEvent.values ( )This method is from 'DocumentEvent' class.
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.metadata
[+] class Attribute 1
| Change | Effect |
---|
1 |
Field TYPE_DOCUMENT has been added to this class. |
No effect. |
[+] affected methods: 84 (0.4%)
Attribute.Attribute ( )This constructor is from 'Attribute' class.
Attribute.Attribute ( Attribute source )1st parameter 'source' of this method is of type 'Attribute'.
Attribute.compareTo ( Attribute o )1st parameter 'o' of this method is of type 'Attribute'.
Attribute.compareTo ( Object p1 )This method is from 'Attribute' class.
Attribute.equals ( Object obj )This method is from 'Attribute' class.
Attribute.getBooleanValue ( )This method is from 'Attribute' class.
Attribute.getDateValue ( )This method is from 'Attribute' class.
Attribute.getDependsOn ( )This method is from 'Attribute' class.
Attribute.getDoubleValue ( )This method is from 'Attribute' class.
Attribute.getEditor ( )This method is from 'Attribute' class.
...
logicaldoc-core-8.9.0-plugin.jar
package com.logicaldoc.core.security.spring
[+] class AdminAuthenticationProvider 1
| Change | Effect |
---|
1 |
Field log has been added to this class. |
No effect. |
[+] affected methods: 3 (0.02%)
AdminAuthenticationProvider.AdminAuthenticationProvider ( )This constructor is from 'AdminAuthenticationProvider' class.
AdminAuthenticationProvider.authenticate ( Authentication authentication )This method is from 'AdminAuthenticationProvider' class.
AdminAuthenticationProvider.supports ( Class<?> arg0 )This method is from 'AdminAuthenticationProvider' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.common.client.beans
[+] class GUIAttribute 1
| Change | Effect |
---|
1 |
Field TYPE_DOCUMENT has been added to this class. |
No effect. |
[+] affected methods: 72 (0.4%)
com.logicaldoc.enterprise.gui.view.client.ViewPropertiesPanel.prepareAttributeItem ( GUIAttribute att )1st parameter 'att' of this method is of type 'GUIAttribute'.
GUIAttribute.GUIAttribute ( )This constructor is from 'GUIAttribute' class.
GUIAttribute.GUIAttribute ( GUIAttribute source )1st parameter 'source' of this method is of type 'GUIAttribute'.
GUIAttribute.compareTo ( GUIAttribute o )1st parameter 'o' of this method is of type 'GUIAttribute'.
GUIAttribute.compareTo ( Object p1 )This method is from 'GUIAttribute' class.
GUIAttribute.equals ( Object obj )This method is from 'GUIAttribute' class.
GUIAttribute.getBooleanValue ( )This method is from 'GUIAttribute' class.
GUIAttribute.getDateValue ( )This method is from 'GUIAttribute' class.
GUIAttribute.getDependsOn ( )This method is from 'GUIAttribute' class.
GUIAttribute.getDisplayName ( )This method is from 'GUIAttribute' class.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document
[+] class DocumentDetailsPanel 3
| Change | Effect |
---|
1 |
Field securityPanel has been added to this class. |
No effect. |
2 |
Field securityTab has been added to this class. |
No effect. |
3 |
Field securityTabPanel has been added to this class. |
No effect. |
[+] affected methods: 21 (0.1%)
DocumentDetailsPanel.DocumentDetailsPanel ( )This constructor is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.destroy ( )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.getDocument ( )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDestroy ( )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDocumentBeginEditing ( GUIDocument document )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDocumentCancelEditing ( GUIDocument document )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDocumentCheckedIn ( GUIDocument document )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDocumentCheckedOut ( GUIDocument document )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDocumentLocked ( GUIDocument document )This method is from 'DocumentDetailsPanel' class.
DocumentDetailsPanel.onDocumentModified ( GUIDocument document )This method is from 'DocumentDetailsPanel' class.
...
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document.stamp
[+] class FillStamp 1
| Change | Effect |
---|
1 |
Field documents has been added to this class. |
No effect. |
[+] affected methods: 3 (0.02%)
FillStamp.getDefaultStatus ( )This method is from 'FillStamp' class.
FillStamp.onDraw ( )This method is from 'FillStamp' class.
FillStamp.onSave ( )This method is from 'FillStamp' class.
logicaldoc-gui-8.9.0-plugin.jar
package com.logicaldoc.gui.frontend.client.document.update
[+] class UpdatePanel 3
| Change | Effect |
---|
1 |
Field securityPanel has been added to this class. |
No effect. |
2 |
Field securityTab has been added to this class. |
No effect. |
3 |
Field securityTabPanel has been added to this class. |
No effect. |
[+] affected methods: 4 (0.02%)
UpdatePanel.getDocument ( )This method is from 'UpdatePanel' class.
UpdatePanel.prepareTabs ( )This method is from 'UpdatePanel' class.
UpdatePanel.refresh ( )This method is from 'UpdatePanel' class.
UpdatePanel.validate ( )This method is from 'UpdatePanel' class.
logicaldoc-webservice-8.9.0-plugin.jar
package com.logicaldoc.webservice.model
[+] class WSAttribute 1
| Change | Effect |
---|
1 |
Field TYPE_DOCUMENT has been added to this class. |
No effect. |
[+] affected methods: 51 (0.3%)
WSAttribute.WSAttribute ( )This constructor is from 'WSAttribute' class.
WSAttribute.getDateValue ( )This method is from 'WSAttribute' class.
WSAttribute.getDependsOn ( )This method is from 'WSAttribute' class.
WSAttribute.getDoubleValue ( )This method is from 'WSAttribute' class.
WSAttribute.getEditor ( )This method is from 'WSAttribute' class.
WSAttribute.getHidden ( )This method is from 'WSAttribute' class.
WSAttribute.getInitialization ( )This method is from 'WSAttribute' class.
WSAttribute.getIntValue ( )This method is from 'WSAttribute' class.
WSAttribute.getLabel ( )This method is from 'WSAttribute' class.
WSAttribute.getMandatory ( )This method is from 'WSAttribute' class.
...
logicaldoc-webservice-8.9.0-plugin.jar
package com.logicaldoc.webservice.soap.endpoint
[+] class SoapDocumentMetadataService 1
| Change | Effect |
---|
1 |
Field log has been added to this class. |
No effect. |
[+] affected methods: 15 (0.1%)
SoapDocumentMetadataService.SoapDocumentMetadataService ( )This constructor is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.addAttributeOption ( String sid, long setId, String attribute, WSAttributeOption wsoption )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.deleteAttributeSet ( String sid, long setId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.deleteTemplate ( String sid, long templateId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeOptions ( String sid, long setId, String attribute )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeOptionsByCategory ( String sid, long setId, String attribute, String category )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeSet ( String sid, String name )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeSetById ( String sid, long setId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getTemplate ( String sid, String name )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getTemplateById ( String sid, long templateId )This method is from 'SoapDocumentMetadataService' class.
...
to the top
Java Archives 46
logicaldoc-android-8.9.0-plugin.jar
logicaldoc-audit-8.9.0-plugin.jar
logicaldoc-barcode-8.9.0-plugin.jar
logicaldoc-calendar-8.9.0-plugin.jar
logicaldoc-chat-8.9.0-plugin.jar
logicaldoc-cmis-8.9.0-plugin.jar
logicaldoc-comparison-8.9.0-plugin.jar
logicaldoc-conversion-8.9.0-plugin.jar
logicaldoc-core-8.9.0-plugin.jar
logicaldoc-docusign-8.9.0-plugin.jar
logicaldoc-dropbox-8.9.0-plugin.jar
logicaldoc-email-8.9.0-plugin.jar
logicaldoc-enterprise-automation-8.9.0-plugin.jar
logicaldoc-enterprise-core-8.9.0-plugin.jar
logicaldoc-enterprise-gui-8.9.0-plugin.jar
logicaldoc-enterprise-storer-8.9.0-plugin.jar
logicaldoc-form-8.9.0-plugin.jar
logicaldoc-ftp-8.9.0-plugin.jar
logicaldoc-gdrive-8.9.0-plugin.jar
logicaldoc-gui-8.9.0-plugin.jar
logicaldoc-i18n-8.9.0.jar
logicaldoc-impex-8.9.0-plugin.jar
logicaldoc-importfolder-8.9.0-plugin.jar
logicaldoc-ios-8.9.0-plugin.jar
logicaldoc-ldap-8.9.0-plugin.jar
logicaldoc-notifier-8.9.0-plugin.jar
logicaldoc-ocr-8.9.0-plugin.jar
logicaldoc-parser-8.9.0-plugin.jar
logicaldoc-report-8.9.0-plugin.jar
logicaldoc-retention-8.9.0-plugin.jar
logicaldoc-saml-8.9.0-plugin.jar
logicaldoc-scheme-8.9.0-plugin.jar
logicaldoc-sharefile-8.9.0-plugin.jar
logicaldoc-sign-8.9.0-plugin.jar
logicaldoc-split-8.9.0-plugin.jar
logicaldoc-stamp-8.9.0-plugin.jar
logicaldoc-syndication-8.9.0-plugin.jar
logicaldoc-util-8.9.0.jar
logicaldoc-via-8.9.0-plugin.jar
logicaldoc-webcontent-8.9.0-plugin.jar
logicaldoc-webdav-8.9.0-plugin.jar
logicaldoc-webdavb-8.9.0-plugin.jar
logicaldoc-webservice-8.9.0-plugin.jar
logicaldoc-workflow-8.9.0-plugin.jar
logicaldoc-zoho-8.9.0-plugin.jar
logicaldoc-zonalocr-8.9.0-plugin.jar
to the top