Test Info
Library Name | LogicalDOC_JAVA |
Version #1 | 8.9.2 |
Version #2 | 8.9.3 |
Subject | Binary Compatibility |
Test Results
Total Java Modules | 47 |
Total Methods / Classes | 18047 / 2137 |
Compatibility |
97.9% |
Problem Summary
| Severity | Count |
Added Methods | - | 194 |
Removed Methods | High | 85 |
Problems with Data Types | High | 15 |
Medium | 6 |
Low | 4 |
Problems with Methods | High | 8 |
Medium | 0 |
Low | 68 |
Other Changes in Data Types | - | 25 |
Added Methods 194
logicaldoc-barcode-8.9.3-plugin.jar,
BarcodeGenerator.class
package com.logicaldoc.barcode
BarcodeGenerator.generateBarcodeFile ( String format, String code, int height, int width, boolean label ) : File
com/logicaldoc/barcode/BarcodeGenerator.generateBarcodeFile:(Ljava/lang/String;Ljava/lang/String;IIZ)Ljava/io/File;
logicaldoc-barcode-8.9.3-plugin.jar,
BarcodeWriter.class
package com.logicaldoc.barcode
BarcodeWriter.write ( String format, String code, int width, int height, boolean label ) [static] : BufferedImage
com/logicaldoc/barcode/BarcodeWriter.write:(Ljava/lang/String;Ljava/lang/String;IIZ)Ljava/awt/image/BufferedImage;
logicaldoc-conversion-8.9.3-plugin.jar,
ZamZarConverter.class
package com.logicaldoc.conversion
ZamZarConverter.getHttpClient ( ) : CloseableHttpClient
com/logicaldoc/conversion/ZamZarConverter.getHttpClient:()Lorg/apache/hc/client5/http/impl/classic/CloseableHttpClient;
logicaldoc-core-8.9.3-plugin.jar,
AccessControlEntry.class
package com.logicaldoc.core.security
AccessControlEntry.getCustomid ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getCustomid:()I
AccessControlEntry.setCustomid ( int customid ) : void
com/logicaldoc/core/security/AccessControlEntry.setCustomid:(I)V
logicaldoc-core-8.9.3-plugin.jar,
DefaultSchedulerFactory.class
package com.logicaldoc.core.task
DefaultSchedulerFactory.getObject ( ) : Object
com/logicaldoc/core/task/DefaultSchedulerFactory.getObject:()Ljava/lang/Object;
logicaldoc-core-8.9.3-plugin.jar,
DocumentManager.class
package com.logicaldoc.core.document
DocumentManager.destroyDocument ( long p1, FolderHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentManager.destroyDocument:(JLcom/logicaldoc/core/folder/FolderHistory;)V
logicaldoc-core-8.9.3-plugin.jar,
DocumentManagerImpl.class
package com.logicaldoc.core.document
DocumentManagerImpl.destroyDocument ( long docId, FolderHistory transaction ) : void
com/logicaldoc/core/document/DocumentManagerImpl.destroyDocument:(JLcom/logicaldoc/core/folder/FolderHistory;)V
logicaldoc-core-8.9.3-plugin.jar,
EMailSender.class
package com.logicaldoc.core.communication
EMailSender.getClientId ( ) : String
com/logicaldoc/core/communication/EMailSender.getClientId:()Ljava/lang/String;
EMailSender.getClientSecret ( ) : String
com/logicaldoc/core/communication/EMailSender.getClientSecret:()Ljava/lang/String;
EMailSender.getClientTenant ( ) : String
com/logicaldoc/core/communication/EMailSender.getClientTenant:()Ljava/lang/String;
EMailSender.getProtocol ( ) : String
com/logicaldoc/core/communication/EMailSender.getProtocol:()Ljava/lang/String;
EMailSender.prepareFrom ( EMail email ) : InternetAddress
com/logicaldoc/core/communication/EMailSender.prepareFrom:(Lcom/logicaldoc/core/communication/EMail;)Ljavax/mail/internet/InternetAddress;
EMailSender.putOffice365settings ( Properties props ) : void
com/logicaldoc/core/communication/EMailSender.putOffice365settings:(Ljava/util/Properties;)V
EMailSender.setClientId ( String clientId ) : void
com/logicaldoc/core/communication/EMailSender.setClientId:(Ljava/lang/String;)V
EMailSender.setClientSecret ( String clientSecret ) : void
com/logicaldoc/core/communication/EMailSender.setClientSecret:(Ljava/lang/String;)V
EMailSender.setClientTenant ( String clientTenant ) : void
com/logicaldoc/core/communication/EMailSender.setClientTenant:(Ljava/lang/String;)V
EMailSender.setProtocol ( String protocol ) : void
com/logicaldoc/core/communication/EMailSender.setProtocol:(Ljava/lang/String;)V
logicaldoc-core-8.9.3-plugin.jar,
FolderComparator.class
package com.logicaldoc.core.folder
FolderComparator.getComparator ( FolderComparator... multipleOptions ) [static] : Comparator<Folder>
com/logicaldoc/core/folder/FolderComparator.getComparator:([Lcom/logicaldoc/core/folder/FolderComparator;)Ljava/util/Comparator;
FolderComparator.getComparator ( List<FolderComparator> multipleOptions ) [static] : Comparator<Folder>
com/logicaldoc/core/folder/FolderComparator.getComparator:(Ljava/util/List;)Ljava/util/Comparator;
FolderComparator.getComparator ( String sort ) [static] : Comparator<Folder>
com/logicaldoc/core/folder/FolderComparator.getComparator:(Ljava/lang/String;)Ljava/util/Comparator;
logicaldoc-core-8.9.3-plugin.jar,
LDAuthenticationDetailsSource.class
package com.logicaldoc.core.security.spring
LDAuthenticationDetailsSource.buildDetails ( Object p1 ) : Object
com/logicaldoc/core/security/spring/LDAuthenticationDetailsSource.buildDetails:(Ljava/lang/Object;)Ljava/lang/Object;
logicaldoc-core-8.9.3-plugin.jar,
Microsoft365TokenProvider.class
package com.logicaldoc.core.communication.oauth
Microsoft365TokenProvider.getAccessToken ( ) : String
com/logicaldoc/core/communication/oauth/Microsoft365TokenProvider.getAccessToken:()Ljava/lang/String;
Microsoft365TokenProvider.Microsoft365TokenProvider ( String clientSecret, String clientId, String clientTenant )
com/logicaldoc/core/communication/oauth/Microsoft365TokenProvider."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-core-8.9.3-plugin.jar,
ParsingException.class
package com.logicaldoc.core.parser
ParsingException.ParsingException ( String message )
com/logicaldoc/core/parser/ParsingException."<init>":(Ljava/lang/String;)V
ParsingException.ParsingException ( String message, Throwable cause )
com/logicaldoc/core/parser/ParsingException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
ParsingException.ParsingException ( Throwable cause )
com/logicaldoc/core/parser/ParsingException."<init>":(Ljava/lang/Throwable;)V
logicaldoc-core-8.9.3-plugin.jar,
ParsingTimeoutException.class
package com.logicaldoc.core.parser
ParsingTimeoutException.ParsingTimeoutException ( String message )
com/logicaldoc/core/parser/ParsingTimeoutException."<init>":(Ljava/lang/String;)V
ParsingTimeoutException.ParsingTimeoutException ( String message, Throwable cause )
com/logicaldoc/core/parser/ParsingTimeoutException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
ParsingTimeoutException.ParsingTimeoutException ( Throwable cause )
com/logicaldoc/core/parser/ParsingTimeoutException."<init>":(Ljava/lang/Throwable;)V
logicaldoc-core-8.9.3-plugin.jar,
Session.class
package com.logicaldoc.core.security
Session.getDuration ( ) : long
com/logicaldoc/core/security/Session.getDuration:()J
Session.getFinished ( ) : Date
com/logicaldoc/core/security/Session.getFinished:()Ljava/util/Date;
Session.setFinished ( Date finished ) : void
com/logicaldoc/core/security/Session.setFinished:(Ljava/util/Date;)V
logicaldoc-core-8.9.3-plugin.jar,
TokenProvider.class
package com.logicaldoc.core.communication.oauth
TokenProvider.getAccessToken ( ) [abstract] : String
com/logicaldoc/core/communication/oauth/TokenProvider.getAccessToken:()Ljava/lang/String;
logicaldoc-email-8.9.3-plugin.jar,
EmailAccount.class
package com.logicaldoc.email
EmailAccount.getClientId ( ) : String
com/logicaldoc/email/EmailAccount.getClientId:()Ljava/lang/String;
EmailAccount.getClientSecret ( ) : String
com/logicaldoc/email/EmailAccount.getClientSecret:()Ljava/lang/String;
EmailAccount.getClientTenant ( ) : String
com/logicaldoc/email/EmailAccount.getClientTenant:()Ljava/lang/String;
EmailAccount.getDecryptedClientSecret ( ) : String
com/logicaldoc/email/EmailAccount.getDecryptedClientSecret:()Ljava/lang/String;
EmailAccount.setCleanClientSecret ( String cleanClientSecret ) : void
com/logicaldoc/email/EmailAccount.setCleanClientSecret:(Ljava/lang/String;)V
EmailAccount.setClientId ( String clientId ) : void
com/logicaldoc/email/EmailAccount.setClientId:(Ljava/lang/String;)V
EmailAccount.setClientSecret ( String clientSecret ) : void
com/logicaldoc/email/EmailAccount.setClientSecret:(Ljava/lang/String;)V
EmailAccount.setClientTenant ( String clientTenant ) : void
com/logicaldoc/email/EmailAccount.setClientTenant:(Ljava/lang/String;)V
logicaldoc-email-8.9.3-plugin.jar,
EmailCrawler.class
package com.logicaldoc.email
EmailCrawler.getStore ( EmailAccount account ) [static] : Store
com/logicaldoc/email/EmailCrawler.getStore:(Lcom/logicaldoc/email/EmailAccount;)Ljavax/mail/Store;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
ClusterHits.class
package com.logicaldoc.enterprise.cluster
ClusterHits.next ( ) : Object
com/logicaldoc/enterprise/cluster/ClusterHits.next:()Ljava/lang/Object;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
EnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.rest
EnterpriseDocumentService.merge ( List<Long> p1, long p2, String p3 ) [abstract] : WSDocument
com/logicaldoc/enterprise/webservice/rest/EnterpriseDocumentService.merge:(Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
EnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap
EnterpriseDocumentService.merge ( String p1, List<Long> p2, long p3, String p4 ) [abstract] : WSDocument
com/logicaldoc/enterprise/webservice/soap/EnterpriseDocumentService.merge:(Ljava/lang/String;Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
EnterpriseSearchService.class
package com.logicaldoc.enterprise.search
EnterpriseSearchService.setIOperator ( GUICriterion p1, Criterion p2 ) : void
com/logicaldoc/enterprise/search/EnterpriseSearchService.setIOperator:(Lcom/logicaldoc/gui/common/client/beans/GUICriterion;Lcom/logicaldoc/enterprise/search/Criterion;)V
logicaldoc-enterprise-core-8.9.3-plugin.jar,
RestEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestEnterpriseDocumentService.merge ( List<Long> p1, long p2, String p3 ) : WSDocument
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.merge:(Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
SoapEnterpriseDocumentClient.class
package com.logicaldoc.enterprise.webservice.soap.client
SoapEnterpriseDocumentClient.merge ( String p1, List<Long> p2, long p3, String p4 ) : WSDocument
com/logicaldoc/enterprise/webservice/soap/client/SoapEnterpriseDocumentClient.merge:(Ljava/lang/String;Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
SoapEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapEnterpriseDocumentService.merge ( String p1, List<Long> p2, long p3, String p4 ) : WSDocument
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.merge:(Ljava/lang/String;Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
UpdateServiceImpl.class
package com.logicaldoc.enterprise.update
UpdateServiceImpl.checkPatchFile ( String p1 ) : File
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkPatchFile:(Ljava/lang/String;)Ljava/io/File;
UpdateServiceImpl.checkUpdateFile ( String p1 ) : File
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkUpdateFile:(Ljava/lang/String;)Ljava/io/File;
UpdateServiceImpl.deletePatch ( String p1 ) : void
com/logicaldoc/enterprise/update/UpdateServiceImpl.deletePatch:(Ljava/lang/String;)V
UpdateServiceImpl.deleteUpdate ( String p1 ) : void
com/logicaldoc/enterprise/update/UpdateServiceImpl.deleteUpdate:(Ljava/lang/String;)V
logicaldoc-enterprise-gui-8.9.3-plugin.jar,
PreManualActivation.class
package com.logicaldoc.enterprise.gui.license.client
PreManualActivation.PreManualActivation ( GUILicense lic, String subject )
com/logicaldoc/enterprise/gui/license/client/PreManualActivation."<init>":(Lcom/logicaldoc/enterprise/gui/license/client/GUILicense;Ljava/lang/String;)V
logicaldoc-enterprise-storer-8.9.3-plugin.jar,
MultiStorer.class
package com.logicaldoc.enterprise.storer
MultiStorer.compareTo ( Object p1 ) : int
com/logicaldoc/enterprise/storer/MultiStorer.compareTo:(Ljava/lang/Object;)I
logicaldoc-gui-8.9.3-plugin.jar,
AnnotationsWindow.class
package com.logicaldoc.gui.frontend.client.document.note
AnnotationsWindow.AnnotationsWindow ( GUIDocument doc, String fileVer, NoteChangeListener saveHandler, boolean editEnabled )
com/logicaldoc/gui/frontend/client/document/note/AnnotationsWindow."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Ljava/lang/String;Lcom/logicaldoc/gui/common/client/widgets/NoteChangeListener;Z)V
logicaldoc-gui-8.9.3-plugin.jar,
ContextMenu.class
package com.logicaldoc.gui.frontend.client.document.grid
ContextMenu.ContextMenu ( GUIFolder folder, DocumentsGrid docsGrid, GUIAccessControlEntry acl )
com/logicaldoc/gui/frontend/client/document/grid/ContextMenu."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIFolder;Lcom/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid;Lcom/logicaldoc/gui/common/client/beans/GUIAccessControlEntry;)V
logicaldoc-gui-8.9.3-plugin.jar,
DocumentService.class
package com.logicaldoc.gui.frontend.client.services
DocumentService.destroyDocuments ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.destroyDocuments:(Ljava/util/List;)V
DocumentService.saveNotes ( long p1, String p2, List<GUIDocumentNote> p3, Collection<String> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.saveNotes:(JLjava/lang/String;Ljava/util/List;Ljava/util/Collection;)V
DocumentService.updateNote ( long p1, long p2, String p3, String p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.updateNote:(JJLjava/lang/String;Ljava/lang/String;)V
logicaldoc-gui-8.9.3-plugin.jar,
DocumentServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DocumentServiceAsync.destroyDocuments ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.destroyDocuments:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.saveNotes ( long p1, String p2, List<GUIDocumentNote> p3, Collection<String> p4, AsyncCallback<Void> p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.saveNotes:(JLjava/lang/String;Ljava/util/List;Ljava/util/Collection;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.updateNote ( long p1, long p2, String p3, String p4, AsyncCallback<Void> p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.updateNote:(JJLjava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.3-plugin.jar,
ExtendedPropertiesPanel.class
package com.logicaldoc.gui.common.client.widgets
ExtendedPropertiesPanel.ExtendedPropertiesPanel ( GUIExtensibleObject object, ChangedHandler changedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection, boolean customidEnabled )
com/logicaldoc/gui/common/client/widgets/ExtendedPropertiesPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;ZZZZ)V
ExtendedPropertiesPanel.ExtendedPropertiesPanel ( GUIExtensibleObject object, ChangedHandler changedHandler, ChangedHandler templateChangedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection, boolean customidEnabled )
com/logicaldoc/gui/common/client/widgets/ExtendedPropertiesPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;ZZZZ)V
logicaldoc-gui-8.9.3-plugin.jar,
GUIAccessControlEntry.class
package com.logicaldoc.gui.common.client.beans
GUIAccessControlEntry.isCustomid ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isCustomid:()Z
GUIAccessControlEntry.setCustomid ( boolean customid ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setCustomid:(Z)V
logicaldoc-gui-8.9.3-plugin.jar,
GUIDocument.class
package com.logicaldoc.gui.common.client.beans
GUIDocument.isCustomid ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.isCustomid:()Z
logicaldoc-gui-8.9.3-plugin.jar,
GUIEmailAccount.class
package com.logicaldoc.gui.common.client.beans
GUIEmailAccount.getClientId ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.getClientId:()Ljava/lang/String;
GUIEmailAccount.getClientSecret ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.getClientSecret:()Ljava/lang/String;
GUIEmailAccount.getClientTenant ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.getClientTenant:()Ljava/lang/String;
GUIEmailAccount.setClientId ( String clientId ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.setClientId:(Ljava/lang/String;)V
GUIEmailAccount.setClientSecret ( String clientSecret ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.setClientSecret:(Ljava/lang/String;)V
GUIEmailAccount.setClientTenant ( String clientTenant ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.setClientTenant:(Ljava/lang/String;)V
logicaldoc-gui-8.9.3-plugin.jar,
GUIEmailSettings.class
package com.logicaldoc.gui.common.client.beans
GUIEmailSettings.getClientId ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.getClientId:()Ljava/lang/String;
GUIEmailSettings.getClientSecret ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.getClientSecret:()Ljava/lang/String;
GUIEmailSettings.getClientTenant ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.getClientTenant:()Ljava/lang/String;
GUIEmailSettings.getProtocol ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.getProtocol:()Ljava/lang/String;
GUIEmailSettings.getServer ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.getServer:()Ljava/lang/String;
GUIEmailSettings.setClientId ( String clientId ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.setClientId:(Ljava/lang/String;)V
GUIEmailSettings.setClientSecret ( String clientSecret ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.setClientSecret:(Ljava/lang/String;)V
GUIEmailSettings.setClientTenant ( String clientTenant ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.setClientTenant:(Ljava/lang/String;)V
GUIEmailSettings.setProtocol ( String protocol ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.setProtocol:(Ljava/lang/String;)V
GUIEmailSettings.setServer ( String server ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.setServer:(Ljava/lang/String;)V
logicaldoc-gui-8.9.3-plugin.jar,
GUIFolder.class
package com.logicaldoc.gui.common.client.beans
GUIFolder.isCustomid ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIFolder.isCustomid:()Z
logicaldoc-gui-8.9.3-plugin.jar,
GUIInfo.class
package com.logicaldoc.gui.common.client.beans
GUIInfo.getChangelog ( ) : String
com/logicaldoc/gui/common/client/beans/GUIInfo.getChangelog:()Ljava/lang/String;
GUIInfo.setChangelog ( String changelog ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setChangelog:(Ljava/lang/String;)V
logicaldoc-gui-8.9.3-plugin.jar,
GUISearchEngine.class
package com.logicaldoc.gui.common.client.beans
GUISearchEngine.isParsingTimeoutRetain ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUISearchEngine.isParsingTimeoutRetain:()Z
GUISearchEngine.setParsingTimeoutRetain ( boolean parsingTimeoutRetain ) : void
com/logicaldoc/gui/common/client/beans/GUISearchEngine.setParsingTimeoutRetain:(Z)V
logicaldoc-gui-8.9.3-plugin.jar,
ItemFactory.class
package com.logicaldoc.gui.common.client.util
ItemFactory.newSmtpProtocolSelector ( ) [static] : SelectItem
com/logicaldoc/gui/common/client/util/ItemFactory.newSmtpProtocolSelector:()Lcom/smartgwt/client/widgets/form/fields/SelectItem;
logicaldoc-gui-8.9.3-plugin.jar,
MinLengthValidator.class
package com.logicaldoc.gui.common.client.validators
MinLengthValidator.MinLengthValidator ( int minLength )
com/logicaldoc/gui/common/client/validators/MinLengthValidator."<init>":(I)V
logicaldoc-gui-8.9.3-plugin.jar,
NoteChangeListener.class
package com.logicaldoc.gui.common.client.widgets
NoteChangeListener.onChanged ( ) [abstract] : void
com/logicaldoc/gui/common/client/widgets/NoteChangeListener.onChanged:()V
logicaldoc-gui-8.9.3-plugin.jar,
NoteUpdateDialog.class
package com.logicaldoc.gui.frontend.client.document.note
NoteUpdateDialog.NoteUpdateDialog ( long docId, long noteId, String fileVersion, String noteMessage, NoteChangeListener saveHandler )
com/logicaldoc/gui/frontend/client/document/note/NoteUpdateDialog."<init>":(JJLjava/lang/String;Ljava/lang/String;Lcom/logicaldoc/gui/common/client/widgets/NoteChangeListener;)V
logicaldoc-gui-8.9.3-plugin.jar,
UpdateService.class
package com.logicaldoc.gui.frontend.client.services
UpdateService.deletePatch ( String p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/UpdateService.deletePatch:(Ljava/lang/String;)V
UpdateService.deleteUpdate ( String p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/UpdateService.deleteUpdate:(Ljava/lang/String;)V
logicaldoc-gui-8.9.3-plugin.jar,
UpdateServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
UpdateServiceAsync.deletePatch ( String p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/UpdateServiceAsync.deletePatch:(Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
UpdateServiceAsync.deleteUpdate ( String p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/UpdateServiceAsync.deleteUpdate:(Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.3-plugin.jar,
VersionNotesWindow.class
package com.logicaldoc.gui.frontend.client.document.note
VersionNotesWindow.refresh ( ) : void
com/logicaldoc/gui/frontend/client/document/note/VersionNotesWindow.refresh:()V
logicaldoc-impex-8.9.3-plugin.jar,
ArchiveBuilder.class
package com.logicaldoc.impex
ArchiveBuilder.getArchiveDao ( ) : ArchiveDAO
com/logicaldoc/impex/ArchiveBuilder.getArchiveDao:()Lcom/logicaldoc/impex/ArchiveDAO;
ArchiveBuilder.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/ArchiveBuilder.setArchiveDao:(Lcom/logicaldoc/impex/ArchiveDAO;)V
logicaldoc-impex-8.9.3-plugin.jar,
ArchiveDAO.class
package com.logicaldoc.impex
ArchiveDAO.findArchivedIds ( long p1 ) [abstract] : List<Long>
com/logicaldoc/impex/ArchiveDAO.findArchivedIds:(J)Ljava/util/List;
ArchiveDAO.findByMode ( int p1, Long p2 ) [abstract] : List<Archive>
com/logicaldoc/impex/ArchiveDAO.findByMode:(ILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndName ( int p1, String p2, Long p3 ) [abstract] : List<Archive>
com/logicaldoc/impex/ArchiveDAO.findByModeAndName:(ILjava/lang/String;Ljava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndStatus ( int p1, int p2, Long p3 ) [abstract] : List<Archive>
com/logicaldoc/impex/ArchiveDAO.findByModeAndStatus:(IILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndStatusAndType ( int p1, int p2, int p3, Long p4 ) [abstract] : List<Archive>
com/logicaldoc/impex/ArchiveDAO.findByModeAndStatusAndType:(IIILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndType ( int p1, int p2, Long p3 ) [abstract] : List<Archive>
com/logicaldoc/impex/ArchiveDAO.findByModeAndType:(IILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByName ( String p1, long p2 ) [abstract] : Archive
com/logicaldoc/impex/ArchiveDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/impex/Archive;
ArchiveDAO.findByStatus ( int p1, Long p2 ) [abstract] : List<Archive>
com/logicaldoc/impex/ArchiveDAO.findByStatus:(ILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.initialize ( Archive p1 ) [abstract] : void
com/logicaldoc/impex/ArchiveDAO.initialize:(Lcom/logicaldoc/impex/Archive;)V
ArchiveDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/impex/ArchiveDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
ArchiveDAO.removeVersions ( long p1, Set<Long> p2 ) [abstract] : boolean
com/logicaldoc/impex/ArchiveDAO.removeVersions:(JLjava/util/Set;)Z
ArchiveDAO.store ( Archive p1, boolean p2 ) [abstract] : void
com/logicaldoc/impex/ArchiveDAO.store:(Lcom/logicaldoc/impex/Archive;Z)V
logicaldoc-impex-8.9.3-plugin.jar,
ArchiveImporter.class
package com.logicaldoc.impex
ArchiveImporter.getArchiveDao ( ) : ArchiveDAO
com/logicaldoc/impex/ArchiveImporter.getArchiveDao:()Lcom/logicaldoc/impex/ArchiveDAO;
ArchiveImporter.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/ArchiveImporter.setArchiveDao:(Lcom/logicaldoc/impex/ArchiveDAO;)V
logicaldoc-impex-8.9.3-plugin.jar,
ArchiveManager.class
package com.logicaldoc.impex
ArchiveManager.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/ArchiveManager.setArchiveDao:(Lcom/logicaldoc/impex/ArchiveDAO;)V
logicaldoc-impex-8.9.3-plugin.jar,
HibernateArchiveDAO.class
package com.logicaldoc.impex
HibernateArchiveDAO.delete ( long archiveId, int code ) : void
com/logicaldoc/impex/HibernateArchiveDAO.delete:(JI)V
HibernateArchiveDAO.findArchivedIds ( long archiveId ) : List<Long>
com/logicaldoc/impex/HibernateArchiveDAO.findArchivedIds:(J)Ljava/util/List;
HibernateArchiveDAO.findByMode ( int mode, Long tenantId ) : List<Archive>
com/logicaldoc/impex/HibernateArchiveDAO.findByMode:(ILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndName ( int mode, String name, Long tenantId ) : List<Archive>
com/logicaldoc/impex/HibernateArchiveDAO.findByModeAndName:(ILjava/lang/String;Ljava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndStatus ( int mode, int status, Long tenantId ) : List<Archive>
com/logicaldoc/impex/HibernateArchiveDAO.findByModeAndStatus:(IILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndStatusAndType ( int mode, int status, int type, Long tenantId ) : List<Archive>
com/logicaldoc/impex/HibernateArchiveDAO.findByModeAndStatusAndType:(IIILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndType ( int mode, int type, Long tenantId ) : List<Archive>
com/logicaldoc/impex/HibernateArchiveDAO.findByModeAndType:(IILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByName ( String name, long tenantId ) : Archive
com/logicaldoc/impex/HibernateArchiveDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/impex/Archive;
HibernateArchiveDAO.findByStatus ( int status, Long tenantId ) : List<Archive>
com/logicaldoc/impex/HibernateArchiveDAO.findByStatus:(ILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.getCacheManager ( ) : ArchiveCacheManager
com/logicaldoc/impex/HibernateArchiveDAO.getCacheManager:()Lcom/logicaldoc/impex/ArchiveCacheManager;
HibernateArchiveDAO.HibernateArchiveDAO ( )
com/logicaldoc/impex/HibernateArchiveDAO."<init>":()V
HibernateArchiveDAO.initialize ( Archive archive ) : void
com/logicaldoc/impex/HibernateArchiveDAO.initialize:(Lcom/logicaldoc/impex/Archive;)V
HibernateArchiveDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/impex/HibernateArchiveDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateArchiveDAO.removeVersions ( long archiveId, Set<Long> versionIds ) : boolean
com/logicaldoc/impex/HibernateArchiveDAO.removeVersions:(JLjava/util/Set;)Z
HibernateArchiveDAO.setCacheManager ( ArchiveCacheManager cacheManager ) : void
com/logicaldoc/impex/HibernateArchiveDAO.setCacheManager:(Lcom/logicaldoc/impex/ArchiveCacheManager;)V
HibernateArchiveDAO.store ( Archive archive ) : void
com/logicaldoc/impex/HibernateArchiveDAO.store:(Lcom/logicaldoc/impex/Archive;)V
HibernateArchiveDAO.store ( Archive archive, boolean updateSize ) : void
com/logicaldoc/impex/HibernateArchiveDAO.store:(Lcom/logicaldoc/impex/Archive;Z)V
HibernateArchiveDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/impex/HibernateArchiveDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-impex-8.9.3-plugin.jar,
IncrementalArchiveCreator.class
package com.logicaldoc.impex
IncrementalArchiveCreator.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/IncrementalArchiveCreator.setArchiveDao:(Lcom/logicaldoc/impex/ArchiveDAO;)V
logicaldoc-impex-8.9.3-plugin.jar,
Index.class
package com.logicaldoc.impex
Index.getBarcodeTemplateName ( Long id ) [static] : String
com/logicaldoc/impex/Index.getBarcodeTemplateName:(Ljava/lang/Long;)Ljava/lang/String;
Index.getOcrTemplateName ( Long id ) [static] : String
com/logicaldoc/impex/Index.getOcrTemplateName:(Ljava/lang/Long;)Ljava/lang/String;
logicaldoc-ldap-8.9.3-plugin.jar,
LDAPAuthenticator.class
package com.logicaldoc.ldap
LDAPAuthenticator.setSynchronizer ( LDAPSynchronizer synchronizer ) : void
com/logicaldoc/ldap/LDAPAuthenticator.setSynchronizer:(Lcom/logicaldoc/ldap/LDAPSynchronizer;)V
logicaldoc-ldap-8.9.3-plugin.jar,
LDAPSynchronizer.class
package com.logicaldoc.ldap
LDAPSynchronizer.doImport ( List<LDAPUser> users, LDAPServer server ) : Collection<User>
com/logicaldoc/ldap/LDAPSynchronizer.doImport:(Ljava/util/List;Lcom/logicaldoc/ldap/LDAPServer;)Ljava/util/Collection;
LDAPSynchronizer.getErrors ( ) : long
com/logicaldoc/ldap/LDAPSynchronizer.getErrors:()J
LDAPSynchronizer.getImported ( ) : long
com/logicaldoc/ldap/LDAPSynchronizer.getImported:()J
LDAPSynchronizer.getUpdated ( ) : long
com/logicaldoc/ldap/LDAPSynchronizer.getUpdated:()J
LDAPSynchronizer.LDAPSynchronizer ( )
com/logicaldoc/ldap/LDAPSynchronizer."<init>":()V
LDAPSynchronizer.setGroupDao ( GroupDAO groupDao ) : void
com/logicaldoc/ldap/LDAPSynchronizer.setGroupDao:(Lcom/logicaldoc/core/security/user/GroupDAO;)V
LDAPSynchronizer.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/ldap/LDAPSynchronizer.setUserDao:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-util-8.9.3.jar,
Exec.class
package com.logicaldoc.util.exec
Exec.commandForLog ( String commandLine ) : String
com/logicaldoc/util/exec/Exec.commandForLog:(Ljava/lang/String;)Ljava/lang/String;
logicaldoc-util-8.9.3.jar,
FileBodyCounter.class
package com.logicaldoc.util.http
FileBodyCounter.FileBodyCounter ( File file, ContentType contentType, String filename, FileBodyCounter.ProgressListener listener )
com/logicaldoc/util/http/FileBodyCounter."<init>":(Ljava/io/File;Lorg/apache/hc/core5/http/ContentType;Ljava/lang/String;Lcom/logicaldoc/util/http/FileBodyCounter$ProgressListener;)V
logicaldoc-util-8.9.3.jar,
FileHttpClientResponseHandler.class
package com.logicaldoc.util.http
FileHttpClientResponseHandler.FileHttpClientResponseHandler ( File file )
com/logicaldoc/util/http/FileHttpClientResponseHandler."<init>":(Ljava/io/File;)V
FileHttpClientResponseHandler.handleEntity ( HttpEntity entity ) : String
com/logicaldoc/util/http/FileHttpClientResponseHandler.handleEntity:(Lorg/apache/hc/core5/http/HttpEntity;)Ljava/lang/String;
FileHttpClientResponseHandler.handleEntity ( HttpEntity p1 ) : Object
com/logicaldoc/util/http/FileHttpClientResponseHandler.handleEntity:(Lorg/apache/hc/core5/http/HttpEntity;)Ljava/lang/Object;
logicaldoc-util-8.9.3.jar,
FileUtil.class
package com.logicaldoc.util.io
FileUtil.delete ( File file ) [static] : boolean
com/logicaldoc/util/io/FileUtil.delete:(Ljava/io/File;)Z
logicaldoc-util-8.9.3.jar,
HttpUtil.class
package com.logicaldoc.util.http
HttpUtil.close ( ClassicHttpResponse response ) [static] : void
com/logicaldoc/util/http/HttpUtil.close:(Lorg/apache/hc/core5/http/ClassicHttpResponse;)V
HttpUtil.getBodyStream ( ClassicHttpResponse response ) [static] : InputStream
com/logicaldoc/util/http/HttpUtil.getBodyStream:(Lorg/apache/hc/core5/http/ClassicHttpResponse;)Ljava/io/InputStream;
HttpUtil.getBodyString ( ClassicHttpResponse response ) [static] : String
com/logicaldoc/util/http/HttpUtil.getBodyString:(Lorg/apache/hc/core5/http/ClassicHttpResponse;)Ljava/lang/String;
HttpUtil.getNotValidatingClient ( int timeout ) [static] : CloseableHttpClient
com/logicaldoc/util/http/HttpUtil.getNotValidatingClient:(I)Lorg/apache/hc/client5/http/impl/classic/CloseableHttpClient;
HttpUtil.getNotValidatingClient ( int timeout, String proxyServer, Integer proxyPort, String proxyUser, String proxyPassword ) [static] : CloseableHttpClient
com/logicaldoc/util/http/HttpUtil.getNotValidatingClient:(ILjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/hc/client5/http/impl/classic/CloseableHttpClient;
logicaldoc-util-8.9.3.jar,
LoggingHttpClientResponseHandler.class
package com.logicaldoc.util.http
LoggingHttpClientResponseHandler<T>.getResponseBody ( ClassicHttpResponse response ) [static] : String
com/logicaldoc/util/http/LoggingHttpClientResponseHandler.getResponseBody:(Lorg/apache/hc/core5/http/ClassicHttpResponse;)Ljava/lang/String;
LoggingHttpClientResponseHandler<T>.getResponseBody ( ClassicHttpResponse response, Integer maxLength ) [static] : String
com/logicaldoc/util/http/LoggingHttpClientResponseHandler.getResponseBody:(Lorg/apache/hc/core5/http/ClassicHttpResponse;Ljava/lang/Integer;)Ljava/lang/String;
LoggingHttpClientResponseHandler<T>.handleResponse ( ClassicHttpResponse response ) : T
com/logicaldoc/util/http/LoggingHttpClientResponseHandler.handleResponse:(Lorg/apache/hc/core5/http/ClassicHttpResponse;)Ljava/lang/Object;
LoggingHttpClientResponseHandler<T>.LoggingHttpClientResponseHandler<T> ( )
com/logicaldoc/util/http/LoggingHttpClientResponseHandler."<init>":()V
logicaldoc-util-8.9.3.jar,
StreamHttpClientResponseHandler.class
package com.logicaldoc.util.http
StreamHttpClientResponseHandler.handleEntity ( HttpEntity entity ) : String
com/logicaldoc/util/http/StreamHttpClientResponseHandler.handleEntity:(Lorg/apache/hc/core5/http/HttpEntity;)Ljava/lang/String;
StreamHttpClientResponseHandler.handleEntity ( HttpEntity p1 ) : Object
com/logicaldoc/util/http/StreamHttpClientResponseHandler.handleEntity:(Lorg/apache/hc/core5/http/HttpEntity;)Ljava/lang/Object;
StreamHttpClientResponseHandler.StreamHttpClientResponseHandler ( OutputStream stream )
com/logicaldoc/util/http/StreamHttpClientResponseHandler."<init>":(Ljava/io/OutputStream;)V
logicaldoc-util-8.9.3.jar,
StringHttpClientResponseHandler.class
package com.logicaldoc.util.http
StringHttpClientResponseHandler.handleEntity ( HttpEntity entity ) : String
com/logicaldoc/util/http/StringHttpClientResponseHandler.handleEntity:(Lorg/apache/hc/core5/http/HttpEntity;)Ljava/lang/String;
StringHttpClientResponseHandler.handleEntity ( HttpEntity p1 ) : Object
com/logicaldoc/util/http/StringHttpClientResponseHandler.handleEntity:(Lorg/apache/hc/core5/http/HttpEntity;)Ljava/lang/Object;
StringHttpClientResponseHandler.StringHttpClientResponseHandler ( )
com/logicaldoc/util/http/StringHttpClientResponseHandler."<init>":()V
logicaldoc-webdav-8.9.3-plugin.jar,
Resource.class
package com.logicaldoc.webdav.resource.model
Resource.setFolder ( boolean p1 ) [abstract] : void
com/logicaldoc/webdav/resource/model/Resource.setFolder:(Z)V
Resource.setWorkspace ( boolean p1 ) [abstract] : void
com/logicaldoc/webdav/resource/model/Resource.setWorkspace:(Z)V
logicaldoc-webdav-8.9.3-plugin.jar,
ResourceImpl.class
package com.logicaldoc.webdav.resource.model
ResourceImpl.setFolder ( boolean folder ) : void
com/logicaldoc/webdav/resource/model/ResourceImpl.setFolder:(Z)V
ResourceImpl.setWorkspace ( boolean workspace ) : void
com/logicaldoc/webdav/resource/model/ResourceImpl.setWorkspace:(Z)V
logicaldoc-webdav-8.9.3-plugin.jar,
ResourceService.class
package com.logicaldoc.webdav.resource.service
ResourceService.copy ( Resource p1, Resource p2, String p3, WebdavSession p4 ) [abstract] : void
com/logicaldoc/webdav/resource/service/ResourceService.copy:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/lang/String;Lcom/logicaldoc/webdav/session/WebdavSession;)V
ResourceService.move ( Resource p1, Resource p2, String p3, WebdavSession p4 ) [abstract] : Resource
com/logicaldoc/webdav/resource/service/ResourceService.move:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/lang/String;Lcom/logicaldoc/webdav/session/WebdavSession;)Lcom/logicaldoc/webdav/resource/model/Resource;
logicaldoc-webdav-8.9.3-plugin.jar,
ResourceServiceImpl.class
package com.logicaldoc.webdav.resource.service
ResourceServiceImpl.copy ( Resource source, Resource destination, String newName, WebdavSession session ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.copy:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/lang/String;Lcom/logicaldoc/webdav/session/WebdavSession;)V
ResourceServiceImpl.move ( Resource source, Resource destination, String newName, WebdavSession session ) : Resource
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.move:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/lang/String;Lcom/logicaldoc/webdav/session/WebdavSession;)Lcom/logicaldoc/webdav/resource/model/Resource;
logicaldoc-webservice-8.9.3-plugin.jar,
DocException.class
package com.logicaldoc.webservice.doc
DocException.DocException ( )
com/logicaldoc/webservice/doc/DocException."<init>":()V
DocException.DocException ( String message )
com/logicaldoc/webservice/doc/DocException."<init>":(Ljava/lang/String;)V
DocException.DocException ( String message, Throwable cause )
com/logicaldoc/webservice/doc/DocException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
DocException.DocException ( String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
com/logicaldoc/webservice/doc/DocException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
DocException.DocException ( Throwable cause )
com/logicaldoc/webservice/doc/DocException."<init>":(Ljava/lang/Throwable;)V
logicaldoc-webservice-8.9.3-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.rest
DocumentService.listPaginated ( long p1, String p2, String p3, Integer p4, Integer p5 ) [abstract] : List<WSDocument>
com/logicaldoc/webservice/rest/DocumentService.listPaginated:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.soap
DocumentService.list ( String p1, long p2, String p3, String p4, Integer p5, Integer p6 ) [abstract] : List<WSDocument>
com/logicaldoc/webservice/soap/DocumentService.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.rest
FolderService.list ( long p1, String p2, Integer p3, Integer p4 ) [abstract] : List<WSFolder>
com/logicaldoc/webservice/rest/FolderService.list:(JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.soap
FolderService.list ( String p1, long p2, String p3, Integer p4, Integer p5 ) [abstract] : List<WSFolder>
com/logicaldoc/webservice/soap/FolderService.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
RestDocumentClient.class
package com.logicaldoc.webservice.rest.client
RestDocumentClient.listPaginated ( long folderId, String fileName, String sort, Integer page, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/rest/client/RestDocumentClient.listPaginated:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.listPaginated ( long folderId, String fileName, String sort, Integer page, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.listPaginated:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
RestFolderClient.class
package com.logicaldoc.webservice.rest.client
RestFolderClient.list ( long folderId, String sort, Integer page, Integer max ) : List<WSFolder>
com/logicaldoc/webservice/rest/client/RestFolderClient.list:(JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.list ( long folderId, String sort, Integer page, Integer max ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestFolderService.list:(JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
SoapDocumentClient.class
package com.logicaldoc.webservice.soap.client
SoapDocumentClient.list ( String sid, long folderId, String fileName, String sort, Integer page, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/soap/client/SoapDocumentClient.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.list ( String sid, long folderId, String fileName, String sort, Integer page, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
SoapFolderClient.class
package com.logicaldoc.webservice.soap.client
SoapFolderClient.list ( String sid, long folderId, String sort, Integer page, Integer max ) : List<WSFolder>
com/logicaldoc/webservice/soap/client/SoapFolderClient.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
SoapFolderService.list ( String sid, long folderId, String sort, Integer page, Integer max ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
WSAccessControlEntry.class
package com.logicaldoc.webservice.model
WSAccessControlEntry.getCustomid ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getCustomid:()I
WSAccessControlEntry.setCustomid ( int customid ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setCustomid:(I)V
logicaldoc-workflow-8.9.3-plugin.jar,
SpringProcessEngineFactoryBean.class
package com.logicaldoc.workflow.spring
SpringProcessEngineFactoryBean.getObject ( ) : Object
com/logicaldoc/workflow/spring/SpringProcessEngineFactoryBean.getObject:()Ljava/lang/Object;
to the top
Removed Methods 85
logicaldoc-barcode-8.9.2-plugin.jar,
BarcodeGenerator.class
package com.logicaldoc.barcode
BarcodeGenerator.generateBarcodeFile ( String code, int height, int width ) : File
com/logicaldoc/barcode/BarcodeGenerator.generateBarcodeFile:(Ljava/lang/String;II)Ljava/io/File;
logicaldoc-conversion-8.9.2-plugin.jar,
ZamZarConverter.class
package com.logicaldoc.conversion
ZamZarConverter.getHttpClient ( ) : CloseableHttpClient
com/logicaldoc/conversion/ZamZarConverter.getHttpClient:()Lorg/apache/http/impl/client/CloseableHttpClient;
logicaldoc-core-8.9.2-plugin.jar,
ParseException.class
package com.logicaldoc.core.parser
ParseException.ParseException ( String message )
com/logicaldoc/core/parser/ParseException."<init>":(Ljava/lang/String;)V
ParseException.ParseException ( String message, Throwable cause )
com/logicaldoc/core/parser/ParseException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
ParseException.ParseException ( Throwable cause )
com/logicaldoc/core/parser/ParseException."<init>":(Ljava/lang/Throwable;)V
logicaldoc-email-8.9.2-plugin.jar,
EmailCrawler.class
package com.logicaldoc.email
EmailCrawler.getSession ( ) [static] : Session
com/logicaldoc/email/EmailCrawler.getSession:()Ljavax/mail/Session;
EmailCrawler.getStore ( EmailAccount account, Session session ) [static] : Store
com/logicaldoc/email/EmailCrawler.getStore:(Lcom/logicaldoc/email/EmailAccount;Ljavax/mail/Session;)Ljavax/mail/Store;
logicaldoc-gui-8.9.2-plugin.jar,
AnnotationsWindow.class
package com.logicaldoc.gui.frontend.client.document.note
AnnotationsWindow.AnnotationsWindow ( GUIDocument doc, String fileVer, NotesPanel notesPanel, boolean editEnabled )
com/logicaldoc/gui/frontend/client/document/note/AnnotationsWindow."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Ljava/lang/String;Lcom/logicaldoc/gui/frontend/client/document/note/NotesPanel;Z)V
logicaldoc-gui-8.9.2-plugin.jar,
ContextMenu.class
package com.logicaldoc.gui.frontend.client.document.grid
ContextMenu.ContextMenu ( GUIFolder folder, DocumentsGrid docsGrid )
com/logicaldoc/gui/frontend/client/document/grid/ContextMenu."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIFolder;Lcom/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid;)V
logicaldoc-gui-8.9.2-plugin.jar,
DocumentService.class
package com.logicaldoc.gui.frontend.client.services
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.updateNote ( long p1, long p2, String p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.updateNote:(JJLjava/lang/String;)V
logicaldoc-gui-8.9.2-plugin.jar,
DocumentServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
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.updateNote ( long p1, long p2, String p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.updateNote:(JJLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.2-plugin.jar,
ExtendedPropertiesPanel.class
package com.logicaldoc.gui.common.client.widgets
ExtendedPropertiesPanel.ExtendedPropertiesPanel ( GUIExtensibleObject object, ChangedHandler changedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection )
com/logicaldoc/gui/common/client/widgets/ExtendedPropertiesPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;ZZZ)V
ExtendedPropertiesPanel.ExtendedPropertiesPanel ( GUIExtensibleObject object, ChangedHandler changedHandler, ChangedHandler templateChangedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection )
com/logicaldoc/gui/common/client/widgets/ExtendedPropertiesPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;ZZZ)V
logicaldoc-gui-8.9.2-plugin.jar,
GUIEmailSettings.class
package com.logicaldoc.gui.common.client.beans
GUIEmailSettings.getSmtpServer ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.getSmtpServer:()Ljava/lang/String;
GUIEmailSettings.setSmtpServer ( String smtpServer ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.setSmtpServer:(Ljava/lang/String;)V
logicaldoc-gui-8.9.2-plugin.jar,
NoteUpdateDialog.class
package com.logicaldoc.gui.frontend.client.document.note
NoteUpdateDialog.NoteUpdateDialog ( long docId, long noteId, String noteMessage, NotesPanel notesPanel )
com/logicaldoc/gui/frontend/client/document/note/NoteUpdateDialog."<init>":(JJLjava/lang/String;Lcom/logicaldoc/gui/frontend/client/document/note/NotesPanel;)V
logicaldoc-impex-8.9.2-plugin.jar,
ArchiveBuilder.class
package com.logicaldoc.impex
ArchiveBuilder.getArchiveDao ( ) : ArchiveDAO
com/logicaldoc/impex/ArchiveBuilder.getArchiveDao:()Lcom/logicaldoc/impex/dao/ArchiveDAO;
ArchiveBuilder.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/ArchiveBuilder.setArchiveDao:(Lcom/logicaldoc/impex/dao/ArchiveDAO;)V
logicaldoc-impex-8.9.2-plugin.jar,
ArchiveDAO.class
package com.logicaldoc.impex.dao
ArchiveDAO.findArchivedIds ( long p1 ) [abstract] : List<Long>
com/logicaldoc/impex/dao/ArchiveDAO.findArchivedIds:(J)Ljava/util/List;
ArchiveDAO.findByMode ( int p1, Long p2 ) [abstract] : List<Archive>
com/logicaldoc/impex/dao/ArchiveDAO.findByMode:(ILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndName ( int p1, String p2, Long p3 ) [abstract] : List<Archive>
com/logicaldoc/impex/dao/ArchiveDAO.findByModeAndName:(ILjava/lang/String;Ljava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndStatus ( int p1, int p2, Long p3 ) [abstract] : List<Archive>
com/logicaldoc/impex/dao/ArchiveDAO.findByModeAndStatus:(IILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndStatusAndType ( int p1, int p2, int p3, Long p4 ) [abstract] : List<Archive>
com/logicaldoc/impex/dao/ArchiveDAO.findByModeAndStatusAndType:(IIILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndType ( int p1, int p2, Long p3 ) [abstract] : List<Archive>
com/logicaldoc/impex/dao/ArchiveDAO.findByModeAndType:(IILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByName ( String p1, long p2 ) [abstract] : Archive
com/logicaldoc/impex/dao/ArchiveDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/impex/Archive;
ArchiveDAO.findByStatus ( int p1, Long p2 ) [abstract] : List<Archive>
com/logicaldoc/impex/dao/ArchiveDAO.findByStatus:(ILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.initialize ( Archive p1 ) [abstract] : void
com/logicaldoc/impex/dao/ArchiveDAO.initialize:(Lcom/logicaldoc/impex/Archive;)V
ArchiveDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/impex/dao/ArchiveDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
ArchiveDAO.removeVersions ( long p1, Set<Long> p2 ) [abstract] : boolean
com/logicaldoc/impex/dao/ArchiveDAO.removeVersions:(JLjava/util/Set;)Z
ArchiveDAO.store ( Archive p1, boolean p2 ) [abstract] : void
com/logicaldoc/impex/dao/ArchiveDAO.store:(Lcom/logicaldoc/impex/Archive;Z)V
logicaldoc-impex-8.9.2-plugin.jar,
ArchiveImporter.class
package com.logicaldoc.impex
ArchiveImporter.getArchiveDao ( ) : ArchiveDAO
com/logicaldoc/impex/ArchiveImporter.getArchiveDao:()Lcom/logicaldoc/impex/dao/ArchiveDAO;
ArchiveImporter.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/ArchiveImporter.setArchiveDao:(Lcom/logicaldoc/impex/dao/ArchiveDAO;)V
logicaldoc-impex-8.9.2-plugin.jar,
ArchiveManager.class
package com.logicaldoc.impex
ArchiveManager.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/ArchiveManager.setArchiveDao:(Lcom/logicaldoc/impex/dao/ArchiveDAO;)V
logicaldoc-impex-8.9.2-plugin.jar,
HibernateArchiveDAO.class
package com.logicaldoc.impex.dao
HibernateArchiveDAO.delete ( long archiveId, int code ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.delete:(JI)V
HibernateArchiveDAO.findArchivedIds ( long archiveId ) : List<Long>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findArchivedIds:(J)Ljava/util/List;
HibernateArchiveDAO.findByMode ( int mode, Long tenantId ) : List<Archive>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByMode:(ILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndName ( int mode, String name, Long tenantId ) : List<Archive>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByModeAndName:(ILjava/lang/String;Ljava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndStatus ( int mode, int status, Long tenantId ) : List<Archive>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByModeAndStatus:(IILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndStatusAndType ( int mode, int status, int type, Long tenantId ) : List<Archive>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByModeAndStatusAndType:(IIILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndType ( int mode, int type, Long tenantId ) : List<Archive>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByModeAndType:(IILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByName ( String name, long tenantId ) : Archive
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/impex/Archive;
HibernateArchiveDAO.findByStatus ( int status, Long tenantId ) : List<Archive>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByStatus:(ILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.getCacheManager ( ) : ArchiveCacheManager
com/logicaldoc/impex/dao/HibernateArchiveDAO.getCacheManager:()Lcom/logicaldoc/impex/ArchiveCacheManager;
HibernateArchiveDAO.HibernateArchiveDAO ( )
com/logicaldoc/impex/dao/HibernateArchiveDAO."<init>":()V
HibernateArchiveDAO.initialize ( Archive archive ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.initialize:(Lcom/logicaldoc/impex/Archive;)V
HibernateArchiveDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateArchiveDAO.removeVersions ( long archiveId, Set<Long> versionIds ) : boolean
com/logicaldoc/impex/dao/HibernateArchiveDAO.removeVersions:(JLjava/util/Set;)Z
HibernateArchiveDAO.setCacheManager ( ArchiveCacheManager cacheManager ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.setCacheManager:(Lcom/logicaldoc/impex/ArchiveCacheManager;)V
HibernateArchiveDAO.store ( Archive archive ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.store:(Lcom/logicaldoc/impex/Archive;)V
HibernateArchiveDAO.store ( Archive archive, boolean updateSize ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.store:(Lcom/logicaldoc/impex/Archive;Z)V
HibernateArchiveDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-impex-8.9.2-plugin.jar,
IncrementalArchiveCreator.class
package com.logicaldoc.impex
IncrementalArchiveCreator.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/IncrementalArchiveCreator.setArchiveDao:(Lcom/logicaldoc/impex/dao/ArchiveDAO;)V
logicaldoc-impex-8.9.2-plugin.jar,
Index.class
package com.logicaldoc.impex
Index.getTemplateName ( Long id, boolean barcodeTemplate ) [static] : String
com/logicaldoc/impex/Index.getTemplateName:(Ljava/lang/Long;Z)Ljava/lang/String;
logicaldoc-ldap-8.9.2-plugin.jar,
LDAPAuthenticator.class
package com.logicaldoc.ldap
LDAPAuthenticator.setSynchroniser ( LDAPSynchroniser synchroniser ) : void
com/logicaldoc/ldap/LDAPAuthenticator.setSynchroniser:(Lcom/logicaldoc/ldap/LDAPSynchroniser;)V
logicaldoc-ldap-8.9.2-plugin.jar,
LDAPSynchroniser.class
package com.logicaldoc.ldap
LDAPSynchroniser.doImport ( List<LDAPUser> users, LDAPServer server ) : Collection<User>
com/logicaldoc/ldap/LDAPSynchroniser.doImport:(Ljava/util/List;Lcom/logicaldoc/ldap/LDAPServer;)Ljava/util/Collection;
LDAPSynchroniser.getErrors ( ) : long
com/logicaldoc/ldap/LDAPSynchroniser.getErrors:()J
LDAPSynchroniser.getImported ( ) : long
com/logicaldoc/ldap/LDAPSynchroniser.getImported:()J
LDAPSynchroniser.getUpdated ( ) : long
com/logicaldoc/ldap/LDAPSynchroniser.getUpdated:()J
LDAPSynchroniser.LDAPSynchroniser ( )
com/logicaldoc/ldap/LDAPSynchroniser."<init>":()V
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-util-8.9.2.jar,
FileBodyCounter.class
package com.logicaldoc.util.http
FileBodyCounter.FileBodyCounter ( File file, ContentType contentType, String filename, FileBodyCounter.ProgressListener listener )
com/logicaldoc/util/http/FileBodyCounter."<init>":(Ljava/io/File;Lorg/apache/http/entity/ContentType;Ljava/lang/String;Lcom/logicaldoc/util/http/FileBodyCounter$ProgressListener;)V
logicaldoc-util-8.9.2.jar,
FileUtil.class
package com.logicaldoc.util.io
FileUtil.strongDelete ( File file ) [static] : void
com/logicaldoc/util/io/FileUtil.strongDelete:(Ljava/io/File;)V
logicaldoc-util-8.9.2.jar,
HttpUtil.class
package com.logicaldoc.util.http
HttpUtil.close ( CloseableHttpResponse response ) [static] : void
com/logicaldoc/util/http/HttpUtil.close:(Lorg/apache/http/client/methods/CloseableHttpResponse;)V
HttpUtil.getBodyStream ( CloseableHttpResponse response ) [static] : InputStream
com/logicaldoc/util/http/HttpUtil.getBodyStream:(Lorg/apache/http/client/methods/CloseableHttpResponse;)Ljava/io/InputStream;
HttpUtil.getBodyString ( CloseableHttpResponse response ) [static] : String
com/logicaldoc/util/http/HttpUtil.getBodyString:(Lorg/apache/http/client/methods/CloseableHttpResponse;)Ljava/lang/String;
HttpUtil.getNotValidatingClient ( int timeout ) [static] : CloseableHttpClient
com/logicaldoc/util/http/HttpUtil.getNotValidatingClient:(I)Lorg/apache/http/impl/client/CloseableHttpClient;
HttpUtil.getNotValidatingClient ( int timeout, String proxyServer, Integer proxyPort, String proxyUser, String proxyPassword ) [static] : CloseableHttpClient
com/logicaldoc/util/http/HttpUtil.getNotValidatingClient:(ILjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/http/impl/client/CloseableHttpClient;
logicaldoc-webdav-8.9.2-plugin.jar,
Resource.class
package com.logicaldoc.webdav.resource.model
Resource.isFolder ( boolean p1 ) [abstract] : void
com/logicaldoc/webdav/resource/model/Resource.isFolder:(Z)V
Resource.isWorkspace ( boolean p1 ) [abstract] : void
com/logicaldoc/webdav/resource/model/Resource.isWorkspace:(Z)V
logicaldoc-webdav-8.9.2-plugin.jar,
ResourceImpl.class
package com.logicaldoc.webdav.resource.model
ResourceImpl.isFolder ( boolean isFolder ) : void
com/logicaldoc/webdav/resource/model/ResourceImpl.isFolder:(Z)V
ResourceImpl.isWorkspace ( boolean isWorkspace ) : void
com/logicaldoc/webdav/resource/model/ResourceImpl.isWorkspace:(Z)V
logicaldoc-webdav-8.9.2-plugin.jar,
ResourceService.class
package com.logicaldoc.webdav.resource.service
ResourceService.copyResource ( Resource p1, Resource p2, WebdavSession p3 ) [abstract] : void
com/logicaldoc/webdav/resource/service/ResourceService.copyResource:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/session/WebdavSession;)V
ResourceService.move ( Resource p1, Resource p2, WebdavSession p3 ) [abstract] : Resource
com/logicaldoc/webdav/resource/service/ResourceService.move:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/session/WebdavSession;)Lcom/logicaldoc/webdav/resource/model/Resource;
ResourceService.resourceExists ( Resource p1 ) [abstract] : boolean
com/logicaldoc/webdav/resource/service/ResourceService.resourceExists:(Lcom/logicaldoc/webdav/resource/model/Resource;)Z
ResourceService.streamIn ( Resource p1, InputStream p2 ) [abstract] : void
com/logicaldoc/webdav/resource/service/ResourceService.streamIn:(Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/io/InputStream;)V
ResourceService.updateResource ( Resource p1 ) [abstract] : Resource
com/logicaldoc/webdav/resource/service/ResourceService.updateResource:(Lcom/logicaldoc/webdav/resource/model/Resource;)Lcom/logicaldoc/webdav/resource/model/Resource;
logicaldoc-webdav-8.9.2-plugin.jar,
ResourceServiceImpl.class
package com.logicaldoc.webdav.resource.service
ResourceServiceImpl.copyResource ( Resource destinationResource, Resource resource, WebdavSession session ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.copyResource:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/session/WebdavSession;)V
ResourceServiceImpl.isCheckedOut ( Resource resource ) : boolean
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.isCheckedOut:(Lcom/logicaldoc/webdav/resource/model/Resource;)Z
ResourceServiceImpl.move ( Resource source, Resource destination, WebdavSession session ) : Resource
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.move:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/session/WebdavSession;)Lcom/logicaldoc/webdav/resource/model/Resource;
ResourceServiceImpl.resourceExists ( Resource resource ) : boolean
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.resourceExists:(Lcom/logicaldoc/webdav/resource/model/Resource;)Z
ResourceServiceImpl.streamIn ( Resource resource, InputStream is ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.streamIn:(Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/io/InputStream;)V
ResourceServiceImpl.updateResource ( Resource resource ) : Resource
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.updateResource:(Lcom/logicaldoc/webdav/resource/model/Resource;)Lcom/logicaldoc/webdav/resource/model/Resource;
to the top
Problems with Data Types, High Severity 15
logicaldoc-core-8.9.2-plugin.jar
package com.logicaldoc.core.parser
[+] class ParseException 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
ParseException.ParseException ( String message )This constructor is from 'ParseException' class.
ParseException.ParseException ( String message, Throwable cause )This constructor is from 'ParseException' class.
ParseException.ParseException ( Throwable cause )This constructor is from 'ParseException' class.
logicaldoc-gui-8.9.2-plugin.jar
package com.logicaldoc.gui.frontend.client.services
[+] interface DocumentService 2
| Change | Effect |
---|
1 |
Abstract method void saveNotes ( long, List<GUIDocumentNote>, Collection<String> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void updateNote ( long, long, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 65 (0.4%)
DocumentService.addBookmarks ( List<Long> p1, int p2 )This abstract method is from 'DocumentService' interface.
DocumentService.addDocuments ( String p1, long p2, boolean p3, String p4, boolean p5, Long p6 )This abstract method is from 'DocumentService' interface.
DocumentService.addDocuments ( boolean p1, String p2, boolean p3, GUIDocument p4 )This abstract method is from 'DocumentService' interface.
DocumentService.addNote ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.applyParentFolderSecurity ( long p1 )This abstract method is from 'DocumentService' interface.
DocumentService.archiveDocuments ( List<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.bulkUpdate ( List<Long> p1, GUIDocument p2, boolean p3 )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.
...
[+] interface DocumentServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void saveNotes ( long, List<GUIDocumentNote>, Collection<String>, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void updateNote ( long, long, String, AsyncCallback<Void> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 76 (0.4%)
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'.
...
logicaldoc-impex-8.9.2-plugin.jar
package com.logicaldoc.impex.dao
[+] class HibernateArchiveDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 18 (0.1%)
HibernateArchiveDAO.HibernateArchiveDAO ( )This constructor is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.delete ( long archiveId, int code )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findArchivedIds ( long archiveId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByMode ( int mode, Long tenantId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByModeAndName ( int mode, String name, Long tenantId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByModeAndStatus ( int mode, int status, Long tenantId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByModeAndStatusAndType ( int mode, int status, int type, Long tenantId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByModeAndType ( int mode, int type, Long tenantId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByName ( String name, long tenantId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByStatus ( int status, Long tenantId )This method is from 'HibernateArchiveDAO' class.
...
[+] interface ArchiveDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
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.
ArchiveDAO.findByModeAndType ( int p1, int p2, Long p3 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByName ( String p1, long p2 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByStatus ( int p1, Long p2 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.initialize ( PersistentObject p1 )This method is from 'ArchiveDAO' interface.
ArchiveDAO.initialize ( Archive p1 )This abstract method is from 'ArchiveDAO' interface.
...
logicaldoc-ldap-8.9.2-plugin.jar
package com.logicaldoc.ldap
[+] class LDAPSynchroniser 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.04%)
LDAPSynchroniser.LDAPSynchroniser ( )This constructor is from 'LDAPSynchroniser' class.
LDAPSynchroniser.doImport ( List<LDAPUser> users, LDAPServer server )This method is from 'LDAPSynchroniser' class.
LDAPSynchroniser.getErrors ( )This method is from 'LDAPSynchroniser' class.
LDAPSynchroniser.getImported ( )This method is from 'LDAPSynchroniser' class.
LDAPSynchroniser.getUpdated ( )This method is from 'LDAPSynchroniser' class.
LDAPSynchroniser.setGroupDao ( GroupDAO groupDao )This method is from 'LDAPSynchroniser' class.
LDAPSynchroniser.setUserDao ( UserDAO userDao )This method is from 'LDAPSynchroniser' class.
logicaldoc-webdav-8.9.2-plugin.jar
package com.logicaldoc.webdav.resource.model
[+] interface Resource 2
| Change | Effect |
---|
1 |
Abstract method void isFolder ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void isWorkspace ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 136 (0.8%)
com.logicaldoc.webdav.context.AbstractExportContext.AbstractExportContext ( Resource resource, boolean hasStream )1st parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.context.AbstractExportContext.getResource ( )Return value of this method is of type 'Resource'.
com.logicaldoc.webdav.context.ExportContext.getResource ( )Return value of this abstract method is of type 'Resource'.
com.logicaldoc.webdav.context.ExportContextImpl.ExportContextImpl ( Resource resource, OutputContext outputCtx )1st parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.context.ImportContext.getResource ( )Return value of this abstract method is of type 'Resource'.
com.logicaldoc.webdav.context.ImportContextImpl.ImportContextImpl ( Resource resource, String systemId, InputStream in )1st parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.context.ImportContextImpl.ImportContextImpl ( Resource resource, String systemId, InputContext inputCtx )1st parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.context.ImportContextImpl.getResource ( )Return value of this method is of type 'Resource'.
com.logicaldoc.webdav.io.handler.DefaultHandler.exportData ( ExportContext context, Resource resource )2nd parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.io.handler.DefaultHandler.exportData ( ExportContext context, Resource resource, Long left, Long rangeLength )2nd parameter 'resource' of this method is of type 'Resource'.
...
logicaldoc-webdav-8.9.2-plugin.jar
package com.logicaldoc.webdav.resource.service
[+] interface ResourceService 5
| Change | Effect |
---|
1 |
Abstract method void copyResource ( Resource, Resource, WebdavSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method Resource move ( Resource, Resource, WebdavSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
3 |
Abstract method boolean resourceExists ( Resource ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
4 |
Abstract method void streamIn ( Resource, InputStream ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
5 |
Abstract method Resource updateResource ( Resource ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 56 (0.3%)
com.logicaldoc.webdav.io.handler.DefaultHandler.setResourceService ( ResourceService resourceService )1st parameter 'resourceService' of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.DavResourceImpl ( DavResourceLocator locator, DavResourceFactory factory, WebdavSession session, ResourceConfig config )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.DavResourceImpl ( DavResourceLocator locator, DavResourceFactory factory, WebdavSession session, ResourceConfig config, Resource resource )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.DavResourceImpl ( DavResourceLocator locator, DavResourceFactory factory, WebdavSession session, ResourceConfig config, boolean isCollection )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.addLockManager ( LockManager lockMgr )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.addMember ( DavResource member, InputContext inputContext )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.alterProperties ( List<?> changeList )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.alterProperties ( DavPropertySet setProperties, DavPropertyNameSet removePropertyNames )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.copy ( DavResource destination, boolean shallow )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.exists ( )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
...
to the top
Problems with Methods, High Severity 8
logicaldoc-conversion-8.9.2-plugin.jar,
ZamZarConverter.class
package com.logicaldoc.conversion
[+] ZamZarConverter.getHttpClient ( ) : CloseableHttpClient 1
com/logicaldoc/conversion/ZamZarConverter.getHttpClient:()Lorg/apache/http/impl/client/CloseableHttpClient;
| Change | Effect |
---|
1 |
Return value type has been changed from org.apache.http.impl.client.CloseableHttpClient to org.apache.hc.client5.http.impl.classic.CloseableHttpClient. |
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.2-plugin.jar,
DefaultSchedulerFactory.class
package com.logicaldoc.core.task
[+] DefaultSchedulerFactory.getObject ( ) : Scheduler 1
com/logicaldoc/core/task/DefaultSchedulerFactory.getObject:()Lorg/quartz/Scheduler;
| Change | Effect |
---|
1 |
Return value type has been changed from org.quartz.Scheduler to java.lang.Object. |
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.2-plugin.jar,
ClusterHits.class
package com.logicaldoc.enterprise.cluster
[+] ClusterHits.next ( ) : Hit 1
com/logicaldoc/enterprise/cluster/ClusterHits.next:()Lcom/logicaldoc/core/searchengine/Hit;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.searchengine.Hit to java.lang.Object. |
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.2-plugin.jar,
ArchiveBuilder.class
package com.logicaldoc.impex
[+] ArchiveBuilder.getArchiveDao ( ) : ArchiveDAO 1
com/logicaldoc/impex/ArchiveBuilder.getArchiveDao:()Lcom/logicaldoc/impex/dao/ArchiveDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from dao.ArchiveDAO to ArchiveDAO. |
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.2-plugin.jar,
ArchiveImporter.class
package com.logicaldoc.impex
[+] ArchiveImporter.getArchiveDao ( ) : ArchiveDAO 1
com/logicaldoc/impex/ArchiveImporter.getArchiveDao:()Lcom/logicaldoc/impex/dao/ArchiveDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from dao.ArchiveDAO to ArchiveDAO. |
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.2.jar,
HttpUtil.class
package com.logicaldoc.util.http
[+] HttpUtil.getNotValidatingClient ( int timeout ) [static] : CloseableHttpClient 1
com/logicaldoc/util/http/HttpUtil.getNotValidatingClient:(I)Lorg/apache/http/impl/client/CloseableHttpClient;
| Change | Effect |
---|
1 |
Return value type has been changed from org.apache.http.impl.client.CloseableHttpClient to org.apache.hc.client5.http.impl.classic.CloseableHttpClient. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] HttpUtil.getNotValidatingClient ( int timeout, String proxyServer, Integer proxyPort, String proxyUser, String proxyPassword ) [static] : CloseableHttpClient 1
com/logicaldoc/util/http/HttpUtil.getNotValidatingClient:(ILjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/http/impl/client/CloseableHttpClient;
| Change | Effect |
---|
1 |
Return value type has been changed from org.apache.http.impl.client.CloseableHttpClient to org.apache.hc.client5.http.impl.classic.CloseableHttpClient. |
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.2-plugin.jar,
SpringProcessEngineFactoryBean.class
package com.logicaldoc.workflow.spring
[+] SpringProcessEngineFactoryBean.getObject ( ) : ProcessEngine 1
com/logicaldoc/workflow/spring/SpringProcessEngineFactoryBean.getObject:()Lorg/activiti/engine/ProcessEngine;
| Change | Effect |
---|
1 |
Return value type has been changed from org.activiti.engine.ProcessEngine to java.lang.Object. |
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 6
logicaldoc-gui-8.9.2-plugin.jar
package com.logicaldoc.gui.frontend.client.services
[+] interface DocumentServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void saveNotes ( long, String, 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. |
2 |
Abstract method void updateNote ( long, long, 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.note.NoteUpdateDialog.onSave ( ) and may not be implemented by old clients. |
[+] affected methods: 76 (0.4%)
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'.
...
logicaldoc-webdav-8.9.2-plugin.jar
package com.logicaldoc.webdav.resource.model
[+] interface Resource 2
| Change | Effect |
---|
1 |
Abstract method void setFolder ( 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.webdav.resource.service.ResourceServiceImpl.marshallDocument ( Document, WebdavSession ) and may not be implemented by old clients. |
2 |
Abstract method void setWorkspace ( 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.webdav.resource.service.ResourceServiceImpl.marshallFolder ( Folder, WebdavSession ) and may not be implemented by old clients. |
[+] affected methods: 136 (0.8%)
com.logicaldoc.webdav.context.AbstractExportContext.AbstractExportContext ( Resource resource, boolean hasStream )1st parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.context.AbstractExportContext.getResource ( )Return value of this method is of type 'Resource'.
com.logicaldoc.webdav.context.ExportContext.getResource ( )Return value of this abstract method is of type 'Resource'.
com.logicaldoc.webdav.context.ExportContextImpl.ExportContextImpl ( Resource resource, OutputContext outputCtx )1st parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.context.ImportContext.getResource ( )Return value of this abstract method is of type 'Resource'.
com.logicaldoc.webdav.context.ImportContextImpl.ImportContextImpl ( Resource resource, String systemId, InputStream in )1st parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.context.ImportContextImpl.ImportContextImpl ( Resource resource, String systemId, InputContext inputCtx )1st parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.context.ImportContextImpl.getResource ( )Return value of this method is of type 'Resource'.
com.logicaldoc.webdav.io.handler.DefaultHandler.exportData ( ExportContext context, Resource resource )2nd parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.io.handler.DefaultHandler.exportData ( ExportContext context, Resource resource, Long left, Long rangeLength )2nd parameter 'resource' of this method is of type 'Resource'.
...
logicaldoc-webdav-8.9.2-plugin.jar
package com.logicaldoc.webdav.resource.service
[+] interface ResourceService 2
| Change | Effect |
---|
1 |
Abstract method void copy ( Resource, Resource, String, WebdavSession ) 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.webdav.resource.DavResourceImpl.copy ( DavResource, boolean ) and may not be implemented by old clients. |
2 |
Abstract method Resource move ( Resource, Resource, String, WebdavSession ) 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.webdav.resource.DavResourceImpl.move ( DavResource ) and may not be implemented by old clients. |
[+] affected methods: 56 (0.3%)
com.logicaldoc.webdav.io.handler.DefaultHandler.setResourceService ( ResourceService resourceService )1st parameter 'resourceService' of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.DavResourceImpl ( DavResourceLocator locator, DavResourceFactory factory, WebdavSession session, ResourceConfig config )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.DavResourceImpl ( DavResourceLocator locator, DavResourceFactory factory, WebdavSession session, ResourceConfig config, Resource resource )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.DavResourceImpl ( DavResourceLocator locator, DavResourceFactory factory, WebdavSession session, ResourceConfig config, boolean isCollection )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.addLockManager ( LockManager lockMgr )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.addMember ( DavResource member, InputContext inputContext )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.alterProperties ( List<?> changeList )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.alterProperties ( DavPropertySet setProperties, DavPropertyNameSet removePropertyNames )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.copy ( DavResource destination, boolean shallow )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.exists ( )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
...
to the top
Problems with Data Types, Low Severity 4
logicaldoc-enterprise-core-8.9.2-plugin.jar
package com.logicaldoc.enterprise.cluster
[+] class ClusterHits 1
| Change | Effect |
---|
1 |
Method Hit com.logicaldoc.core.searchengine.Hits.next ( ) has been overridden by Object ClusterHits.next ( ). |
Method ClusterHits.next ( ) will be called instead of com.logicaldoc.core.searchengine.Hits.next ( ) in a client program. |
[+] affected methods: 1 (0.01%)
com.logicaldoc.core.searchengine.Hits.next ( )Method 'ClusterHits.next ( )' will be called instead of this method in a client program.
logicaldoc-enterprise-core-8.9.2-plugin.jar
package com.logicaldoc.enterprise.update
[+] class ResourceUnavailableException 1
| Change | Effect |
---|
1 |
Superclass has been changed from java.lang.Exception to java.io.IOException. |
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: 2 (0.01%)
ResourceUnavailableException.ResourceUnavailableException ( int p1 )This constructor is from 'ResourceUnavailableException' class.
ResourceUnavailableException.getReason ( )This method is from 'ResourceUnavailableException' class.
logicaldoc-enterprise-storer-8.9.2-plugin.jar
package com.logicaldoc.enterprise.storer
[+] class MultiStorer 1
| Change | Effect |
---|
1 |
Method int com.logicaldoc.core.store.AbstractStorer.compareTo ( Object ) has been overridden by int MultiStorer.compareTo ( Object ). |
Method MultiStorer.compareTo ( Object ) will be called instead of com.logicaldoc.core.store.AbstractStorer.compareTo ( Object ) in a client program. |
[+] affected methods: 1 (0.01%)
com.logicaldoc.core.store.AbstractStorer.compareTo ( Object p1 )Method 'MultiStorer.compareTo ( Object )' will be called instead of this method in a client program.
logicaldoc-util-8.9.2.jar
package com.logicaldoc.util.http
[+] class FileBodyCounter 1
| Change | Effect |
---|
1 |
Superclass has been changed from org.apache.http.entity.mime.content.FileBody to org.apache.hc.client5.http.entity.mime.FileBody. |
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: 3 (0.02%)
FileBodyCounter.FileBodyCounter ( File file, FileBodyCounter.ProgressListener listener )This constructor is from 'FileBodyCounter' class.
FileBodyCounter.getBytesWritten ( )This method is from 'FileBodyCounter' class.
FileBodyCounter.writeTo ( OutputStream out )This method is from 'FileBodyCounter' class.
to the top
Problems with Methods, Low Severity 68
logicaldoc-barcode-8.9.2-plugin.jar,
BarcodeWriter.class
package com.logicaldoc.barcode
[+] BarcodeWriter.write ( String format, String code, int width, int height, boolean label, File file ) [static] : void 1
com/logicaldoc/barcode/BarcodeWriter.write:(Ljava/lang/String;Ljava/lang/String;IIZLjava/io/File;)V
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-comparison-8.9.2-plugin.jar,
AbstractDocumentComparator.class
package com.logicaldoc.comparison
[+] AbstractDocumentComparator.compare ( String sid, File original, File modified, File target ) : void 2
com/logicaldoc/comparison/AbstractDocumentComparator.compare:(Ljava/lang/String;Ljava/io/File;Ljava/io/File;Ljava/io/File;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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. |
[+] AbstractDocumentComparator.compare ( String sid, Version originalVersion, Version modifiedVersion, File dest ) : void 2
com/logicaldoc/comparison/AbstractDocumentComparator.compare:(Ljava/lang/String;Lcom/logicaldoc/core/document/Version;Lcom/logicaldoc/core/document/Version;Ljava/io/File;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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-comparison-8.9.2-plugin.jar,
BasicComparator.class
package com.logicaldoc.comparison.basic
[+] BasicComparator.internalCompare ( Session session, File original, File modified, File target ) : void 2
com/logicaldoc/comparison/basic/BasicComparator.internalCompare:(Lcom/logicaldoc/core/security/Session;Ljava/io/File;Ljava/io/File;Ljava/io/File;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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-core-8.9.2-plugin.jar,
AbstractParser.class
package com.logicaldoc.core.parser
[+] AbstractParser.parse ( File file, String filename, String encoding, Locale locale, String tenant ) : String 2
com/logicaldoc/core/parser/AbstractParser.parse:(Ljava/io/File;Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed ParseException 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. |
[+] AbstractParser.parse ( File file, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion ) : String 2
com/logicaldoc/core/parser/AbstractParser.parse:(Ljava/io/File;Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;Ljava/lang/String;Lcom/logicaldoc/core/document/Document;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed ParseException 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. |
[+] AbstractParser.parse ( InputStream input, ParseParameters parameters ) : String 2
com/logicaldoc/core/parser/AbstractParser.parse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed ParseException 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. |
[+] AbstractParser.parse ( InputStream input, String filename, String encoding, Locale locale, String tenant ) : String 2
com/logicaldoc/core/parser/AbstractParser.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed ParseException 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-core-8.9.2-plugin.jar,
DocumentManagerImpl.class
package com.logicaldoc.core.document
[+] DocumentManagerImpl.index ( long docId, String content, DocumentHistory transaction ) : long 2
com/logicaldoc/core/document/DocumentManagerImpl.index:(JLjava/lang/String;Lcom/logicaldoc/core/document/DocumentHistory;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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. |
[+] DocumentManagerImpl.parseDocument ( Document doc, String fileVersion ) : String 2
com/logicaldoc/core/document/DocumentManagerImpl.parseDocument:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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-core-8.9.2-plugin.jar,
ParserFactory.class
package com.logicaldoc.core.parser
[+] ParserFactory.parse ( InputStream input, String filename, String encoding, Locale locale, long tenantId, Document document, String fileVersion ) [static] : String 2
com/logicaldoc/core/parser/ParserFactory.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;JLcom/logicaldoc/core/document/Document;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed ParseException 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-core-8.9.2-plugin.jar,
PDFParser.class
package com.logicaldoc.core.parser
[+] PDFParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder content ) : void 2
com/logicaldoc/core/parser/PDFParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed ParseException 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-core-8.9.2-plugin.jar,
RarParser.class
package com.logicaldoc.core.parser
[+] RarParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder content ) : void 2
com/logicaldoc/core/parser/RarParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed ParseException 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-core-8.9.2-plugin.jar,
SevenZipParser.class
package com.logicaldoc.core.parser
[+] SevenZipParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder content ) : void 2
com/logicaldoc/core/parser/SevenZipParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed ParseException 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-core-8.9.2-plugin.jar,
TarParser.class
package com.logicaldoc.core.parser
[+] TarParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder content ) : void 2
com/logicaldoc/core/parser/TarParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed ParseException 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-core-8.9.2-plugin.jar,
ZipParser.class
package com.logicaldoc.core.parser
[+] ZipParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder content ) : void 2
com/logicaldoc/core/parser/ZipParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed ParseException 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-enterprise-core-8.9.2-plugin.jar,
RestEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
[+] RestEnterpriseDocumentService.downloadChunk ( long p1, String p2, long p3, long p4 ) : DataHandler 1
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.downloadChunk:(JLjava/lang/String;JJ)Ljavax/activation/DataHandler;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-enterprise-core-8.9.2-plugin.jar,
SoapEnterpriseDocumentClient.class
package com.logicaldoc.enterprise.webservice.soap.client
[+] SoapEnterpriseDocumentClient.downloadChunk ( String p1, long p2, String p3, long p4, long p5 ) : DataHandler 1
com/logicaldoc/enterprise/webservice/soap/client/SoapEnterpriseDocumentClient.downloadChunk:(Ljava/lang/String;JLjava/lang/String;JJ)Ljavax/activation/DataHandler;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-enterprise-core-8.9.2-plugin.jar,
SoapEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapEnterpriseDocumentService.downloadChunk ( String p1, long p2, String p3, long p4, long p5 ) : DataHandler 1
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.downloadChunk:(Ljava/lang/String;JLjava/lang/String;JJ)Ljavax/activation/DataHandler;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-impex-8.9.2-plugin.jar,
ArchiveBuilder.class
package com.logicaldoc.impex
[+] ArchiveBuilder.buildArchives ( ) : void 1
com/logicaldoc/impex/ArchiveBuilder.buildArchives:()V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
[+] ArchiveBuilder.runTask ( ) : void 1
com/logicaldoc/impex/ArchiveBuilder.runTask:()V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.task.TaskException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-parser-8.9.2-plugin.jar,
EbookParser.class
package com.logicaldoc.parser
[+] EbookParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder output ) : void 2
com/logicaldoc/parser/EbookParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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-parser-8.9.2-plugin.jar,
EnterprisePDFParser.class
package com.logicaldoc.parser
[+] EnterprisePDFParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder output ) : void 2
com/logicaldoc/parser/EnterprisePDFParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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-parser-8.9.2-plugin.jar,
ImageParser.class
package com.logicaldoc.parser
[+] ImageParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder output ) : void 2
com/logicaldoc/parser/ImageParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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. |
[+] ImageParser.parse ( File file, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion ) : String 2
com/logicaldoc/parser/ImageParser.parse:(Ljava/io/File;Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;Ljava/lang/String;Lcom/logicaldoc/core/document/Document;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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-split-8.9.2-plugin.jar,
Splitter.class
package com.logicaldoc.split
[+] Splitter.split ( long docId, int policy, int separator, String expression, DocumentHistory transaction ) [static] : List<Document> 2
com/logicaldoc/split/Splitter.split:(JIILjava/lang/String;Lcom/logicaldoc/core/document/DocumentHistory;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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. |
[+] Splitter.splitUsingText ( String expression, int separator ) : List<File> 2
com/logicaldoc/split/Splitter.splitUsingText:(Ljava/lang/String;I)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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-split-8.9.2-plugin.jar,
SplitTool.class
package com.logicaldoc.split.automation
[+] SplitTool.splitAllPages ( long docId, String user ) : List<Document> 2
com/logicaldoc/split/automation/SplitTool.splitAllPages:(JLjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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. |
[+] SplitTool.splitSelection ( long docId, String expression, String user ) : List<Document> 2
com/logicaldoc/split/automation/SplitTool.splitSelection:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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. |
[+] SplitTool.splitUsingBarcode ( long docId, String expression, int separator, String user ) : List<Document> 2
com/logicaldoc/split/automation/SplitTool.splitUsingBarcode:(JLjava/lang/String;ILjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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. |
[+] SplitTool.splitUsingBlankPage ( long docId, int separator, String user ) : List<Document> 2
com/logicaldoc/split/automation/SplitTool.splitUsingBlankPage:(JILjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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. |
[+] SplitTool.splitUsingText ( long docId, String expression, int separator, String user ) : List<Document> 2
com/logicaldoc/split/automation/SplitTool.splitUsingText:(JLjava/lang/String;ILjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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-webdav-8.9.2-plugin.jar,
ResourceServiceImpl.class
package com.logicaldoc.webdav.resource.service
[+] ResourceServiceImpl.getChildByName ( Resource parentResource, String name ) : Resource 1
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.getChildByName:(Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/lang/String;)Lcom/logicaldoc/webdav/resource/model/Resource;
| Change | Effect |
---|
1 |
Added org.apache.jackrabbit.webdav.DavException exception thrown. |
A client program may be interrupted by added exception. |
[+] ResourceServiceImpl.getParentResource ( Resource resource ) : Resource 1
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.getParentResource:(Lcom/logicaldoc/webdav/resource/model/Resource;)Lcom/logicaldoc/webdav/resource/model/Resource;
| Change | Effect |
---|
1 |
Added org.apache.jackrabbit.webdav.DavException exception thrown. |
A client program may be interrupted by added exception. |
[+] ResourceServiceImpl.getParentResource ( String resourcePath, long userId, WebdavSession session ) : Resource 1
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.getParentResource:(Ljava/lang/String;JLcom/logicaldoc/webdav/session/WebdavSession;)Lcom/logicaldoc/webdav/resource/model/Resource;
| Change | Effect |
---|
1 |
Added org.apache.jackrabbit.webdav.DavException exception thrown. |
A client program may be interrupted by added exception. |
[+] ResourceServiceImpl.streamOut ( Resource resource ) : InputStream 1
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.streamOut:(Lcom/logicaldoc/webdav/resource/model/Resource;)Ljava/io/InputStream;
| Change | Effect |
---|
1 |
Added org.apache.jackrabbit.webdav.DavException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.2-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentService.reindex ( long docId, String content ) : void 2
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.reindex:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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-webservice-8.9.2-plugin.jar,
SoapDocumentClient.class
package com.logicaldoc.webservice.soap.client
[+] SoapDocumentClient.reindex ( String sid, long docId, String content ) : void 2
com/logicaldoc/webservice/soap/client/SoapDocumentClient.reindex:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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-webservice-8.9.2-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapDocumentService.reindex ( String sid, long docId, String content ) : void 2
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.reindex:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed com.logicaldoc.core.parser.ParseException 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. |
to the top
Other Changes in Data Types 25
logicaldoc-core-8.9.2-plugin.jar
package com.logicaldoc.core.communication
[+] class EMailSender 2
| Change | Effect |
---|
1 |
Field PROTOCOL_SMTP has been added to this class. |
No effect. |
2 |
Field PROTOCOL_SMTP_MICROSOFT365 has been added to this class. |
No effect. |
[+] affected methods: 57 (0.3%)
EMailSender.EMailSender ( )This constructor is from 'EMailSender' class.
EMailSender.EMailSender ( long tenant )This constructor is from 'EMailSender' class.
EMailSender.EMailSender ( String tenant )This constructor is from 'EMailSender' class.
EMailSender.getConnectionSecurity ( )This method is from 'EMailSender' class.
EMailSender.getFolderId ( )This method is from 'EMailSender' class.
EMailSender.getFoldering ( )This method is from 'EMailSender' class.
EMailSender.getHost ( )This method is from 'EMailSender' class.
EMailSender.getPassword ( )This method is from 'EMailSender' class.
EMailSender.getPort ( )This method is from 'EMailSender' class.
EMailSender.getSender ( )This method is from 'EMailSender' class.
...
logicaldoc-core-8.9.2-plugin.jar
package com.logicaldoc.core.document
[+] interface DocumentManager 1
| Change | Effect |
---|
1 |
Abstract method void destroyDocument ( long, FolderHistory ) has been added to this interface. |
No effect. |
[+] affected methods: 104 (0.6%)
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.archiveDocuments ( Set<Long> p1, DocumentHistory p2 )This abstract method is from 'DocumentManager' interface.
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.copyToFolder ( Document p1, Folder p2, DocumentHistory p3, boolean p4, boolean p5, boolean p6 )This abstract method is from 'DocumentManager' interface.
DocumentManager.countPages ( Document p1 )This abstract method is from 'DocumentManager' interface.
...
logicaldoc-core-8.9.2-plugin.jar
package com.logicaldoc.core.folder
[+] class FolderEvent 1
| Change | Effect |
---|
1 |
Field DOCUMENT_DESTROYED has been added to this class. |
No effect. |
[+] affected methods: 4 (0.02%)
FolderEvent.fromString ( String event )This method is from 'FolderEvent' class.
FolderEvent.toString ( )This method is from 'FolderEvent' class.
FolderEvent.valueOf ( String p1 )This method is from 'FolderEvent' class.
FolderEvent.values ( )This method is from 'FolderEvent' class.
logicaldoc-core-8.9.2-plugin.jar
package com.logicaldoc.core.security
[+] class Permission 1
| Change | Effect |
---|
1 |
Field CUSTOMID has been added to this class. |
No effect. |
[+] affected methods: 18 (0.1%)
com.logicaldoc.core.document.DocumentDAO.isPermissionAllowed ( Permission p1, long p2, long p3 )1st parameter 'p1' of this abstract method is of type 'Permission'.
com.logicaldoc.core.folder.FolderDAO.findFolderIdByUserIdAndPermission ( long p1, Permission p2, Long p3, boolean p4 )2nd parameter 'p2' of this abstract method is of type 'Permission'.
com.logicaldoc.core.folder.FolderDAO.isPermissionAllowed ( Permission p1, long p2, long p3 )1st parameter 'p1' of this abstract method is of type 'Permission'.
com.logicaldoc.core.folder.HibernateFolderDAO.findFolderIdByUserIdAndPermission ( long userId, Permission permission, Long parentId, boolean tree )2nd parameter 'permission' of this method is of type 'Permission'.
com.logicaldoc.core.folder.HibernateFolderDAO.isPermissionAllowed ( Permission permission, long folderId, long userId )1st parameter 'permission' of this method is of type 'Permission'.
authorization.PermissionException.PermissionException ( String username, String securityObject, Permission permission )3rd parameter 'permission' of this method is of type 'Permission'.
authorization.PermissionException.PermissionException ( String username, String securityObject, Permission permission, Throwable cause )3rd parameter 'permission' of this method is of type 'Permission'.
menu.HibernateMenuDAO.findMenuIdByUserIdAndPermission ( long userId, Permission permission, boolean enabledOnly )2nd parameter 'permission' of this method is of type 'Permission'.
menu.MenuDAO.findMenuIdByUserIdAndPermission ( long p1, Permission p2, boolean p3 )2nd parameter 'p2' of this abstract method is of type 'Permission'.
Permission.all ( )This method is from 'Permission' class.
...
logicaldoc-core-8.9.2-plugin.jar
package com.logicaldoc.core.security.menu
[+] class Menu 1
| Change | Effect |
---|
1 |
Field DESTROY_DOCUMENTS has been added to this class. |
No effect. |
[+] affected methods: 30 (0.2%)
HibernateMenuDAO.createPath ( long parentId, long tenantId, int type, String path, boolean inheritSecurity )Return value of this method is of type 'Menu'.
HibernateMenuDAO.findByName ( Menu parent, String name, boolean caseSensitive )1st parameter 'parent' of this method is of type 'Menu'.
HibernateMenuDAO.hasWriteAccess ( Menu menu, long userId )1st parameter 'menu' of this method is of type 'Menu'.
HibernateMenuDAO.store ( Menu menu )1st parameter 'menu' of this method is of type 'Menu'.
Menu.Menu ( )This constructor is from 'Menu' class.
Menu.compareTo ( Menu o )1st parameter 'o' of this method is of type 'Menu'.
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.
...
logicaldoc-email-8.9.2-plugin.jar
package com.logicaldoc.email
[+] class EmailAccount 1
| Change | Effect |
---|
1 |
Field PROVIDER_IMAP_MICROSOFT365 has been added to this class. |
No effect. |
[+] affected methods: 52 (0.3%)
EmailAccount.EmailAccount ( )This constructor is from 'EmailAccount' class.
EmailAccount.getAutomation ( )This method is from 'EmailAccount' class.
EmailAccount.getAutomationAfter ( )This method is from 'EmailAccount' class.
EmailAccount.getDecryptedPassword ( )This method is from 'EmailAccount' class.
EmailAccount.getDeleteFromMailbox ( )This method is from 'EmailAccount' class.
EmailAccount.getEnabled ( )This method is from 'EmailAccount' class.
EmailAccount.getExcludes ( )This method is from 'EmailAccount' class.
EmailAccount.getFoldering ( )This method is from 'EmailAccount' class.
EmailAccount.getFormat ( )This method is from 'EmailAccount' class.
EmailAccount.getHost ( )This method is from 'EmailAccount' class.
...
logicaldoc-enterprise-core-8.9.2-plugin.jar
package com.logicaldoc.enterprise.webservice.rest
[+] interface EnterpriseDocumentService 1
| Change | Effect |
---|
1 |
Abstract method WSDocument merge ( List<Long>, long, String ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.03%)
EnterpriseDocumentService.checkin ( Long p1, String p2, String p3, boolean p4, WSDocument p5 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.create ( WSDocument p1 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.deleteChunks ( )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.downloadChunk ( long p1, String p2, long p3, long p4 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.uploadChunk ( byte[ ] p1 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.uploadChunkIS ( InputStream p1 )This abstract method is from 'EnterpriseDocumentService' interface.
logicaldoc-enterprise-core-8.9.2-plugin.jar
package com.logicaldoc.enterprise.webservice.soap
[+] interface EnterpriseDocumentService 1
| Change | Effect |
---|
1 |
Abstract method WSDocument merge ( String, List<Long>, long, String ) has been added to this interface. |
No effect. |
[+] 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-gui-8.9.2-plugin.jar
package com.logicaldoc.gui.common.client.beans
[+] class GUIAccessControlEntry 1
| Change | Effect |
---|
1 |
Field PERMISSION_CUSTOMID has been added to this class. |
No effect. |
[+] affected methods: 64 (0.4%)
GUIAccessControlEntry.GUIAccessControlEntry ( )This constructor is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.GUIAccessControlEntry ( String... allowedPermissions )This constructor is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.GUIAccessControlEntry ( long entityId, String... allowedPermissions )This constructor is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.getAllowedPermissions ( )This method is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.getEntityId ( )This method is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.getLabel ( )This method is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.getName ( )This method is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.isAdd ( )This method is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.isArchive ( )This method is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.isAutomation ( )This method is from 'GUIAccessControlEntry' class.
...
[+] class GUIEmailSettings 1
| Change | Effect |
---|
1 |
Field PROTOCOL_SMTP_MICROSOFT365 has been added to this class. |
No effect. |
[+] affected methods: 23 (0.1%)
GUIEmailSettings.GUIEmailSettings ( )This constructor is from 'GUIEmailSettings' class.
GUIEmailSettings.getConnSecurity ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.getFoldering ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.getPort ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.getPwd ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.getSenderEmail ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.getTargetFolder ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.getUsername ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.isSecureAuth ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.isUserAsFrom ( )This method is from 'GUIEmailSettings' class.
...
logicaldoc-gui-8.9.2-plugin.jar
package com.logicaldoc.gui.common.client.widgets
[+] class ExtendedPropertiesPanel 1
| Change | Effect |
---|
1 |
Field customidEnabled has been added to this class. |
No effect. |
[+] affected methods: 13 (0.1%)
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.prepareDocumentItem ( GUIAttribute att, List<FormItemIcon> multiValIcons )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.prepareFolderItem ( GUIAttribute att, List<FormItemIcon> multiValIcons )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.prepareUserItem ( GUIAttribute att, List<FormItemIcon> multiValIcons )This method is from 'ExtendedPropertiesPanel' class.
...
logicaldoc-gui-8.9.2-plugin.jar
package com.logicaldoc.gui.frontend.client.services
[+] interface DocumentService 3
| Change | Effect |
---|
1 |
Abstract method void destroyDocuments ( List<Long> ) has been added to this interface. |
No effect. |
2 |
Abstract method void saveNotes ( long, String, List<GUIDocumentNote>, Collection<String> ) has been added to this interface. |
No effect. |
3 |
Abstract method void updateNote ( long, long, String, String ) has been added to this interface. |
No effect. |
[+] affected methods: 65 (0.4%)
DocumentService.addBookmarks ( List<Long> p1, int p2 )This abstract method is from 'DocumentService' interface.
DocumentService.addDocuments ( String p1, long p2, boolean p3, String p4, boolean p5, Long p6 )This abstract method is from 'DocumentService' interface.
DocumentService.addDocuments ( boolean p1, String p2, boolean p3, GUIDocument p4 )This abstract method is from 'DocumentService' interface.
DocumentService.addNote ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.applyParentFolderSecurity ( long p1 )This abstract method is from 'DocumentService' interface.
DocumentService.archiveDocuments ( List<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.bulkUpdate ( List<Long> p1, GUIDocument p2, boolean p3 )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.
...
[+] interface DocumentServiceAsync 1
| Change | Effect |
---|
1 |
Abstract method void destroyDocuments ( List<Long>, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 76 (0.4%)
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 UpdateService 2
| Change | Effect |
---|
1 |
Abstract method void deletePatch ( String ) has been added to this interface. |
No effect. |
2 |
Abstract method void deleteUpdate ( String ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.1%)
UpdateService.checkDownloadStatus ( )This abstract method is from 'UpdateService' interface.
UpdateService.checkPatch ( )This abstract method is from 'UpdateService' interface.
UpdateService.checkUpdate ( )This abstract method is from 'UpdateService' interface.
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.getPatchNotes ( String p1 )This abstract method is from 'UpdateService' interface.
UpdateService.getUpdateNotes ( String p1 )This abstract method is from 'UpdateService' interface.
UpdateService.loadPatch ( )This abstract method is from 'UpdateService' interface.
...
[+] interface UpdateServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void deletePatch ( String, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
2 |
Abstract method void deleteUpdate ( String, AsyncCallback<Void> ) has been added to this interface. |
No effect. |
[+] affected methods: 12 (0.1%)
UpdateService.Instance.get ( )Return value of this method is of type 'UpdateServiceAsync'.
UpdateServiceAsync.checkDownloadStatus ( AsyncCallback<List<Integer>> p1 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.checkPatch ( AsyncCallback<List<GUIPatch>> p1 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.checkUpdate ( AsyncCallback<List<GUIParameter>> p1 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.confirmPatch ( String p1, AsyncCallback<String> p2 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.confirmUpdate ( String p1, AsyncCallback<String> p2 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.downloadPatch ( String p1, String p2, long p3, AsyncCallback<Void> p4 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.downloadUpdate ( String p1, String p2, long p3, AsyncCallback<Void> p4 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.getPatchNotes ( String p1, AsyncCallback<List<String>> p2 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.getUpdateNotes ( String p1, AsyncCallback<List<String>> p2 )This abstract method is from 'UpdateServiceAsync' interface.
...
logicaldoc-util-8.9.2.jar
package com.logicaldoc.util.exec
[+] class StreamEater 1
| Change | Effect |
---|
1 |
Field log has been added to this class. |
No effect. |
[+] affected methods: 4 (0.02%)
StreamEater.StreamEater ( String prefix, InputStream stream )This constructor is from 'StreamEater' class.
StreamEater.StreamEater ( String prefix, InputStream inptutStream, Writer output )This constructor is from 'StreamEater' class.
StreamEater.StreamEater ( String prefix, InputStream inputStream, StringBuilder buffer )This constructor is from 'StreamEater' class.
StreamEater.run ( )This method is from 'StreamEater' class.
logicaldoc-webservice-8.9.2-plugin.jar
package com.logicaldoc.webservice.rest
[+] interface DocumentService 1
| Change | Effect |
---|
1 |
Abstract method List<WSDocument> listPaginated ( long, String, String, Integer, Integer ) has been added to this interface. |
No effect. |
[+] affected methods: 54 (0.3%)
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.copy ( long p1, long p2, boolean p3, boolean p4, boolean p5 )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.
...
[+] interface FolderService 1
| Change | Effect |
---|
1 |
Abstract method List<WSFolder> list ( long, String, Integer, Integer ) has been added to this interface. |
No effect. |
[+] affected methods: 25 (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.2-plugin.jar
package com.logicaldoc.webservice.soap
[+] interface DocumentService 1
| Change | Effect |
---|
1 |
Abstract method List<WSDocument> list ( String, long, String, String, Integer, Integer ) has been added to this interface. |
No effect. |
[+] affected methods: 54 (0.3%)
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.copy ( String p1, long p2, long p3, boolean p4, boolean p5, boolean p6 )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.
...
[+] interface FolderService 1
| Change | Effect |
---|
1 |
Abstract method List<WSFolder> list ( String, long, String, Integer, Integer ) has been added to this interface. |
No effect. |
[+] affected methods: 22 (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.getAccessControlList ( String p1, long 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.
...
to the top
Java Archives 47
logicaldoc-android-8.9.2-plugin.jar
logicaldoc-audit-8.9.2-plugin.jar
logicaldoc-barcode-8.9.2-plugin.jar
logicaldoc-calendar-8.9.2-plugin.jar
logicaldoc-chat-8.9.2-plugin.jar
logicaldoc-cmis-8.9.2-plugin.jar
logicaldoc-comparison-8.9.2-plugin.jar
logicaldoc-conversion-8.9.2-plugin.jar
logicaldoc-core-8.9.2-plugin.jar
logicaldoc-docusign-8.9.2-plugin.jar
logicaldoc-dropbox-8.9.2-plugin.jar
logicaldoc-email-8.9.2-plugin.jar
logicaldoc-enterprise-automation-8.9.2-plugin.jar
logicaldoc-enterprise-core-8.9.2-plugin.jar
logicaldoc-enterprise-gui-8.9.2-plugin.jar
logicaldoc-enterprise-storer-8.9.2-plugin.jar
logicaldoc-form-8.9.2-plugin.jar
logicaldoc-ftp-8.9.2-plugin.jar
logicaldoc-gdrive-8.9.2-plugin.jar
logicaldoc-gui-8.9.2-plugin.jar
logicaldoc-i18n-8.9.2.jar
logicaldoc-impex-8.9.2-plugin.jar
logicaldoc-importfolder-8.9.2-plugin.jar
logicaldoc-ios-8.9.2-plugin.jar
logicaldoc-ldap-8.9.2-plugin.jar
logicaldoc-notifier-8.9.2-plugin.jar
logicaldoc-ocr-8.9.2-plugin.jar
logicaldoc-parser-8.9.2-plugin.jar
logicaldoc-report-8.9.2-plugin.jar
logicaldoc-retention-8.9.2-plugin.jar
logicaldoc-saml-8.9.2-plugin.jar
logicaldoc-scheme-8.9.2-plugin.jar
logicaldoc-sharefile-8.9.2-plugin.jar
logicaldoc-sign-8.9.2-plugin.jar
logicaldoc-split-8.9.2-plugin.jar
logicaldoc-stamp-8.9.2-plugin.jar
logicaldoc-syndication-8.9.2-plugin.jar
logicaldoc-util-8.9.2.jar
logicaldoc-via-8.9.2-plugin.jar
logicaldoc-webcontent-8.9.2-plugin.jar
logicaldoc-webdav-8.9.2-plugin.jar
logicaldoc-webdavb-8.9.2-plugin.jar
logicaldoc-webform-8.9.2-plugin.jar
logicaldoc-webservice-8.9.2-plugin.jar
logicaldoc-workflow-8.9.2-plugin.jar
logicaldoc-zoho-8.9.2-plugin.jar
logicaldoc-zonalocr-8.9.2-plugin.jar
to the top
Test Info
Library Name | LogicalDOC_JAVA |
Version #1 | 8.9.2 |
Version #2 | 8.9.3 |
Subject | Source Compatibility |
Test Results
Total Java Modules | 47 |
Total Methods / Classes | 18047 / 2137 |
Compatibility |
96.2% |
Problem Summary
| Severity | Count |
Added Methods | - | 194 |
Removed Methods | High | 85 |
Problems with Data Types | High | 36 |
Medium | 0 |
Low | 2 |
Problems with Methods | High | 0 |
Medium | 106 |
Low | 0 |
Other Changes in Data Types | - | 10 |
Added Methods 194
logicaldoc-barcode-8.9.3-plugin.jar,
BarcodeGenerator.class
package com.logicaldoc.barcode
BarcodeGenerator.generateBarcodeFile ( String format, String code, int height, int width, boolean label ) : File
com/logicaldoc/barcode/BarcodeGenerator.generateBarcodeFile:(Ljava/lang/String;Ljava/lang/String;IIZ)Ljava/io/File;
logicaldoc-barcode-8.9.3-plugin.jar,
BarcodeWriter.class
package com.logicaldoc.barcode
BarcodeWriter.write ( String format, String code, int width, int height, boolean label ) [static] : BufferedImage
com/logicaldoc/barcode/BarcodeWriter.write:(Ljava/lang/String;Ljava/lang/String;IIZ)Ljava/awt/image/BufferedImage;
logicaldoc-conversion-8.9.3-plugin.jar,
ZamZarConverter.class
package com.logicaldoc.conversion
ZamZarConverter.getHttpClient ( ) : CloseableHttpClient
com/logicaldoc/conversion/ZamZarConverter.getHttpClient:()Lorg/apache/hc/client5/http/impl/classic/CloseableHttpClient;
logicaldoc-core-8.9.3-plugin.jar,
AccessControlEntry.class
package com.logicaldoc.core.security
AccessControlEntry.getCustomid ( ) : int
com/logicaldoc/core/security/AccessControlEntry.getCustomid:()I
AccessControlEntry.setCustomid ( int customid ) : void
com/logicaldoc/core/security/AccessControlEntry.setCustomid:(I)V
logicaldoc-core-8.9.3-plugin.jar,
DefaultSchedulerFactory.class
package com.logicaldoc.core.task
DefaultSchedulerFactory.getObject ( ) : Object
com/logicaldoc/core/task/DefaultSchedulerFactory.getObject:()Ljava/lang/Object;
logicaldoc-core-8.9.3-plugin.jar,
DocumentManager.class
package com.logicaldoc.core.document
DocumentManager.destroyDocument ( long p1, FolderHistory p2 ) [abstract] : void
com/logicaldoc/core/document/DocumentManager.destroyDocument:(JLcom/logicaldoc/core/folder/FolderHistory;)V
logicaldoc-core-8.9.3-plugin.jar,
DocumentManagerImpl.class
package com.logicaldoc.core.document
DocumentManagerImpl.destroyDocument ( long docId, FolderHistory transaction ) : void
com/logicaldoc/core/document/DocumentManagerImpl.destroyDocument:(JLcom/logicaldoc/core/folder/FolderHistory;)V
logicaldoc-core-8.9.3-plugin.jar,
EMailSender.class
package com.logicaldoc.core.communication
EMailSender.getClientId ( ) : String
com/logicaldoc/core/communication/EMailSender.getClientId:()Ljava/lang/String;
EMailSender.getClientSecret ( ) : String
com/logicaldoc/core/communication/EMailSender.getClientSecret:()Ljava/lang/String;
EMailSender.getClientTenant ( ) : String
com/logicaldoc/core/communication/EMailSender.getClientTenant:()Ljava/lang/String;
EMailSender.getProtocol ( ) : String
com/logicaldoc/core/communication/EMailSender.getProtocol:()Ljava/lang/String;
EMailSender.prepareFrom ( EMail email ) : InternetAddress
com/logicaldoc/core/communication/EMailSender.prepareFrom:(Lcom/logicaldoc/core/communication/EMail;)Ljavax/mail/internet/InternetAddress;
EMailSender.putOffice365settings ( Properties props ) : void
com/logicaldoc/core/communication/EMailSender.putOffice365settings:(Ljava/util/Properties;)V
EMailSender.setClientId ( String clientId ) : void
com/logicaldoc/core/communication/EMailSender.setClientId:(Ljava/lang/String;)V
EMailSender.setClientSecret ( String clientSecret ) : void
com/logicaldoc/core/communication/EMailSender.setClientSecret:(Ljava/lang/String;)V
EMailSender.setClientTenant ( String clientTenant ) : void
com/logicaldoc/core/communication/EMailSender.setClientTenant:(Ljava/lang/String;)V
EMailSender.setProtocol ( String protocol ) : void
com/logicaldoc/core/communication/EMailSender.setProtocol:(Ljava/lang/String;)V
logicaldoc-core-8.9.3-plugin.jar,
FolderComparator.class
package com.logicaldoc.core.folder
FolderComparator.getComparator ( FolderComparator... multipleOptions ) [static] : Comparator<Folder>
com/logicaldoc/core/folder/FolderComparator.getComparator:([Lcom/logicaldoc/core/folder/FolderComparator;)Ljava/util/Comparator;
FolderComparator.getComparator ( List<FolderComparator> multipleOptions ) [static] : Comparator<Folder>
com/logicaldoc/core/folder/FolderComparator.getComparator:(Ljava/util/List;)Ljava/util/Comparator;
FolderComparator.getComparator ( String sort ) [static] : Comparator<Folder>
com/logicaldoc/core/folder/FolderComparator.getComparator:(Ljava/lang/String;)Ljava/util/Comparator;
logicaldoc-core-8.9.3-plugin.jar,
LDAuthenticationDetailsSource.class
package com.logicaldoc.core.security.spring
LDAuthenticationDetailsSource.buildDetails ( Object p1 ) : Object
com/logicaldoc/core/security/spring/LDAuthenticationDetailsSource.buildDetails:(Ljava/lang/Object;)Ljava/lang/Object;
logicaldoc-core-8.9.3-plugin.jar,
Microsoft365TokenProvider.class
package com.logicaldoc.core.communication.oauth
Microsoft365TokenProvider.getAccessToken ( ) : String
com/logicaldoc/core/communication/oauth/Microsoft365TokenProvider.getAccessToken:()Ljava/lang/String;
Microsoft365TokenProvider.Microsoft365TokenProvider ( String clientSecret, String clientId, String clientTenant )
com/logicaldoc/core/communication/oauth/Microsoft365TokenProvider."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-core-8.9.3-plugin.jar,
ParsingException.class
package com.logicaldoc.core.parser
ParsingException.ParsingException ( String message )
com/logicaldoc/core/parser/ParsingException."<init>":(Ljava/lang/String;)V
ParsingException.ParsingException ( String message, Throwable cause )
com/logicaldoc/core/parser/ParsingException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
ParsingException.ParsingException ( Throwable cause )
com/logicaldoc/core/parser/ParsingException."<init>":(Ljava/lang/Throwable;)V
logicaldoc-core-8.9.3-plugin.jar,
ParsingTimeoutException.class
package com.logicaldoc.core.parser
ParsingTimeoutException.ParsingTimeoutException ( String message )
com/logicaldoc/core/parser/ParsingTimeoutException."<init>":(Ljava/lang/String;)V
ParsingTimeoutException.ParsingTimeoutException ( String message, Throwable cause )
com/logicaldoc/core/parser/ParsingTimeoutException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
ParsingTimeoutException.ParsingTimeoutException ( Throwable cause )
com/logicaldoc/core/parser/ParsingTimeoutException."<init>":(Ljava/lang/Throwable;)V
logicaldoc-core-8.9.3-plugin.jar,
Session.class
package com.logicaldoc.core.security
Session.getDuration ( ) : long
com/logicaldoc/core/security/Session.getDuration:()J
Session.getFinished ( ) : Date
com/logicaldoc/core/security/Session.getFinished:()Ljava/util/Date;
Session.setFinished ( Date finished ) : void
com/logicaldoc/core/security/Session.setFinished:(Ljava/util/Date;)V
logicaldoc-core-8.9.3-plugin.jar,
TokenProvider.class
package com.logicaldoc.core.communication.oauth
TokenProvider.getAccessToken ( ) [abstract] : String
com/logicaldoc/core/communication/oauth/TokenProvider.getAccessToken:()Ljava/lang/String;
logicaldoc-email-8.9.3-plugin.jar,
EmailAccount.class
package com.logicaldoc.email
EmailAccount.getClientId ( ) : String
com/logicaldoc/email/EmailAccount.getClientId:()Ljava/lang/String;
EmailAccount.getClientSecret ( ) : String
com/logicaldoc/email/EmailAccount.getClientSecret:()Ljava/lang/String;
EmailAccount.getClientTenant ( ) : String
com/logicaldoc/email/EmailAccount.getClientTenant:()Ljava/lang/String;
EmailAccount.getDecryptedClientSecret ( ) : String
com/logicaldoc/email/EmailAccount.getDecryptedClientSecret:()Ljava/lang/String;
EmailAccount.setCleanClientSecret ( String cleanClientSecret ) : void
com/logicaldoc/email/EmailAccount.setCleanClientSecret:(Ljava/lang/String;)V
EmailAccount.setClientId ( String clientId ) : void
com/logicaldoc/email/EmailAccount.setClientId:(Ljava/lang/String;)V
EmailAccount.setClientSecret ( String clientSecret ) : void
com/logicaldoc/email/EmailAccount.setClientSecret:(Ljava/lang/String;)V
EmailAccount.setClientTenant ( String clientTenant ) : void
com/logicaldoc/email/EmailAccount.setClientTenant:(Ljava/lang/String;)V
logicaldoc-email-8.9.3-plugin.jar,
EmailCrawler.class
package com.logicaldoc.email
EmailCrawler.getStore ( EmailAccount account ) [static] : Store
com/logicaldoc/email/EmailCrawler.getStore:(Lcom/logicaldoc/email/EmailAccount;)Ljavax/mail/Store;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
ClusterHits.class
package com.logicaldoc.enterprise.cluster
ClusterHits.next ( ) : Object
com/logicaldoc/enterprise/cluster/ClusterHits.next:()Ljava/lang/Object;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
EnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.rest
EnterpriseDocumentService.merge ( List<Long> p1, long p2, String p3 ) [abstract] : WSDocument
com/logicaldoc/enterprise/webservice/rest/EnterpriseDocumentService.merge:(Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
EnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap
EnterpriseDocumentService.merge ( String p1, List<Long> p2, long p3, String p4 ) [abstract] : WSDocument
com/logicaldoc/enterprise/webservice/soap/EnterpriseDocumentService.merge:(Ljava/lang/String;Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
EnterpriseSearchService.class
package com.logicaldoc.enterprise.search
EnterpriseSearchService.setIOperator ( GUICriterion p1, Criterion p2 ) : void
com/logicaldoc/enterprise/search/EnterpriseSearchService.setIOperator:(Lcom/logicaldoc/gui/common/client/beans/GUICriterion;Lcom/logicaldoc/enterprise/search/Criterion;)V
logicaldoc-enterprise-core-8.9.3-plugin.jar,
RestEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestEnterpriseDocumentService.merge ( List<Long> p1, long p2, String p3 ) : WSDocument
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.merge:(Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
SoapEnterpriseDocumentClient.class
package com.logicaldoc.enterprise.webservice.soap.client
SoapEnterpriseDocumentClient.merge ( String p1, List<Long> p2, long p3, String p4 ) : WSDocument
com/logicaldoc/enterprise/webservice/soap/client/SoapEnterpriseDocumentClient.merge:(Ljava/lang/String;Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
SoapEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapEnterpriseDocumentService.merge ( String p1, List<Long> p2, long p3, String p4 ) : WSDocument
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.merge:(Ljava/lang/String;Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-8.9.3-plugin.jar,
UpdateServiceImpl.class
package com.logicaldoc.enterprise.update
UpdateServiceImpl.checkPatchFile ( String p1 ) : File
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkPatchFile:(Ljava/lang/String;)Ljava/io/File;
UpdateServiceImpl.checkUpdateFile ( String p1 ) : File
com/logicaldoc/enterprise/update/UpdateServiceImpl.checkUpdateFile:(Ljava/lang/String;)Ljava/io/File;
UpdateServiceImpl.deletePatch ( String p1 ) : void
com/logicaldoc/enterprise/update/UpdateServiceImpl.deletePatch:(Ljava/lang/String;)V
UpdateServiceImpl.deleteUpdate ( String p1 ) : void
com/logicaldoc/enterprise/update/UpdateServiceImpl.deleteUpdate:(Ljava/lang/String;)V
logicaldoc-enterprise-gui-8.9.3-plugin.jar,
PreManualActivation.class
package com.logicaldoc.enterprise.gui.license.client
PreManualActivation.PreManualActivation ( GUILicense lic, String subject )
com/logicaldoc/enterprise/gui/license/client/PreManualActivation."<init>":(Lcom/logicaldoc/enterprise/gui/license/client/GUILicense;Ljava/lang/String;)V
logicaldoc-enterprise-storer-8.9.3-plugin.jar,
MultiStorer.class
package com.logicaldoc.enterprise.storer
MultiStorer.compareTo ( Object p1 ) : int
com/logicaldoc/enterprise/storer/MultiStorer.compareTo:(Ljava/lang/Object;)I
logicaldoc-gui-8.9.3-plugin.jar,
AnnotationsWindow.class
package com.logicaldoc.gui.frontend.client.document.note
AnnotationsWindow.AnnotationsWindow ( GUIDocument doc, String fileVer, NoteChangeListener saveHandler, boolean editEnabled )
com/logicaldoc/gui/frontend/client/document/note/AnnotationsWindow."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Ljava/lang/String;Lcom/logicaldoc/gui/common/client/widgets/NoteChangeListener;Z)V
logicaldoc-gui-8.9.3-plugin.jar,
ContextMenu.class
package com.logicaldoc.gui.frontend.client.document.grid
ContextMenu.ContextMenu ( GUIFolder folder, DocumentsGrid docsGrid, GUIAccessControlEntry acl )
com/logicaldoc/gui/frontend/client/document/grid/ContextMenu."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIFolder;Lcom/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid;Lcom/logicaldoc/gui/common/client/beans/GUIAccessControlEntry;)V
logicaldoc-gui-8.9.3-plugin.jar,
DocumentService.class
package com.logicaldoc.gui.frontend.client.services
DocumentService.destroyDocuments ( List<Long> p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.destroyDocuments:(Ljava/util/List;)V
DocumentService.saveNotes ( long p1, String p2, List<GUIDocumentNote> p3, Collection<String> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.saveNotes:(JLjava/lang/String;Ljava/util/List;Ljava/util/Collection;)V
DocumentService.updateNote ( long p1, long p2, String p3, String p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.updateNote:(JJLjava/lang/String;Ljava/lang/String;)V
logicaldoc-gui-8.9.3-plugin.jar,
DocumentServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
DocumentServiceAsync.destroyDocuments ( List<Long> p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.destroyDocuments:(Ljava/util/List;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.saveNotes ( long p1, String p2, List<GUIDocumentNote> p3, Collection<String> p4, AsyncCallback<Void> p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.saveNotes:(JLjava/lang/String;Ljava/util/List;Ljava/util/Collection;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
DocumentServiceAsync.updateNote ( long p1, long p2, String p3, String p4, AsyncCallback<Void> p5 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.updateNote:(JJLjava/lang/String;Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.3-plugin.jar,
ExtendedPropertiesPanel.class
package com.logicaldoc.gui.common.client.widgets
ExtendedPropertiesPanel.ExtendedPropertiesPanel ( GUIExtensibleObject object, ChangedHandler changedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection, boolean customidEnabled )
com/logicaldoc/gui/common/client/widgets/ExtendedPropertiesPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;ZZZZ)V
ExtendedPropertiesPanel.ExtendedPropertiesPanel ( GUIExtensibleObject object, ChangedHandler changedHandler, ChangedHandler templateChangedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection, boolean customidEnabled )
com/logicaldoc/gui/common/client/widgets/ExtendedPropertiesPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;ZZZZ)V
logicaldoc-gui-8.9.3-plugin.jar,
GUIAccessControlEntry.class
package com.logicaldoc.gui.common.client.beans
GUIAccessControlEntry.isCustomid ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.isCustomid:()Z
GUIAccessControlEntry.setCustomid ( boolean customid ) : void
com/logicaldoc/gui/common/client/beans/GUIAccessControlEntry.setCustomid:(Z)V
logicaldoc-gui-8.9.3-plugin.jar,
GUIDocument.class
package com.logicaldoc.gui.common.client.beans
GUIDocument.isCustomid ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIDocument.isCustomid:()Z
logicaldoc-gui-8.9.3-plugin.jar,
GUIEmailAccount.class
package com.logicaldoc.gui.common.client.beans
GUIEmailAccount.getClientId ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.getClientId:()Ljava/lang/String;
GUIEmailAccount.getClientSecret ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.getClientSecret:()Ljava/lang/String;
GUIEmailAccount.getClientTenant ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.getClientTenant:()Ljava/lang/String;
GUIEmailAccount.setClientId ( String clientId ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.setClientId:(Ljava/lang/String;)V
GUIEmailAccount.setClientSecret ( String clientSecret ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.setClientSecret:(Ljava/lang/String;)V
GUIEmailAccount.setClientTenant ( String clientTenant ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailAccount.setClientTenant:(Ljava/lang/String;)V
logicaldoc-gui-8.9.3-plugin.jar,
GUIEmailSettings.class
package com.logicaldoc.gui.common.client.beans
GUIEmailSettings.getClientId ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.getClientId:()Ljava/lang/String;
GUIEmailSettings.getClientSecret ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.getClientSecret:()Ljava/lang/String;
GUIEmailSettings.getClientTenant ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.getClientTenant:()Ljava/lang/String;
GUIEmailSettings.getProtocol ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.getProtocol:()Ljava/lang/String;
GUIEmailSettings.getServer ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.getServer:()Ljava/lang/String;
GUIEmailSettings.setClientId ( String clientId ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.setClientId:(Ljava/lang/String;)V
GUIEmailSettings.setClientSecret ( String clientSecret ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.setClientSecret:(Ljava/lang/String;)V
GUIEmailSettings.setClientTenant ( String clientTenant ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.setClientTenant:(Ljava/lang/String;)V
GUIEmailSettings.setProtocol ( String protocol ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.setProtocol:(Ljava/lang/String;)V
GUIEmailSettings.setServer ( String server ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.setServer:(Ljava/lang/String;)V
logicaldoc-gui-8.9.3-plugin.jar,
GUIFolder.class
package com.logicaldoc.gui.common.client.beans
GUIFolder.isCustomid ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUIFolder.isCustomid:()Z
logicaldoc-gui-8.9.3-plugin.jar,
GUIInfo.class
package com.logicaldoc.gui.common.client.beans
GUIInfo.getChangelog ( ) : String
com/logicaldoc/gui/common/client/beans/GUIInfo.getChangelog:()Ljava/lang/String;
GUIInfo.setChangelog ( String changelog ) : void
com/logicaldoc/gui/common/client/beans/GUIInfo.setChangelog:(Ljava/lang/String;)V
logicaldoc-gui-8.9.3-plugin.jar,
GUISearchEngine.class
package com.logicaldoc.gui.common.client.beans
GUISearchEngine.isParsingTimeoutRetain ( ) : boolean
com/logicaldoc/gui/common/client/beans/GUISearchEngine.isParsingTimeoutRetain:()Z
GUISearchEngine.setParsingTimeoutRetain ( boolean parsingTimeoutRetain ) : void
com/logicaldoc/gui/common/client/beans/GUISearchEngine.setParsingTimeoutRetain:(Z)V
logicaldoc-gui-8.9.3-plugin.jar,
ItemFactory.class
package com.logicaldoc.gui.common.client.util
ItemFactory.newSmtpProtocolSelector ( ) [static] : SelectItem
com/logicaldoc/gui/common/client/util/ItemFactory.newSmtpProtocolSelector:()Lcom/smartgwt/client/widgets/form/fields/SelectItem;
logicaldoc-gui-8.9.3-plugin.jar,
MinLengthValidator.class
package com.logicaldoc.gui.common.client.validators
MinLengthValidator.MinLengthValidator ( int minLength )
com/logicaldoc/gui/common/client/validators/MinLengthValidator."<init>":(I)V
logicaldoc-gui-8.9.3-plugin.jar,
NoteChangeListener.class
package com.logicaldoc.gui.common.client.widgets
NoteChangeListener.onChanged ( ) [abstract] : void
com/logicaldoc/gui/common/client/widgets/NoteChangeListener.onChanged:()V
logicaldoc-gui-8.9.3-plugin.jar,
NoteUpdateDialog.class
package com.logicaldoc.gui.frontend.client.document.note
NoteUpdateDialog.NoteUpdateDialog ( long docId, long noteId, String fileVersion, String noteMessage, NoteChangeListener saveHandler )
com/logicaldoc/gui/frontend/client/document/note/NoteUpdateDialog."<init>":(JJLjava/lang/String;Ljava/lang/String;Lcom/logicaldoc/gui/common/client/widgets/NoteChangeListener;)V
logicaldoc-gui-8.9.3-plugin.jar,
UpdateService.class
package com.logicaldoc.gui.frontend.client.services
UpdateService.deletePatch ( String p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/UpdateService.deletePatch:(Ljava/lang/String;)V
UpdateService.deleteUpdate ( String p1 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/UpdateService.deleteUpdate:(Ljava/lang/String;)V
logicaldoc-gui-8.9.3-plugin.jar,
UpdateServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
UpdateServiceAsync.deletePatch ( String p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/UpdateServiceAsync.deletePatch:(Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
UpdateServiceAsync.deleteUpdate ( String p1, AsyncCallback<Void> p2 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/UpdateServiceAsync.deleteUpdate:(Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.3-plugin.jar,
VersionNotesWindow.class
package com.logicaldoc.gui.frontend.client.document.note
VersionNotesWindow.refresh ( ) : void
com/logicaldoc/gui/frontend/client/document/note/VersionNotesWindow.refresh:()V
logicaldoc-impex-8.9.3-plugin.jar,
ArchiveBuilder.class
package com.logicaldoc.impex
ArchiveBuilder.getArchiveDao ( ) : ArchiveDAO
com/logicaldoc/impex/ArchiveBuilder.getArchiveDao:()Lcom/logicaldoc/impex/ArchiveDAO;
ArchiveBuilder.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/ArchiveBuilder.setArchiveDao:(Lcom/logicaldoc/impex/ArchiveDAO;)V
logicaldoc-impex-8.9.3-plugin.jar,
ArchiveDAO.class
package com.logicaldoc.impex
ArchiveDAO.findArchivedIds ( long p1 ) [abstract] : List<Long>
com/logicaldoc/impex/ArchiveDAO.findArchivedIds:(J)Ljava/util/List;
ArchiveDAO.findByMode ( int p1, Long p2 ) [abstract] : List<Archive>
com/logicaldoc/impex/ArchiveDAO.findByMode:(ILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndName ( int p1, String p2, Long p3 ) [abstract] : List<Archive>
com/logicaldoc/impex/ArchiveDAO.findByModeAndName:(ILjava/lang/String;Ljava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndStatus ( int p1, int p2, Long p3 ) [abstract] : List<Archive>
com/logicaldoc/impex/ArchiveDAO.findByModeAndStatus:(IILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndStatusAndType ( int p1, int p2, int p3, Long p4 ) [abstract] : List<Archive>
com/logicaldoc/impex/ArchiveDAO.findByModeAndStatusAndType:(IIILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndType ( int p1, int p2, Long p3 ) [abstract] : List<Archive>
com/logicaldoc/impex/ArchiveDAO.findByModeAndType:(IILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByName ( String p1, long p2 ) [abstract] : Archive
com/logicaldoc/impex/ArchiveDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/impex/Archive;
ArchiveDAO.findByStatus ( int p1, Long p2 ) [abstract] : List<Archive>
com/logicaldoc/impex/ArchiveDAO.findByStatus:(ILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.initialize ( Archive p1 ) [abstract] : void
com/logicaldoc/impex/ArchiveDAO.initialize:(Lcom/logicaldoc/impex/Archive;)V
ArchiveDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/impex/ArchiveDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
ArchiveDAO.removeVersions ( long p1, Set<Long> p2 ) [abstract] : boolean
com/logicaldoc/impex/ArchiveDAO.removeVersions:(JLjava/util/Set;)Z
ArchiveDAO.store ( Archive p1, boolean p2 ) [abstract] : void
com/logicaldoc/impex/ArchiveDAO.store:(Lcom/logicaldoc/impex/Archive;Z)V
logicaldoc-impex-8.9.3-plugin.jar,
ArchiveImporter.class
package com.logicaldoc.impex
ArchiveImporter.getArchiveDao ( ) : ArchiveDAO
com/logicaldoc/impex/ArchiveImporter.getArchiveDao:()Lcom/logicaldoc/impex/ArchiveDAO;
ArchiveImporter.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/ArchiveImporter.setArchiveDao:(Lcom/logicaldoc/impex/ArchiveDAO;)V
logicaldoc-impex-8.9.3-plugin.jar,
ArchiveManager.class
package com.logicaldoc.impex
ArchiveManager.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/ArchiveManager.setArchiveDao:(Lcom/logicaldoc/impex/ArchiveDAO;)V
logicaldoc-impex-8.9.3-plugin.jar,
HibernateArchiveDAO.class
package com.logicaldoc.impex
HibernateArchiveDAO.delete ( long archiveId, int code ) : void
com/logicaldoc/impex/HibernateArchiveDAO.delete:(JI)V
HibernateArchiveDAO.findArchivedIds ( long archiveId ) : List<Long>
com/logicaldoc/impex/HibernateArchiveDAO.findArchivedIds:(J)Ljava/util/List;
HibernateArchiveDAO.findByMode ( int mode, Long tenantId ) : List<Archive>
com/logicaldoc/impex/HibernateArchiveDAO.findByMode:(ILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndName ( int mode, String name, Long tenantId ) : List<Archive>
com/logicaldoc/impex/HibernateArchiveDAO.findByModeAndName:(ILjava/lang/String;Ljava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndStatus ( int mode, int status, Long tenantId ) : List<Archive>
com/logicaldoc/impex/HibernateArchiveDAO.findByModeAndStatus:(IILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndStatusAndType ( int mode, int status, int type, Long tenantId ) : List<Archive>
com/logicaldoc/impex/HibernateArchiveDAO.findByModeAndStatusAndType:(IIILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndType ( int mode, int type, Long tenantId ) : List<Archive>
com/logicaldoc/impex/HibernateArchiveDAO.findByModeAndType:(IILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByName ( String name, long tenantId ) : Archive
com/logicaldoc/impex/HibernateArchiveDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/impex/Archive;
HibernateArchiveDAO.findByStatus ( int status, Long tenantId ) : List<Archive>
com/logicaldoc/impex/HibernateArchiveDAO.findByStatus:(ILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.getCacheManager ( ) : ArchiveCacheManager
com/logicaldoc/impex/HibernateArchiveDAO.getCacheManager:()Lcom/logicaldoc/impex/ArchiveCacheManager;
HibernateArchiveDAO.HibernateArchiveDAO ( )
com/logicaldoc/impex/HibernateArchiveDAO."<init>":()V
HibernateArchiveDAO.initialize ( Archive archive ) : void
com/logicaldoc/impex/HibernateArchiveDAO.initialize:(Lcom/logicaldoc/impex/Archive;)V
HibernateArchiveDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/impex/HibernateArchiveDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateArchiveDAO.removeVersions ( long archiveId, Set<Long> versionIds ) : boolean
com/logicaldoc/impex/HibernateArchiveDAO.removeVersions:(JLjava/util/Set;)Z
HibernateArchiveDAO.setCacheManager ( ArchiveCacheManager cacheManager ) : void
com/logicaldoc/impex/HibernateArchiveDAO.setCacheManager:(Lcom/logicaldoc/impex/ArchiveCacheManager;)V
HibernateArchiveDAO.store ( Archive archive ) : void
com/logicaldoc/impex/HibernateArchiveDAO.store:(Lcom/logicaldoc/impex/Archive;)V
HibernateArchiveDAO.store ( Archive archive, boolean updateSize ) : void
com/logicaldoc/impex/HibernateArchiveDAO.store:(Lcom/logicaldoc/impex/Archive;Z)V
HibernateArchiveDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/impex/HibernateArchiveDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-impex-8.9.3-plugin.jar,
IncrementalArchiveCreator.class
package com.logicaldoc.impex
IncrementalArchiveCreator.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/IncrementalArchiveCreator.setArchiveDao:(Lcom/logicaldoc/impex/ArchiveDAO;)V
logicaldoc-impex-8.9.3-plugin.jar,
Index.class
package com.logicaldoc.impex
Index.getBarcodeTemplateName ( Long id ) [static] : String
com/logicaldoc/impex/Index.getBarcodeTemplateName:(Ljava/lang/Long;)Ljava/lang/String;
Index.getOcrTemplateName ( Long id ) [static] : String
com/logicaldoc/impex/Index.getOcrTemplateName:(Ljava/lang/Long;)Ljava/lang/String;
logicaldoc-ldap-8.9.3-plugin.jar,
LDAPAuthenticator.class
package com.logicaldoc.ldap
LDAPAuthenticator.setSynchronizer ( LDAPSynchronizer synchronizer ) : void
com/logicaldoc/ldap/LDAPAuthenticator.setSynchronizer:(Lcom/logicaldoc/ldap/LDAPSynchronizer;)V
logicaldoc-ldap-8.9.3-plugin.jar,
LDAPSynchronizer.class
package com.logicaldoc.ldap
LDAPSynchronizer.doImport ( List<LDAPUser> users, LDAPServer server ) : Collection<User>
com/logicaldoc/ldap/LDAPSynchronizer.doImport:(Ljava/util/List;Lcom/logicaldoc/ldap/LDAPServer;)Ljava/util/Collection;
LDAPSynchronizer.getErrors ( ) : long
com/logicaldoc/ldap/LDAPSynchronizer.getErrors:()J
LDAPSynchronizer.getImported ( ) : long
com/logicaldoc/ldap/LDAPSynchronizer.getImported:()J
LDAPSynchronizer.getUpdated ( ) : long
com/logicaldoc/ldap/LDAPSynchronizer.getUpdated:()J
LDAPSynchronizer.LDAPSynchronizer ( )
com/logicaldoc/ldap/LDAPSynchronizer."<init>":()V
LDAPSynchronizer.setGroupDao ( GroupDAO groupDao ) : void
com/logicaldoc/ldap/LDAPSynchronizer.setGroupDao:(Lcom/logicaldoc/core/security/user/GroupDAO;)V
LDAPSynchronizer.setUserDao ( UserDAO userDao ) : void
com/logicaldoc/ldap/LDAPSynchronizer.setUserDao:(Lcom/logicaldoc/core/security/user/UserDAO;)V
logicaldoc-util-8.9.3.jar,
Exec.class
package com.logicaldoc.util.exec
Exec.commandForLog ( String commandLine ) : String
com/logicaldoc/util/exec/Exec.commandForLog:(Ljava/lang/String;)Ljava/lang/String;
logicaldoc-util-8.9.3.jar,
FileBodyCounter.class
package com.logicaldoc.util.http
FileBodyCounter.FileBodyCounter ( File file, ContentType contentType, String filename, FileBodyCounter.ProgressListener listener )
com/logicaldoc/util/http/FileBodyCounter."<init>":(Ljava/io/File;Lorg/apache/hc/core5/http/ContentType;Ljava/lang/String;Lcom/logicaldoc/util/http/FileBodyCounter$ProgressListener;)V
logicaldoc-util-8.9.3.jar,
FileHttpClientResponseHandler.class
package com.logicaldoc.util.http
FileHttpClientResponseHandler.FileHttpClientResponseHandler ( File file )
com/logicaldoc/util/http/FileHttpClientResponseHandler."<init>":(Ljava/io/File;)V
FileHttpClientResponseHandler.handleEntity ( HttpEntity entity ) : String
com/logicaldoc/util/http/FileHttpClientResponseHandler.handleEntity:(Lorg/apache/hc/core5/http/HttpEntity;)Ljava/lang/String;
FileHttpClientResponseHandler.handleEntity ( HttpEntity p1 ) : Object
com/logicaldoc/util/http/FileHttpClientResponseHandler.handleEntity:(Lorg/apache/hc/core5/http/HttpEntity;)Ljava/lang/Object;
logicaldoc-util-8.9.3.jar,
FileUtil.class
package com.logicaldoc.util.io
FileUtil.delete ( File file ) [static] : boolean
com/logicaldoc/util/io/FileUtil.delete:(Ljava/io/File;)Z
logicaldoc-util-8.9.3.jar,
HttpUtil.class
package com.logicaldoc.util.http
HttpUtil.close ( ClassicHttpResponse response ) [static] : void
com/logicaldoc/util/http/HttpUtil.close:(Lorg/apache/hc/core5/http/ClassicHttpResponse;)V
HttpUtil.getBodyStream ( ClassicHttpResponse response ) [static] : InputStream
com/logicaldoc/util/http/HttpUtil.getBodyStream:(Lorg/apache/hc/core5/http/ClassicHttpResponse;)Ljava/io/InputStream;
HttpUtil.getBodyString ( ClassicHttpResponse response ) [static] : String
com/logicaldoc/util/http/HttpUtil.getBodyString:(Lorg/apache/hc/core5/http/ClassicHttpResponse;)Ljava/lang/String;
HttpUtil.getNotValidatingClient ( int timeout ) [static] : CloseableHttpClient
com/logicaldoc/util/http/HttpUtil.getNotValidatingClient:(I)Lorg/apache/hc/client5/http/impl/classic/CloseableHttpClient;
HttpUtil.getNotValidatingClient ( int timeout, String proxyServer, Integer proxyPort, String proxyUser, String proxyPassword ) [static] : CloseableHttpClient
com/logicaldoc/util/http/HttpUtil.getNotValidatingClient:(ILjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/hc/client5/http/impl/classic/CloseableHttpClient;
logicaldoc-util-8.9.3.jar,
LoggingHttpClientResponseHandler.class
package com.logicaldoc.util.http
LoggingHttpClientResponseHandler<T>.getResponseBody ( ClassicHttpResponse response ) [static] : String
com/logicaldoc/util/http/LoggingHttpClientResponseHandler.getResponseBody:(Lorg/apache/hc/core5/http/ClassicHttpResponse;)Ljava/lang/String;
LoggingHttpClientResponseHandler<T>.getResponseBody ( ClassicHttpResponse response, Integer maxLength ) [static] : String
com/logicaldoc/util/http/LoggingHttpClientResponseHandler.getResponseBody:(Lorg/apache/hc/core5/http/ClassicHttpResponse;Ljava/lang/Integer;)Ljava/lang/String;
LoggingHttpClientResponseHandler<T>.handleResponse ( ClassicHttpResponse response ) : T
com/logicaldoc/util/http/LoggingHttpClientResponseHandler.handleResponse:(Lorg/apache/hc/core5/http/ClassicHttpResponse;)Ljava/lang/Object;
LoggingHttpClientResponseHandler<T>.LoggingHttpClientResponseHandler<T> ( )
com/logicaldoc/util/http/LoggingHttpClientResponseHandler."<init>":()V
logicaldoc-util-8.9.3.jar,
StreamHttpClientResponseHandler.class
package com.logicaldoc.util.http
StreamHttpClientResponseHandler.handleEntity ( HttpEntity entity ) : String
com/logicaldoc/util/http/StreamHttpClientResponseHandler.handleEntity:(Lorg/apache/hc/core5/http/HttpEntity;)Ljava/lang/String;
StreamHttpClientResponseHandler.handleEntity ( HttpEntity p1 ) : Object
com/logicaldoc/util/http/StreamHttpClientResponseHandler.handleEntity:(Lorg/apache/hc/core5/http/HttpEntity;)Ljava/lang/Object;
StreamHttpClientResponseHandler.StreamHttpClientResponseHandler ( OutputStream stream )
com/logicaldoc/util/http/StreamHttpClientResponseHandler."<init>":(Ljava/io/OutputStream;)V
logicaldoc-util-8.9.3.jar,
StringHttpClientResponseHandler.class
package com.logicaldoc.util.http
StringHttpClientResponseHandler.handleEntity ( HttpEntity entity ) : String
com/logicaldoc/util/http/StringHttpClientResponseHandler.handleEntity:(Lorg/apache/hc/core5/http/HttpEntity;)Ljava/lang/String;
StringHttpClientResponseHandler.handleEntity ( HttpEntity p1 ) : Object
com/logicaldoc/util/http/StringHttpClientResponseHandler.handleEntity:(Lorg/apache/hc/core5/http/HttpEntity;)Ljava/lang/Object;
StringHttpClientResponseHandler.StringHttpClientResponseHandler ( )
com/logicaldoc/util/http/StringHttpClientResponseHandler."<init>":()V
logicaldoc-webdav-8.9.3-plugin.jar,
Resource.class
package com.logicaldoc.webdav.resource.model
Resource.setFolder ( boolean p1 ) [abstract] : void
com/logicaldoc/webdav/resource/model/Resource.setFolder:(Z)V
Resource.setWorkspace ( boolean p1 ) [abstract] : void
com/logicaldoc/webdav/resource/model/Resource.setWorkspace:(Z)V
logicaldoc-webdav-8.9.3-plugin.jar,
ResourceImpl.class
package com.logicaldoc.webdav.resource.model
ResourceImpl.setFolder ( boolean folder ) : void
com/logicaldoc/webdav/resource/model/ResourceImpl.setFolder:(Z)V
ResourceImpl.setWorkspace ( boolean workspace ) : void
com/logicaldoc/webdav/resource/model/ResourceImpl.setWorkspace:(Z)V
logicaldoc-webdav-8.9.3-plugin.jar,
ResourceService.class
package com.logicaldoc.webdav.resource.service
ResourceService.copy ( Resource p1, Resource p2, String p3, WebdavSession p4 ) [abstract] : void
com/logicaldoc/webdav/resource/service/ResourceService.copy:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/lang/String;Lcom/logicaldoc/webdav/session/WebdavSession;)V
ResourceService.move ( Resource p1, Resource p2, String p3, WebdavSession p4 ) [abstract] : Resource
com/logicaldoc/webdav/resource/service/ResourceService.move:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/lang/String;Lcom/logicaldoc/webdav/session/WebdavSession;)Lcom/logicaldoc/webdav/resource/model/Resource;
logicaldoc-webdav-8.9.3-plugin.jar,
ResourceServiceImpl.class
package com.logicaldoc.webdav.resource.service
ResourceServiceImpl.copy ( Resource source, Resource destination, String newName, WebdavSession session ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.copy:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/lang/String;Lcom/logicaldoc/webdav/session/WebdavSession;)V
ResourceServiceImpl.move ( Resource source, Resource destination, String newName, WebdavSession session ) : Resource
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.move:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/lang/String;Lcom/logicaldoc/webdav/session/WebdavSession;)Lcom/logicaldoc/webdav/resource/model/Resource;
logicaldoc-webservice-8.9.3-plugin.jar,
DocException.class
package com.logicaldoc.webservice.doc
DocException.DocException ( )
com/logicaldoc/webservice/doc/DocException."<init>":()V
DocException.DocException ( String message )
com/logicaldoc/webservice/doc/DocException."<init>":(Ljava/lang/String;)V
DocException.DocException ( String message, Throwable cause )
com/logicaldoc/webservice/doc/DocException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
DocException.DocException ( String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
com/logicaldoc/webservice/doc/DocException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
DocException.DocException ( Throwable cause )
com/logicaldoc/webservice/doc/DocException."<init>":(Ljava/lang/Throwable;)V
logicaldoc-webservice-8.9.3-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.rest
DocumentService.listPaginated ( long p1, String p2, String p3, Integer p4, Integer p5 ) [abstract] : List<WSDocument>
com/logicaldoc/webservice/rest/DocumentService.listPaginated:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.soap
DocumentService.list ( String p1, long p2, String p3, String p4, Integer p5, Integer p6 ) [abstract] : List<WSDocument>
com/logicaldoc/webservice/soap/DocumentService.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.rest
FolderService.list ( long p1, String p2, Integer p3, Integer p4 ) [abstract] : List<WSFolder>
com/logicaldoc/webservice/rest/FolderService.list:(JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
FolderService.class
package com.logicaldoc.webservice.soap
FolderService.list ( String p1, long p2, String p3, Integer p4, Integer p5 ) [abstract] : List<WSFolder>
com/logicaldoc/webservice/soap/FolderService.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
RestDocumentClient.class
package com.logicaldoc.webservice.rest.client
RestDocumentClient.listPaginated ( long folderId, String fileName, String sort, Integer page, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/rest/client/RestDocumentClient.listPaginated:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.listPaginated ( long folderId, String fileName, String sort, Integer page, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.listPaginated:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
RestFolderClient.class
package com.logicaldoc.webservice.rest.client
RestFolderClient.list ( long folderId, String sort, Integer page, Integer max ) : List<WSFolder>
com/logicaldoc/webservice/rest/client/RestFolderClient.list:(JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.list ( long folderId, String sort, Integer page, Integer max ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestFolderService.list:(JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
SoapDocumentClient.class
package com.logicaldoc.webservice.soap.client
SoapDocumentClient.list ( String sid, long folderId, String fileName, String sort, Integer page, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/soap/client/SoapDocumentClient.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.list ( String sid, long folderId, String fileName, String sort, Integer page, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
SoapFolderClient.class
package com.logicaldoc.webservice.soap.client
SoapFolderClient.list ( String sid, long folderId, String sort, Integer page, Integer max ) : List<WSFolder>
com/logicaldoc/webservice/soap/client/SoapFolderClient.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
SoapFolderService.list ( String sid, long folderId, String sort, Integer page, Integer max ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-webservice-8.9.3-plugin.jar,
WSAccessControlEntry.class
package com.logicaldoc.webservice.model
WSAccessControlEntry.getCustomid ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getCustomid:()I
WSAccessControlEntry.setCustomid ( int customid ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setCustomid:(I)V
logicaldoc-workflow-8.9.3-plugin.jar,
SpringProcessEngineFactoryBean.class
package com.logicaldoc.workflow.spring
SpringProcessEngineFactoryBean.getObject ( ) : Object
com/logicaldoc/workflow/spring/SpringProcessEngineFactoryBean.getObject:()Ljava/lang/Object;
to the top
Removed Methods 85
logicaldoc-barcode-8.9.2-plugin.jar,
BarcodeGenerator.class
package com.logicaldoc.barcode
BarcodeGenerator.generateBarcodeFile ( String code, int height, int width ) : File
com/logicaldoc/barcode/BarcodeGenerator.generateBarcodeFile:(Ljava/lang/String;II)Ljava/io/File;
logicaldoc-conversion-8.9.2-plugin.jar,
ZamZarConverter.class
package com.logicaldoc.conversion
ZamZarConverter.getHttpClient ( ) : CloseableHttpClient
com/logicaldoc/conversion/ZamZarConverter.getHttpClient:()Lorg/apache/http/impl/client/CloseableHttpClient;
logicaldoc-core-8.9.2-plugin.jar,
ParseException.class
package com.logicaldoc.core.parser
ParseException.ParseException ( String message )
com/logicaldoc/core/parser/ParseException."<init>":(Ljava/lang/String;)V
ParseException.ParseException ( String message, Throwable cause )
com/logicaldoc/core/parser/ParseException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
ParseException.ParseException ( Throwable cause )
com/logicaldoc/core/parser/ParseException."<init>":(Ljava/lang/Throwable;)V
logicaldoc-email-8.9.2-plugin.jar,
EmailCrawler.class
package com.logicaldoc.email
EmailCrawler.getSession ( ) [static] : Session
com/logicaldoc/email/EmailCrawler.getSession:()Ljavax/mail/Session;
EmailCrawler.getStore ( EmailAccount account, Session session ) [static] : Store
com/logicaldoc/email/EmailCrawler.getStore:(Lcom/logicaldoc/email/EmailAccount;Ljavax/mail/Session;)Ljavax/mail/Store;
logicaldoc-gui-8.9.2-plugin.jar,
AnnotationsWindow.class
package com.logicaldoc.gui.frontend.client.document.note
AnnotationsWindow.AnnotationsWindow ( GUIDocument doc, String fileVer, NotesPanel notesPanel, boolean editEnabled )
com/logicaldoc/gui/frontend/client/document/note/AnnotationsWindow."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIDocument;Ljava/lang/String;Lcom/logicaldoc/gui/frontend/client/document/note/NotesPanel;Z)V
logicaldoc-gui-8.9.2-plugin.jar,
ContextMenu.class
package com.logicaldoc.gui.frontend.client.document.grid
ContextMenu.ContextMenu ( GUIFolder folder, DocumentsGrid docsGrid )
com/logicaldoc/gui/frontend/client/document/grid/ContextMenu."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIFolder;Lcom/logicaldoc/gui/frontend/client/document/grid/DocumentsGrid;)V
logicaldoc-gui-8.9.2-plugin.jar,
DocumentService.class
package com.logicaldoc.gui.frontend.client.services
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.updateNote ( long p1, long p2, String p3 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentService.updateNote:(JJLjava/lang/String;)V
logicaldoc-gui-8.9.2-plugin.jar,
DocumentServiceAsync.class
package com.logicaldoc.gui.frontend.client.services
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.updateNote ( long p1, long p2, String p3, AsyncCallback<Void> p4 ) [abstract] : void
com/logicaldoc/gui/frontend/client/services/DocumentServiceAsync.updateNote:(JJLjava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;)V
logicaldoc-gui-8.9.2-plugin.jar,
ExtendedPropertiesPanel.class
package com.logicaldoc.gui.common.client.widgets
ExtendedPropertiesPanel.ExtendedPropertiesPanel ( GUIExtensibleObject object, ChangedHandler changedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection )
com/logicaldoc/gui/common/client/widgets/ExtendedPropertiesPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;ZZZ)V
ExtendedPropertiesPanel.ExtendedPropertiesPanel ( GUIExtensibleObject object, ChangedHandler changedHandler, ChangedHandler templateChangedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection )
com/logicaldoc/gui/common/client/widgets/ExtendedPropertiesPanel."<init>":(Lcom/logicaldoc/gui/common/client/beans/GUIExtensibleObject;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;Lcom/smartgwt/client/widgets/form/fields/events/ChangedHandler;ZZZ)V
logicaldoc-gui-8.9.2-plugin.jar,
GUIEmailSettings.class
package com.logicaldoc.gui.common.client.beans
GUIEmailSettings.getSmtpServer ( ) : String
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.getSmtpServer:()Ljava/lang/String;
GUIEmailSettings.setSmtpServer ( String smtpServer ) : void
com/logicaldoc/gui/common/client/beans/GUIEmailSettings.setSmtpServer:(Ljava/lang/String;)V
logicaldoc-gui-8.9.2-plugin.jar,
NoteUpdateDialog.class
package com.logicaldoc.gui.frontend.client.document.note
NoteUpdateDialog.NoteUpdateDialog ( long docId, long noteId, String noteMessage, NotesPanel notesPanel )
com/logicaldoc/gui/frontend/client/document/note/NoteUpdateDialog."<init>":(JJLjava/lang/String;Lcom/logicaldoc/gui/frontend/client/document/note/NotesPanel;)V
logicaldoc-impex-8.9.2-plugin.jar,
ArchiveBuilder.class
package com.logicaldoc.impex
ArchiveBuilder.getArchiveDao ( ) : ArchiveDAO
com/logicaldoc/impex/ArchiveBuilder.getArchiveDao:()Lcom/logicaldoc/impex/dao/ArchiveDAO;
ArchiveBuilder.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/ArchiveBuilder.setArchiveDao:(Lcom/logicaldoc/impex/dao/ArchiveDAO;)V
logicaldoc-impex-8.9.2-plugin.jar,
ArchiveDAO.class
package com.logicaldoc.impex.dao
ArchiveDAO.findArchivedIds ( long p1 ) [abstract] : List<Long>
com/logicaldoc/impex/dao/ArchiveDAO.findArchivedIds:(J)Ljava/util/List;
ArchiveDAO.findByMode ( int p1, Long p2 ) [abstract] : List<Archive>
com/logicaldoc/impex/dao/ArchiveDAO.findByMode:(ILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndName ( int p1, String p2, Long p3 ) [abstract] : List<Archive>
com/logicaldoc/impex/dao/ArchiveDAO.findByModeAndName:(ILjava/lang/String;Ljava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndStatus ( int p1, int p2, Long p3 ) [abstract] : List<Archive>
com/logicaldoc/impex/dao/ArchiveDAO.findByModeAndStatus:(IILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndStatusAndType ( int p1, int p2, int p3, Long p4 ) [abstract] : List<Archive>
com/logicaldoc/impex/dao/ArchiveDAO.findByModeAndStatusAndType:(IIILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByModeAndType ( int p1, int p2, Long p3 ) [abstract] : List<Archive>
com/logicaldoc/impex/dao/ArchiveDAO.findByModeAndType:(IILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.findByName ( String p1, long p2 ) [abstract] : Archive
com/logicaldoc/impex/dao/ArchiveDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/impex/Archive;
ArchiveDAO.findByStatus ( int p1, Long p2 ) [abstract] : List<Archive>
com/logicaldoc/impex/dao/ArchiveDAO.findByStatus:(ILjava/lang/Long;)Ljava/util/List;
ArchiveDAO.initialize ( Archive p1 ) [abstract] : void
com/logicaldoc/impex/dao/ArchiveDAO.initialize:(Lcom/logicaldoc/impex/Archive;)V
ArchiveDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/impex/dao/ArchiveDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
ArchiveDAO.removeVersions ( long p1, Set<Long> p2 ) [abstract] : boolean
com/logicaldoc/impex/dao/ArchiveDAO.removeVersions:(JLjava/util/Set;)Z
ArchiveDAO.store ( Archive p1, boolean p2 ) [abstract] : void
com/logicaldoc/impex/dao/ArchiveDAO.store:(Lcom/logicaldoc/impex/Archive;Z)V
logicaldoc-impex-8.9.2-plugin.jar,
ArchiveImporter.class
package com.logicaldoc.impex
ArchiveImporter.getArchiveDao ( ) : ArchiveDAO
com/logicaldoc/impex/ArchiveImporter.getArchiveDao:()Lcom/logicaldoc/impex/dao/ArchiveDAO;
ArchiveImporter.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/ArchiveImporter.setArchiveDao:(Lcom/logicaldoc/impex/dao/ArchiveDAO;)V
logicaldoc-impex-8.9.2-plugin.jar,
ArchiveManager.class
package com.logicaldoc.impex
ArchiveManager.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/ArchiveManager.setArchiveDao:(Lcom/logicaldoc/impex/dao/ArchiveDAO;)V
logicaldoc-impex-8.9.2-plugin.jar,
HibernateArchiveDAO.class
package com.logicaldoc.impex.dao
HibernateArchiveDAO.delete ( long archiveId, int code ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.delete:(JI)V
HibernateArchiveDAO.findArchivedIds ( long archiveId ) : List<Long>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findArchivedIds:(J)Ljava/util/List;
HibernateArchiveDAO.findByMode ( int mode, Long tenantId ) : List<Archive>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByMode:(ILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndName ( int mode, String name, Long tenantId ) : List<Archive>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByModeAndName:(ILjava/lang/String;Ljava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndStatus ( int mode, int status, Long tenantId ) : List<Archive>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByModeAndStatus:(IILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndStatusAndType ( int mode, int status, int type, Long tenantId ) : List<Archive>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByModeAndStatusAndType:(IIILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByModeAndType ( int mode, int type, Long tenantId ) : List<Archive>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByModeAndType:(IILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.findByName ( String name, long tenantId ) : Archive
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByName:(Ljava/lang/String;J)Lcom/logicaldoc/impex/Archive;
HibernateArchiveDAO.findByStatus ( int status, Long tenantId ) : List<Archive>
com/logicaldoc/impex/dao/HibernateArchiveDAO.findByStatus:(ILjava/lang/Long;)Ljava/util/List;
HibernateArchiveDAO.getCacheManager ( ) : ArchiveCacheManager
com/logicaldoc/impex/dao/HibernateArchiveDAO.getCacheManager:()Lcom/logicaldoc/impex/ArchiveCacheManager;
HibernateArchiveDAO.HibernateArchiveDAO ( )
com/logicaldoc/impex/dao/HibernateArchiveDAO."<init>":()V
HibernateArchiveDAO.initialize ( Archive archive ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.initialize:(Lcom/logicaldoc/impex/Archive;)V
HibernateArchiveDAO.initialize ( PersistentObject p1 ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.initialize:(Lcom/logicaldoc/core/PersistentObject;)V
HibernateArchiveDAO.removeVersions ( long archiveId, Set<Long> versionIds ) : boolean
com/logicaldoc/impex/dao/HibernateArchiveDAO.removeVersions:(JLjava/util/Set;)Z
HibernateArchiveDAO.setCacheManager ( ArchiveCacheManager cacheManager ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.setCacheManager:(Lcom/logicaldoc/impex/ArchiveCacheManager;)V
HibernateArchiveDAO.store ( Archive archive ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.store:(Lcom/logicaldoc/impex/Archive;)V
HibernateArchiveDAO.store ( Archive archive, boolean updateSize ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.store:(Lcom/logicaldoc/impex/Archive;Z)V
HibernateArchiveDAO.store ( PersistentObject p1 ) : void
com/logicaldoc/impex/dao/HibernateArchiveDAO.store:(Lcom/logicaldoc/core/PersistentObject;)V
logicaldoc-impex-8.9.2-plugin.jar,
IncrementalArchiveCreator.class
package com.logicaldoc.impex
IncrementalArchiveCreator.setArchiveDao ( ArchiveDAO archiveDao ) : void
com/logicaldoc/impex/IncrementalArchiveCreator.setArchiveDao:(Lcom/logicaldoc/impex/dao/ArchiveDAO;)V
logicaldoc-impex-8.9.2-plugin.jar,
Index.class
package com.logicaldoc.impex
Index.getTemplateName ( Long id, boolean barcodeTemplate ) [static] : String
com/logicaldoc/impex/Index.getTemplateName:(Ljava/lang/Long;Z)Ljava/lang/String;
logicaldoc-ldap-8.9.2-plugin.jar,
LDAPAuthenticator.class
package com.logicaldoc.ldap
LDAPAuthenticator.setSynchroniser ( LDAPSynchroniser synchroniser ) : void
com/logicaldoc/ldap/LDAPAuthenticator.setSynchroniser:(Lcom/logicaldoc/ldap/LDAPSynchroniser;)V
logicaldoc-ldap-8.9.2-plugin.jar,
LDAPSynchroniser.class
package com.logicaldoc.ldap
LDAPSynchroniser.doImport ( List<LDAPUser> users, LDAPServer server ) : Collection<User>
com/logicaldoc/ldap/LDAPSynchroniser.doImport:(Ljava/util/List;Lcom/logicaldoc/ldap/LDAPServer;)Ljava/util/Collection;
LDAPSynchroniser.getErrors ( ) : long
com/logicaldoc/ldap/LDAPSynchroniser.getErrors:()J
LDAPSynchroniser.getImported ( ) : long
com/logicaldoc/ldap/LDAPSynchroniser.getImported:()J
LDAPSynchroniser.getUpdated ( ) : long
com/logicaldoc/ldap/LDAPSynchroniser.getUpdated:()J
LDAPSynchroniser.LDAPSynchroniser ( )
com/logicaldoc/ldap/LDAPSynchroniser."<init>":()V
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-util-8.9.2.jar,
FileBodyCounter.class
package com.logicaldoc.util.http
FileBodyCounter.FileBodyCounter ( File file, ContentType contentType, String filename, FileBodyCounter.ProgressListener listener )
com/logicaldoc/util/http/FileBodyCounter."<init>":(Ljava/io/File;Lorg/apache/http/entity/ContentType;Ljava/lang/String;Lcom/logicaldoc/util/http/FileBodyCounter$ProgressListener;)V
logicaldoc-util-8.9.2.jar,
FileUtil.class
package com.logicaldoc.util.io
FileUtil.strongDelete ( File file ) [static] : void
com/logicaldoc/util/io/FileUtil.strongDelete:(Ljava/io/File;)V
logicaldoc-util-8.9.2.jar,
HttpUtil.class
package com.logicaldoc.util.http
HttpUtil.close ( CloseableHttpResponse response ) [static] : void
com/logicaldoc/util/http/HttpUtil.close:(Lorg/apache/http/client/methods/CloseableHttpResponse;)V
HttpUtil.getBodyStream ( CloseableHttpResponse response ) [static] : InputStream
com/logicaldoc/util/http/HttpUtil.getBodyStream:(Lorg/apache/http/client/methods/CloseableHttpResponse;)Ljava/io/InputStream;
HttpUtil.getBodyString ( CloseableHttpResponse response ) [static] : String
com/logicaldoc/util/http/HttpUtil.getBodyString:(Lorg/apache/http/client/methods/CloseableHttpResponse;)Ljava/lang/String;
HttpUtil.getNotValidatingClient ( int timeout ) [static] : CloseableHttpClient
com/logicaldoc/util/http/HttpUtil.getNotValidatingClient:(I)Lorg/apache/http/impl/client/CloseableHttpClient;
HttpUtil.getNotValidatingClient ( int timeout, String proxyServer, Integer proxyPort, String proxyUser, String proxyPassword ) [static] : CloseableHttpClient
com/logicaldoc/util/http/HttpUtil.getNotValidatingClient:(ILjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/http/impl/client/CloseableHttpClient;
logicaldoc-webdav-8.9.2-plugin.jar,
Resource.class
package com.logicaldoc.webdav.resource.model
Resource.isFolder ( boolean p1 ) [abstract] : void
com/logicaldoc/webdav/resource/model/Resource.isFolder:(Z)V
Resource.isWorkspace ( boolean p1 ) [abstract] : void
com/logicaldoc/webdav/resource/model/Resource.isWorkspace:(Z)V
logicaldoc-webdav-8.9.2-plugin.jar,
ResourceImpl.class
package com.logicaldoc.webdav.resource.model
ResourceImpl.isFolder ( boolean isFolder ) : void
com/logicaldoc/webdav/resource/model/ResourceImpl.isFolder:(Z)V
ResourceImpl.isWorkspace ( boolean isWorkspace ) : void
com/logicaldoc/webdav/resource/model/ResourceImpl.isWorkspace:(Z)V
logicaldoc-webdav-8.9.2-plugin.jar,
ResourceService.class
package com.logicaldoc.webdav.resource.service
ResourceService.copyResource ( Resource p1, Resource p2, WebdavSession p3 ) [abstract] : void
com/logicaldoc/webdav/resource/service/ResourceService.copyResource:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/session/WebdavSession;)V
ResourceService.move ( Resource p1, Resource p2, WebdavSession p3 ) [abstract] : Resource
com/logicaldoc/webdav/resource/service/ResourceService.move:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/session/WebdavSession;)Lcom/logicaldoc/webdav/resource/model/Resource;
ResourceService.resourceExists ( Resource p1 ) [abstract] : boolean
com/logicaldoc/webdav/resource/service/ResourceService.resourceExists:(Lcom/logicaldoc/webdav/resource/model/Resource;)Z
ResourceService.streamIn ( Resource p1, InputStream p2 ) [abstract] : void
com/logicaldoc/webdav/resource/service/ResourceService.streamIn:(Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/io/InputStream;)V
ResourceService.updateResource ( Resource p1 ) [abstract] : Resource
com/logicaldoc/webdav/resource/service/ResourceService.updateResource:(Lcom/logicaldoc/webdav/resource/model/Resource;)Lcom/logicaldoc/webdav/resource/model/Resource;
logicaldoc-webdav-8.9.2-plugin.jar,
ResourceServiceImpl.class
package com.logicaldoc.webdav.resource.service
ResourceServiceImpl.copyResource ( Resource destinationResource, Resource resource, WebdavSession session ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.copyResource:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/session/WebdavSession;)V
ResourceServiceImpl.isCheckedOut ( Resource resource ) : boolean
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.isCheckedOut:(Lcom/logicaldoc/webdav/resource/model/Resource;)Z
ResourceServiceImpl.move ( Resource source, Resource destination, WebdavSession session ) : Resource
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.move:(Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/resource/model/Resource;Lcom/logicaldoc/webdav/session/WebdavSession;)Lcom/logicaldoc/webdav/resource/model/Resource;
ResourceServiceImpl.resourceExists ( Resource resource ) : boolean
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.resourceExists:(Lcom/logicaldoc/webdav/resource/model/Resource;)Z
ResourceServiceImpl.streamIn ( Resource resource, InputStream is ) : void
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.streamIn:(Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/io/InputStream;)V
ResourceServiceImpl.updateResource ( Resource resource ) : Resource
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.updateResource:(Lcom/logicaldoc/webdav/resource/model/Resource;)Lcom/logicaldoc/webdav/resource/model/Resource;
to the top
Problems with Data Types, High Severity 36
logicaldoc-core-8.9.2-plugin.jar
package com.logicaldoc.core.document
[+] interface DocumentManager 1
| Change | Effect |
---|
1 |
Abstract method void destroyDocument ( 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 destroyDocument ( long, FolderHistory ) in DocumentManager. |
[+] affected methods: 104 (0.6%)
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.archiveDocuments ( Set<Long> p1, DocumentHistory p2 )This abstract method is from 'DocumentManager' interface.
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.copyToFolder ( Document p1, Folder p2, DocumentHistory p3, boolean p4, boolean p5, boolean p6 )This abstract method is from 'DocumentManager' interface.
DocumentManager.countPages ( Document p1 )This abstract method is from 'DocumentManager' interface.
...
logicaldoc-core-8.9.2-plugin.jar
package com.logicaldoc.core.parser
[+] class ParseException 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ParseException. |
[+] affected methods: 3 (0.02%)
ParseException.ParseException ( String message )This constructor is from 'ParseException' class.
ParseException.ParseException ( String message, Throwable cause )This constructor is from 'ParseException' class.
ParseException.ParseException ( Throwable cause )This constructor is from 'ParseException' class.
logicaldoc-enterprise-core-8.9.2-plugin.jar
package com.logicaldoc.enterprise.webservice.rest
[+] interface EnterpriseDocumentService 1
| Change | Effect |
---|
1 |
Abstract method WSDocument 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 EnterpriseDocumentService. |
[+] affected methods: 6 (0.03%)
EnterpriseDocumentService.checkin ( Long p1, String p2, String p3, boolean p4, WSDocument p5 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.create ( WSDocument p1 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.deleteChunks ( )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.downloadChunk ( long p1, String p2, long p3, long p4 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.uploadChunk ( byte[ ] p1 )This abstract method is from 'EnterpriseDocumentService' interface.
EnterpriseDocumentService.uploadChunkIS ( InputStream p1 )This abstract method is from 'EnterpriseDocumentService' interface.
logicaldoc-enterprise-core-8.9.2-plugin.jar
package com.logicaldoc.enterprise.webservice.soap
[+] interface EnterpriseDocumentService 1
| Change | Effect |
---|
1 |
Abstract method WSDocument merge ( String, 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 ( String, List<Long>, long, String ) in 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-gui-8.9.2-plugin.jar
package com.logicaldoc.gui.frontend.client.services
[+] interface DocumentService 5
| Change | Effect |
---|
1 |
Abstract method void destroyDocuments ( 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 destroyDocuments ( List<Long> ) in DocumentService. |
2 |
Abstract method void saveNotes ( long, String, 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, String, List<GUIDocumentNote>, Collection<String> ) in DocumentService. |
3 |
Abstract method void updateNote ( long, long, 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 updateNote ( long, long, String, String ) in DocumentService. |
4 |
Abstract method void saveNotes ( long, List<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, List<GUIDocumentNote>, Collection<String> ) in interface DocumentService. |
5 |
Abstract method void updateNote ( long, long, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method updateNote ( long, long, String ) in interface DocumentService. |
[+] affected methods: 65 (0.4%)
DocumentService.addBookmarks ( List<Long> p1, int p2 )This abstract method is from 'DocumentService' interface.
DocumentService.addDocuments ( String p1, long p2, boolean p3, String p4, boolean p5, Long p6 )This abstract method is from 'DocumentService' interface.
DocumentService.addDocuments ( boolean p1, String p2, boolean p3, GUIDocument p4 )This abstract method is from 'DocumentService' interface.
DocumentService.addNote ( long p1, String p2 )This abstract method is from 'DocumentService' interface.
DocumentService.applyParentFolderSecurity ( long p1 )This abstract method is from 'DocumentService' interface.
DocumentService.archiveDocuments ( List<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.bulkUpdate ( List<Long> p1, GUIDocument p2, boolean p3 )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.
...
[+] interface DocumentServiceAsync 5
| Change | Effect |
---|
1 |
Abstract method void destroyDocuments ( 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 destroyDocuments ( List<Long>, AsyncCallback<Void> ) in DocumentServiceAsync. |
2 |
Abstract method void saveNotes ( long, String, 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, String, List<GUIDocumentNote>, Collection<String>, AsyncCallback<Void> ) in DocumentServiceAsync. |
3 |
Abstract method void updateNote ( long, long, 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 updateNote ( long, long, String, String, AsyncCallback<Void> ) in DocumentServiceAsync. |
4 |
Abstract method void saveNotes ( long, List<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, List<GUIDocumentNote>, Collection<String>, AsyncCallback<Void> ) in interface DocumentServiceAsync. |
5 |
Abstract method void updateNote ( 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 updateNote ( long, long, String, AsyncCallback<Void> ) in interface DocumentServiceAsync. |
[+] affected methods: 76 (0.4%)
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 UpdateService 2
| Change | Effect |
---|
1 |
Abstract method void deletePatch ( 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 deletePatch ( String ) in UpdateService. |
2 |
Abstract method void deleteUpdate ( 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 deleteUpdate ( String ) in UpdateService. |
[+] affected methods: 11 (0.1%)
UpdateService.checkDownloadStatus ( )This abstract method is from 'UpdateService' interface.
UpdateService.checkPatch ( )This abstract method is from 'UpdateService' interface.
UpdateService.checkUpdate ( )This abstract method is from 'UpdateService' interface.
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.getPatchNotes ( String p1 )This abstract method is from 'UpdateService' interface.
UpdateService.getUpdateNotes ( String p1 )This abstract method is from 'UpdateService' interface.
UpdateService.loadPatch ( )This abstract method is from 'UpdateService' interface.
...
[+] interface UpdateServiceAsync 2
| Change | Effect |
---|
1 |
Abstract method void deletePatch ( 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 deletePatch ( String, AsyncCallback<Void> ) in UpdateServiceAsync. |
2 |
Abstract method void deleteUpdate ( 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 deleteUpdate ( String, AsyncCallback<Void> ) in UpdateServiceAsync. |
[+] affected methods: 12 (0.1%)
UpdateService.Instance.get ( )Return value of this method is of type 'UpdateServiceAsync'.
UpdateServiceAsync.checkDownloadStatus ( AsyncCallback<List<Integer>> p1 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.checkPatch ( AsyncCallback<List<GUIPatch>> p1 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.checkUpdate ( AsyncCallback<List<GUIParameter>> p1 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.confirmPatch ( String p1, AsyncCallback<String> p2 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.confirmUpdate ( String p1, AsyncCallback<String> p2 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.downloadPatch ( String p1, String p2, long p3, AsyncCallback<Void> p4 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.downloadUpdate ( String p1, String p2, long p3, AsyncCallback<Void> p4 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.getPatchNotes ( String p1, AsyncCallback<List<String>> p2 )This abstract method is from 'UpdateServiceAsync' interface.
UpdateServiceAsync.getUpdateNotes ( String p1, AsyncCallback<List<String>> p2 )This abstract method is from 'UpdateServiceAsync' interface.
...
logicaldoc-impex-8.9.2-plugin.jar
package com.logicaldoc.impex.dao
[+] class HibernateArchiveDAO 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HibernateArchiveDAO. |
[+] affected methods: 18 (0.1%)
HibernateArchiveDAO.HibernateArchiveDAO ( )This constructor is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.delete ( long archiveId, int code )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findArchivedIds ( long archiveId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByMode ( int mode, Long tenantId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByModeAndName ( int mode, String name, Long tenantId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByModeAndStatus ( int mode, int status, Long tenantId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByModeAndStatusAndType ( int mode, int status, int type, Long tenantId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByModeAndType ( int mode, int type, Long tenantId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByName ( String name, long tenantId )This method is from 'HibernateArchiveDAO' class.
HibernateArchiveDAO.findByStatus ( int status, Long tenantId )This method is from 'HibernateArchiveDAO' class.
...
[+] interface ArchiveDAO 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ArchiveDAO. |
[+] affected methods: 12 (0.1%)
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.
ArchiveDAO.findByModeAndType ( int p1, int p2, Long p3 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByName ( String p1, long p2 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.findByStatus ( int p1, Long p2 )This abstract method is from 'ArchiveDAO' interface.
ArchiveDAO.initialize ( PersistentObject p1 )This method is from 'ArchiveDAO' interface.
ArchiveDAO.initialize ( Archive p1 )This abstract method is from 'ArchiveDAO' interface.
...
logicaldoc-ldap-8.9.2-plugin.jar
package com.logicaldoc.ldap
[+] class LDAPSynchroniser 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class LDAPSynchroniser. |
[+] affected methods: 7 (0.04%)
LDAPSynchroniser.LDAPSynchroniser ( )This constructor is from 'LDAPSynchroniser' class.
LDAPSynchroniser.doImport ( List<LDAPUser> users, LDAPServer server )This method is from 'LDAPSynchroniser' class.
LDAPSynchroniser.getErrors ( )This method is from 'LDAPSynchroniser' class.
LDAPSynchroniser.getImported ( )This method is from 'LDAPSynchroniser' class.
LDAPSynchroniser.getUpdated ( )This method is from 'LDAPSynchroniser' class.
LDAPSynchroniser.setGroupDao ( GroupDAO groupDao )This method is from 'LDAPSynchroniser' class.
LDAPSynchroniser.setUserDao ( UserDAO userDao )This method is from 'LDAPSynchroniser' class.
logicaldoc-webdav-8.9.2-plugin.jar
package com.logicaldoc.webdav.resource.model
[+] interface Resource 4
| Change | Effect |
---|
1 |
Abstract method void setFolder ( 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 setFolder ( boolean ) in Resource. |
2 |
Abstract method void setWorkspace ( 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 setWorkspace ( boolean ) in Resource. |
3 |
Abstract method void isFolder ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isFolder ( boolean ) in interface Resource. |
4 |
Abstract method void isWorkspace ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isWorkspace ( boolean ) in interface Resource. |
[+] affected methods: 136 (0.8%)
com.logicaldoc.webdav.context.AbstractExportContext.AbstractExportContext ( Resource resource, boolean hasStream )1st parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.context.AbstractExportContext.getResource ( )Return value of this method is of type 'Resource'.
com.logicaldoc.webdav.context.ExportContext.getResource ( )Return value of this abstract method is of type 'Resource'.
com.logicaldoc.webdav.context.ExportContextImpl.ExportContextImpl ( Resource resource, OutputContext outputCtx )1st parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.context.ImportContext.getResource ( )Return value of this abstract method is of type 'Resource'.
com.logicaldoc.webdav.context.ImportContextImpl.ImportContextImpl ( Resource resource, String systemId, InputStream in )1st parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.context.ImportContextImpl.ImportContextImpl ( Resource resource, String systemId, InputContext inputCtx )1st parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.context.ImportContextImpl.getResource ( )Return value of this method is of type 'Resource'.
com.logicaldoc.webdav.io.handler.DefaultHandler.exportData ( ExportContext context, Resource resource )2nd parameter 'resource' of this method is of type 'Resource'.
com.logicaldoc.webdav.io.handler.DefaultHandler.exportData ( ExportContext context, Resource resource, Long left, Long rangeLength )2nd parameter 'resource' of this method is of type 'Resource'.
...
logicaldoc-webdav-8.9.2-plugin.jar
package com.logicaldoc.webdav.resource.service
[+] interface ResourceService 7
| Change | Effect |
---|
1 |
Abstract method void copy ( Resource, Resource, String, WebdavSession ) has been added to this interface. |
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 ( Resource, Resource, String, WebdavSession ) in ResourceService. |
2 |
Abstract method Resource move ( Resource, Resource, String, WebdavSession ) has been added to this interface. |
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 ( Resource, Resource, String, WebdavSession ) in ResourceService. |
3 |
Abstract method void copyResource ( Resource, Resource, WebdavSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method copyResource ( Resource, Resource, WebdavSession ) in interface ResourceService. |
4 |
Abstract method Resource move ( Resource, Resource, WebdavSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method move ( Resource, Resource, WebdavSession ) in interface ResourceService. |
5 |
Abstract method boolean resourceExists ( Resource ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method resourceExists ( Resource ) in interface ResourceService. |
6 |
Abstract method void streamIn ( Resource, InputStream ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method streamIn ( Resource, InputStream ) in interface ResourceService. |
7 |
Abstract method Resource updateResource ( Resource ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method updateResource ( Resource ) in interface ResourceService. |
[+] affected methods: 56 (0.3%)
com.logicaldoc.webdav.io.handler.DefaultHandler.setResourceService ( ResourceService resourceService )1st parameter 'resourceService' of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.DavResourceImpl ( DavResourceLocator locator, DavResourceFactory factory, WebdavSession session, ResourceConfig config )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.DavResourceImpl ( DavResourceLocator locator, DavResourceFactory factory, WebdavSession session, ResourceConfig config, Resource resource )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.DavResourceImpl ( DavResourceLocator locator, DavResourceFactory factory, WebdavSession session, ResourceConfig config, boolean isCollection )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.addLockManager ( LockManager lockMgr )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.addMember ( DavResource member, InputContext inputContext )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.alterProperties ( List<?> changeList )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.alterProperties ( DavPropertySet setProperties, DavPropertyNameSet removePropertyNames )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.copy ( DavResource destination, boolean shallow )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
com.logicaldoc.webdav.resource.DavResourceImpl.exists ( )Field 'this.resourceService' in the object of this method is of type 'ResourceService'.
...
logicaldoc-webservice-8.9.2-plugin.jar
package com.logicaldoc.webservice.rest
[+] interface DocumentService 1
| Change | Effect |
---|
1 |
Abstract method List<WSDocument> listPaginated ( long, String, String, 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 listPaginated ( long, String, String, Integer, Integer ) in DocumentService. |
[+] affected methods: 54 (0.3%)
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.copy ( long p1, long p2, boolean p3, boolean p4, boolean p5 )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.
...
[+] interface FolderService 1
| Change | Effect |
---|
1 |
Abstract method List<WSFolder> list ( long, String, 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 list ( long, String, Integer, Integer ) in FolderService. |
[+] affected methods: 25 (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.2-plugin.jar
package com.logicaldoc.webservice.soap
[+] interface DocumentService 1
| Change | Effect |
---|
1 |
Abstract method List<WSDocument> list ( String, long, String, String, 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 list ( String, long, String, String, Integer, Integer ) in DocumentService. |
[+] affected methods: 54 (0.3%)
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.copy ( String p1, long p2, long p3, boolean p4, boolean p5, boolean p6 )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.
...
[+] interface FolderService 1
| Change | Effect |
---|
1 |
Abstract method List<WSFolder> list ( String, long, String, 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 list ( String, long, String, Integer, Integer ) in FolderService. |
[+] affected methods: 22 (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.getAccessControlList ( String p1, long 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.
...
to the top
Problems with Methods, Medium Severity 106
logicaldoc-barcode-8.9.2-plugin.jar,
BarcodeWriter.class
package com.logicaldoc.barcode
[+] BarcodeWriter.write ( String format, String code, int width, int height, boolean label, File file ) [static] : void 1
com/logicaldoc/barcode/BarcodeWriter.write:(Ljava/lang/String;Ljava/lang/String;IIZLjava/io/File;)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. |
logicaldoc-comparison-8.9.2-plugin.jar,
AbstractDocumentComparator.class
package com.logicaldoc.comparison
[+] AbstractDocumentComparator.compare ( String sid, File original, File modified, File target ) : void 2
com/logicaldoc/comparison/AbstractDocumentComparator.compare:(Ljava/lang/String;Ljava/io/File;Ljava/io/File;Ljava/io/File;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override compare ( String, File, File, File ) in AbstractDocumentComparator; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
[+] AbstractDocumentComparator.compare ( String sid, Version originalVersion, Version modifiedVersion, File dest ) : void 2
com/logicaldoc/comparison/AbstractDocumentComparator.compare:(Ljava/lang/String;Lcom/logicaldoc/core/document/Version;Lcom/logicaldoc/core/document/Version;Ljava/io/File;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override compare ( String, Version, Version, File ) in AbstractDocumentComparator; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
[+] AbstractDocumentComparator.internalCompare ( Session p1, File p2, File p3, File p4 ) [abstract] : void 2
com/logicaldoc/comparison/AbstractDocumentComparator.internalCompare:(Lcom/logicaldoc/core/security/Session;Ljava/io/File;Ljava/io/File;Ljava/io/File;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override internalCompare ( Session, File, File, File ) in AbstractDocumentComparator; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-comparison-8.9.2-plugin.jar,
BasicComparator.class
package com.logicaldoc.comparison.basic
[+] BasicComparator.internalCompare ( Session session, File original, File modified, File target ) : void 2
com/logicaldoc/comparison/basic/BasicComparator.internalCompare:(Lcom/logicaldoc/core/security/Session;Ljava/io/File;Ljava/io/File;Ljava/io/File;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override internalCompare ( Session, File, File, File ) in BasicComparator; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-comparison-8.9.2-plugin.jar,
DocumentComparator.class
package com.logicaldoc.comparison
[+] DocumentComparator.compare ( String p1, File p2, File p3, File p4 ) [abstract] : void 2
com/logicaldoc/comparison/DocumentComparator.compare:(Ljava/lang/String;Ljava/io/File;Ljava/io/File;Ljava/io/File;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override compare ( String, File, File, File ) in DocumentComparator; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
[+] DocumentComparator.compare ( String p1, Version p2, Version p3, File p4 ) [abstract] : void 2
com/logicaldoc/comparison/DocumentComparator.compare:(Ljava/lang/String;Lcom/logicaldoc/core/document/Version;Lcom/logicaldoc/core/document/Version;Ljava/io/File;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override compare ( String, Version, Version, File ) in DocumentComparator; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-conversion-8.9.2-plugin.jar,
ZamZarConverter.class
package com.logicaldoc.conversion
[+] ZamZarConverter.getHttpClient ( ) : CloseableHttpClient 1
com/logicaldoc/conversion/ZamZarConverter.getHttpClient:()Lorg/apache/http/impl/client/CloseableHttpClient;
| Change | Effect |
---|
1 |
Return value type has been changed from org.apache.http.impl.client.CloseableHttpClient to org.apache.hc.client5.http.impl.classic.CloseableHttpClient. |
Recompilation of a client program may be terminated with the message: incompatible types: org.apache.hc.client5.http.impl.classic.CloseableHttpClient cannot be converted to org.apache.http.impl.client.CloseableHttpClient. |
logicaldoc-core-8.9.2-plugin.jar,
AbstractParser.class
package com.logicaldoc.core.parser
[+] AbstractParser.internalParse ( InputStream p1, ParseParameters p2, StringBuilder p3 ) [abstract] : void 2
com/logicaldoc/core/parser/AbstractParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override internalParse ( InputStream, ParseParameters, StringBuilder ) in AbstractParser; overridden method does not throw ParseException. |
[+] AbstractParser.parse ( File file, String filename, String encoding, Locale locale, String tenant ) : String 2
com/logicaldoc/core/parser/AbstractParser.parse:(Ljava/io/File;Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override parse ( File, String, String, Locale, String ) in AbstractParser; overridden method does not throw ParseException. |
[+] AbstractParser.parse ( File file, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion ) : String 2
com/logicaldoc/core/parser/AbstractParser.parse:(Ljava/io/File;Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;Ljava/lang/String;Lcom/logicaldoc/core/document/Document;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override parse ( File, String, String, Locale, String, Document, String ) in AbstractParser; overridden method does not throw ParseException. |
[+] AbstractParser.parse ( InputStream input, ParseParameters parameters ) : String 2
com/logicaldoc/core/parser/AbstractParser.parse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override parse ( InputStream, ParseParameters ) in AbstractParser; overridden method does not throw ParseException. |
[+] AbstractParser.parse ( InputStream input, String filename, String encoding, Locale locale, String tenant ) : String 2
com/logicaldoc/core/parser/AbstractParser.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override parse ( InputStream, String, String, Locale, String ) in AbstractParser; overridden method does not throw ParseException. |
logicaldoc-core-8.9.2-plugin.jar,
DefaultSchedulerFactory.class
package com.logicaldoc.core.task
[+] DefaultSchedulerFactory.getObject ( ) : Scheduler 1
com/logicaldoc/core/task/DefaultSchedulerFactory.getObject:()Lorg/quartz/Scheduler;
| Change | Effect |
---|
1 |
Return value type has been changed from org.quartz.Scheduler to java.lang.Object. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.Object cannot be converted to org.quartz.Scheduler. |
logicaldoc-core-8.9.2-plugin.jar,
DocumentManager.class
package com.logicaldoc.core.document
[+] DocumentManager.index ( long p1, String p2, DocumentHistory p3 ) [abstract] : long 2
com/logicaldoc/core/document/DocumentManager.index:(JLjava/lang/String;Lcom/logicaldoc/core/document/DocumentHistory;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override index ( long, String, DocumentHistory ) in DocumentManager; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
[+] DocumentManager.parseDocument ( Document p1, String p2 ) [abstract] : String 2
com/logicaldoc/core/document/DocumentManager.parseDocument:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override parseDocument ( Document, String ) in DocumentManager; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-core-8.9.2-plugin.jar,
DocumentManagerImpl.class
package com.logicaldoc.core.document
[+] DocumentManagerImpl.index ( long docId, String content, DocumentHistory transaction ) : long 2
com/logicaldoc/core/document/DocumentManagerImpl.index:(JLjava/lang/String;Lcom/logicaldoc/core/document/DocumentHistory;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override index ( long, String, DocumentHistory ) in DocumentManagerImpl; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
[+] DocumentManagerImpl.parseDocument ( Document doc, String fileVersion ) : String 2
com/logicaldoc/core/document/DocumentManagerImpl.parseDocument:(Lcom/logicaldoc/core/document/Document;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override parseDocument ( Document, String ) in DocumentManagerImpl; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-core-8.9.2-plugin.jar,
Parser.class
package com.logicaldoc.core.parser
[+] Parser.parse ( File p1, String p2, String p3, Locale p4, String p5 ) [abstract] : String 2
com/logicaldoc/core/parser/Parser.parse:(Ljava/io/File;Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override parse ( File, String, String, Locale, String ) in Parser; overridden method does not throw ParseException. |
[+] Parser.parse ( File p1, String p2, String p3, Locale p4, String p5, Document p6, String p7 ) [abstract] : String 2
com/logicaldoc/core/parser/Parser.parse:(Ljava/io/File;Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;Ljava/lang/String;Lcom/logicaldoc/core/document/Document;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override parse ( File, String, String, Locale, String, Document, String ) in Parser; overridden method does not throw ParseException. |
[+] Parser.parse ( InputStream p1, ParseParameters p2 ) [abstract] : String 2
com/logicaldoc/core/parser/Parser.parse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override parse ( InputStream, ParseParameters ) in Parser; overridden method does not throw ParseException. |
[+] Parser.parse ( InputStream p1, String p2, String p3, Locale p4, String p5 ) [abstract] : String 2
com/logicaldoc/core/parser/Parser.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override parse ( InputStream, String, String, Locale, String ) in Parser; overridden method does not throw ParseException. |
logicaldoc-core-8.9.2-plugin.jar,
ParserFactory.class
package com.logicaldoc.core.parser
[+] ParserFactory.parse ( InputStream input, String filename, String encoding, Locale locale, long tenantId, Document document, String fileVersion ) [static] : String 2
com/logicaldoc/core/parser/ParserFactory.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;JLcom/logicaldoc/core/document/Document;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override parse ( InputStream, String, String, Locale, long, Document, String ) in ParserFactory; overridden method does not throw ParseException. |
logicaldoc-core-8.9.2-plugin.jar,
PDFParser.class
package com.logicaldoc.core.parser
[+] PDFParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder content ) : void 2
com/logicaldoc/core/parser/PDFParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override internalParse ( InputStream, ParseParameters, StringBuilder ) in PDFParser; overridden method does not throw ParseException. |
logicaldoc-core-8.9.2-plugin.jar,
RarParser.class
package com.logicaldoc.core.parser
[+] RarParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder content ) : void 2
com/logicaldoc/core/parser/RarParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override internalParse ( InputStream, ParseParameters, StringBuilder ) in RarParser; overridden method does not throw ParseException. |
logicaldoc-core-8.9.2-plugin.jar,
SevenZipParser.class
package com.logicaldoc.core.parser
[+] SevenZipParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder content ) : void 2
com/logicaldoc/core/parser/SevenZipParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override internalParse ( InputStream, ParseParameters, StringBuilder ) in SevenZipParser; overridden method does not throw ParseException. |
logicaldoc-core-8.9.2-plugin.jar,
TarParser.class
package com.logicaldoc.core.parser
[+] TarParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder content ) : void 2
com/logicaldoc/core/parser/TarParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override internalParse ( InputStream, ParseParameters, StringBuilder ) in TarParser; overridden method does not throw ParseException. |
logicaldoc-core-8.9.2-plugin.jar,
ZipParser.class
package com.logicaldoc.core.parser
[+] ZipParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder content ) : void 2
com/logicaldoc/core/parser/ZipParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception ParsingException must be caught or declared to be thrown. |
2 |
Removed ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override internalParse ( InputStream, ParseParameters, StringBuilder ) in ZipParser; overridden method does not throw ParseException. |
logicaldoc-enterprise-core-8.9.2-plugin.jar,
ClusterHits.class
package com.logicaldoc.enterprise.cluster
[+] ClusterHits.next ( ) : Hit 1
com/logicaldoc/enterprise/cluster/ClusterHits.next:()Lcom/logicaldoc/core/searchengine/Hit;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.searchengine.Hit to java.lang.Object. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.Object cannot be converted to com.logicaldoc.core.searchengine.Hit. |
logicaldoc-enterprise-core-8.9.2-plugin.jar,
EnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.rest
[+] EnterpriseDocumentService.downloadChunk ( long p1, String p2, long p3, long p4 ) [abstract] : DataHandler 1
com/logicaldoc/enterprise/webservice/rest/EnterpriseDocumentService.downloadChunk:(JLjava/lang/String;JJ)Ljavax/activation/DataHandler;
| 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-enterprise-core-8.9.2-plugin.jar,
EnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap
[+] EnterpriseDocumentService.downloadChunk ( String p1, long p2, String p3, long p4, long p5 ) [abstract] : DataHandler 1
com/logicaldoc/enterprise/webservice/soap/EnterpriseDocumentService.downloadChunk:(Ljava/lang/String;JLjava/lang/String;JJ)Ljavax/activation/DataHandler;
| 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-enterprise-core-8.9.2-plugin.jar,
RestEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
[+] RestEnterpriseDocumentService.downloadChunk ( long p1, String p2, long p3, long p4 ) : DataHandler 1
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.downloadChunk:(JLjava/lang/String;JJ)Ljavax/activation/DataHandler;
| 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-enterprise-core-8.9.2-plugin.jar,
SoapEnterpriseDocumentClient.class
package com.logicaldoc.enterprise.webservice.soap.client
[+] SoapEnterpriseDocumentClient.downloadChunk ( String p1, long p2, String p3, long p4, long p5 ) : DataHandler 1
com/logicaldoc/enterprise/webservice/soap/client/SoapEnterpriseDocumentClient.downloadChunk:(Ljava/lang/String;JLjava/lang/String;JJ)Ljavax/activation/DataHandler;
| 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-enterprise-core-8.9.2-plugin.jar,
SoapEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapEnterpriseDocumentService.downloadChunk ( String p1, long p2, String p3, long p4, long p5 ) : DataHandler 1
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.downloadChunk:(Ljava/lang/String;JLjava/lang/String;JJ)Ljavax/activation/DataHandler;
| 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-impex-8.9.2-plugin.jar,
ArchiveBuilder.class
package com.logicaldoc.impex
[+] ArchiveBuilder.buildArchives ( ) : void 1
com/logicaldoc/impex/ArchiveBuilder.buildArchives:()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. |
[+] ArchiveBuilder.getArchiveDao ( ) : ArchiveDAO 1
com/logicaldoc/impex/ArchiveBuilder.getArchiveDao:()Lcom/logicaldoc/impex/dao/ArchiveDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from dao.ArchiveDAO to ArchiveDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: ArchiveDAO cannot be converted to dao.ArchiveDAO. |
[+] ArchiveBuilder.runTask ( ) : void 1
com/logicaldoc/impex/ArchiveBuilder.runTask:()V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.task.TaskException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.task.TaskException must be caught or declared to be thrown. |
logicaldoc-impex-8.9.2-plugin.jar,
ArchiveImporter.class
package com.logicaldoc.impex
[+] ArchiveImporter.getArchiveDao ( ) : ArchiveDAO 1
com/logicaldoc/impex/ArchiveImporter.getArchiveDao:()Lcom/logicaldoc/impex/dao/ArchiveDAO;
| Change | Effect |
---|
1 |
Return value type has been changed from dao.ArchiveDAO to ArchiveDAO. |
Recompilation of a client program may be terminated with the message: incompatible types: ArchiveDAO cannot be converted to dao.ArchiveDAO. |
logicaldoc-parser-8.9.2-plugin.jar,
EbookParser.class
package com.logicaldoc.parser
[+] EbookParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder output ) : void 2
com/logicaldoc/parser/EbookParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override internalParse ( InputStream, ParseParameters, StringBuilder ) in EbookParser; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-parser-8.9.2-plugin.jar,
EnterprisePDFParser.class
package com.logicaldoc.parser
[+] EnterprisePDFParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder output ) : void 2
com/logicaldoc/parser/EnterprisePDFParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override internalParse ( InputStream, ParseParameters, StringBuilder ) in EnterprisePDFParser; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-parser-8.9.2-plugin.jar,
ImageParser.class
package com.logicaldoc.parser
[+] ImageParser.internalParse ( InputStream input, ParseParameters parameters, StringBuilder output ) : void 2
com/logicaldoc/parser/ImageParser.internalParse:(Ljava/io/InputStream;Lcom/logicaldoc/core/parser/ParseParameters;Ljava/lang/StringBuilder;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override internalParse ( InputStream, ParseParameters, StringBuilder ) in ImageParser; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
[+] ImageParser.parse ( File file, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion ) : String 2
com/logicaldoc/parser/ImageParser.parse:(Ljava/io/File;Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;Ljava/lang/String;Lcom/logicaldoc/core/document/Document;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override parse ( File, String, String, Locale, String, Document, String ) in ImageParser; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-split-8.9.2-plugin.jar,
Splitter.class
package com.logicaldoc.split
[+] Splitter.split ( long docId, int policy, int separator, String expression, DocumentHistory transaction ) [static] : List<Document> 2
com/logicaldoc/split/Splitter.split:(JIILjava/lang/String;Lcom/logicaldoc/core/document/DocumentHistory;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override split ( long, int, int, String, DocumentHistory ) in Splitter; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
[+] Splitter.splitUsingText ( String expression, int separator ) : List<File> 2
com/logicaldoc/split/Splitter.splitUsingText:(Ljava/lang/String;I)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override splitUsingText ( String, int ) in Splitter; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-split-8.9.2-plugin.jar,
SplitTool.class
package com.logicaldoc.split.automation
[+] SplitTool.splitAllPages ( long docId, String user ) : List<Document> 2
com/logicaldoc/split/automation/SplitTool.splitAllPages:(JLjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override splitAllPages ( long, String ) in SplitTool; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
[+] SplitTool.splitSelection ( long docId, String expression, String user ) : List<Document> 2
com/logicaldoc/split/automation/SplitTool.splitSelection:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override splitSelection ( long, String, String ) in SplitTool; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
[+] SplitTool.splitUsingBarcode ( long docId, String expression, int separator, String user ) : List<Document> 2
com/logicaldoc/split/automation/SplitTool.splitUsingBarcode:(JLjava/lang/String;ILjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override splitUsingBarcode ( long, String, int, String ) in SplitTool; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
[+] SplitTool.splitUsingBlankPage ( long docId, int separator, String user ) : List<Document> 2
com/logicaldoc/split/automation/SplitTool.splitUsingBlankPage:(JILjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override splitUsingBlankPage ( long, int, String ) in SplitTool; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
[+] SplitTool.splitUsingText ( long docId, String expression, int separator, String user ) : List<Document> 2
com/logicaldoc/split/automation/SplitTool.splitUsingText:(JLjava/lang/String;ILjava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override splitUsingText ( long, String, int, String ) in SplitTool; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-util-8.9.2.jar,
HttpUtil.class
package com.logicaldoc.util.http
[+] HttpUtil.getNotValidatingClient ( int timeout ) [static] : CloseableHttpClient 1
com/logicaldoc/util/http/HttpUtil.getNotValidatingClient:(I)Lorg/apache/http/impl/client/CloseableHttpClient;
| Change | Effect |
---|
1 |
Return value type has been changed from org.apache.http.impl.client.CloseableHttpClient to org.apache.hc.client5.http.impl.classic.CloseableHttpClient. |
Recompilation of a client program may be terminated with the message: incompatible types: org.apache.hc.client5.http.impl.classic.CloseableHttpClient cannot be converted to org.apache.http.impl.client.CloseableHttpClient. |
[+] HttpUtil.getNotValidatingClient ( int timeout, String proxyServer, Integer proxyPort, String proxyUser, String proxyPassword ) [static] : CloseableHttpClient 1
com/logicaldoc/util/http/HttpUtil.getNotValidatingClient:(ILjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/http/impl/client/CloseableHttpClient;
| Change | Effect |
---|
1 |
Return value type has been changed from org.apache.http.impl.client.CloseableHttpClient to org.apache.hc.client5.http.impl.classic.CloseableHttpClient. |
Recompilation of a client program may be terminated with the message: incompatible types: org.apache.hc.client5.http.impl.classic.CloseableHttpClient cannot be converted to org.apache.http.impl.client.CloseableHttpClient. |
logicaldoc-webdav-8.9.2-plugin.jar,
ResourceService.class
package com.logicaldoc.webdav.resource.service
[+] ResourceService.getChildByName ( Resource p1, String p2 ) [abstract] : Resource 1
com/logicaldoc/webdav/resource/service/ResourceService.getChildByName:(Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/lang/String;)Lcom/logicaldoc/webdav/resource/model/Resource;
| Change | Effect |
---|
1 |
Added org.apache.jackrabbit.webdav.DavException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.apache.jackrabbit.webdav.DavException must be caught or declared to be thrown. |
[+] ResourceService.getParentResource ( Resource p1 ) [abstract] : Resource 1
com/logicaldoc/webdav/resource/service/ResourceService.getParentResource:(Lcom/logicaldoc/webdav/resource/model/Resource;)Lcom/logicaldoc/webdav/resource/model/Resource;
| Change | Effect |
---|
1 |
Added org.apache.jackrabbit.webdav.DavException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.apache.jackrabbit.webdav.DavException must be caught or declared to be thrown. |
[+] ResourceService.getParentResource ( String p1, long p2, WebdavSession p3 ) [abstract] : Resource 1
com/logicaldoc/webdav/resource/service/ResourceService.getParentResource:(Ljava/lang/String;JLcom/logicaldoc/webdav/session/WebdavSession;)Lcom/logicaldoc/webdav/resource/model/Resource;
| Change | Effect |
---|
1 |
Added org.apache.jackrabbit.webdav.DavException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.apache.jackrabbit.webdav.DavException must be caught or declared to be thrown. |
[+] ResourceService.streamOut ( Resource p1 ) [abstract] : InputStream 1
com/logicaldoc/webdav/resource/service/ResourceService.streamOut:(Lcom/logicaldoc/webdav/resource/model/Resource;)Ljava/io/InputStream;
| Change | Effect |
---|
1 |
Added org.apache.jackrabbit.webdav.DavException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.apache.jackrabbit.webdav.DavException must be caught or declared to be thrown. |
logicaldoc-webdav-8.9.2-plugin.jar,
ResourceServiceImpl.class
package com.logicaldoc.webdav.resource.service
[+] ResourceServiceImpl.getChildByName ( Resource parentResource, String name ) : Resource 1
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.getChildByName:(Lcom/logicaldoc/webdav/resource/model/Resource;Ljava/lang/String;)Lcom/logicaldoc/webdav/resource/model/Resource;
| Change | Effect |
---|
1 |
Added org.apache.jackrabbit.webdav.DavException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.apache.jackrabbit.webdav.DavException must be caught or declared to be thrown. |
[+] ResourceServiceImpl.getParentResource ( Resource resource ) : Resource 1
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.getParentResource:(Lcom/logicaldoc/webdav/resource/model/Resource;)Lcom/logicaldoc/webdav/resource/model/Resource;
| Change | Effect |
---|
1 |
Added org.apache.jackrabbit.webdav.DavException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.apache.jackrabbit.webdav.DavException must be caught or declared to be thrown. |
[+] ResourceServiceImpl.getParentResource ( String resourcePath, long userId, WebdavSession session ) : Resource 1
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.getParentResource:(Ljava/lang/String;JLcom/logicaldoc/webdav/session/WebdavSession;)Lcom/logicaldoc/webdav/resource/model/Resource;
| Change | Effect |
---|
1 |
Added org.apache.jackrabbit.webdav.DavException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.apache.jackrabbit.webdav.DavException must be caught or declared to be thrown. |
[+] ResourceServiceImpl.streamOut ( Resource resource ) : InputStream 1
com/logicaldoc/webdav/resource/service/ResourceServiceImpl.streamOut:(Lcom/logicaldoc/webdav/resource/model/Resource;)Ljava/io/InputStream;
| Change | Effect |
---|
1 |
Added org.apache.jackrabbit.webdav.DavException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception org.apache.jackrabbit.webdav.DavException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.2-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.rest
[+] DocumentService.reindex ( long p1, String p2 ) [abstract] : void 2
com/logicaldoc/webservice/rest/DocumentService.reindex:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override reindex ( long, String ) in DocumentService; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-webservice-8.9.2-plugin.jar,
DocumentService.class
package com.logicaldoc.webservice.soap
[+] DocumentService.reindex ( String p1, long p2, String p3 ) [abstract] : void 2
com/logicaldoc/webservice/soap/DocumentService.reindex:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override reindex ( String, long, String ) in DocumentService; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-webservice-8.9.2-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentService.reindex ( long docId, String content ) : void 2
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.reindex:(JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override reindex ( long, String ) in RestDocumentService; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-webservice-8.9.2-plugin.jar,
SoapDocumentClient.class
package com.logicaldoc.webservice.soap.client
[+] SoapDocumentClient.reindex ( String sid, long docId, String content ) : void 2
com/logicaldoc/webservice/soap/client/SoapDocumentClient.reindex:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override reindex ( String, long, String ) in SoapDocumentClient; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-webservice-8.9.2-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapDocumentService.reindex ( String sid, long docId, String content ) : void 2
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.reindex:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
2 |
Removed com.logicaldoc.core.parser.ParseException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override reindex ( String, long, String ) in SoapDocumentService; overridden method does not throw com.logicaldoc.core.parser.ParseException. |
logicaldoc-workflow-8.9.2-plugin.jar,
SpringProcessEngineFactoryBean.class
package com.logicaldoc.workflow.spring
[+] SpringProcessEngineFactoryBean.getObject ( ) : ProcessEngine 1
com/logicaldoc/workflow/spring/SpringProcessEngineFactoryBean.getObject:()Lorg/activiti/engine/ProcessEngine;
| Change | Effect |
---|
1 |
Return value type has been changed from org.activiti.engine.ProcessEngine to java.lang.Object. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.Object cannot be converted to org.activiti.engine.ProcessEngine. |
to the top
Problems with Data Types, Low Severity 2
logicaldoc-enterprise-core-8.9.2-plugin.jar
package com.logicaldoc.enterprise.update
[+] class ResourceUnavailableException 1
| Change | Effect |
---|
1 |
Superclass has been changed from java.lang.Exception to java.io.IOException. |
1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ResourceUnavailableException. 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: 2 (0.01%)
ResourceUnavailableException.ResourceUnavailableException ( int p1 )This constructor is from 'ResourceUnavailableException' class.
ResourceUnavailableException.getReason ( )This method is from 'ResourceUnavailableException' class.
logicaldoc-util-8.9.2.jar
package com.logicaldoc.util.http
[+] class FileBodyCounter 1
| Change | Effect |
---|
1 |
Superclass has been changed from org.apache.http.entity.mime.content.FileBody to org.apache.hc.client5.http.entity.mime.FileBody. |
1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in FileBodyCounter. 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: 3 (0.02%)
FileBodyCounter.FileBodyCounter ( File file, FileBodyCounter.ProgressListener listener )This constructor is from 'FileBodyCounter' class.
FileBodyCounter.getBytesWritten ( )This method is from 'FileBodyCounter' class.
FileBodyCounter.writeTo ( OutputStream out )This method is from 'FileBodyCounter' class.
to the top
Other Changes in Data Types 10
logicaldoc-core-8.9.2-plugin.jar
package com.logicaldoc.core.communication
[+] class EMailSender 2
| Change | Effect |
---|
1 |
Field PROTOCOL_SMTP has been added to this class. |
No effect. |
2 |
Field PROTOCOL_SMTP_MICROSOFT365 has been added to this class. |
No effect. |
[+] affected methods: 57 (0.3%)
EMailSender.EMailSender ( )This constructor is from 'EMailSender' class.
EMailSender.EMailSender ( long tenant )This constructor is from 'EMailSender' class.
EMailSender.EMailSender ( String tenant )This constructor is from 'EMailSender' class.
EMailSender.getConnectionSecurity ( )This method is from 'EMailSender' class.
EMailSender.getFolderId ( )This method is from 'EMailSender' class.
EMailSender.getFoldering ( )This method is from 'EMailSender' class.
EMailSender.getHost ( )This method is from 'EMailSender' class.
EMailSender.getPassword ( )This method is from 'EMailSender' class.
EMailSender.getPort ( )This method is from 'EMailSender' class.
EMailSender.getSender ( )This method is from 'EMailSender' class.
...
logicaldoc-core-8.9.2-plugin.jar
package com.logicaldoc.core.folder
[+] class FolderEvent 1
| Change | Effect |
---|
1 |
Field DOCUMENT_DESTROYED has been added to this class. |
No effect. |
[+] affected methods: 4 (0.02%)
FolderEvent.fromString ( String event )This method is from 'FolderEvent' class.
FolderEvent.toString ( )This method is from 'FolderEvent' class.
FolderEvent.valueOf ( String p1 )This method is from 'FolderEvent' class.
FolderEvent.values ( )This method is from 'FolderEvent' class.
logicaldoc-core-8.9.2-plugin.jar
package com.logicaldoc.core.security
[+] class Permission 1
| Change | Effect |
---|
1 |
Field CUSTOMID has been added to this class. |
No effect. |
[+] affected methods: 18 (0.1%)
com.logicaldoc.core.document.DocumentDAO.isPermissionAllowed ( Permission p1, long p2, long p3 )1st parameter 'p1' of this abstract method is of type 'Permission'.
com.logicaldoc.core.folder.FolderDAO.findFolderIdByUserIdAndPermission ( long p1, Permission p2, Long p3, boolean p4 )2nd parameter 'p2' of this abstract method is of type 'Permission'.
com.logicaldoc.core.folder.FolderDAO.isPermissionAllowed ( Permission p1, long p2, long p3 )1st parameter 'p1' of this abstract method is of type 'Permission'.
com.logicaldoc.core.folder.HibernateFolderDAO.findFolderIdByUserIdAndPermission ( long userId, Permission permission, Long parentId, boolean tree )2nd parameter 'permission' of this method is of type 'Permission'.
com.logicaldoc.core.folder.HibernateFolderDAO.isPermissionAllowed ( Permission permission, long folderId, long userId )1st parameter 'permission' of this method is of type 'Permission'.
authorization.PermissionException.PermissionException ( String username, String securityObject, Permission permission )3rd parameter 'permission' of this method is of type 'Permission'.
authorization.PermissionException.PermissionException ( String username, String securityObject, Permission permission, Throwable cause )3rd parameter 'permission' of this method is of type 'Permission'.
menu.HibernateMenuDAO.findMenuIdByUserIdAndPermission ( long userId, Permission permission, boolean enabledOnly )2nd parameter 'permission' of this method is of type 'Permission'.
menu.MenuDAO.findMenuIdByUserIdAndPermission ( long p1, Permission p2, boolean p3 )2nd parameter 'p2' of this abstract method is of type 'Permission'.
Permission.all ( )This method is from 'Permission' class.
...
logicaldoc-core-8.9.2-plugin.jar
package com.logicaldoc.core.security.menu
[+] class Menu 1
| Change | Effect |
---|
1 |
Field DESTROY_DOCUMENTS has been added to this class. |
No effect. |
[+] affected methods: 30 (0.2%)
HibernateMenuDAO.createPath ( long parentId, long tenantId, int type, String path, boolean inheritSecurity )Return value of this method is of type 'Menu'.
HibernateMenuDAO.findByName ( Menu parent, String name, boolean caseSensitive )1st parameter 'parent' of this method is of type 'Menu'.
HibernateMenuDAO.hasWriteAccess ( Menu menu, long userId )1st parameter 'menu' of this method is of type 'Menu'.
HibernateMenuDAO.store ( Menu menu )1st parameter 'menu' of this method is of type 'Menu'.
Menu.Menu ( )This constructor is from 'Menu' class.
Menu.compareTo ( Menu o )1st parameter 'o' of this method is of type 'Menu'.
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.
...
logicaldoc-email-8.9.2-plugin.jar
package com.logicaldoc.email
[+] class EmailAccount 1
| Change | Effect |
---|
1 |
Field PROVIDER_IMAP_MICROSOFT365 has been added to this class. |
No effect. |
[+] affected methods: 52 (0.3%)
EmailAccount.EmailAccount ( )This constructor is from 'EmailAccount' class.
EmailAccount.getAutomation ( )This method is from 'EmailAccount' class.
EmailAccount.getAutomationAfter ( )This method is from 'EmailAccount' class.
EmailAccount.getDecryptedPassword ( )This method is from 'EmailAccount' class.
EmailAccount.getDeleteFromMailbox ( )This method is from 'EmailAccount' class.
EmailAccount.getEnabled ( )This method is from 'EmailAccount' class.
EmailAccount.getExcludes ( )This method is from 'EmailAccount' class.
EmailAccount.getFoldering ( )This method is from 'EmailAccount' class.
EmailAccount.getFormat ( )This method is from 'EmailAccount' class.
EmailAccount.getHost ( )This method is from 'EmailAccount' class.
...
logicaldoc-gui-8.9.2-plugin.jar
package com.logicaldoc.gui.common.client.beans
[+] class GUIAccessControlEntry 1
| Change | Effect |
---|
1 |
Field PERMISSION_CUSTOMID has been added to this class. |
No effect. |
[+] affected methods: 64 (0.4%)
GUIAccessControlEntry.GUIAccessControlEntry ( )This constructor is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.GUIAccessControlEntry ( String... allowedPermissions )This constructor is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.GUIAccessControlEntry ( long entityId, String... allowedPermissions )This constructor is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.getAllowedPermissions ( )This method is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.getEntityId ( )This method is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.getLabel ( )This method is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.getName ( )This method is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.isAdd ( )This method is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.isArchive ( )This method is from 'GUIAccessControlEntry' class.
GUIAccessControlEntry.isAutomation ( )This method is from 'GUIAccessControlEntry' class.
...
[+] class GUIEmailSettings 1
| Change | Effect |
---|
1 |
Field PROTOCOL_SMTP_MICROSOFT365 has been added to this class. |
No effect. |
[+] affected methods: 23 (0.1%)
GUIEmailSettings.GUIEmailSettings ( )This constructor is from 'GUIEmailSettings' class.
GUIEmailSettings.getConnSecurity ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.getFoldering ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.getPort ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.getPwd ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.getSenderEmail ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.getTargetFolder ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.getUsername ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.isSecureAuth ( )This method is from 'GUIEmailSettings' class.
GUIEmailSettings.isUserAsFrom ( )This method is from 'GUIEmailSettings' class.
...
logicaldoc-gui-8.9.2-plugin.jar
package com.logicaldoc.gui.common.client.widgets
[+] class ExtendedPropertiesPanel 1
| Change | Effect |
---|
1 |
Field customidEnabled has been added to this class. |
No effect. |
[+] affected methods: 13 (0.1%)
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.prepareDocumentItem ( GUIAttribute att, List<FormItemIcon> multiValIcons )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.prepareFolderItem ( GUIAttribute att, List<FormItemIcon> multiValIcons )This method is from 'ExtendedPropertiesPanel' class.
ExtendedPropertiesPanel.prepareUserItem ( GUIAttribute att, List<FormItemIcon> multiValIcons )This method is from 'ExtendedPropertiesPanel' class.
...
logicaldoc-util-8.9.2.jar
package com.logicaldoc.util.exec
[+] class StreamEater 1
| Change | Effect |
---|
1 |
Field log has been added to this class. |
No effect. |
[+] affected methods: 4 (0.02%)
StreamEater.StreamEater ( String prefix, InputStream stream )This constructor is from 'StreamEater' class.
StreamEater.StreamEater ( String prefix, InputStream inptutStream, Writer output )This constructor is from 'StreamEater' class.
StreamEater.StreamEater ( String prefix, InputStream inputStream, StringBuilder buffer )This constructor is from 'StreamEater' class.
StreamEater.run ( )This method is from 'StreamEater' class.
to the top
Java Archives 47
logicaldoc-android-8.9.2-plugin.jar
logicaldoc-audit-8.9.2-plugin.jar
logicaldoc-barcode-8.9.2-plugin.jar
logicaldoc-calendar-8.9.2-plugin.jar
logicaldoc-chat-8.9.2-plugin.jar
logicaldoc-cmis-8.9.2-plugin.jar
logicaldoc-comparison-8.9.2-plugin.jar
logicaldoc-conversion-8.9.2-plugin.jar
logicaldoc-core-8.9.2-plugin.jar
logicaldoc-docusign-8.9.2-plugin.jar
logicaldoc-dropbox-8.9.2-plugin.jar
logicaldoc-email-8.9.2-plugin.jar
logicaldoc-enterprise-automation-8.9.2-plugin.jar
logicaldoc-enterprise-core-8.9.2-plugin.jar
logicaldoc-enterprise-gui-8.9.2-plugin.jar
logicaldoc-enterprise-storer-8.9.2-plugin.jar
logicaldoc-form-8.9.2-plugin.jar
logicaldoc-ftp-8.9.2-plugin.jar
logicaldoc-gdrive-8.9.2-plugin.jar
logicaldoc-gui-8.9.2-plugin.jar
logicaldoc-i18n-8.9.2.jar
logicaldoc-impex-8.9.2-plugin.jar
logicaldoc-importfolder-8.9.2-plugin.jar
logicaldoc-ios-8.9.2-plugin.jar
logicaldoc-ldap-8.9.2-plugin.jar
logicaldoc-notifier-8.9.2-plugin.jar
logicaldoc-ocr-8.9.2-plugin.jar
logicaldoc-parser-8.9.2-plugin.jar
logicaldoc-report-8.9.2-plugin.jar
logicaldoc-retention-8.9.2-plugin.jar
logicaldoc-saml-8.9.2-plugin.jar
logicaldoc-scheme-8.9.2-plugin.jar
logicaldoc-sharefile-8.9.2-plugin.jar
logicaldoc-sign-8.9.2-plugin.jar
logicaldoc-split-8.9.2-plugin.jar
logicaldoc-stamp-8.9.2-plugin.jar
logicaldoc-syndication-8.9.2-plugin.jar
logicaldoc-util-8.9.2.jar
logicaldoc-via-8.9.2-plugin.jar
logicaldoc-webcontent-8.9.2-plugin.jar
logicaldoc-webdav-8.9.2-plugin.jar
logicaldoc-webdavb-8.9.2-plugin.jar
logicaldoc-webform-8.9.2-plugin.jar
logicaldoc-webservice-8.9.2-plugin.jar
logicaldoc-workflow-8.9.2-plugin.jar
logicaldoc-zoho-8.9.2-plugin.jar
logicaldoc-zonalocr-8.9.2-plugin.jar
to the top