Test Info
Library Name | LogicalDOC_SOAP |
Version #1 | 8.9.3 |
Version #2 | 9.1.1 |
Subject | Binary Compatibility |
Test Results
Total Java Modules | 12 |
Total Methods / Classes | 1290 / 58 |
Compatibility |
60.4% |
Problem Summary
| Severity | Count |
Added Methods | - | 21 |
Removed Methods | High | 9 |
Problems with Data Types | High | 27 |
Medium | 22 |
Low | 0 |
Problems with Methods | High | 2 |
Medium | 0 |
Low | 2 |
Added Methods 21
logicaldoc-audit-9.1.1-plugin.jar,
SoapAuditService.class
package com.logicaldoc.audit.webservice.soap.endpoint
SoapAuditService.getHistories ( String sid, String path, String sidFilter, Long userId, String dateStart, String dateEnd, List<String> events, Integer max ) : List<WSHistory>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getHistories:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/Integer;)Ljava/util/List;
SoapAuditService.getUserHistories ( String sid, String username, Long userId, String oldestDate, List<String> events, Integer max ) : List<WSHistory>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getUserHistories:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/String;Ljava/util/List;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-audit-9.1.1-plugin.jar,
WSHistory.class
package com.logicaldoc.audit.webservice.model
WSHistory.fromHistory ( History history ) [static] : WSHistory
com/logicaldoc/audit/webservice/model/WSHistory.fromHistory:(Lcom/logicaldoc/core/history/History;)Lcom/logicaldoc/audit/webservice/model/WSHistory;
WSHistory.getDevice ( ) : String
com/logicaldoc/audit/webservice/model/WSHistory.getDevice:()Ljava/lang/String;
WSHistory.getFolderId ( ) : Long
com/logicaldoc/audit/webservice/model/WSHistory.getFolderId:()Ljava/lang/Long;
WSHistory.getGeolocation ( ) : String
com/logicaldoc/audit/webservice/model/WSHistory.getGeolocation:()Ljava/lang/String;
WSHistory.getKeyLabel ( ) : String
com/logicaldoc/audit/webservice/model/WSHistory.getKeyLabel:()Ljava/lang/String;
WSHistory.getUserId ( ) : Long
com/logicaldoc/audit/webservice/model/WSHistory.getUserId:()Ljava/lang/Long;
WSHistory.setDevice ( String device ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setDevice:(Ljava/lang/String;)V
WSHistory.setFolderId ( Long folderId ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setFolderId:(Ljava/lang/Long;)V
WSHistory.setGeolocation ( String geolocation ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setGeolocation:(Ljava/lang/String;)V
WSHistory.setKeyLabel ( String keyLabel ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setKeyLabel:(Ljava/lang/String;)V
WSHistory.setUserId ( Long userId ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setUserId:(Ljava/lang/Long;)V
logicaldoc-webservice-9.1.1-plugin.jar,
SoapAuthService.class
package com.logicaldoc.webservice.soap.endpoint
SoapAuthService.loginApiKey ( String apiKey ) : String
com/logicaldoc/webservice/soap/endpoint/SoapAuthService.loginApiKey:(Ljava/lang/String;)Ljava/lang/String;
logicaldoc-webservice-9.1.1-plugin.jar,
SoapSystemService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSystemService.getTenantStatistics ( String sid, long tenantId ) : List<WSParameter>
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getTenantStatistics:(Ljava/lang/String;J)Ljava/util/List;
logicaldoc-webservice-9.1.1-plugin.jar,
WSAccessControlEntry.class
package com.logicaldoc.webservice.model
WSAccessControlEntry.getStore ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getStore:()I
WSAccessControlEntry.setStore ( int store ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setStore:(I)V
logicaldoc-webservice-9.1.1-plugin.jar,
WSDocument.class
package com.logicaldoc.webservice.model
WSDocument.getLastNote ( ) : String
com/logicaldoc/webservice/model/WSDocument.getLastNote:()Ljava/lang/String;
WSDocument.setLastNote ( String lastNote ) : void
com/logicaldoc/webservice/model/WSDocument.setLastNote:(Ljava/lang/String;)V
logicaldoc-webservice-9.1.1-plugin.jar,
WSFolder.class
package com.logicaldoc.webservice.model
WSFolder.getStore ( ) : Integer
com/logicaldoc/webservice/model/WSFolder.getStore:()Ljava/lang/Integer;
WSFolder.setStore ( Integer store ) : void
com/logicaldoc/webservice/model/WSFolder.setStore:(Ljava/lang/Integer;)V
to the top
Removed Methods 9
logicaldoc-audit-8.9.3-plugin.jar,
WSHistory.class
package com.logicaldoc.audit.webservice.model
WSHistory.fromHistory ( History history ) [static] : WSHistory
com/logicaldoc/audit/webservice/model/WSHistory.fromHistory:(Lcom/logicaldoc/core/History;)Lcom/logicaldoc/audit/webservice/model/WSHistory;
WSHistory.getFolderId ( ) : long
com/logicaldoc/audit/webservice/model/WSHistory.getFolderId:()J
WSHistory.getUserId ( ) : long
com/logicaldoc/audit/webservice/model/WSHistory.getUserId:()J
WSHistory.setFolderId ( long folderId ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setFolderId:(J)V
WSHistory.setUserId ( long userId ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setUserId:(J)V
logicaldoc-webservice-8.9.3-plugin.jar,
WSAccessControlEntry.class
package com.logicaldoc.webservice.model
WSAccessControlEntry.getStorage ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getStorage:()I
WSAccessControlEntry.setStorage ( int storage ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setStorage:(I)V
logicaldoc-webservice-8.9.3-plugin.jar,
WSFolder.class
package com.logicaldoc.webservice.model
WSFolder.getStorage ( ) : Integer
com/logicaldoc/webservice/model/WSFolder.getStorage:()Ljava/lang/Integer;
WSFolder.setStorage ( Integer storage ) : void
com/logicaldoc/webservice/model/WSFolder.setStorage:(Ljava/lang/Integer;)V
to the top
Problems with Data Types, High Severity 27
logicaldoc-audit-8.9.3-plugin.jar
package com.logicaldoc.audit.webservice.soap.endpoint
[+] class SoapAuditService 1
| Change | Effect |
---|
1 |
Field log of type org.slf4j.Logger has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 10 (0.8%)
SoapAuditService.SoapAuditService ( )This constructor is from 'SoapAuditService' class.
SoapAuditService.getDocumentHistory ( String sid, long docId )This method is from 'SoapAuditService' class.
SoapAuditService.getHistory ( String sid, long folderId, String oldestDate, List<String> events, Integer max )This method is from 'SoapAuditService' class.
SoapAuditService.getLatestHistory ( String sid, long folderId, String oldestDate, List<String> events, Integer max )This method is from 'SoapAuditService' class.
SoapAuditService.getMessages ( String sid )This method is from 'SoapAuditService' class.
SoapAuditService.getSubscriptions ( String sid )This method is from 'SoapAuditService' class.
SoapAuditService.markAsRead ( String sid, List<Long> ids )This method is from 'SoapAuditService' class.
SoapAuditService.saveDocumentHistory ( String sid, WSHistory history )This method is from 'SoapAuditService' class.
SoapAuditService.subscribe ( String sid, List<Long> ids, String type, String events )This method is from 'SoapAuditService' class.
SoapAuditService.unsubscribe ( String sid, List<Long> ids, String type )This method is from 'SoapAuditService' class.
logicaldoc-enterprise-core-8.9.3-plugin.jar
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] class SoapArchiveService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 5 (0.4%)
SoapArchiveService.SoapArchiveService ( )This constructor is from 'SoapArchiveService' class.
SoapArchiveService.archiveDocuments ( String p1, List<Long> p2, String p3 )This method is from 'SoapArchiveService' class.
SoapArchiveService.archiveFolder ( String p1, long p2, String p3 )This method is from 'SoapArchiveService' class.
SoapArchiveService.listArchivedDocs ( String p1, long p2 )This method is from 'SoapArchiveService' class.
SoapArchiveService.unarchiveDocuments ( String p1, List<Long> p2 )This method is from 'SoapArchiveService' class.
[+] class SoapEnterpriseDocumentService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 8 (0.6%)
SoapEnterpriseDocumentService.SoapEnterpriseDocumentService ( )This constructor is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.checkin ( String p1, long p2, String p3, String p4, boolean p5, WSDocument p6 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.create ( String p1, WSDocument p2 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.deleteChunks ( String p1 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.downloadChunk ( String p1, long p2, String p3, long p4, long p5 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.getChunksFolder ( String p1 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.merge ( String p1, List<Long> p2, long p3, String p4 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.uploadChunk ( String p1, DataHandler p2 )This method is from 'SoapEnterpriseDocumentService' class.
[+] class SoapEnterpriseSearchService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 4 (0.3%)
SoapEnterpriseSearchService.SoapEnterpriseSearchService ( )This constructor is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.findByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 )This method is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.findDocumentsByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 )This method is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, String p5, Integer p6 )This method is from 'SoapEnterpriseSearchService' class.
[+] class SoapReadingRequestService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 4 (0.3%)
SoapReadingRequestService.SoapReadingRequestService ( )This constructor is from 'SoapReadingRequestService' class.
SoapReadingRequestService.askReadingConfirmation ( String p1, List<Long> p2, List<Long> p3, List<Long> p4, boolean p5, String p6 )This method is from 'SoapReadingRequestService' class.
SoapReadingRequestService.confirmReading ( String p1, long p2, String p3 )This method is from 'SoapReadingRequestService' class.
SoapReadingRequestService.getUnconfirmedReadings ( String p1 )This method is from 'SoapReadingRequestService' class.
[+] class SoapTaskService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 8 (0.6%)
SoapTaskService.SoapTaskService ( )This constructor is from 'SoapTaskService' class.
SoapTaskService.disable ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.enable ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.getLog ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.getTask ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.listTasks ( String p1 )This method is from 'SoapTaskService' class.
SoapTaskService.start ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.stop ( String p1, String p2 )This method is from 'SoapTaskService' class.
[+] class SoapTenantService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 6 (0.5%)
SoapTenantService.SoapTenantService ( )This constructor is from 'SoapTenantService' class.
SoapTenantService.deleteTenant ( String p1, long p2 )This method is from 'SoapTenantService' class.
SoapTenantService.getTenant ( String p1, String p2 )This method is from 'SoapTenantService' class.
SoapTenantService.getTenantById ( String p1, long p2 )This method is from 'SoapTenantService' class.
SoapTenantService.listTenants ( String p1 )This method is from 'SoapTenantService' class.
SoapTenantService.storeTenant ( String p1, WSTenant p2 )This method is from 'SoapTenantService' class.
logicaldoc-form-8.9.3-plugin.jar
package com.logicaldoc.form.webservice.soap.endpoint
[+] class SoapFormService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 7 (0.5%)
SoapFormService.SoapFormService ( )This constructor is from 'SoapFormService' class.
SoapFormService.createDocument ( String sid, long formId, WSDocument doc )This method is from 'SoapFormService' class.
SoapFormService.delete ( String sid, long formId )This method is from 'SoapFormService' class.
SoapFormService.getForm ( String sid, long formId )This method is from 'SoapFormService' class.
SoapFormService.getFormByName ( String sid, String name )This method is from 'SoapFormService' class.
SoapFormService.list ( String sid )This method is from 'SoapFormService' class.
SoapFormService.store ( String sid, WSForm frm )This method is from 'SoapFormService' class.
logicaldoc-impex-8.9.3-plugin.jar
package com.logicaldoc.impex.webservice.soap.endpoint
[+] class SoapImpexService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 6 (0.5%)
SoapImpexService.SoapImpexService ( )This constructor is from 'SoapImpexService' class.
SoapImpexService.addDocumentToExportArchive ( String sid, long archiveId, long docId )This method is from 'SoapImpexService' class.
SoapImpexService.closeExportArchive ( String sid, long archiveId )This method is from 'SoapImpexService' class.
SoapImpexService.createExportArchive ( String sid, String name, String description )This method is from 'SoapImpexService' class.
SoapImpexService.deleteExportArchive ( String sid, long archiveId )This method is from 'SoapImpexService' class.
SoapImpexService.getArchiveIdByName ( String sid, String name )This method is from 'SoapImpexService' class.
logicaldoc-importfolder-8.9.3-plugin.jar
package com.logicaldoc.importfolder.webservice.soap.endpoint
[+] class SoapImportFolderService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 4 (0.3%)
SoapImportFolderService.SoapImportFolderService ( )This constructor is from 'SoapImportFolderService' class.
SoapImportFolderService.delete ( String sid, long folderId )This method is from 'SoapImportFolderService' class.
SoapImportFolderService.list ( String sid )This method is from 'SoapImportFolderService' class.
SoapImportFolderService.store ( String sid, WSImportFolder wsImportFolder )This method is from 'SoapImportFolderService' class.
logicaldoc-report-8.9.3-plugin.jar
package com.logicaldoc.report.webservice.soap.endpoint
[+] class SoapReportService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 3 (0.2%)
SoapReportService.SoapReportService ( )This constructor is from 'SoapReportService' class.
SoapReportService.execute ( String sid, long reportId, List<WSAttribute> parameters )This method is from 'SoapReportService' class.
SoapReportService.list ( String sid )This method is from 'SoapReportService' class.
logicaldoc-sign-8.9.3-plugin.jar
package com.logicaldoc.sign.webservice.soap.endpoint
[+] class SoapSignService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 5 (0.4%)
SoapSignService.SoapSignService ( )This constructor is from 'SoapSignService' class.
SoapSignService.generateCertificate ( String sid )This method is from 'SoapSignService' class.
SoapSignService.markDocumentSigned ( String sid, long docId, String reason, String certificate )This method is from 'SoapSignService' class.
SoapSignService.sign ( String sid, List<Long> docIds, String reason )This method is from 'SoapSignService' class.
SoapSignService.uploadCertificate ( String sid, String privateKey, DataHandler certificate )This method is from 'SoapSignService' class.
logicaldoc-split-8.9.3-plugin.jar
package com.logicaldoc.split.webservice.soap.endpoint
[+] class SoapSplitService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 6 (0.5%)
SoapSplitService.SoapSplitService ( )This constructor is from 'SoapSplitService' class.
SoapSplitService.splitAllPages ( String sid, long docId )This method is from 'SoapSplitService' class.
SoapSplitService.splitSelection ( String sid, long docId, String expression )This method is from 'SoapSplitService' class.
SoapSplitService.splitUsingBarcode ( String sid, long docId, String expression, int separator )This method is from 'SoapSplitService' class.
SoapSplitService.splitUsingBlankPage ( String sid, long docId, int separator )This method is from 'SoapSplitService' class.
SoapSplitService.splitUsingText ( String sid, long docId, String expression, int separator )This method is from 'SoapSplitService' class.
logicaldoc-stamp-8.9.3-plugin.jar
package com.logicaldoc.stamp.webservice.soap.endpoint
[+] class SoapStampService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 2 (0.2%)
SoapStampService.SoapStampService ( )This constructor is from 'SoapStampService' class.
SoapStampService.stamp ( String sid, long docId, String stamp, List<WSAttribute> parameters )This method is from 'SoapStampService' class.
logicaldoc-webservice-8.9.3-plugin.jar
package com.logicaldoc.webservice.model
[+] class WSDocument 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 125 (9.7%)
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.
...
[+] class WSFolder 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 58 (4.5%)
WSFolder.WSFolder ( )This constructor is from 'WSFolder' class.
WSFolder.addAttribute ( WSAttribute att )This method is from 'WSFolder' class.
WSFolder.addTag ( String tag )This method is from 'WSFolder' class.
WSFolder.attribute ( String name )This method is from 'WSFolder' class.
WSFolder.fromFolder ( Folder folder )This method is from 'WSFolder' class.
WSFolder.fromFolder ( Folder folder, boolean withCollections )This method is from 'WSFolder' class.
WSFolder.getAttributes ( )This method is from 'WSFolder' class.
WSFolder.getBarcodeTemplateId ( )This method is from 'WSFolder' class.
WSFolder.getColor ( )This method is from 'WSFolder' class.
WSFolder.getCreation ( )This method is from 'WSFolder' class.
...
[+] class WSUser 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 101 (7.8%)
WSUser.WSUser ( )This constructor is from 'WSUser' class.
WSUser.fromUser ( User user )This method is from 'WSUser' class.
WSUser.getBuilding ( )This method is from 'WSUser' class.
WSUser.getCity ( )This method is from 'WSUser' class.
WSUser.getCompany ( )This method is from 'WSUser' class.
WSUser.getCountry ( )This method is from 'WSUser' class.
WSUser.getCreation ( )This method is from 'WSUser' class.
WSUser.getDateFormat ( )This method is from 'WSUser' class.
WSUser.getDateFormatLong ( )This method is from 'WSUser' class.
WSUser.getDateFormatShort ( )This method is from 'WSUser' class.
...
logicaldoc-webservice-8.9.3-plugin.jar
package com.logicaldoc.webservice.soap.endpoint
[+] class SoapAuthService 1
| Change | Effect |
---|
1 |
Field log of type org.slf4j.Logger has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 5 (0.4%)
SoapAuthService.SoapAuthService ( )This constructor is from 'SoapAuthService' class.
SoapAuthService.login ( String username, String password )This method is from 'SoapAuthService' class.
SoapAuthService.logout ( String sid )This method is from 'SoapAuthService' class.
SoapAuthService.renew ( String sid )This method is from 'SoapAuthService' class.
SoapAuthService.valid ( String sid )This method is from 'SoapAuthService' class.
[+] class SoapBookmarkService 1
| Change | Effect |
---|
1 |
Field log of type org.slf4j.Logger has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 8 (0.6%)
SoapBookmarkService.SoapBookmarkService ( )This constructor is from 'SoapBookmarkService' class.
SoapBookmarkService.bookmarkDocument ( String sid, long docId )This method is from 'SoapBookmarkService' class.
SoapBookmarkService.bookmarkFolder ( String sid, long folderId )This method is from 'SoapBookmarkService' class.
SoapBookmarkService.deleteBookmark ( String sid, long bookmarkId )This method is from 'SoapBookmarkService' class.
SoapBookmarkService.getBookmarks ( String sid )This method is from 'SoapBookmarkService' class.
SoapBookmarkService.saveBookmark ( String sid, WSBookmark bookmark )This method is from 'SoapBookmarkService' class.
SoapBookmarkService.unbookmarkDocument ( String sid, long docId )This method is from 'SoapBookmarkService' class.
SoapBookmarkService.unbookmarkFolder ( String sid, long folderId )This method is from 'SoapBookmarkService' class.
[+] class SoapDocumentMetadataService 1
| Change | Effect |
---|
1 |
Field log of type org.slf4j.Logger has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 19 (1.5%)
SoapDocumentMetadataService.SoapDocumentMetadataService ( )This constructor is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.addAttributeOption ( String sid, long setId, String attribute, WSAttributeOption wsoption )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.deleteAttributeSet ( String sid, long setId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.deleteTemplate ( String sid, long templateId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAccessControlList ( String sid, long templateId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeOptions ( String sid, long setId, String attribute )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeOptionsByCategory ( String sid, long setId, String attribute, String category )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeSet ( String sid, String name )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeSetById ( String sid, long setId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getTemplate ( String sid, String name )This method is from 'SoapDocumentMetadataService' class.
...
[+] class SoapDocumentService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 59 (4.6%)
SoapDocumentService.SoapDocumentService ( )This constructor is from 'SoapDocumentService' class.
SoapDocumentService.addNote ( String sid, long docId, String note )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkin ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkin ( String sid, long docId, String comment, String filename, boolean release, DataHandler content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkinDocument ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkinDocument ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, DataHandler content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkout ( String sid, long docId )This method is from 'SoapDocumentService' class.
SoapDocumentService.copy ( String sid, long docId, long folderId, boolean links, boolean notes, boolean security )This method is from 'SoapDocumentService' class.
SoapDocumentService.create ( String sid, WSDocument document, InputStream content )This method is from 'SoapDocumentService' class.
SoapDocumentService.create ( String sid, WSDocument document, DataHandler content )This method is from 'SoapDocumentService' class.
...
[+] class SoapFolderService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 24 (1.9%)
SoapFolderService.SoapFolderService ( )This constructor is from 'SoapFolderService' class.
SoapFolderService.copy ( String sid, long folderId, long targetId, int foldersOnly, String securityOption )This method is from 'SoapFolderService' class.
SoapFolderService.create ( String sid, WSFolder wsFolder )This method is from 'SoapFolderService' class.
SoapFolderService.createAlias ( String sid, long parentId, long foldRef )This method is from 'SoapFolderService' class.
SoapFolderService.createFolder ( String sid, long parentId, String name )This method is from 'SoapFolderService' class.
SoapFolderService.createPath ( String sid, long parentId, String path )This method is from 'SoapFolderService' class.
SoapFolderService.delete ( String sid, long folderId )This method is from 'SoapFolderService' class.
SoapFolderService.findByPath ( String sid, String path )This method is from 'SoapFolderService' class.
SoapFolderService.getAccessControlList ( String sid, long folderId )This method is from 'SoapFolderService' class.
SoapFolderService.getDefaultWorkspace ( String sid )This method is from 'SoapFolderService' class.
...
[+] class SoapSearchService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 4 (0.3%)
SoapSearchService.SoapSearchService ( )This constructor is from 'SoapSearchService' class.
SoapSearchService.find ( String sid, WSSearchOptions opt )This method is from 'SoapSearchService' class.
SoapSearchService.findByFilename ( String sid, String filename )This method is from 'SoapSearchService' class.
SoapSearchService.findFolders ( String sid, String name )This method is from 'SoapSearchService' class.
[+] class SoapSecurityService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 11 (0.9%)
SoapSecurityService.SoapSecurityService ( )This constructor is from 'SoapSecurityService' class.
SoapSecurityService.changePassword ( String sid, long userId, String oldPassword, String newPassword )This method is from 'SoapSecurityService' class.
SoapSecurityService.deleteGroup ( String sid, long groupId )This method is from 'SoapSecurityService' class.
SoapSecurityService.deleteUser ( String sid, long userId )This method is from 'SoapSecurityService' class.
SoapSecurityService.getGroup ( String sid, long groupId )This method is from 'SoapSecurityService' class.
SoapSecurityService.getUser ( String sid, long userId )This method is from 'SoapSecurityService' class.
SoapSecurityService.getUserByUsername ( String sid, String username )This method is from 'SoapSecurityService' class.
SoapSecurityService.listGroups ( String sid )This method is from 'SoapSecurityService' class.
SoapSecurityService.listUsers ( String sid, String group )This method is from 'SoapSecurityService' class.
SoapSecurityService.storeGroup ( String sid, WSGroup group )This method is from 'SoapSecurityService' class.
...
[+] class SoapSystemService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 4 (0.3%)
SoapSystemService.SoapSystemService ( )This constructor is from 'SoapSystemService' class.
SoapSystemService.getInfo ( )This method is from 'SoapSystemService' class.
SoapSystemService.getLanguages ( String tenantOrSid )This method is from 'SoapSystemService' class.
SoapSystemService.getStatistics ( String sid )This method is from 'SoapSystemService' class.
[+] class SoapTagService 1
| Change | Effect |
---|
1 |
Field log of type org.slf4j.Logger has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 12 (0.9%)
SoapTagService.SoapTagService ( )This constructor is from 'SoapTagService' class.
SoapTagService.addDocumentTags ( String sid, long docId, List<String> tags )This method is from 'SoapTagService' class.
SoapTagService.addFolderTags ( String sid, long folderId, List<String> tags )This method is from 'SoapTagService' class.
SoapTagService.findDocumentsByTag ( String sid, String tag )This method is from 'SoapTagService' class.
SoapTagService.findFoldersByTag ( String sid, String tag )This method is from 'SoapTagService' class.
SoapTagService.getDocumentTags ( String sid, long docId )This method is from 'SoapTagService' class.
SoapTagService.getFolderTags ( String sid, long folderId )This method is from 'SoapTagService' class.
SoapTagService.getTagCloud ( String sid )This method is from 'SoapTagService' class.
SoapTagService.getTags ( String sid )This method is from 'SoapTagService' class.
SoapTagService.getTagsPreset ( String sid )This method is from 'SoapTagService' class.
...
logicaldoc-workflow-8.9.3-plugin.jar
package com.logicaldoc.workflow.webservice.soap.endpoint
[+] class SoapWorkflowService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 12 (0.9%)
SoapWorkflowService.SoapWorkflowService ( )This constructor is from 'SoapWorkflowService' class.
SoapWorkflowService.addNote ( String sid, String taskId, String note )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.appendDocuments ( String sid, String taskId, List<Long> docIds )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.claim ( String sid, String taskId )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.complete ( String sid, String taskId, String transition )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getHistories ( String sid, String instanceId, String event )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getTasksAssignedToMe ( String sid )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getTasksICanOwn ( String sid )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getWorkflows ( String sid )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.reassign ( String sid, String taskId, long userId )This method is from 'SoapWorkflowService' class.
...
to the top
Problems with Methods, High Severity 2
logicaldoc-audit-8.9.3-plugin.jar,
WSHistory.class
package com.logicaldoc.audit.webservice.model
[+] WSHistory.getFolderId ( ) : long 1
com/logicaldoc/audit/webservice/model/WSHistory.getFolderId:()J
| Change | Effect |
---|
1 |
Return value type has been changed from long to java.lang.Long. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] WSHistory.getUserId ( ) : long 1
com/logicaldoc/audit/webservice/model/WSHistory.getUserId:()J
| Change | Effect |
---|
1 |
Return value type has been changed from long to java.lang.Long. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
to the top
Problems with Data Types, Medium Severity 22
logicaldoc-enterprise-core-8.9.3-plugin.jar
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] class SoapArchiveService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 5 (0.4%)
SoapArchiveService.SoapArchiveService ( )This constructor is from 'SoapArchiveService' class.
SoapArchiveService.archiveDocuments ( String p1, List<Long> p2, String p3 )This method is from 'SoapArchiveService' class.
SoapArchiveService.archiveFolder ( String p1, long p2, String p3 )This method is from 'SoapArchiveService' class.
SoapArchiveService.listArchivedDocs ( String p1, long p2 )This method is from 'SoapArchiveService' class.
SoapArchiveService.unarchiveDocuments ( String p1, List<Long> p2 )This method is from 'SoapArchiveService' class.
[+] class SoapEnterpriseDocumentService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 8 (0.6%)
SoapEnterpriseDocumentService.SoapEnterpriseDocumentService ( )This constructor is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.checkin ( String p1, long p2, String p3, String p4, boolean p5, WSDocument p6 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.create ( String p1, WSDocument p2 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.deleteChunks ( String p1 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.downloadChunk ( String p1, long p2, String p3, long p4, long p5 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.getChunksFolder ( String p1 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.merge ( String p1, List<Long> p2, long p3, String p4 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.uploadChunk ( String p1, DataHandler p2 )This method is from 'SoapEnterpriseDocumentService' class.
[+] class SoapEnterpriseSearchService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 4 (0.3%)
SoapEnterpriseSearchService.SoapEnterpriseSearchService ( )This constructor is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.findByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 )This method is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.findDocumentsByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 )This method is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, String p5, Integer p6 )This method is from 'SoapEnterpriseSearchService' class.
[+] class SoapReadingRequestService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 4 (0.3%)
SoapReadingRequestService.SoapReadingRequestService ( )This constructor is from 'SoapReadingRequestService' class.
SoapReadingRequestService.askReadingConfirmation ( String p1, List<Long> p2, List<Long> p3, List<Long> p4, boolean p5, String p6 )This method is from 'SoapReadingRequestService' class.
SoapReadingRequestService.confirmReading ( String p1, long p2, String p3 )This method is from 'SoapReadingRequestService' class.
SoapReadingRequestService.getUnconfirmedReadings ( String p1 )This method is from 'SoapReadingRequestService' class.
[+] class SoapTaskService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 8 (0.6%)
SoapTaskService.SoapTaskService ( )This constructor is from 'SoapTaskService' class.
SoapTaskService.disable ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.enable ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.getLog ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.getTask ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.listTasks ( String p1 )This method is from 'SoapTaskService' class.
SoapTaskService.start ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.stop ( String p1, String p2 )This method is from 'SoapTaskService' class.
[+] class SoapTenantService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 6 (0.5%)
SoapTenantService.SoapTenantService ( )This constructor is from 'SoapTenantService' class.
SoapTenantService.deleteTenant ( String p1, long p2 )This method is from 'SoapTenantService' class.
SoapTenantService.getTenant ( String p1, String p2 )This method is from 'SoapTenantService' class.
SoapTenantService.getTenantById ( String p1, long p2 )This method is from 'SoapTenantService' class.
SoapTenantService.listTenants ( String p1 )This method is from 'SoapTenantService' class.
SoapTenantService.storeTenant ( String p1, WSTenant p2 )This method is from 'SoapTenantService' class.
logicaldoc-form-8.9.3-plugin.jar
package com.logicaldoc.form.webservice.soap.endpoint
[+] class SoapFormService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 7 (0.5%)
SoapFormService.SoapFormService ( )This constructor is from 'SoapFormService' class.
SoapFormService.createDocument ( String sid, long formId, WSDocument doc )This method is from 'SoapFormService' class.
SoapFormService.delete ( String sid, long formId )This method is from 'SoapFormService' class.
SoapFormService.getForm ( String sid, long formId )This method is from 'SoapFormService' class.
SoapFormService.getFormByName ( String sid, String name )This method is from 'SoapFormService' class.
SoapFormService.list ( String sid )This method is from 'SoapFormService' class.
SoapFormService.store ( String sid, WSForm frm )This method is from 'SoapFormService' class.
logicaldoc-impex-8.9.3-plugin.jar
package com.logicaldoc.impex.webservice.soap.endpoint
[+] class SoapImpexService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 6 (0.5%)
SoapImpexService.SoapImpexService ( )This constructor is from 'SoapImpexService' class.
SoapImpexService.addDocumentToExportArchive ( String sid, long archiveId, long docId )This method is from 'SoapImpexService' class.
SoapImpexService.closeExportArchive ( String sid, long archiveId )This method is from 'SoapImpexService' class.
SoapImpexService.createExportArchive ( String sid, String name, String description )This method is from 'SoapImpexService' class.
SoapImpexService.deleteExportArchive ( String sid, long archiveId )This method is from 'SoapImpexService' class.
SoapImpexService.getArchiveIdByName ( String sid, String name )This method is from 'SoapImpexService' class.
logicaldoc-importfolder-8.9.3-plugin.jar
package com.logicaldoc.importfolder.webservice.soap.endpoint
[+] class SoapImportFolderService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 4 (0.3%)
SoapImportFolderService.SoapImportFolderService ( )This constructor is from 'SoapImportFolderService' class.
SoapImportFolderService.delete ( String sid, long folderId )This method is from 'SoapImportFolderService' class.
SoapImportFolderService.list ( String sid )This method is from 'SoapImportFolderService' class.
SoapImportFolderService.store ( String sid, WSImportFolder wsImportFolder )This method is from 'SoapImportFolderService' class.
logicaldoc-report-8.9.3-plugin.jar
package com.logicaldoc.report.webservice.soap.endpoint
[+] class SoapReportService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 3 (0.2%)
SoapReportService.SoapReportService ( )This constructor is from 'SoapReportService' class.
SoapReportService.execute ( String sid, long reportId, List<WSAttribute> parameters )This method is from 'SoapReportService' class.
SoapReportService.list ( String sid )This method is from 'SoapReportService' class.
logicaldoc-sign-8.9.3-plugin.jar
package com.logicaldoc.sign.webservice.soap.endpoint
[+] class SoapSignService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 5 (0.4%)
SoapSignService.SoapSignService ( )This constructor is from 'SoapSignService' class.
SoapSignService.generateCertificate ( String sid )This method is from 'SoapSignService' class.
SoapSignService.markDocumentSigned ( String sid, long docId, String reason, String certificate )This method is from 'SoapSignService' class.
SoapSignService.sign ( String sid, List<Long> docIds, String reason )This method is from 'SoapSignService' class.
SoapSignService.uploadCertificate ( String sid, String privateKey, DataHandler certificate )This method is from 'SoapSignService' class.
logicaldoc-split-8.9.3-plugin.jar
package com.logicaldoc.split.webservice.soap.endpoint
[+] class SoapSplitService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 6 (0.5%)
SoapSplitService.SoapSplitService ( )This constructor is from 'SoapSplitService' class.
SoapSplitService.splitAllPages ( String sid, long docId )This method is from 'SoapSplitService' class.
SoapSplitService.splitSelection ( String sid, long docId, String expression )This method is from 'SoapSplitService' class.
SoapSplitService.splitUsingBarcode ( String sid, long docId, String expression, int separator )This method is from 'SoapSplitService' class.
SoapSplitService.splitUsingBlankPage ( String sid, long docId, int separator )This method is from 'SoapSplitService' class.
SoapSplitService.splitUsingText ( String sid, long docId, String expression, int separator )This method is from 'SoapSplitService' class.
logicaldoc-stamp-8.9.3-plugin.jar
package com.logicaldoc.stamp.webservice.soap.endpoint
[+] class SoapStampService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 2 (0.2%)
SoapStampService.SoapStampService ( )This constructor is from 'SoapStampService' class.
SoapStampService.stamp ( String sid, long docId, String stamp, List<WSAttribute> parameters )This method is from 'SoapStampService' class.
logicaldoc-webservice-8.9.3-plugin.jar
package com.logicaldoc.webservice.model
[+] class WSDocument 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 125 (9.7%)
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.
...
[+] class WSFolder 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 58 (4.5%)
WSFolder.WSFolder ( )This constructor is from 'WSFolder' class.
WSFolder.addAttribute ( WSAttribute att )This method is from 'WSFolder' class.
WSFolder.addTag ( String tag )This method is from 'WSFolder' class.
WSFolder.attribute ( String name )This method is from 'WSFolder' class.
WSFolder.fromFolder ( Folder folder )This method is from 'WSFolder' class.
WSFolder.fromFolder ( Folder folder, boolean withCollections )This method is from 'WSFolder' class.
WSFolder.getAttributes ( )This method is from 'WSFolder' class.
WSFolder.getBarcodeTemplateId ( )This method is from 'WSFolder' class.
WSFolder.getColor ( )This method is from 'WSFolder' class.
WSFolder.getCreation ( )This method is from 'WSFolder' class.
...
[+] class WSUser 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 101 (7.8%)
WSUser.WSUser ( )This constructor is from 'WSUser' class.
WSUser.fromUser ( User user )This method is from 'WSUser' class.
WSUser.getBuilding ( )This method is from 'WSUser' class.
WSUser.getCity ( )This method is from 'WSUser' class.
WSUser.getCompany ( )This method is from 'WSUser' class.
WSUser.getCountry ( )This method is from 'WSUser' class.
WSUser.getCreation ( )This method is from 'WSUser' class.
WSUser.getDateFormat ( )This method is from 'WSUser' class.
WSUser.getDateFormatLong ( )This method is from 'WSUser' class.
WSUser.getDateFormatShort ( )This method is from 'WSUser' class.
...
logicaldoc-webservice-8.9.3-plugin.jar
package com.logicaldoc.webservice.soap.endpoint
[+] class SoapDocumentService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 59 (4.6%)
SoapDocumentService.SoapDocumentService ( )This constructor is from 'SoapDocumentService' class.
SoapDocumentService.addNote ( String sid, long docId, String note )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkin ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkin ( String sid, long docId, String comment, String filename, boolean release, DataHandler content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkinDocument ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkinDocument ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, DataHandler content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkout ( String sid, long docId )This method is from 'SoapDocumentService' class.
SoapDocumentService.copy ( String sid, long docId, long folderId, boolean links, boolean notes, boolean security )This method is from 'SoapDocumentService' class.
SoapDocumentService.create ( String sid, WSDocument document, InputStream content )This method is from 'SoapDocumentService' class.
SoapDocumentService.create ( String sid, WSDocument document, DataHandler content )This method is from 'SoapDocumentService' class.
...
[+] class SoapFolderService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 24 (1.9%)
SoapFolderService.SoapFolderService ( )This constructor is from 'SoapFolderService' class.
SoapFolderService.copy ( String sid, long folderId, long targetId, int foldersOnly, String securityOption )This method is from 'SoapFolderService' class.
SoapFolderService.create ( String sid, WSFolder wsFolder )This method is from 'SoapFolderService' class.
SoapFolderService.createAlias ( String sid, long parentId, long foldRef )This method is from 'SoapFolderService' class.
SoapFolderService.createFolder ( String sid, long parentId, String name )This method is from 'SoapFolderService' class.
SoapFolderService.createPath ( String sid, long parentId, String path )This method is from 'SoapFolderService' class.
SoapFolderService.delete ( String sid, long folderId )This method is from 'SoapFolderService' class.
SoapFolderService.findByPath ( String sid, String path )This method is from 'SoapFolderService' class.
SoapFolderService.getAccessControlList ( String sid, long folderId )This method is from 'SoapFolderService' class.
SoapFolderService.getDefaultWorkspace ( String sid )This method is from 'SoapFolderService' class.
...
[+] class SoapSearchService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 4 (0.3%)
SoapSearchService.SoapSearchService ( )This constructor is from 'SoapSearchService' class.
SoapSearchService.find ( String sid, WSSearchOptions opt )This method is from 'SoapSearchService' class.
SoapSearchService.findByFilename ( String sid, String filename )This method is from 'SoapSearchService' class.
SoapSearchService.findFolders ( String sid, String name )This method is from 'SoapSearchService' class.
[+] class SoapSecurityService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 11 (0.9%)
SoapSecurityService.SoapSecurityService ( )This constructor is from 'SoapSecurityService' class.
SoapSecurityService.changePassword ( String sid, long userId, String oldPassword, String newPassword )This method is from 'SoapSecurityService' class.
SoapSecurityService.deleteGroup ( String sid, long groupId )This method is from 'SoapSecurityService' class.
SoapSecurityService.deleteUser ( String sid, long userId )This method is from 'SoapSecurityService' class.
SoapSecurityService.getGroup ( String sid, long groupId )This method is from 'SoapSecurityService' class.
SoapSecurityService.getUser ( String sid, long userId )This method is from 'SoapSecurityService' class.
SoapSecurityService.getUserByUsername ( String sid, String username )This method is from 'SoapSecurityService' class.
SoapSecurityService.listGroups ( String sid )This method is from 'SoapSecurityService' class.
SoapSecurityService.listUsers ( String sid, String group )This method is from 'SoapSecurityService' class.
SoapSecurityService.storeGroup ( String sid, WSGroup group )This method is from 'SoapSecurityService' class.
...
[+] class SoapSystemService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 4 (0.3%)
SoapSystemService.SoapSystemService ( )This constructor is from 'SoapSystemService' class.
SoapSystemService.getInfo ( )This method is from 'SoapSystemService' class.
SoapSystemService.getLanguages ( String tenantOrSid )This method is from 'SoapSystemService' class.
SoapSystemService.getStatistics ( String sid )This method is from 'SoapSystemService' class.
logicaldoc-workflow-8.9.3-plugin.jar
package com.logicaldoc.workflow.webservice.soap.endpoint
[+] class SoapWorkflowService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 12 (0.9%)
SoapWorkflowService.SoapWorkflowService ( )This constructor is from 'SoapWorkflowService' class.
SoapWorkflowService.addNote ( String sid, String taskId, String note )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.appendDocuments ( String sid, String taskId, List<Long> docIds )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.claim ( String sid, String taskId )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.complete ( String sid, String taskId, String transition )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getHistories ( String sid, String instanceId, String event )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getTasksAssignedToMe ( String sid )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getTasksICanOwn ( String sid )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getWorkflows ( String sid )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.reassign ( String sid, String taskId, long userId )This method is from 'SoapWorkflowService' class.
...
to the top
Problems with Methods, Low Severity 2
logicaldoc-stamp-8.9.3-plugin.jar,
SoapStampService.class
package com.logicaldoc.stamp.webservice.soap.endpoint
[+] SoapStampService.stamp ( String sid, long docId, String stamp, List<WSAttribute> parameters ) : void 1
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.automation.AutomationException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.9.3-plugin.jar,
WSUtil.class
package com.logicaldoc.webservice.model
[+] WSUtil.toWSAttributeSet ( AttributeSet attributeSet ) [static] : WSAttributeSet 1
com/logicaldoc/webservice/model/WSUtil.toWSAttributeSet:(Lcom/logicaldoc/core/metadata/AttributeSet;)Lcom/logicaldoc/webservice/model/WSAttributeSet;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
to the top
Java Archives 12
logicaldoc-audit-8.9.3-plugin.jar
logicaldoc-conversion-8.9.3-plugin.jar
logicaldoc-enterprise-core-8.9.3-plugin.jar
logicaldoc-form-8.9.3-plugin.jar
logicaldoc-impex-8.9.3-plugin.jar
logicaldoc-importfolder-8.9.3-plugin.jar
logicaldoc-report-8.9.3-plugin.jar
logicaldoc-sign-8.9.3-plugin.jar
logicaldoc-split-8.9.3-plugin.jar
logicaldoc-stamp-8.9.3-plugin.jar
logicaldoc-webservice-8.9.3-plugin.jar
logicaldoc-workflow-8.9.3-plugin.jar
to the top
Test Info
Library Name | LogicalDOC_SOAP |
Version #1 | 8.9.3 |
Version #2 | 9.1.1 |
Subject | Source Compatibility |
Test Results
Total Java Modules | 12 |
Total Methods / Classes | 1290 / 58 |
Compatibility |
60.3% |
Problem Summary
| Severity | Count |
Added Methods | - | 21 |
Removed Methods | High | 9 |
Problems with Data Types | High | 27 |
Medium | 22 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 4 |
Low | 0 |
Added Methods 21
logicaldoc-audit-9.1.1-plugin.jar,
SoapAuditService.class
package com.logicaldoc.audit.webservice.soap.endpoint
SoapAuditService.getHistories ( String sid, String path, String sidFilter, Long userId, String dateStart, String dateEnd, List<String> events, Integer max ) : List<WSHistory>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getHistories:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/Integer;)Ljava/util/List;
SoapAuditService.getUserHistories ( String sid, String username, Long userId, String oldestDate, List<String> events, Integer max ) : List<WSHistory>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getUserHistories:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/String;Ljava/util/List;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-audit-9.1.1-plugin.jar,
WSHistory.class
package com.logicaldoc.audit.webservice.model
WSHistory.fromHistory ( History history ) [static] : WSHistory
com/logicaldoc/audit/webservice/model/WSHistory.fromHistory:(Lcom/logicaldoc/core/history/History;)Lcom/logicaldoc/audit/webservice/model/WSHistory;
WSHistory.getDevice ( ) : String
com/logicaldoc/audit/webservice/model/WSHistory.getDevice:()Ljava/lang/String;
WSHistory.getFolderId ( ) : Long
com/logicaldoc/audit/webservice/model/WSHistory.getFolderId:()Ljava/lang/Long;
WSHistory.getGeolocation ( ) : String
com/logicaldoc/audit/webservice/model/WSHistory.getGeolocation:()Ljava/lang/String;
WSHistory.getKeyLabel ( ) : String
com/logicaldoc/audit/webservice/model/WSHistory.getKeyLabel:()Ljava/lang/String;
WSHistory.getUserId ( ) : Long
com/logicaldoc/audit/webservice/model/WSHistory.getUserId:()Ljava/lang/Long;
WSHistory.setDevice ( String device ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setDevice:(Ljava/lang/String;)V
WSHistory.setFolderId ( Long folderId ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setFolderId:(Ljava/lang/Long;)V
WSHistory.setGeolocation ( String geolocation ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setGeolocation:(Ljava/lang/String;)V
WSHistory.setKeyLabel ( String keyLabel ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setKeyLabel:(Ljava/lang/String;)V
WSHistory.setUserId ( Long userId ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setUserId:(Ljava/lang/Long;)V
logicaldoc-webservice-9.1.1-plugin.jar,
SoapAuthService.class
package com.logicaldoc.webservice.soap.endpoint
SoapAuthService.loginApiKey ( String apiKey ) : String
com/logicaldoc/webservice/soap/endpoint/SoapAuthService.loginApiKey:(Ljava/lang/String;)Ljava/lang/String;
logicaldoc-webservice-9.1.1-plugin.jar,
SoapSystemService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSystemService.getTenantStatistics ( String sid, long tenantId ) : List<WSParameter>
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getTenantStatistics:(Ljava/lang/String;J)Ljava/util/List;
logicaldoc-webservice-9.1.1-plugin.jar,
WSAccessControlEntry.class
package com.logicaldoc.webservice.model
WSAccessControlEntry.getStore ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getStore:()I
WSAccessControlEntry.setStore ( int store ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setStore:(I)V
logicaldoc-webservice-9.1.1-plugin.jar,
WSDocument.class
package com.logicaldoc.webservice.model
WSDocument.getLastNote ( ) : String
com/logicaldoc/webservice/model/WSDocument.getLastNote:()Ljava/lang/String;
WSDocument.setLastNote ( String lastNote ) : void
com/logicaldoc/webservice/model/WSDocument.setLastNote:(Ljava/lang/String;)V
logicaldoc-webservice-9.1.1-plugin.jar,
WSFolder.class
package com.logicaldoc.webservice.model
WSFolder.getStore ( ) : Integer
com/logicaldoc/webservice/model/WSFolder.getStore:()Ljava/lang/Integer;
WSFolder.setStore ( Integer store ) : void
com/logicaldoc/webservice/model/WSFolder.setStore:(Ljava/lang/Integer;)V
to the top
Removed Methods 9
logicaldoc-audit-8.9.3-plugin.jar,
WSHistory.class
package com.logicaldoc.audit.webservice.model
WSHistory.fromHistory ( History history ) [static] : WSHistory
com/logicaldoc/audit/webservice/model/WSHistory.fromHistory:(Lcom/logicaldoc/core/History;)Lcom/logicaldoc/audit/webservice/model/WSHistory;
WSHistory.getFolderId ( ) : long
com/logicaldoc/audit/webservice/model/WSHistory.getFolderId:()J
WSHistory.getUserId ( ) : long
com/logicaldoc/audit/webservice/model/WSHistory.getUserId:()J
WSHistory.setFolderId ( long folderId ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setFolderId:(J)V
WSHistory.setUserId ( long userId ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setUserId:(J)V
logicaldoc-webservice-8.9.3-plugin.jar,
WSAccessControlEntry.class
package com.logicaldoc.webservice.model
WSAccessControlEntry.getStorage ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getStorage:()I
WSAccessControlEntry.setStorage ( int storage ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setStorage:(I)V
logicaldoc-webservice-8.9.3-plugin.jar,
WSFolder.class
package com.logicaldoc.webservice.model
WSFolder.getStorage ( ) : Integer
com/logicaldoc/webservice/model/WSFolder.getStorage:()Ljava/lang/Integer;
WSFolder.setStorage ( Integer storage ) : void
com/logicaldoc/webservice/model/WSFolder.setStorage:(Ljava/lang/Integer;)V
to the top
Problems with Data Types, High Severity 27
logicaldoc-audit-8.9.3-plugin.jar
package com.logicaldoc.audit.webservice.soap.endpoint
[+] class SoapAuditService 1
| Change | Effect |
---|
1 |
Field log of type org.slf4j.Logger has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable log in SoapAuditService. |
[+] affected methods: 10 (0.8%)
SoapAuditService.SoapAuditService ( )This constructor is from 'SoapAuditService' class.
SoapAuditService.getDocumentHistory ( String sid, long docId )This method is from 'SoapAuditService' class.
SoapAuditService.getHistory ( String sid, long folderId, String oldestDate, List<String> events, Integer max )This method is from 'SoapAuditService' class.
SoapAuditService.getLatestHistory ( String sid, long folderId, String oldestDate, List<String> events, Integer max )This method is from 'SoapAuditService' class.
SoapAuditService.getMessages ( String sid )This method is from 'SoapAuditService' class.
SoapAuditService.getSubscriptions ( String sid )This method is from 'SoapAuditService' class.
SoapAuditService.markAsRead ( String sid, List<Long> ids )This method is from 'SoapAuditService' class.
SoapAuditService.saveDocumentHistory ( String sid, WSHistory history )This method is from 'SoapAuditService' class.
SoapAuditService.subscribe ( String sid, List<Long> ids, String type, String events )This method is from 'SoapAuditService' class.
SoapAuditService.unsubscribe ( String sid, List<Long> ids, String type )This method is from 'SoapAuditService' class.
logicaldoc-enterprise-core-8.9.3-plugin.jar
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] class SoapArchiveService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapArchiveService. |
[+] affected methods: 5 (0.4%)
SoapArchiveService.SoapArchiveService ( )This constructor is from 'SoapArchiveService' class.
SoapArchiveService.archiveDocuments ( String p1, List<Long> p2, String p3 )This method is from 'SoapArchiveService' class.
SoapArchiveService.archiveFolder ( String p1, long p2, String p3 )This method is from 'SoapArchiveService' class.
SoapArchiveService.listArchivedDocs ( String p1, long p2 )This method is from 'SoapArchiveService' class.
SoapArchiveService.unarchiveDocuments ( String p1, List<Long> p2 )This method is from 'SoapArchiveService' class.
[+] class SoapEnterpriseDocumentService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapEnterpriseDocumentService. |
[+] affected methods: 8 (0.6%)
SoapEnterpriseDocumentService.SoapEnterpriseDocumentService ( )This constructor is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.checkin ( String p1, long p2, String p3, String p4, boolean p5, WSDocument p6 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.create ( String p1, WSDocument p2 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.deleteChunks ( String p1 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.downloadChunk ( String p1, long p2, String p3, long p4, long p5 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.getChunksFolder ( String p1 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.merge ( String p1, List<Long> p2, long p3, String p4 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.uploadChunk ( String p1, DataHandler p2 )This method is from 'SoapEnterpriseDocumentService' class.
[+] class SoapEnterpriseSearchService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapEnterpriseSearchService. |
[+] affected methods: 4 (0.3%)
SoapEnterpriseSearchService.SoapEnterpriseSearchService ( )This constructor is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.findByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 )This method is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.findDocumentsByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 )This method is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, String p5, Integer p6 )This method is from 'SoapEnterpriseSearchService' class.
[+] class SoapReadingRequestService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapReadingRequestService. |
[+] affected methods: 4 (0.3%)
SoapReadingRequestService.SoapReadingRequestService ( )This constructor is from 'SoapReadingRequestService' class.
SoapReadingRequestService.askReadingConfirmation ( String p1, List<Long> p2, List<Long> p3, List<Long> p4, boolean p5, String p6 )This method is from 'SoapReadingRequestService' class.
SoapReadingRequestService.confirmReading ( String p1, long p2, String p3 )This method is from 'SoapReadingRequestService' class.
SoapReadingRequestService.getUnconfirmedReadings ( String p1 )This method is from 'SoapReadingRequestService' class.
[+] class SoapTaskService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapTaskService. |
[+] affected methods: 8 (0.6%)
SoapTaskService.SoapTaskService ( )This constructor is from 'SoapTaskService' class.
SoapTaskService.disable ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.enable ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.getLog ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.getTask ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.listTasks ( String p1 )This method is from 'SoapTaskService' class.
SoapTaskService.start ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.stop ( String p1, String p2 )This method is from 'SoapTaskService' class.
[+] class SoapTenantService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapTenantService. |
[+] affected methods: 6 (0.5%)
SoapTenantService.SoapTenantService ( )This constructor is from 'SoapTenantService' class.
SoapTenantService.deleteTenant ( String p1, long p2 )This method is from 'SoapTenantService' class.
SoapTenantService.getTenant ( String p1, String p2 )This method is from 'SoapTenantService' class.
SoapTenantService.getTenantById ( String p1, long p2 )This method is from 'SoapTenantService' class.
SoapTenantService.listTenants ( String p1 )This method is from 'SoapTenantService' class.
SoapTenantService.storeTenant ( String p1, WSTenant p2 )This method is from 'SoapTenantService' class.
logicaldoc-form-8.9.3-plugin.jar
package com.logicaldoc.form.webservice.soap.endpoint
[+] class SoapFormService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapFormService. |
[+] affected methods: 7 (0.5%)
SoapFormService.SoapFormService ( )This constructor is from 'SoapFormService' class.
SoapFormService.createDocument ( String sid, long formId, WSDocument doc )This method is from 'SoapFormService' class.
SoapFormService.delete ( String sid, long formId )This method is from 'SoapFormService' class.
SoapFormService.getForm ( String sid, long formId )This method is from 'SoapFormService' class.
SoapFormService.getFormByName ( String sid, String name )This method is from 'SoapFormService' class.
SoapFormService.list ( String sid )This method is from 'SoapFormService' class.
SoapFormService.store ( String sid, WSForm frm )This method is from 'SoapFormService' class.
logicaldoc-impex-8.9.3-plugin.jar
package com.logicaldoc.impex.webservice.soap.endpoint
[+] class SoapImpexService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapImpexService. |
[+] affected methods: 6 (0.5%)
SoapImpexService.SoapImpexService ( )This constructor is from 'SoapImpexService' class.
SoapImpexService.addDocumentToExportArchive ( String sid, long archiveId, long docId )This method is from 'SoapImpexService' class.
SoapImpexService.closeExportArchive ( String sid, long archiveId )This method is from 'SoapImpexService' class.
SoapImpexService.createExportArchive ( String sid, String name, String description )This method is from 'SoapImpexService' class.
SoapImpexService.deleteExportArchive ( String sid, long archiveId )This method is from 'SoapImpexService' class.
SoapImpexService.getArchiveIdByName ( String sid, String name )This method is from 'SoapImpexService' class.
logicaldoc-importfolder-8.9.3-plugin.jar
package com.logicaldoc.importfolder.webservice.soap.endpoint
[+] class SoapImportFolderService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapImportFolderService. |
[+] affected methods: 4 (0.3%)
SoapImportFolderService.SoapImportFolderService ( )This constructor is from 'SoapImportFolderService' class.
SoapImportFolderService.delete ( String sid, long folderId )This method is from 'SoapImportFolderService' class.
SoapImportFolderService.list ( String sid )This method is from 'SoapImportFolderService' class.
SoapImportFolderService.store ( String sid, WSImportFolder wsImportFolder )This method is from 'SoapImportFolderService' class.
logicaldoc-report-8.9.3-plugin.jar
package com.logicaldoc.report.webservice.soap.endpoint
[+] class SoapReportService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapReportService. |
[+] affected methods: 3 (0.2%)
SoapReportService.SoapReportService ( )This constructor is from 'SoapReportService' class.
SoapReportService.execute ( String sid, long reportId, List<WSAttribute> parameters )This method is from 'SoapReportService' class.
SoapReportService.list ( String sid )This method is from 'SoapReportService' class.
logicaldoc-sign-8.9.3-plugin.jar
package com.logicaldoc.sign.webservice.soap.endpoint
[+] class SoapSignService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapSignService. |
[+] affected methods: 5 (0.4%)
SoapSignService.SoapSignService ( )This constructor is from 'SoapSignService' class.
SoapSignService.generateCertificate ( String sid )This method is from 'SoapSignService' class.
SoapSignService.markDocumentSigned ( String sid, long docId, String reason, String certificate )This method is from 'SoapSignService' class.
SoapSignService.sign ( String sid, List<Long> docIds, String reason )This method is from 'SoapSignService' class.
SoapSignService.uploadCertificate ( String sid, String privateKey, DataHandler certificate )This method is from 'SoapSignService' class.
logicaldoc-split-8.9.3-plugin.jar
package com.logicaldoc.split.webservice.soap.endpoint
[+] class SoapSplitService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapSplitService. |
[+] affected methods: 6 (0.5%)
SoapSplitService.SoapSplitService ( )This constructor is from 'SoapSplitService' class.
SoapSplitService.splitAllPages ( String sid, long docId )This method is from 'SoapSplitService' class.
SoapSplitService.splitSelection ( String sid, long docId, String expression )This method is from 'SoapSplitService' class.
SoapSplitService.splitUsingBarcode ( String sid, long docId, String expression, int separator )This method is from 'SoapSplitService' class.
SoapSplitService.splitUsingBlankPage ( String sid, long docId, int separator )This method is from 'SoapSplitService' class.
SoapSplitService.splitUsingText ( String sid, long docId, String expression, int separator )This method is from 'SoapSplitService' class.
logicaldoc-stamp-8.9.3-plugin.jar
package com.logicaldoc.stamp.webservice.soap.endpoint
[+] class SoapStampService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapStampService. |
[+] affected methods: 2 (0.2%)
SoapStampService.SoapStampService ( )This constructor is from 'SoapStampService' class.
SoapStampService.stamp ( String sid, long docId, String stamp, List<WSAttribute> parameters )This method is from 'SoapStampService' class.
logicaldoc-webservice-8.9.3-plugin.jar
package com.logicaldoc.webservice.model
[+] class WSDocument 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in WSDocument. |
[+] affected methods: 125 (9.7%)
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.
...
[+] class WSFolder 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in WSFolder. |
[+] affected methods: 58 (4.5%)
WSFolder.WSFolder ( )This constructor is from 'WSFolder' class.
WSFolder.addAttribute ( WSAttribute att )This method is from 'WSFolder' class.
WSFolder.addTag ( String tag )This method is from 'WSFolder' class.
WSFolder.attribute ( String name )This method is from 'WSFolder' class.
WSFolder.fromFolder ( Folder folder )This method is from 'WSFolder' class.
WSFolder.fromFolder ( Folder folder, boolean withCollections )This method is from 'WSFolder' class.
WSFolder.getAttributes ( )This method is from 'WSFolder' class.
WSFolder.getBarcodeTemplateId ( )This method is from 'WSFolder' class.
WSFolder.getColor ( )This method is from 'WSFolder' class.
WSFolder.getCreation ( )This method is from 'WSFolder' class.
...
[+] class WSUser 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in WSUser. |
[+] affected methods: 101 (7.8%)
WSUser.WSUser ( )This constructor is from 'WSUser' class.
WSUser.fromUser ( User user )This method is from 'WSUser' class.
WSUser.getBuilding ( )This method is from 'WSUser' class.
WSUser.getCity ( )This method is from 'WSUser' class.
WSUser.getCompany ( )This method is from 'WSUser' class.
WSUser.getCountry ( )This method is from 'WSUser' class.
WSUser.getCreation ( )This method is from 'WSUser' class.
WSUser.getDateFormat ( )This method is from 'WSUser' class.
WSUser.getDateFormatLong ( )This method is from 'WSUser' class.
WSUser.getDateFormatShort ( )This method is from 'WSUser' class.
...
logicaldoc-webservice-8.9.3-plugin.jar
package com.logicaldoc.webservice.soap.endpoint
[+] class SoapAuthService 1
| Change | Effect |
---|
1 |
Field log of type org.slf4j.Logger has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable log in SoapAuthService. |
[+] affected methods: 5 (0.4%)
SoapAuthService.SoapAuthService ( )This constructor is from 'SoapAuthService' class.
SoapAuthService.login ( String username, String password )This method is from 'SoapAuthService' class.
SoapAuthService.logout ( String sid )This method is from 'SoapAuthService' class.
SoapAuthService.renew ( String sid )This method is from 'SoapAuthService' class.
SoapAuthService.valid ( String sid )This method is from 'SoapAuthService' class.
[+] class SoapBookmarkService 1
| Change | Effect |
---|
1 |
Field log of type org.slf4j.Logger has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable log in SoapBookmarkService. |
[+] affected methods: 8 (0.6%)
SoapBookmarkService.SoapBookmarkService ( )This constructor is from 'SoapBookmarkService' class.
SoapBookmarkService.bookmarkDocument ( String sid, long docId )This method is from 'SoapBookmarkService' class.
SoapBookmarkService.bookmarkFolder ( String sid, long folderId )This method is from 'SoapBookmarkService' class.
SoapBookmarkService.deleteBookmark ( String sid, long bookmarkId )This method is from 'SoapBookmarkService' class.
SoapBookmarkService.getBookmarks ( String sid )This method is from 'SoapBookmarkService' class.
SoapBookmarkService.saveBookmark ( String sid, WSBookmark bookmark )This method is from 'SoapBookmarkService' class.
SoapBookmarkService.unbookmarkDocument ( String sid, long docId )This method is from 'SoapBookmarkService' class.
SoapBookmarkService.unbookmarkFolder ( String sid, long folderId )This method is from 'SoapBookmarkService' class.
[+] class SoapDocumentMetadataService 1
| Change | Effect |
---|
1 |
Field log of type org.slf4j.Logger has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable log in SoapDocumentMetadataService. |
[+] affected methods: 19 (1.5%)
SoapDocumentMetadataService.SoapDocumentMetadataService ( )This constructor is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.addAttributeOption ( String sid, long setId, String attribute, WSAttributeOption wsoption )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.deleteAttributeSet ( String sid, long setId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.deleteTemplate ( String sid, long templateId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAccessControlList ( String sid, long templateId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeOptions ( String sid, long setId, String attribute )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeOptionsByCategory ( String sid, long setId, String attribute, String category )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeSet ( String sid, String name )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeSetById ( String sid, long setId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getTemplate ( String sid, String name )This method is from 'SoapDocumentMetadataService' class.
...
[+] class SoapDocumentService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapDocumentService. |
[+] affected methods: 59 (4.6%)
SoapDocumentService.SoapDocumentService ( )This constructor is from 'SoapDocumentService' class.
SoapDocumentService.addNote ( String sid, long docId, String note )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkin ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkin ( String sid, long docId, String comment, String filename, boolean release, DataHandler content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkinDocument ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkinDocument ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, DataHandler content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkout ( String sid, long docId )This method is from 'SoapDocumentService' class.
SoapDocumentService.copy ( String sid, long docId, long folderId, boolean links, boolean notes, boolean security )This method is from 'SoapDocumentService' class.
SoapDocumentService.create ( String sid, WSDocument document, InputStream content )This method is from 'SoapDocumentService' class.
SoapDocumentService.create ( String sid, WSDocument document, DataHandler content )This method is from 'SoapDocumentService' class.
...
[+] class SoapFolderService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapFolderService. |
[+] affected methods: 24 (1.9%)
SoapFolderService.SoapFolderService ( )This constructor is from 'SoapFolderService' class.
SoapFolderService.copy ( String sid, long folderId, long targetId, int foldersOnly, String securityOption )This method is from 'SoapFolderService' class.
SoapFolderService.create ( String sid, WSFolder wsFolder )This method is from 'SoapFolderService' class.
SoapFolderService.createAlias ( String sid, long parentId, long foldRef )This method is from 'SoapFolderService' class.
SoapFolderService.createFolder ( String sid, long parentId, String name )This method is from 'SoapFolderService' class.
SoapFolderService.createPath ( String sid, long parentId, String path )This method is from 'SoapFolderService' class.
SoapFolderService.delete ( String sid, long folderId )This method is from 'SoapFolderService' class.
SoapFolderService.findByPath ( String sid, String path )This method is from 'SoapFolderService' class.
SoapFolderService.getAccessControlList ( String sid, long folderId )This method is from 'SoapFolderService' class.
SoapFolderService.getDefaultWorkspace ( String sid )This method is from 'SoapFolderService' class.
...
[+] class SoapSearchService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapSearchService. |
[+] affected methods: 4 (0.3%)
SoapSearchService.SoapSearchService ( )This constructor is from 'SoapSearchService' class.
SoapSearchService.find ( String sid, WSSearchOptions opt )This method is from 'SoapSearchService' class.
SoapSearchService.findByFilename ( String sid, String filename )This method is from 'SoapSearchService' class.
SoapSearchService.findFolders ( String sid, String name )This method is from 'SoapSearchService' class.
[+] class SoapSecurityService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapSecurityService. |
[+] affected methods: 11 (0.9%)
SoapSecurityService.SoapSecurityService ( )This constructor is from 'SoapSecurityService' class.
SoapSecurityService.changePassword ( String sid, long userId, String oldPassword, String newPassword )This method is from 'SoapSecurityService' class.
SoapSecurityService.deleteGroup ( String sid, long groupId )This method is from 'SoapSecurityService' class.
SoapSecurityService.deleteUser ( String sid, long userId )This method is from 'SoapSecurityService' class.
SoapSecurityService.getGroup ( String sid, long groupId )This method is from 'SoapSecurityService' class.
SoapSecurityService.getUser ( String sid, long userId )This method is from 'SoapSecurityService' class.
SoapSecurityService.getUserByUsername ( String sid, String username )This method is from 'SoapSecurityService' class.
SoapSecurityService.listGroups ( String sid )This method is from 'SoapSecurityService' class.
SoapSecurityService.listUsers ( String sid, String group )This method is from 'SoapSecurityService' class.
SoapSecurityService.storeGroup ( String sid, WSGroup group )This method is from 'SoapSecurityService' class.
...
[+] class SoapSystemService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapSystemService. |
[+] affected methods: 4 (0.3%)
SoapSystemService.SoapSystemService ( )This constructor is from 'SoapSystemService' class.
SoapSystemService.getInfo ( )This method is from 'SoapSystemService' class.
SoapSystemService.getLanguages ( String tenantOrSid )This method is from 'SoapSystemService' class.
SoapSystemService.getStatistics ( String sid )This method is from 'SoapSystemService' class.
[+] class SoapTagService 1
| Change | Effect |
---|
1 |
Field log of type org.slf4j.Logger has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable log in SoapTagService. |
[+] affected methods: 12 (0.9%)
SoapTagService.SoapTagService ( )This constructor is from 'SoapTagService' class.
SoapTagService.addDocumentTags ( String sid, long docId, List<String> tags )This method is from 'SoapTagService' class.
SoapTagService.addFolderTags ( String sid, long folderId, List<String> tags )This method is from 'SoapTagService' class.
SoapTagService.findDocumentsByTag ( String sid, String tag )This method is from 'SoapTagService' class.
SoapTagService.findFoldersByTag ( String sid, String tag )This method is from 'SoapTagService' class.
SoapTagService.getDocumentTags ( String sid, long docId )This method is from 'SoapTagService' class.
SoapTagService.getFolderTags ( String sid, long folderId )This method is from 'SoapTagService' class.
SoapTagService.getTagCloud ( String sid )This method is from 'SoapTagService' class.
SoapTagService.getTags ( String sid )This method is from 'SoapTagService' class.
SoapTagService.getTagsPreset ( String sid )This method is from 'SoapTagService' class.
...
logicaldoc-workflow-8.9.3-plugin.jar
package com.logicaldoc.workflow.webservice.soap.endpoint
[+] class SoapWorkflowService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: log has private access in SoapWorkflowService. |
[+] affected methods: 12 (0.9%)
SoapWorkflowService.SoapWorkflowService ( )This constructor is from 'SoapWorkflowService' class.
SoapWorkflowService.addNote ( String sid, String taskId, String note )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.appendDocuments ( String sid, String taskId, List<Long> docIds )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.claim ( String sid, String taskId )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.complete ( String sid, String taskId, String transition )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getHistories ( String sid, String instanceId, String event )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getTasksAssignedToMe ( String sid )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getTasksICanOwn ( String sid )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getWorkflows ( String sid )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.reassign ( String sid, String taskId, long userId )This method is from 'SoapWorkflowService' class.
...
to the top
Problems with Data Types, Medium Severity 22
logicaldoc-enterprise-core-8.9.3-plugin.jar
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] class SoapArchiveService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 5 (0.4%)
SoapArchiveService.SoapArchiveService ( )This constructor is from 'SoapArchiveService' class.
SoapArchiveService.archiveDocuments ( String p1, List<Long> p2, String p3 )This method is from 'SoapArchiveService' class.
SoapArchiveService.archiveFolder ( String p1, long p2, String p3 )This method is from 'SoapArchiveService' class.
SoapArchiveService.listArchivedDocs ( String p1, long p2 )This method is from 'SoapArchiveService' class.
SoapArchiveService.unarchiveDocuments ( String p1, List<Long> p2 )This method is from 'SoapArchiveService' class.
[+] class SoapEnterpriseDocumentService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 8 (0.6%)
SoapEnterpriseDocumentService.SoapEnterpriseDocumentService ( )This constructor is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.checkin ( String p1, long p2, String p3, String p4, boolean p5, WSDocument p6 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.create ( String p1, WSDocument p2 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.deleteChunks ( String p1 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.downloadChunk ( String p1, long p2, String p3, long p4, long p5 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.getChunksFolder ( String p1 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.merge ( String p1, List<Long> p2, long p3, String p4 )This method is from 'SoapEnterpriseDocumentService' class.
SoapEnterpriseDocumentService.uploadChunk ( String p1, DataHandler p2 )This method is from 'SoapEnterpriseDocumentService' class.
[+] class SoapEnterpriseSearchService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 4 (0.3%)
SoapEnterpriseSearchService.SoapEnterpriseSearchService ( )This constructor is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.findByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 )This method is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.findDocumentsByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 )This method is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, String p5, Integer p6 )This method is from 'SoapEnterpriseSearchService' class.
[+] class SoapReadingRequestService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 4 (0.3%)
SoapReadingRequestService.SoapReadingRequestService ( )This constructor is from 'SoapReadingRequestService' class.
SoapReadingRequestService.askReadingConfirmation ( String p1, List<Long> p2, List<Long> p3, List<Long> p4, boolean p5, String p6 )This method is from 'SoapReadingRequestService' class.
SoapReadingRequestService.confirmReading ( String p1, long p2, String p3 )This method is from 'SoapReadingRequestService' class.
SoapReadingRequestService.getUnconfirmedReadings ( String p1 )This method is from 'SoapReadingRequestService' class.
[+] class SoapTaskService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 8 (0.6%)
SoapTaskService.SoapTaskService ( )This constructor is from 'SoapTaskService' class.
SoapTaskService.disable ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.enable ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.getLog ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.getTask ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.listTasks ( String p1 )This method is from 'SoapTaskService' class.
SoapTaskService.start ( String p1, String p2 )This method is from 'SoapTaskService' class.
SoapTaskService.stop ( String p1, String p2 )This method is from 'SoapTaskService' class.
[+] class SoapTenantService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 6 (0.5%)
SoapTenantService.SoapTenantService ( )This constructor is from 'SoapTenantService' class.
SoapTenantService.deleteTenant ( String p1, long p2 )This method is from 'SoapTenantService' class.
SoapTenantService.getTenant ( String p1, String p2 )This method is from 'SoapTenantService' class.
SoapTenantService.getTenantById ( String p1, long p2 )This method is from 'SoapTenantService' class.
SoapTenantService.listTenants ( String p1 )This method is from 'SoapTenantService' class.
SoapTenantService.storeTenant ( String p1, WSTenant p2 )This method is from 'SoapTenantService' class.
logicaldoc-form-8.9.3-plugin.jar
package com.logicaldoc.form.webservice.soap.endpoint
[+] class SoapFormService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 7 (0.5%)
SoapFormService.SoapFormService ( )This constructor is from 'SoapFormService' class.
SoapFormService.createDocument ( String sid, long formId, WSDocument doc )This method is from 'SoapFormService' class.
SoapFormService.delete ( String sid, long formId )This method is from 'SoapFormService' class.
SoapFormService.getForm ( String sid, long formId )This method is from 'SoapFormService' class.
SoapFormService.getFormByName ( String sid, String name )This method is from 'SoapFormService' class.
SoapFormService.list ( String sid )This method is from 'SoapFormService' class.
SoapFormService.store ( String sid, WSForm frm )This method is from 'SoapFormService' class.
logicaldoc-impex-8.9.3-plugin.jar
package com.logicaldoc.impex.webservice.soap.endpoint
[+] class SoapImpexService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 6 (0.5%)
SoapImpexService.SoapImpexService ( )This constructor is from 'SoapImpexService' class.
SoapImpexService.addDocumentToExportArchive ( String sid, long archiveId, long docId )This method is from 'SoapImpexService' class.
SoapImpexService.closeExportArchive ( String sid, long archiveId )This method is from 'SoapImpexService' class.
SoapImpexService.createExportArchive ( String sid, String name, String description )This method is from 'SoapImpexService' class.
SoapImpexService.deleteExportArchive ( String sid, long archiveId )This method is from 'SoapImpexService' class.
SoapImpexService.getArchiveIdByName ( String sid, String name )This method is from 'SoapImpexService' class.
logicaldoc-importfolder-8.9.3-plugin.jar
package com.logicaldoc.importfolder.webservice.soap.endpoint
[+] class SoapImportFolderService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 4 (0.3%)
SoapImportFolderService.SoapImportFolderService ( )This constructor is from 'SoapImportFolderService' class.
SoapImportFolderService.delete ( String sid, long folderId )This method is from 'SoapImportFolderService' class.
SoapImportFolderService.list ( String sid )This method is from 'SoapImportFolderService' class.
SoapImportFolderService.store ( String sid, WSImportFolder wsImportFolder )This method is from 'SoapImportFolderService' class.
logicaldoc-report-8.9.3-plugin.jar
package com.logicaldoc.report.webservice.soap.endpoint
[+] class SoapReportService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 3 (0.2%)
SoapReportService.SoapReportService ( )This constructor is from 'SoapReportService' class.
SoapReportService.execute ( String sid, long reportId, List<WSAttribute> parameters )This method is from 'SoapReportService' class.
SoapReportService.list ( String sid )This method is from 'SoapReportService' class.
logicaldoc-sign-8.9.3-plugin.jar
package com.logicaldoc.sign.webservice.soap.endpoint
[+] class SoapSignService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 5 (0.4%)
SoapSignService.SoapSignService ( )This constructor is from 'SoapSignService' class.
SoapSignService.generateCertificate ( String sid )This method is from 'SoapSignService' class.
SoapSignService.markDocumentSigned ( String sid, long docId, String reason, String certificate )This method is from 'SoapSignService' class.
SoapSignService.sign ( String sid, List<Long> docIds, String reason )This method is from 'SoapSignService' class.
SoapSignService.uploadCertificate ( String sid, String privateKey, DataHandler certificate )This method is from 'SoapSignService' class.
logicaldoc-split-8.9.3-plugin.jar
package com.logicaldoc.split.webservice.soap.endpoint
[+] class SoapSplitService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 6 (0.5%)
SoapSplitService.SoapSplitService ( )This constructor is from 'SoapSplitService' class.
SoapSplitService.splitAllPages ( String sid, long docId )This method is from 'SoapSplitService' class.
SoapSplitService.splitSelection ( String sid, long docId, String expression )This method is from 'SoapSplitService' class.
SoapSplitService.splitUsingBarcode ( String sid, long docId, String expression, int separator )This method is from 'SoapSplitService' class.
SoapSplitService.splitUsingBlankPage ( String sid, long docId, int separator )This method is from 'SoapSplitService' class.
SoapSplitService.splitUsingText ( String sid, long docId, String expression, int separator )This method is from 'SoapSplitService' class.
logicaldoc-stamp-8.9.3-plugin.jar
package com.logicaldoc.stamp.webservice.soap.endpoint
[+] class SoapStampService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 2 (0.2%)
SoapStampService.SoapStampService ( )This constructor is from 'SoapStampService' class.
SoapStampService.stamp ( String sid, long docId, String stamp, List<WSAttribute> parameters )This method is from 'SoapStampService' class.
logicaldoc-webservice-8.9.3-plugin.jar
package com.logicaldoc.webservice.model
[+] class WSDocument 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 125 (9.7%)
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.
...
[+] class WSFolder 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 58 (4.5%)
WSFolder.WSFolder ( )This constructor is from 'WSFolder' class.
WSFolder.addAttribute ( WSAttribute att )This method is from 'WSFolder' class.
WSFolder.addTag ( String tag )This method is from 'WSFolder' class.
WSFolder.attribute ( String name )This method is from 'WSFolder' class.
WSFolder.fromFolder ( Folder folder )This method is from 'WSFolder' class.
WSFolder.fromFolder ( Folder folder, boolean withCollections )This method is from 'WSFolder' class.
WSFolder.getAttributes ( )This method is from 'WSFolder' class.
WSFolder.getBarcodeTemplateId ( )This method is from 'WSFolder' class.
WSFolder.getColor ( )This method is from 'WSFolder' class.
WSFolder.getCreation ( )This method is from 'WSFolder' class.
...
[+] class WSUser 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 101 (7.8%)
WSUser.WSUser ( )This constructor is from 'WSUser' class.
WSUser.fromUser ( User user )This method is from 'WSUser' class.
WSUser.getBuilding ( )This method is from 'WSUser' class.
WSUser.getCity ( )This method is from 'WSUser' class.
WSUser.getCompany ( )This method is from 'WSUser' class.
WSUser.getCountry ( )This method is from 'WSUser' class.
WSUser.getCreation ( )This method is from 'WSUser' class.
WSUser.getDateFormat ( )This method is from 'WSUser' class.
WSUser.getDateFormatLong ( )This method is from 'WSUser' class.
WSUser.getDateFormatShort ( )This method is from 'WSUser' class.
...
logicaldoc-webservice-8.9.3-plugin.jar
package com.logicaldoc.webservice.soap.endpoint
[+] class SoapDocumentService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 59 (4.6%)
SoapDocumentService.SoapDocumentService ( )This constructor is from 'SoapDocumentService' class.
SoapDocumentService.addNote ( String sid, long docId, String note )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkin ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkin ( String sid, long docId, String comment, String filename, boolean release, DataHandler content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkinDocument ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkinDocument ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, DataHandler content )This method is from 'SoapDocumentService' class.
SoapDocumentService.checkout ( String sid, long docId )This method is from 'SoapDocumentService' class.
SoapDocumentService.copy ( String sid, long docId, long folderId, boolean links, boolean notes, boolean security )This method is from 'SoapDocumentService' class.
SoapDocumentService.create ( String sid, WSDocument document, InputStream content )This method is from 'SoapDocumentService' class.
SoapDocumentService.create ( String sid, WSDocument document, DataHandler content )This method is from 'SoapDocumentService' class.
...
[+] class SoapFolderService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 24 (1.9%)
SoapFolderService.SoapFolderService ( )This constructor is from 'SoapFolderService' class.
SoapFolderService.copy ( String sid, long folderId, long targetId, int foldersOnly, String securityOption )This method is from 'SoapFolderService' class.
SoapFolderService.create ( String sid, WSFolder wsFolder )This method is from 'SoapFolderService' class.
SoapFolderService.createAlias ( String sid, long parentId, long foldRef )This method is from 'SoapFolderService' class.
SoapFolderService.createFolder ( String sid, long parentId, String name )This method is from 'SoapFolderService' class.
SoapFolderService.createPath ( String sid, long parentId, String path )This method is from 'SoapFolderService' class.
SoapFolderService.delete ( String sid, long folderId )This method is from 'SoapFolderService' class.
SoapFolderService.findByPath ( String sid, String path )This method is from 'SoapFolderService' class.
SoapFolderService.getAccessControlList ( String sid, long folderId )This method is from 'SoapFolderService' class.
SoapFolderService.getDefaultWorkspace ( String sid )This method is from 'SoapFolderService' class.
...
[+] class SoapSearchService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 4 (0.3%)
SoapSearchService.SoapSearchService ( )This constructor is from 'SoapSearchService' class.
SoapSearchService.find ( String sid, WSSearchOptions opt )This method is from 'SoapSearchService' class.
SoapSearchService.findByFilename ( String sid, String filename )This method is from 'SoapSearchService' class.
SoapSearchService.findFolders ( String sid, String name )This method is from 'SoapSearchService' class.
[+] class SoapSecurityService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 11 (0.9%)
SoapSecurityService.SoapSecurityService ( )This constructor is from 'SoapSecurityService' class.
SoapSecurityService.changePassword ( String sid, long userId, String oldPassword, String newPassword )This method is from 'SoapSecurityService' class.
SoapSecurityService.deleteGroup ( String sid, long groupId )This method is from 'SoapSecurityService' class.
SoapSecurityService.deleteUser ( String sid, long userId )This method is from 'SoapSecurityService' class.
SoapSecurityService.getGroup ( String sid, long groupId )This method is from 'SoapSecurityService' class.
SoapSecurityService.getUser ( String sid, long userId )This method is from 'SoapSecurityService' class.
SoapSecurityService.getUserByUsername ( String sid, String username )This method is from 'SoapSecurityService' class.
SoapSecurityService.listGroups ( String sid )This method is from 'SoapSecurityService' class.
SoapSecurityService.listUsers ( String sid, String group )This method is from 'SoapSecurityService' class.
SoapSecurityService.storeGroup ( String sid, WSGroup group )This method is from 'SoapSecurityService' class.
...
[+] class SoapSystemService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 4 (0.3%)
SoapSystemService.SoapSystemService ( )This constructor is from 'SoapSystemService' class.
SoapSystemService.getInfo ( )This method is from 'SoapSystemService' class.
SoapSystemService.getLanguages ( String tenantOrSid )This method is from 'SoapSystemService' class.
SoapSystemService.getStatistics ( String sid )This method is from 'SoapSystemService' class.
logicaldoc-workflow-8.9.3-plugin.jar
package com.logicaldoc.workflow.webservice.soap.endpoint
[+] class SoapWorkflowService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 12 (0.9%)
SoapWorkflowService.SoapWorkflowService ( )This constructor is from 'SoapWorkflowService' class.
SoapWorkflowService.addNote ( String sid, String taskId, String note )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.appendDocuments ( String sid, String taskId, List<Long> docIds )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.claim ( String sid, String taskId )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.complete ( String sid, String taskId, String transition )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getHistories ( String sid, String instanceId, String event )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getTasksAssignedToMe ( String sid )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getTasksICanOwn ( String sid )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.getWorkflows ( String sid )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.reassign ( String sid, String taskId, long userId )This method is from 'SoapWorkflowService' class.
...
to the top
Problems with Methods, Medium Severity 4
logicaldoc-audit-8.9.3-plugin.jar,
WSHistory.class
package com.logicaldoc.audit.webservice.model
[+] WSHistory.getFolderId ( ) : long 1
com/logicaldoc/audit/webservice/model/WSHistory.getFolderId:()J
| Change | Effect |
---|
1 |
Return value type has been changed from long to java.lang.Long. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.Long cannot be converted to long. |
[+] WSHistory.getUserId ( ) : long 1
com/logicaldoc/audit/webservice/model/WSHistory.getUserId:()J
| Change | Effect |
---|
1 |
Return value type has been changed from long to java.lang.Long. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.Long cannot be converted to long. |
logicaldoc-stamp-8.9.3-plugin.jar,
SoapStampService.class
package com.logicaldoc.stamp.webservice.soap.endpoint
[+] SoapStampService.stamp ( String sid, long docId, String stamp, List<WSAttribute> parameters ) : void 1
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.automation.AutomationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.automation.AutomationException must be caught or declared to be thrown. |
logicaldoc-webservice-8.9.3-plugin.jar,
WSUtil.class
package com.logicaldoc.webservice.model
[+] WSUtil.toWSAttributeSet ( AttributeSet attributeSet ) [static] : WSAttributeSet 1
com/logicaldoc/webservice/model/WSUtil.toWSAttributeSet:(Lcom/logicaldoc/core/metadata/AttributeSet;)Lcom/logicaldoc/webservice/model/WSAttributeSet;
| 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. |
to the top
Java Archives 12
logicaldoc-audit-8.9.3-plugin.jar
logicaldoc-conversion-8.9.3-plugin.jar
logicaldoc-enterprise-core-8.9.3-plugin.jar
logicaldoc-form-8.9.3-plugin.jar
logicaldoc-impex-8.9.3-plugin.jar
logicaldoc-importfolder-8.9.3-plugin.jar
logicaldoc-report-8.9.3-plugin.jar
logicaldoc-sign-8.9.3-plugin.jar
logicaldoc-split-8.9.3-plugin.jar
logicaldoc-stamp-8.9.3-plugin.jar
logicaldoc-webservice-8.9.3-plugin.jar
logicaldoc-workflow-8.9.3-plugin.jar
to the top