Test Info
| Library Name | LogicalDOC_SOAP |
| Version #1 | 9.2.1 |
| Version #2 | 9.2.2 |
| Subject | Binary Compatibility |
Test Results
| Total Java Modules | 12 |
| Total Methods / Classes | 1315 / 58 |
| Compatibility |
98.6% |
Problem Summary
| Severity | Count |
| Added Methods | - | 26 |
| Removed Methods | High | 18 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 0 |
Problems with Methods | High | 0 |
| Medium | 0 |
| Low | 70 |
Other Changes in Data Types | - | 2 |
Added Methods 26
logicaldoc-enterprise-core-9.2.2-plugin.jar,
WSTenant.class
package com.logicaldoc.enterprise.webservice.model
WSTenant.isEnabled ( ) : boolean
com/logicaldoc/enterprise/webservice/model/WSTenant.isEnabled:()Z
WSTenant.setEnabled ( boolean p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSTenant.setEnabled:(Z)V
logicaldoc-importfolder-9.2.2-plugin.jar,
WSImportFolder.class
package com.logicaldoc.importfolder.webservice.model
WSImportFolder.isDelImport ( ) : boolean
com/logicaldoc/importfolder/webservice/model/WSImportFolder.isDelImport:()Z
WSImportFolder.isEnabled ( ) : boolean
com/logicaldoc/importfolder/webservice/model/WSImportFolder.isEnabled:()Z
WSImportFolder.isInheritRights ( ) : boolean
com/logicaldoc/importfolder/webservice/model/WSImportFolder.isInheritRights:()Z
WSImportFolder.isPreventDuplications ( ) : boolean
com/logicaldoc/importfolder/webservice/model/WSImportFolder.isPreventDuplications:()Z
WSImportFolder.isRecordHistory ( ) : boolean
com/logicaldoc/importfolder/webservice/model/WSImportFolder.isRecordHistory:()Z
WSImportFolder.setDelImport ( boolean delImport ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setDelImport:(Z)V
WSImportFolder.setEnabled ( boolean enabled ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setEnabled:(Z)V
WSImportFolder.setInheritRights ( boolean inheritRights ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setInheritRights:(Z)V
WSImportFolder.setPreventDuplications ( boolean preventDuplications ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setPreventDuplications:(Z)V
WSImportFolder.setRecordHistory ( boolean recordHistory ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setRecordHistory:(Z)V
logicaldoc-report-9.2.2-plugin.jar,
WSReport.class
package com.logicaldoc.report.webservice.model
WSReport.isEnabled ( ) : boolean
com/logicaldoc/report/webservice/model/WSReport.isEnabled:()Z
WSReport.setEnabled ( boolean enabled ) : void
com/logicaldoc/report/webservice/model/WSReport.setEnabled:(Z)V
logicaldoc-webservice-9.2.2-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.createDownloadTicket ( String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, String password ) : String
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createDownloadTicket:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;)Ljava/lang/String;
SoapDocumentService.createViewTicket ( String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews, String password ) : String
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createViewTicket:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/String;)Ljava/lang/String;
logicaldoc-webservice-9.2.2-plugin.jar,
WSDocument.class
package com.logicaldoc.webservice.model
WSDocument.getEmbedded ( ) : int
com/logicaldoc/webservice/model/WSDocument.getEmbedded:()I
WSDocument.setEmbedded ( int embedded ) : void
com/logicaldoc/webservice/model/WSDocument.setEmbedded:(I)V
logicaldoc-webservice-9.2.2-plugin.jar,
WSTemplate.class
package com.logicaldoc.webservice.model
WSTemplate.getInitialization ( ) : String
com/logicaldoc/webservice/model/WSTemplate.getInitialization:()Ljava/lang/String;
WSTemplate.setInitialization ( String initialization ) : void
com/logicaldoc/webservice/model/WSTemplate.setInitialization:(Ljava/lang/String;)V
logicaldoc-webservice-9.2.2-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
WSUser.getSessionsQuota ( ) : long
com/logicaldoc/webservice/model/WSUser.getSessionsQuota:()J
WSUser.getSessionsQuotaCount ( ) : long
com/logicaldoc/webservice/model/WSUser.getSessionsQuotaCount:()J
WSUser.isEnabled ( ) : boolean
com/logicaldoc/webservice/model/WSUser.isEnabled:()Z
WSUser.setEnabled ( boolean enabled ) : void
com/logicaldoc/webservice/model/WSUser.setEnabled:(Z)V
WSUser.setSessionsQuota ( long sessionsQuota ) : void
com/logicaldoc/webservice/model/WSUser.setSessionsQuota:(J)V
WSUser.setSessionsQuotaCount ( long sessionsQuotaCount ) : void
com/logicaldoc/webservice/model/WSUser.setSessionsQuotaCount:(J)V
to the top
Removed Methods 18
logicaldoc-enterprise-core-9.2.1-plugin.jar,
WSTenant.class
package com.logicaldoc.enterprise.webservice.model
WSTenant.getEnabled ( ) : int
com/logicaldoc/enterprise/webservice/model/WSTenant.getEnabled:()I
WSTenant.setEnabled ( int p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSTenant.setEnabled:(I)V
logicaldoc-importfolder-9.2.1-plugin.jar,
WSImportFolder.class
package com.logicaldoc.importfolder.webservice.model
WSImportFolder.getDelImport ( ) : int
com/logicaldoc/importfolder/webservice/model/WSImportFolder.getDelImport:()I
WSImportFolder.getEnabled ( ) : int
com/logicaldoc/importfolder/webservice/model/WSImportFolder.getEnabled:()I
WSImportFolder.getInheritRights ( ) : int
com/logicaldoc/importfolder/webservice/model/WSImportFolder.getInheritRights:()I
WSImportFolder.getPreventDuplications ( ) : int
com/logicaldoc/importfolder/webservice/model/WSImportFolder.getPreventDuplications:()I
WSImportFolder.getRecordHistory ( ) : int
com/logicaldoc/importfolder/webservice/model/WSImportFolder.getRecordHistory:()I
WSImportFolder.setDelImport ( int delImport ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setDelImport:(I)V
WSImportFolder.setEnabled ( int enabled ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setEnabled:(I)V
WSImportFolder.setInheritRights ( int inheritRights ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setInheritRights:(I)V
WSImportFolder.setPreventDuplications ( int preventDuplications ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setPreventDuplications:(I)V
WSImportFolder.setRecordHistory ( int recordHistory ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setRecordHistory:(I)V
logicaldoc-report-9.2.1-plugin.jar,
WSReport.class
package com.logicaldoc.report.webservice.model
WSReport.getEnabled ( ) : int
com/logicaldoc/report/webservice/model/WSReport.getEnabled:()I
WSReport.setEnabled ( int enabled ) : void
com/logicaldoc/report/webservice/model/WSReport.setEnabled:(I)V
logicaldoc-webservice-9.2.1-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.createDownloadTicket ( String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads ) : String
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createDownloadTicket:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/String;
SoapDocumentService.createViewTicket ( String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews ) : String
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createViewTicket:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/String;
logicaldoc-webservice-9.2.1-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
WSUser.getEnabled ( ) : int
com/logicaldoc/webservice/model/WSUser.getEnabled:()I
WSUser.setEnabled ( int enabled ) : void
com/logicaldoc/webservice/model/WSUser.setEnabled:(I)V
to the top
Problems with Methods, Low Severity 70
logicaldoc-conversion-9.2.1-plugin.jar,
SoapConversionService.class
package com.logicaldoc.conversion.webservice.soap.endpoint
[+] SoapConversionService.convertDocument ( String sid, long docId, String fileVersion, String format ) : DataHandler 2
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertDocument:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)Ljakarta/activation/DataHandler;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapConversionService.convertDocumentAndSave ( String sid, long docId, String fileVersion, String format ) : long 2
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertDocumentAndSave:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)J
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapConversionService.convertDocumentToPdf ( String sid, long docId, String fileVersion ) : void 2
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertDocumentToPdf:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapConversionService.convertFile ( String sid, String fileName, String format, DataHandler fileContent ) : DataHandler 2
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertFile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljakarta/activation/DataHandler;)Ljakarta/activation/DataHandler;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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-9.2.1-plugin.jar,
SoapArchiveService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapArchiveService.archiveDocuments ( String p1, List<Long> p2, String p3 ) : void 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.archiveDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapArchiveService.archiveFolder ( String p1, long p2, String p3 ) : long 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.archiveFolder:(Ljava/lang/String;JLjava/lang/String;)J
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapArchiveService.listArchivedDocs ( String p1, long p2 ) : List<WSDocument> 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.listArchivedDocs:(Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapArchiveService.unarchiveDocuments ( String p1, List<Long> p2 ) : void 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.unarchiveDocuments:(Ljava/lang/String;Ljava/util/List;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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-9.2.1-plugin.jar,
SoapEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapEnterpriseSearchService.findByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 ) : List<WSDocument> 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.findByParameters:(Ljava/lang/String;Ljava/lang/Long;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapEnterpriseSearchService.findDocumentsByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 ) : List<WSDocument> 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.findDocumentsByParameters:(Ljava/lang/String;Ljava/lang/Long;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, String p5, Integer p6 ) : String[ ][ ] 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.queryDocuments:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)[[Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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-9.2.1-plugin.jar,
SoapTenantService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapTenantService.deleteTenant ( String p1, long p2 ) : void 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.deleteTenant:(Ljava/lang/String;J)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapTenantService.storeTenant ( String p1, WSTenant p2 ) : long 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.storeTenant:(Ljava/lang/String;Lcom/logicaldoc/enterprise/webservice/model/WSTenant;)J
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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-form-9.2.1-plugin.jar,
SoapFormService.class
package com.logicaldoc.form.webservice.soap.endpoint
[+] SoapFormService.createDocument ( String sid, long formId, WSDocument doc ) : WSDocument 2
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.createDocument:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSDocument;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapFormService.delete ( String sid, long formId ) : void 2
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.delete:(Ljava/lang/String;J)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapFormService.getForm ( String sid, long formId ) : WSForm 2
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.getForm:(Ljava/lang/String;J)Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapFormService.getFormByName ( String sid, String name ) : WSForm 2
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.getFormByName:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapFormService.list ( String sid ) : List<WSForm> 2
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.list:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapFormService.store ( String sid, WSForm frm ) : WSForm 2
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.store:(Ljava/lang/String;Lcom/logicaldoc/form/webservice/model/WSForm;)Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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-importfolder-9.2.1-plugin.jar,
SoapImportFolderService.class
package com.logicaldoc.importfolder.webservice.soap.endpoint
[+] SoapImportFolderService.list ( String sid ) : List<WSImportFolder> 2
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.list:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapImportFolderService.store ( String sid, WSImportFolder wsImportFolder ) : long 2
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.store:(Ljava/lang/String;Lcom/logicaldoc/importfolder/webservice/model/WSImportFolder;)J
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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-report-9.2.1-plugin.jar,
SoapReportService.class
package com.logicaldoc.report.webservice.soap.endpoint
[+] SoapReportService.execute ( String sid, long reportId, List<WSAttribute> parameters ) : void 2
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.execute:(Ljava/lang/String;JLjava/util/List;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapReportService.list ( String sid ) : List<WSReport> 2
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.list:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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-stamp-9.2.1-plugin.jar,
SoapStampService.class
package com.logicaldoc.stamp.webservice.soap.endpoint
[+] SoapStampService.stamp ( String sid, long docId, String stamp, List<WSAttribute> parameters ) : void 2
com/logicaldoc/stamp/webservice/soap/endpoint/SoapStampService.stamp:(Ljava/lang/String;JLjava/lang/String;Ljava/util/List;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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-workflow-9.2.1-plugin.jar,
SoapWorkflowService.class
package com.logicaldoc.workflow.webservice.soap.endpoint
[+] SoapWorkflowService.addNote ( String sid, String taskId, String note ) : WSWorkflowHistory 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.addNote:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/workflow/webservice/model/WSWorkflowHistory;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapWorkflowService.appendDocuments ( String sid, String taskId, List<Long> docIds ) : void 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.appendDocuments:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapWorkflowService.claim ( String sid, String taskId ) : void 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.claim:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapWorkflowService.complete ( String sid, String taskId, String transition ) : void 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.complete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapWorkflowService.getHistories ( String sid, String instanceId, WorkflowEvent event ) : List<WSWorkflowHistory> 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getHistories:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/workflow/history/WorkflowEvent;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapWorkflowService.getTasksAssignedToMe ( String sid ) : List<WSWorkflowTask> 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksAssignedToMe:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapWorkflowService.getTasksICanOwn ( String sid ) : List<WSWorkflowTask> 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksICanOwn:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapWorkflowService.getWorkflows ( String sid ) : List<String> 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getWorkflows:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapWorkflowService.reassign ( String sid, String taskId, long userId ) : void 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.reassign:(Ljava/lang/String;Ljava/lang/String;J)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapWorkflowService.startWorkflow ( String sid, String workflow, String tag, String color, List<Long> docIds ) : String 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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. |
[+] SoapWorkflowService.unclaim ( String sid, String taskId ) : void 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.unclaim:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
A client program may be interrupted by added exception. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException 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 2
logicaldoc-webservice-9.2.1-plugin.jar
package com.logicaldoc.webservice.model
[+] class WSDocument 2
| Change | Effect |
|---|
| 1 |
Field EMBED_SKIP has been added to this class. |
No effect. |
| 2 |
Field EMBED_TO_EMBED has been added to this class. |
No effect. |
[+] affected methods: 129 (9.8%)
com.logicaldoc.enterprise.webservice.soap.endpoint.SoapEnterpriseDocumentService.checkin ( String p1, long p2, String p3, String p4, boolean p5, WSDocument p6 )6th parameter 'p6' of this method is of type 'WSDocument'.
com.logicaldoc.enterprise.webservice.soap.endpoint.SoapEnterpriseDocumentService.create ( String p1, WSDocument p2 )2nd parameter 'p2' of this method is of type 'WSDocument'.
com.logicaldoc.enterprise.webservice.soap.endpoint.SoapEnterpriseDocumentService.merge ( String p1, List<Long> p2, long p3, String p4 )Return value of this method is of type 'WSDocument'.
com.logicaldoc.form.webservice.soap.endpoint.SoapFormService.createDocument ( String sid, long formId, WSDocument doc )3rd parameter 'doc' of this method is of type 'WSDocument'.
WSDocument.WSDocument ( )This constructor is from 'WSDocument' class.
WSDocument.addAttribute ( WSAttribute att )This method is from 'WSDocument' class.
WSDocument.addTag ( String tag )This method is from 'WSDocument' class.
WSDocument.attribute ( String name )This method is from 'WSDocument' class.
WSDocument.getAttribute ( String name )This method is from 'WSDocument' class.
WSDocument.getAttributes ( )This method is from 'WSDocument' class.
...
to the top
Java Archives 12
logicaldoc-audit-9.2.1-plugin.jar
logicaldoc-conversion-9.2.1-plugin.jar
logicaldoc-enterprise-core-9.2.1-plugin.jar
logicaldoc-form-9.2.1-plugin.jar
logicaldoc-impex-9.2.1-plugin.jar
logicaldoc-importfolder-9.2.1-plugin.jar
logicaldoc-report-9.2.1-plugin.jar
logicaldoc-sign-9.2.1-plugin.jar
logicaldoc-split-9.2.1-plugin.jar
logicaldoc-stamp-9.2.1-plugin.jar
logicaldoc-webservice-9.2.1-plugin.jar
logicaldoc-workflow-9.2.1-plugin.jar
to the top
Test Info
| Library Name | LogicalDOC_SOAP |
| Version #1 | 9.2.1 |
| Version #2 | 9.2.2 |
| Subject | Source Compatibility |
Test Results
| Total Java Modules | 12 |
| Total Methods / Classes | 1315 / 58 |
| Compatibility |
97.2% |
Problem Summary
| Severity | Count |
| Added Methods | - | 26 |
| Removed Methods | High | 18 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 0 |
Problems with Methods | High | 0 |
| Medium | 70 |
| Low | 0 |
Other Changes in Data Types | - | 2 |
Added Methods 26
logicaldoc-enterprise-core-9.2.2-plugin.jar,
WSTenant.class
package com.logicaldoc.enterprise.webservice.model
WSTenant.isEnabled ( ) : boolean
com/logicaldoc/enterprise/webservice/model/WSTenant.isEnabled:()Z
WSTenant.setEnabled ( boolean p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSTenant.setEnabled:(Z)V
logicaldoc-importfolder-9.2.2-plugin.jar,
WSImportFolder.class
package com.logicaldoc.importfolder.webservice.model
WSImportFolder.isDelImport ( ) : boolean
com/logicaldoc/importfolder/webservice/model/WSImportFolder.isDelImport:()Z
WSImportFolder.isEnabled ( ) : boolean
com/logicaldoc/importfolder/webservice/model/WSImportFolder.isEnabled:()Z
WSImportFolder.isInheritRights ( ) : boolean
com/logicaldoc/importfolder/webservice/model/WSImportFolder.isInheritRights:()Z
WSImportFolder.isPreventDuplications ( ) : boolean
com/logicaldoc/importfolder/webservice/model/WSImportFolder.isPreventDuplications:()Z
WSImportFolder.isRecordHistory ( ) : boolean
com/logicaldoc/importfolder/webservice/model/WSImportFolder.isRecordHistory:()Z
WSImportFolder.setDelImport ( boolean delImport ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setDelImport:(Z)V
WSImportFolder.setEnabled ( boolean enabled ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setEnabled:(Z)V
WSImportFolder.setInheritRights ( boolean inheritRights ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setInheritRights:(Z)V
WSImportFolder.setPreventDuplications ( boolean preventDuplications ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setPreventDuplications:(Z)V
WSImportFolder.setRecordHistory ( boolean recordHistory ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setRecordHistory:(Z)V
logicaldoc-report-9.2.2-plugin.jar,
WSReport.class
package com.logicaldoc.report.webservice.model
WSReport.isEnabled ( ) : boolean
com/logicaldoc/report/webservice/model/WSReport.isEnabled:()Z
WSReport.setEnabled ( boolean enabled ) : void
com/logicaldoc/report/webservice/model/WSReport.setEnabled:(Z)V
logicaldoc-webservice-9.2.2-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.createDownloadTicket ( String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, String password ) : String
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createDownloadTicket:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;)Ljava/lang/String;
SoapDocumentService.createViewTicket ( String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews, String password ) : String
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createViewTicket:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/String;)Ljava/lang/String;
logicaldoc-webservice-9.2.2-plugin.jar,
WSDocument.class
package com.logicaldoc.webservice.model
WSDocument.getEmbedded ( ) : int
com/logicaldoc/webservice/model/WSDocument.getEmbedded:()I
WSDocument.setEmbedded ( int embedded ) : void
com/logicaldoc/webservice/model/WSDocument.setEmbedded:(I)V
logicaldoc-webservice-9.2.2-plugin.jar,
WSTemplate.class
package com.logicaldoc.webservice.model
WSTemplate.getInitialization ( ) : String
com/logicaldoc/webservice/model/WSTemplate.getInitialization:()Ljava/lang/String;
WSTemplate.setInitialization ( String initialization ) : void
com/logicaldoc/webservice/model/WSTemplate.setInitialization:(Ljava/lang/String;)V
logicaldoc-webservice-9.2.2-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
WSUser.getSessionsQuota ( ) : long
com/logicaldoc/webservice/model/WSUser.getSessionsQuota:()J
WSUser.getSessionsQuotaCount ( ) : long
com/logicaldoc/webservice/model/WSUser.getSessionsQuotaCount:()J
WSUser.isEnabled ( ) : boolean
com/logicaldoc/webservice/model/WSUser.isEnabled:()Z
WSUser.setEnabled ( boolean enabled ) : void
com/logicaldoc/webservice/model/WSUser.setEnabled:(Z)V
WSUser.setSessionsQuota ( long sessionsQuota ) : void
com/logicaldoc/webservice/model/WSUser.setSessionsQuota:(J)V
WSUser.setSessionsQuotaCount ( long sessionsQuotaCount ) : void
com/logicaldoc/webservice/model/WSUser.setSessionsQuotaCount:(J)V
to the top
Removed Methods 18
logicaldoc-enterprise-core-9.2.1-plugin.jar,
WSTenant.class
package com.logicaldoc.enterprise.webservice.model
WSTenant.getEnabled ( ) : int
com/logicaldoc/enterprise/webservice/model/WSTenant.getEnabled:()I
WSTenant.setEnabled ( int p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSTenant.setEnabled:(I)V
logicaldoc-importfolder-9.2.1-plugin.jar,
WSImportFolder.class
package com.logicaldoc.importfolder.webservice.model
WSImportFolder.getDelImport ( ) : int
com/logicaldoc/importfolder/webservice/model/WSImportFolder.getDelImport:()I
WSImportFolder.getEnabled ( ) : int
com/logicaldoc/importfolder/webservice/model/WSImportFolder.getEnabled:()I
WSImportFolder.getInheritRights ( ) : int
com/logicaldoc/importfolder/webservice/model/WSImportFolder.getInheritRights:()I
WSImportFolder.getPreventDuplications ( ) : int
com/logicaldoc/importfolder/webservice/model/WSImportFolder.getPreventDuplications:()I
WSImportFolder.getRecordHistory ( ) : int
com/logicaldoc/importfolder/webservice/model/WSImportFolder.getRecordHistory:()I
WSImportFolder.setDelImport ( int delImport ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setDelImport:(I)V
WSImportFolder.setEnabled ( int enabled ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setEnabled:(I)V
WSImportFolder.setInheritRights ( int inheritRights ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setInheritRights:(I)V
WSImportFolder.setPreventDuplications ( int preventDuplications ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setPreventDuplications:(I)V
WSImportFolder.setRecordHistory ( int recordHistory ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setRecordHistory:(I)V
logicaldoc-report-9.2.1-plugin.jar,
WSReport.class
package com.logicaldoc.report.webservice.model
WSReport.getEnabled ( ) : int
com/logicaldoc/report/webservice/model/WSReport.getEnabled:()I
WSReport.setEnabled ( int enabled ) : void
com/logicaldoc/report/webservice/model/WSReport.setEnabled:(I)V
logicaldoc-webservice-9.2.1-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.createDownloadTicket ( String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads ) : String
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createDownloadTicket:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/String;
SoapDocumentService.createViewTicket ( String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews ) : String
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createViewTicket:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/String;
logicaldoc-webservice-9.2.1-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
WSUser.getEnabled ( ) : int
com/logicaldoc/webservice/model/WSUser.getEnabled:()I
WSUser.setEnabled ( int enabled ) : void
com/logicaldoc/webservice/model/WSUser.setEnabled:(I)V
to the top
Problems with Methods, Medium Severity 70
logicaldoc-conversion-9.2.1-plugin.jar,
SoapConversionService.class
package com.logicaldoc.conversion.webservice.soap.endpoint
[+] SoapConversionService.convertDocument ( String sid, long docId, String fileVersion, String format ) : DataHandler 2
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertDocument:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)Ljakarta/activation/DataHandler;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override convertDocument ( String, long, String, String ) in SoapConversionService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapConversionService.convertDocumentAndSave ( String sid, long docId, String fileVersion, String format ) : long 2
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertDocumentAndSave:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)J
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override convertDocumentAndSave ( String, long, String, String ) in SoapConversionService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapConversionService.convertDocumentToPdf ( String sid, long docId, String fileVersion ) : void 2
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertDocumentToPdf:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override convertDocumentToPdf ( String, long, String ) in SoapConversionService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapConversionService.convertFile ( String sid, String fileName, String format, DataHandler fileContent ) : DataHandler 2
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertFile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljakarta/activation/DataHandler;)Ljakarta/activation/DataHandler;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override convertFile ( String, String, String, DataHandler ) in SoapConversionService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
logicaldoc-enterprise-core-9.2.1-plugin.jar,
SoapArchiveService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapArchiveService.archiveDocuments ( String p1, List<Long> p2, String p3 ) : void 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.archiveDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override archiveDocuments ( String, List<Long>, String ) in SoapArchiveService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapArchiveService.archiveFolder ( String p1, long p2, String p3 ) : long 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.archiveFolder:(Ljava/lang/String;JLjava/lang/String;)J
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override archiveFolder ( String, long, String ) in SoapArchiveService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapArchiveService.listArchivedDocs ( String p1, long p2 ) : List<WSDocument> 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.listArchivedDocs:(Ljava/lang/String;J)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override listArchivedDocs ( String, long ) in SoapArchiveService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapArchiveService.unarchiveDocuments ( String p1, List<Long> p2 ) : void 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.unarchiveDocuments:(Ljava/lang/String;Ljava/util/List;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override unarchiveDocuments ( String, List<Long> ) in SoapArchiveService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
logicaldoc-enterprise-core-9.2.1-plugin.jar,
SoapEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapEnterpriseSearchService.findByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 ) : List<WSDocument> 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.findByParameters:(Ljava/lang/String;Ljava/lang/Long;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override findByParameters ( String, Long, List<WSCriterion>, String, Integer ) in SoapEnterpriseSearchService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapEnterpriseSearchService.findDocumentsByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 ) : List<WSDocument> 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.findDocumentsByParameters:(Ljava/lang/String;Ljava/lang/Long;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override findDocumentsByParameters ( String, Long, List<WSCriterion>, String, Integer ) in SoapEnterpriseSearchService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, String p5, Integer p6 ) : String[ ][ ] 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.queryDocuments:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)[[Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override queryDocuments ( String, String, String, String, String, Integer ) in SoapEnterpriseSearchService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
logicaldoc-enterprise-core-9.2.1-plugin.jar,
SoapTenantService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapTenantService.deleteTenant ( String p1, long p2 ) : void 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.deleteTenant:(Ljava/lang/String;J)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override deleteTenant ( String, long ) in SoapTenantService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapTenantService.storeTenant ( String p1, WSTenant p2 ) : long 2
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.storeTenant:(Ljava/lang/String;Lcom/logicaldoc/enterprise/webservice/model/WSTenant;)J
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override storeTenant ( String, WSTenant ) in SoapTenantService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
logicaldoc-form-9.2.1-plugin.jar,
SoapFormService.class
package com.logicaldoc.form.webservice.soap.endpoint
[+] SoapFormService.createDocument ( String sid, long formId, WSDocument doc ) : WSDocument 2
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.createDocument:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSDocument;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override createDocument ( String, long, WSDocument ) in SoapFormService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapFormService.delete ( String sid, long formId ) : void 2
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.delete:(Ljava/lang/String;J)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override delete ( String, long ) in SoapFormService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapFormService.getForm ( String sid, long formId ) : WSForm 2
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.getForm:(Ljava/lang/String;J)Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getForm ( String, long ) in SoapFormService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapFormService.getFormByName ( String sid, String name ) : WSForm 2
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.getFormByName:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getFormByName ( String, String ) in SoapFormService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapFormService.list ( String sid ) : List<WSForm> 2
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.list:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override list ( String ) in SoapFormService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapFormService.store ( String sid, WSForm frm ) : WSForm 2
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.store:(Ljava/lang/String;Lcom/logicaldoc/form/webservice/model/WSForm;)Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override store ( String, WSForm ) in SoapFormService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
logicaldoc-importfolder-9.2.1-plugin.jar,
SoapImportFolderService.class
package com.logicaldoc.importfolder.webservice.soap.endpoint
[+] SoapImportFolderService.list ( String sid ) : List<WSImportFolder> 2
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.list:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override list ( String ) in SoapImportFolderService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapImportFolderService.store ( String sid, WSImportFolder wsImportFolder ) : long 2
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.store:(Ljava/lang/String;Lcom/logicaldoc/importfolder/webservice/model/WSImportFolder;)J
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override store ( String, WSImportFolder ) in SoapImportFolderService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
logicaldoc-report-9.2.1-plugin.jar,
SoapReportService.class
package com.logicaldoc.report.webservice.soap.endpoint
[+] SoapReportService.execute ( String sid, long reportId, List<WSAttribute> parameters ) : void 2
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.execute:(Ljava/lang/String;JLjava/util/List;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override execute ( String, long, List<WSAttribute> ) in SoapReportService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapReportService.list ( String sid ) : List<WSReport> 2
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.list:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override list ( String ) in SoapReportService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
logicaldoc-stamp-9.2.1-plugin.jar,
SoapStampService.class
package com.logicaldoc.stamp.webservice.soap.endpoint
[+] SoapStampService.stamp ( String sid, long docId, String stamp, List<WSAttribute> parameters ) : void 2
com/logicaldoc/stamp/webservice/soap/endpoint/SoapStampService.stamp:(Ljava/lang/String;JLjava/lang/String;Ljava/util/List;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override stamp ( String, long, String, List<WSAttribute> ) in SoapStampService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
logicaldoc-workflow-9.2.1-plugin.jar,
SoapWorkflowService.class
package com.logicaldoc.workflow.webservice.soap.endpoint
[+] SoapWorkflowService.addNote ( String sid, String taskId, String note ) : WSWorkflowHistory 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.addNote:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/workflow/webservice/model/WSWorkflowHistory;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override addNote ( String, String, String ) in SoapWorkflowService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapWorkflowService.appendDocuments ( String sid, String taskId, List<Long> docIds ) : void 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.appendDocuments:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override appendDocuments ( String, String, List<Long> ) in SoapWorkflowService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapWorkflowService.claim ( String sid, String taskId ) : void 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.claim:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override claim ( String, String ) in SoapWorkflowService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapWorkflowService.complete ( String sid, String taskId, String transition ) : void 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.complete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override complete ( String, String, String ) in SoapWorkflowService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapWorkflowService.getHistories ( String sid, String instanceId, WorkflowEvent event ) : List<WSWorkflowHistory> 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getHistories:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/workflow/history/WorkflowEvent;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getHistories ( String, String, WorkflowEvent ) in SoapWorkflowService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapWorkflowService.getTasksAssignedToMe ( String sid ) : List<WSWorkflowTask> 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksAssignedToMe:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getTasksAssignedToMe ( String ) in SoapWorkflowService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapWorkflowService.getTasksICanOwn ( String sid ) : List<WSWorkflowTask> 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksICanOwn:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getTasksICanOwn ( String ) in SoapWorkflowService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapWorkflowService.getWorkflows ( String sid ) : List<String> 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getWorkflows:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getWorkflows ( String ) in SoapWorkflowService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapWorkflowService.reassign ( String sid, String taskId, long userId ) : void 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.reassign:(Ljava/lang/String;Ljava/lang/String;J)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override reassign ( String, String, long ) in SoapWorkflowService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapWorkflowService.startWorkflow ( String sid, String workflow, String tag, String color, List<Long> docIds ) : String 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override startWorkflow ( String, String, String, String, List<Long> ) in SoapWorkflowService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
[+] SoapWorkflowService.unclaim ( String sid, String taskId ) : void 2
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.unclaim:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Added com.logicaldoc.core.runtime.FeatureDisabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.runtime.FeatureDisabledException must be caught or declared to be thrown. |
| 2 |
Removed com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override unclaim ( String, String ) in SoapWorkflowService; overridden method does not throw com.logicaldoc.enterprise.license.FeatureNotEnabledException. |
to the top
Other Changes in Data Types 2
logicaldoc-webservice-9.2.1-plugin.jar
package com.logicaldoc.webservice.model
[+] class WSDocument 2
| Change | Effect |
|---|
| 1 |
Field EMBED_SKIP has been added to this class. |
No effect. |
| 2 |
Field EMBED_TO_EMBED has been added to this class. |
No effect. |
[+] affected methods: 129 (9.8%)
com.logicaldoc.enterprise.webservice.soap.endpoint.SoapEnterpriseDocumentService.checkin ( String p1, long p2, String p3, String p4, boolean p5, WSDocument p6 )6th parameter 'p6' of this method is of type 'WSDocument'.
com.logicaldoc.enterprise.webservice.soap.endpoint.SoapEnterpriseDocumentService.create ( String p1, WSDocument p2 )2nd parameter 'p2' of this method is of type 'WSDocument'.
com.logicaldoc.enterprise.webservice.soap.endpoint.SoapEnterpriseDocumentService.merge ( String p1, List<Long> p2, long p3, String p4 )Return value of this method is of type 'WSDocument'.
com.logicaldoc.form.webservice.soap.endpoint.SoapFormService.createDocument ( String sid, long formId, WSDocument doc )3rd parameter 'doc' of this method is of type 'WSDocument'.
WSDocument.WSDocument ( )This constructor is from 'WSDocument' class.
WSDocument.addAttribute ( WSAttribute att )This method is from 'WSDocument' class.
WSDocument.addTag ( String tag )This method is from 'WSDocument' class.
WSDocument.attribute ( String name )This method is from 'WSDocument' class.
WSDocument.getAttribute ( String name )This method is from 'WSDocument' class.
WSDocument.getAttributes ( )This method is from 'WSDocument' class.
...
to the top
Java Archives 12
logicaldoc-audit-9.2.1-plugin.jar
logicaldoc-conversion-9.2.1-plugin.jar
logicaldoc-enterprise-core-9.2.1-plugin.jar
logicaldoc-form-9.2.1-plugin.jar
logicaldoc-impex-9.2.1-plugin.jar
logicaldoc-importfolder-9.2.1-plugin.jar
logicaldoc-report-9.2.1-plugin.jar
logicaldoc-sign-9.2.1-plugin.jar
logicaldoc-split-9.2.1-plugin.jar
logicaldoc-stamp-9.2.1-plugin.jar
logicaldoc-webservice-9.2.1-plugin.jar
logicaldoc-workflow-9.2.1-plugin.jar
to the top