Test Info
Library Name | LogicalDOC_SOAP |
Version #1 | 8.8.0 |
Version #2 | 9.2.0 |
Subject | Binary Compatibility |
Test Results
Total Java Modules | 12 |
Total Methods / Classes | 1409 / 59 |
Compatibility |
54.7% |
Problem Summary
| Severity | Count |
Added Methods | - | 278 |
Removed Methods | High | 125 |
Problems with Data Types | High | 48 |
Medium | 22 |
Low | 0 |
Problems with Methods | High | 62 |
Medium | 0 |
Low | 596 |
Other Changes in Data Types | - | 1 |
Added Methods 278
logicaldoc-audit-9.2-plugin.jar,
SoapAuditService.class
package com.logicaldoc.audit.webservice.soap.endpoint
SoapAuditService.getDocumentHistory ( String sid, long docId ) : List<WSHistory>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getDocumentHistory:(Ljava/lang/String;J)Ljava/util/List;
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.getHistory ( String sid, long folderId, String oldestDate, List<String> events, Integer max ) : List<WSHistory>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getHistory:(Ljava/lang/String;JLjava/lang/String;Ljava/util/List;Ljava/lang/Integer;)Ljava/util/List;
SoapAuditService.getLatestHistory ( String sid, long folderId, String oldestDate, List<String> events, Integer max ) : List<WSHistory>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getLatestHistory:(Ljava/lang/String;JLjava/lang/String;Ljava/util/List;Ljava/lang/Integer;)Ljava/util/List;
SoapAuditService.getMessages ( String sid ) : List<WSMessage>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getMessages:(Ljava/lang/String;)Ljava/util/List;
SoapAuditService.getSubscriptions ( String sid ) : List<WSSubscription>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getSubscriptions:(Ljava/lang/String;)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;
SoapAuditService.markAsRead ( String sid, List<Long> ids ) : void
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.markAsRead:(Ljava/lang/String;Ljava/util/List;)V
SoapAuditService.subscribe ( String sid, List<Long> ids, String type, String events ) : void
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.subscribe:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;)V
SoapAuditService.unsubscribe ( String sid, List<Long> ids, String type ) : void
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.unsubscribe:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)V
logicaldoc-audit-9.2-plugin.jar,
WSHistory.class
package com.logicaldoc.audit.webservice.model
WSHistory.equals ( Object obj ) : boolean
com/logicaldoc/audit/webservice/model/WSHistory.equals:(Ljava/lang/Object;)Z
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.getFileVersion ( ) : String
com/logicaldoc/audit/webservice/model/WSHistory.getFileVersion:()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.hashCode ( ) : int
com/logicaldoc/audit/webservice/model/WSHistory.hashCode:()I
WSHistory.setDevice ( String device ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setDevice:(Ljava/lang/String;)V
WSHistory.setFileVersion ( String fileVersion ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setFileVersion:(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-enterprise-core-9.2-plugin.jar,
SoapArchiveService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapArchiveService.archiveDocuments ( String p1, List<Long> p2, String p3 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.archiveDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)V
SoapArchiveService.listArchivedDocs ( String p1, long p2 ) : List<WSDocument>
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.listArchivedDocs:(Ljava/lang/String;J)Ljava/util/List;
SoapArchiveService.unarchiveDocuments ( String p1, List<Long> p2 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.unarchiveDocuments:(Ljava/lang/String;Ljava/util/List;)V
logicaldoc-enterprise-core-9.2-plugin.jar,
SoapEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapEnterpriseDocumentService.merge ( String p1, List<Long> p2, long p3, String p4 ) : WSDocument
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.merge:(Ljava/lang/String;Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-9.2-plugin.jar,
SoapEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapEnterpriseSearchService.findByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 ) : List<WSDocument>
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.findByParameters:(Ljava/lang/String;Ljava/lang/Long;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
SoapEnterpriseSearchService.findDocumentsByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 ) : List<WSDocument>
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.findDocumentsByParameters:(Ljava/lang/String;Ljava/lang/Long;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-enterprise-core-9.2-plugin.jar,
SoapReadingRequestService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapReadingRequestService.askReadingConfirmation ( String p1, List<Long> p2, List<Long> p3, List<Long> p4, boolean p5, String p6 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService.askReadingConfirmation:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/List;ZLjava/lang/String;)V
SoapReadingRequestService.confirmReading ( String p1, long p2, String p3 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService.confirmReading:(Ljava/lang/String;JLjava/lang/String;)V
SoapReadingRequestService.getUnconfirmedReadings ( String p1 ) : List<WSReadingRequest>
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService.getUnconfirmedReadings:(Ljava/lang/String;)Ljava/util/List;
SoapReadingRequestService.SoapReadingRequestService ( )
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService."<init>":()V
logicaldoc-enterprise-core-9.2-plugin.jar,
SoapTaskService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapTaskService.listTasks ( String p1 ) : List<WSTask>
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.listTasks:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-enterprise-core-9.2-plugin.jar,
SoapTenantService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapTenantService.listTenants ( String p1 ) : List<WSTenant>
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.listTenants:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-enterprise-core-9.2-plugin.jar,
WSReadingRequest.class
package com.logicaldoc.enterprise.webservice.model
WSReadingRequest.getAlertConfirmation ( ) : int
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getAlertConfirmation:()I
WSReadingRequest.getConfirmed ( ) : Date
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getConfirmed:()Ljava/util/Date;
WSReadingRequest.getDocId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getDocId:()J
WSReadingRequest.getFileName ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getFileName:()Ljava/lang/String;
WSReadingRequest.getFileVersion ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getFileVersion:()Ljava/lang/String;
WSReadingRequest.getId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getId:()J
WSReadingRequest.getRequestComment ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestComment:()Ljava/lang/String;
WSReadingRequest.getRequestorId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestorId:()J
WSReadingRequest.getRequestorLogin ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestorLogin:()Ljava/lang/String;
WSReadingRequest.getRequestorName ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestorName:()Ljava/lang/String;
WSReadingRequest.getUserId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getUserId:()J
WSReadingRequest.getUserLogin ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getUserLogin:()Ljava/lang/String;
WSReadingRequest.getUsername ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getUsername:()Ljava/lang/String;
WSReadingRequest.setAlertConfirmation ( int p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setAlertConfirmation:(I)V
WSReadingRequest.setConfirmed ( Date p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setConfirmed:(Ljava/util/Date;)V
WSReadingRequest.setDocId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setDocId:(J)V
WSReadingRequest.setFileName ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setFileName:(Ljava/lang/String;)V
WSReadingRequest.setFileVersion ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setFileVersion:(Ljava/lang/String;)V
WSReadingRequest.setId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setId:(J)V
WSReadingRequest.setRequestComment ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestComment:(Ljava/lang/String;)V
WSReadingRequest.setRequestorId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestorId:(J)V
WSReadingRequest.setRequestorLogin ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestorLogin:(Ljava/lang/String;)V
WSReadingRequest.setRequestorName ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestorName:(Ljava/lang/String;)V
WSReadingRequest.setUserId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setUserId:(J)V
WSReadingRequest.setUserLogin ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setUserLogin:(Ljava/lang/String;)V
WSReadingRequest.setUsername ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setUsername:(Ljava/lang/String;)V
WSReadingRequest.WSReadingRequest ( )
com/logicaldoc/enterprise/webservice/model/WSReadingRequest."<init>":()V
logicaldoc-form-9.2-plugin.jar,
SoapFormService.class
package com.logicaldoc.form.webservice.soap.endpoint
SoapFormService.list ( String sid ) : List<WSForm>
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.list:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-importfolder-9.2-plugin.jar,
SoapImportFolderService.class
package com.logicaldoc.importfolder.webservice.soap.endpoint
SoapImportFolderService.list ( String sid ) : List<WSImportFolder>
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.list:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-importfolder-9.2-plugin.jar,
WSImportFolder.class
package com.logicaldoc.importfolder.webservice.model
WSImportFolder.getPreventDuplications ( ) : int
com/logicaldoc/importfolder/webservice/model/WSImportFolder.getPreventDuplications:()I
WSImportFolder.setPreventDuplications ( int preventDuplications ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setPreventDuplications:(I)V
logicaldoc-report-9.2-plugin.jar,
SoapReportService.class
package com.logicaldoc.report.webservice.soap.endpoint
SoapReportService.execute ( String sid, long reportId, List<WSAttribute> parameters ) : void
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.execute:(Ljava/lang/String;JLjava/util/List;)V
SoapReportService.list ( String sid ) : List<WSReport>
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.list:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-sign-9.2-plugin.jar,
SoapSignService.class
package com.logicaldoc.sign.webservice.soap.endpoint
SoapSignService.sign ( String sid, List<Long> docIds, String reason ) : List<Long>
com/logicaldoc/sign/webservice/soap/endpoint/SoapSignService.sign:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)Ljava/util/List;
SoapSignService.uploadCertificate ( String sid, String privateKey, DataHandler certificate ) : void
com/logicaldoc/sign/webservice/soap/endpoint/SoapSignService.uploadCertificate:(Ljava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)V
logicaldoc-split-9.2-plugin.jar,
SoapSplitService.class
package com.logicaldoc.split.webservice.soap.endpoint
SoapSplitService.splitAllPages ( String sid, long docId ) : List<Long>
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitAllPages:(Ljava/lang/String;J)Ljava/util/List;
SoapSplitService.splitSelection ( String sid, long docId, String expression ) : List<Long>
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitSelection:(Ljava/lang/String;JLjava/lang/String;)Ljava/util/List;
SoapSplitService.splitUsingBarcode ( String sid, long docId, String expression, int separator ) : List<Long>
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingBarcode:(Ljava/lang/String;JLjava/lang/String;I)Ljava/util/List;
SoapSplitService.splitUsingBlankPage ( String sid, long docId, int separator ) : List<Long>
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingBlankPage:(Ljava/lang/String;JI)Ljava/util/List;
SoapSplitService.splitUsingText ( String sid, long docId, String expression, int separator ) : List<Long>
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingText:(Ljava/lang/String;JLjava/lang/String;I)Ljava/util/List;
logicaldoc-stamp-9.2-plugin.jar,
SoapStampService.class
package com.logicaldoc.stamp.webservice.soap.endpoint
SoapStampService.stamp ( String sid, long docId, String stamp, List<WSAttribute> parameters ) : void
com/logicaldoc/stamp/webservice/soap/endpoint/SoapStampService.stamp:(Ljava/lang/String;JLjava/lang/String;Ljava/util/List;)V
logicaldoc-webservice-9.2-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.2-plugin.jar,
SoapBookmarkService.class
package com.logicaldoc.webservice.soap.endpoint
SoapBookmarkService.getBookmarks ( String sid ) : List<WSBookmark>
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.getBookmarks:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-webservice-9.2-plugin.jar,
SoapDocumentMetadataService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentMetadataService.addAttributeOption ( String sid, long setId, String attribute, WSAttributeOption wsoption ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.addAttributeOption:(Ljava/lang/String;JLjava/lang/String;Lcom/logicaldoc/webservice/model/WSAttributeOption;)V
SoapDocumentMetadataService.getAccessControlList ( String sid, long templateId ) : List<WSAccessControlEntry>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAccessControlList:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentMetadataService.getAttributeOptions ( String sid, long setId, String attribute ) : List<String>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAttributeOptions:(Ljava/lang/String;JLjava/lang/String;)Ljava/util/List;
SoapDocumentMetadataService.getAttributeOptionsByCategory ( String sid, long setId, String attribute, String category ) : List<WSAttributeOption>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAttributeOptionsByCategory:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
SoapDocumentMetadataService.isReadable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isReadable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.isWritable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isWritable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.listAttributeSets ( String sid ) : List<WSAttributeSet>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.listAttributeSets:(Ljava/lang/String;)Ljava/util/List;
SoapDocumentMetadataService.listTemplates ( String sid ) : List<WSTemplate>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.listTemplates:(Ljava/lang/String;)Ljava/util/List;
SoapDocumentMetadataService.setAccessControlList ( String sid, long templateId, List<WSAccessControlEntry> acl ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.setAccessControlList:(Ljava/lang/String;JLjava/util/List;)V
SoapDocumentMetadataService.setAttributeOptions ( String sid, long setId, String attribute, List<WSAttributeOption> wsOptions ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.setAttributeOptions:(Ljava/lang/String;JLjava/lang/String;Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.copy ( String sid, long docId, long folderId, boolean links, boolean notes, boolean security ) : WSDocument
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.copy:(Ljava/lang/String;JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.createViewTicket ( String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews ) : String
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createViewTicket:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/String;
SoapDocumentService.getAccessControlList ( String sid, long docId ) : List<WSAccessControlEntry>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getAccessControlList:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentService.getAliases ( String sid, long docId ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getAliases:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentService.getDocuments ( String sid, List<Long> docIds ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getDocuments:(Ljava/lang/String;Ljava/util/List;)Ljava/util/List;
SoapDocumentService.getLinks ( String sid, long docId ) : List<WSLink>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getLinks:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentService.getNotes ( String sid, long docId ) : List<WSNote>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getNotes:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentService.getRatings ( String sid, long docId ) : List<WSRating>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRatings:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentService.getRecentDocuments ( String sid, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRecentDocuments:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
SoapDocumentService.getVersions ( String sid, long docId ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersions:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentService.isDownload ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isDownload:(Ljava/lang/String;J)Z
SoapDocumentService.isGranted ( String sid, long docId, String permission ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
SoapDocumentService.isRead ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isRead:(Ljava/lang/String;J)Z
SoapDocumentService.isWrite ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isWrite:(Ljava/lang/String;J)Z
SoapDocumentService.list ( String sid, long folderId, String fileName, String sort, Integer page, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
SoapDocumentService.listDocuments ( String sid, long folderId, String fileName ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.listDocuments:(Ljava/lang/String;JLjava/lang/String;)Ljava/util/List;
SoapDocumentService.sendEmail ( String sid, List<Long> docIds, String recipients, String subject, String message ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.sendEmail:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
SoapDocumentService.setAccessControlList ( String sid, long docId, List<WSAccessControlEntry> acl ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.setAccessControlList:(Ljava/lang/String;JLjava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
SoapFolderService.getAccessControlList ( String sid, long folderId ) : List<WSAccessControlEntry>
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getAccessControlList:(Ljava/lang/String;J)Ljava/util/List;
SoapFolderService.getPath ( String sid, long folderId ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getPath:(Ljava/lang/String;J)Ljava/util/List;
SoapFolderService.isGranted ( String sid, long folderId, String permission ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
SoapFolderService.list ( String sid, long folderId, String sort, Integer page, Integer max ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
SoapFolderService.listChildren ( String sid, long folderId ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.listChildren:(Ljava/lang/String;J)Ljava/util/List;
SoapFolderService.listWorkspaces ( String sid ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.listWorkspaces:(Ljava/lang/String;)Ljava/util/List;
SoapFolderService.setAccessControlList ( String sid, long folderId, List<WSAccessControlEntry> acl ) : void
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.setAccessControlList:(Ljava/lang/String;JLjava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
SoapSearchService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSearchService.findByFilename ( String sid, String filename ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.findByFilename:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
SoapSearchService.findFolders ( String sid, String name ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.findFolders:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
logicaldoc-webservice-9.2-plugin.jar,
SoapSecurityService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSecurityService.listGroups ( String sid ) : List<WSGroup>
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.listGroups:(Ljava/lang/String;)Ljava/util/List;
SoapSecurityService.listUsers ( String sid, String group ) : List<WSUser>
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.listUsers:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
logicaldoc-webservice-9.2-plugin.jar,
SoapSystemService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSystemService.getLanguages ( String tenantOrSid ) : List<String>
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getLanguages:(Ljava/lang/String;)Ljava/util/List;
SoapSystemService.getStatistics ( String sid ) : List<WSParameter>
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getStatistics:(Ljava/lang/String;)Ljava/util/List;
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.2-plugin.jar,
SoapTagService.class
package com.logicaldoc.webservice.soap.endpoint
SoapTagService.addDocumentTags ( String sid, long docId, List<String> tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.addDocumentTags:(Ljava/lang/String;JLjava/util/List;)V
SoapTagService.addFolderTags ( String sid, long folderId, List<String> tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.addFolderTags:(Ljava/lang/String;JLjava/util/List;)V
SoapTagService.findDocumentsByTag ( String sid, String tag ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.findDocumentsByTag:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
SoapTagService.findFoldersByTag ( String sid, String tag ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.findFoldersByTag:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
SoapTagService.getDocumentTags ( String sid, long docId ) : List<String>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getDocumentTags:(Ljava/lang/String;J)Ljava/util/List;
SoapTagService.getFolderTags ( String sid, long folderId ) : List<String>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getFolderTags:(Ljava/lang/String;J)Ljava/util/List;
SoapTagService.getTagCloud ( String sid ) : List<WSTagCloud>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTagCloud:(Ljava/lang/String;)Ljava/util/List;
SoapTagService.getTags ( String sid ) : List<String>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTags:(Ljava/lang/String;)Ljava/util/List;
SoapTagService.getTagsPreset ( String sid ) : List<String>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTagsPreset:(Ljava/lang/String;)Ljava/util/List;
SoapTagService.setDocumentTags ( String sid, long docId, List<String> tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.setDocumentTags:(Ljava/lang/String;JLjava/util/List;)V
SoapTagService.setFolderTags ( String sid, long folderId, List<String> tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.setFolderTags:(Ljava/lang/String;JLjava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
WSAccessControlEntry.class
package com.logicaldoc.webservice.model
WSAccessControlEntry.getAdd ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getAdd:()I
WSAccessControlEntry.getArchive ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getArchive:()I
WSAccessControlEntry.getAutomation ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getAutomation:()I
WSAccessControlEntry.getCalendar ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getCalendar:()I
WSAccessControlEntry.getCustomid ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getCustomid:()I
WSAccessControlEntry.getDelete ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getDelete:()I
WSAccessControlEntry.getDownload ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getDownload:()I
WSAccessControlEntry.getEmail ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getEmail:()I
WSAccessControlEntry.getExport ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getExport:()I
WSAccessControlEntry.getGroupId ( ) : long
com/logicaldoc/webservice/model/WSAccessControlEntry.getGroupId:()J
WSAccessControlEntry.getIimport ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getIimport:()I
WSAccessControlEntry.getImmutable ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getImmutable:()I
WSAccessControlEntry.getMove ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getMove:()I
WSAccessControlEntry.getPassword ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getPassword:()I
WSAccessControlEntry.getPreview ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getPreview:()I
WSAccessControlEntry.getPrint ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getPrint:()I
WSAccessControlEntry.getRead ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getRead:()I
WSAccessControlEntry.getReadingreq ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getReadingreq:()I
WSAccessControlEntry.getRename ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getRename:()I
WSAccessControlEntry.getSecurity ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getSecurity:()I
WSAccessControlEntry.getSign ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getSign:()I
WSAccessControlEntry.getStore ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getStore:()I
WSAccessControlEntry.getSubscription ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getSubscription:()I
WSAccessControlEntry.getUserId ( ) : long
com/logicaldoc/webservice/model/WSAccessControlEntry.getUserId:()J
WSAccessControlEntry.getWorkflow ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getWorkflow:()I
WSAccessControlEntry.getWrite ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getWrite:()I
WSAccessControlEntry.setAdd ( int add ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setAdd:(I)V
WSAccessControlEntry.setArchive ( int archive ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setArchive:(I)V
WSAccessControlEntry.setAutomation ( int automation ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setAutomation:(I)V
WSAccessControlEntry.setCalendar ( int calendar ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setCalendar:(I)V
WSAccessControlEntry.setCustomid ( int customid ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setCustomid:(I)V
WSAccessControlEntry.setDelete ( int delete ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setDelete:(I)V
WSAccessControlEntry.setDownload ( int download ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setDownload:(I)V
WSAccessControlEntry.setEmail ( int email ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setEmail:(I)V
WSAccessControlEntry.setExport ( int export ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setExport:(I)V
WSAccessControlEntry.setGroupId ( long groupId ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setGroupId:(J)V
WSAccessControlEntry.setIimport ( int iimport ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setIimport:(I)V
WSAccessControlEntry.setImmutable ( int immutable ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setImmutable:(I)V
WSAccessControlEntry.setMove ( int move ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setMove:(I)V
WSAccessControlEntry.setPassword ( int password ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setPassword:(I)V
WSAccessControlEntry.setPreview ( int preview ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setPreview:(I)V
WSAccessControlEntry.setPrint ( int print ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setPrint:(I)V
WSAccessControlEntry.setRead ( int read ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setRead:(I)V
WSAccessControlEntry.setReadingreq ( int readingreq ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setReadingreq:(I)V
WSAccessControlEntry.setRename ( int rename ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setRename:(I)V
WSAccessControlEntry.setSecurity ( int security ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setSecurity:(I)V
WSAccessControlEntry.setSign ( int sign ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setSign:(I)V
WSAccessControlEntry.setStore ( int store ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setStore:(I)V
WSAccessControlEntry.setSubscription ( int subscription ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setSubscription:(I)V
WSAccessControlEntry.setUserId ( long userId ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setUserId:(J)V
WSAccessControlEntry.setWorkflow ( int workflow ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setWorkflow:(I)V
WSAccessControlEntry.setWrite ( int write ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setWrite:(I)V
WSAccessControlEntry.WSAccessControlEntry ( )
com/logicaldoc/webservice/model/WSAccessControlEntry."<init>":()V
logicaldoc-webservice-9.2-plugin.jar,
WSAttribute.class
package com.logicaldoc.webservice.model
WSAttribute.getDependsOn ( ) : String
com/logicaldoc/webservice/model/WSAttribute.getDependsOn:()Ljava/lang/String;
WSAttribute.getInitialization ( ) : String
com/logicaldoc/webservice/model/WSAttribute.getInitialization:()Ljava/lang/String;
WSAttribute.getReadonly ( ) : int
com/logicaldoc/webservice/model/WSAttribute.getReadonly:()I
WSAttribute.getValidation ( ) : String
com/logicaldoc/webservice/model/WSAttribute.getValidation:()Ljava/lang/String;
WSAttribute.getValue ( WSAttribute attribute ) [static] : Object
com/logicaldoc/webservice/model/WSAttribute.getValue:(Lcom/logicaldoc/webservice/model/WSAttribute;)Ljava/lang/Object;
WSAttribute.setDependsOn ( String dependsOn ) : void
com/logicaldoc/webservice/model/WSAttribute.setDependsOn:(Ljava/lang/String;)V
WSAttribute.setInitialization ( String initialization ) : void
com/logicaldoc/webservice/model/WSAttribute.setInitialization:(Ljava/lang/String;)V
WSAttribute.setReadonly ( int readonly ) : void
com/logicaldoc/webservice/model/WSAttribute.setReadonly:(I)V
WSAttribute.setValidation ( String validation ) : void
com/logicaldoc/webservice/model/WSAttribute.setValidation:(Ljava/lang/String;)V
WSAttribute.setValue ( WSAttribute attribute, Object value ) [static] : void
com/logicaldoc/webservice/model/WSAttribute.setValue:(Lcom/logicaldoc/webservice/model/WSAttribute;Ljava/lang/Object;)V
logicaldoc-webservice-9.2-plugin.jar,
WSAttributeOption.class
package com.logicaldoc.webservice.model
WSAttributeOption.equals ( Object obj ) : boolean
com/logicaldoc/webservice/model/WSAttributeOption.equals:(Ljava/lang/Object;)Z
WSAttributeOption.getCategory ( ) : String
com/logicaldoc/webservice/model/WSAttributeOption.getCategory:()Ljava/lang/String;
WSAttributeOption.getValue ( ) : String
com/logicaldoc/webservice/model/WSAttributeOption.getValue:()Ljava/lang/String;
WSAttributeOption.hashCode ( ) : int
com/logicaldoc/webservice/model/WSAttributeOption.hashCode:()I
WSAttributeOption.setCategory ( String category ) : void
com/logicaldoc/webservice/model/WSAttributeOption.setCategory:(Ljava/lang/String;)V
WSAttributeOption.setValue ( String value ) : void
com/logicaldoc/webservice/model/WSAttributeOption.setValue:(Ljava/lang/String;)V
WSAttributeOption.WSAttributeOption ( )
com/logicaldoc/webservice/model/WSAttributeOption."<init>":()V
WSAttributeOption.WSAttributeOption ( String value )
com/logicaldoc/webservice/model/WSAttributeOption."<init>":(Ljava/lang/String;)V
WSAttributeOption.WSAttributeOption ( String value, String category )
com/logicaldoc/webservice/model/WSAttributeOption."<init>":(Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-webservice-9.2-plugin.jar,
WSAttributeSet.class
package com.logicaldoc.webservice.model
WSAttributeSet.getAttributes ( ) : List<WSAttribute>
com/logicaldoc/webservice/model/WSAttributeSet.getAttributes:()Ljava/util/List;
WSAttributeSet.setAttributes ( List<WSAttribute> attributes ) : void
com/logicaldoc/webservice/model/WSAttributeSet.setAttributes:(Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
WSCredentials.class
package com.logicaldoc.webservice.model
WSCredentials.getPassword ( ) : String
com/logicaldoc/webservice/model/WSCredentials.getPassword:()Ljava/lang/String;
WSCredentials.getUsername ( ) : String
com/logicaldoc/webservice/model/WSCredentials.getUsername:()Ljava/lang/String;
WSCredentials.setPassword ( String password ) : void
com/logicaldoc/webservice/model/WSCredentials.setPassword:(Ljava/lang/String;)V
WSCredentials.setUsername ( String username ) : void
com/logicaldoc/webservice/model/WSCredentials.setUsername:(Ljava/lang/String;)V
WSCredentials.WSCredentials ( )
com/logicaldoc/webservice/model/WSCredentials."<init>":()V
logicaldoc-webservice-9.2-plugin.jar,
WSDocument.class
package com.logicaldoc.webservice.model
WSDocument.getAttributes ( ) : List<WSAttribute>
com/logicaldoc/webservice/model/WSDocument.getAttributes:()Ljava/util/List;
WSDocument.getLastNote ( ) : String
com/logicaldoc/webservice/model/WSDocument.getLastNote:()Ljava/lang/String;
WSDocument.getTags ( ) : List<String>
com/logicaldoc/webservice/model/WSDocument.getTags:()Ljava/util/List;
WSDocument.setAttributes ( List<WSAttribute> attributes ) : void
com/logicaldoc/webservice/model/WSDocument.setAttributes:(Ljava/util/List;)V
WSDocument.setLastNote ( String lastNote ) : void
com/logicaldoc/webservice/model/WSDocument.setLastNote:(Ljava/lang/String;)V
WSDocument.setTags ( List<String> tags ) : void
com/logicaldoc/webservice/model/WSDocument.setTags:(Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
WSFolder.class
package com.logicaldoc.webservice.model
WSFolder.getAttributes ( ) : List<WSAttribute>
com/logicaldoc/webservice/model/WSFolder.getAttributes:()Ljava/util/List;
WSFolder.getStore ( ) : Integer
com/logicaldoc/webservice/model/WSFolder.getStore:()Ljava/lang/Integer;
WSFolder.getTags ( ) : List<String>
com/logicaldoc/webservice/model/WSFolder.getTags:()Ljava/util/List;
WSFolder.getTile ( ) : String
com/logicaldoc/webservice/model/WSFolder.getTile:()Ljava/lang/String;
WSFolder.setAttributes ( List<WSAttribute> attributes ) : void
com/logicaldoc/webservice/model/WSFolder.setAttributes:(Ljava/util/List;)V
WSFolder.setStore ( Integer store ) : void
com/logicaldoc/webservice/model/WSFolder.setStore:(Ljava/lang/Integer;)V
WSFolder.setTags ( List<String> tags ) : void
com/logicaldoc/webservice/model/WSFolder.setTags:(Ljava/util/List;)V
WSFolder.setTile ( String tile ) : void
com/logicaldoc/webservice/model/WSFolder.setTile:(Ljava/lang/String;)V
logicaldoc-webservice-9.2-plugin.jar,
WSGroup.class
package com.logicaldoc.webservice.model
WSGroup.fromGroup ( Group group ) [static] : WSGroup
com/logicaldoc/webservice/model/WSGroup.fromGroup:(Lcom/logicaldoc/core/security/user/Group;)Lcom/logicaldoc/webservice/model/WSGroup;
WSGroup.getUserIds ( ) : List<Long>
com/logicaldoc/webservice/model/WSGroup.getUserIds:()Ljava/util/List;
WSGroup.setUserIds ( List<Long> userIds ) : void
com/logicaldoc/webservice/model/WSGroup.setUserIds:(Ljava/util/List;)V
WSGroup.toGroup ( ) : Group
com/logicaldoc/webservice/model/WSGroup.toGroup:()Lcom/logicaldoc/core/security/user/Group;
logicaldoc-webservice-9.2-plugin.jar,
WSSearchOptions.class
package com.logicaldoc.webservice.model
WSSearchOptions.equals ( Object obj ) : boolean
com/logicaldoc/webservice/model/WSSearchOptions.equals:(Ljava/lang/Object;)Z
WSSearchOptions.getFields ( ) : List<String>
com/logicaldoc/webservice/model/WSSearchOptions.getFields:()Ljava/util/List;
WSSearchOptions.getFilterIds ( ) : List<Long>
com/logicaldoc/webservice/model/WSSearchOptions.getFilterIds:()Ljava/util/List;
WSSearchOptions.hashCode ( ) : int
com/logicaldoc/webservice/model/WSSearchOptions.hashCode:()I
WSSearchOptions.setFields ( List<String> fields ) : void
com/logicaldoc/webservice/model/WSSearchOptions.setFields:(Ljava/util/List;)V
WSSearchOptions.setFilterIds ( List<Long> filterIds ) : void
com/logicaldoc/webservice/model/WSSearchOptions.setFilterIds:(Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
WSSearchResult.class
package com.logicaldoc.webservice.model
WSSearchResult.getHits ( ) : List<WSDocument>
com/logicaldoc/webservice/model/WSSearchResult.getHits:()Ljava/util/List;
WSSearchResult.setHits ( List<WSDocument> hits ) : void
com/logicaldoc/webservice/model/WSSearchResult.setHits:(Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
WSSystemInfo.class
package com.logicaldoc.webservice.model
WSSystemInfo.getFeatures ( ) : List<String>
com/logicaldoc/webservice/model/WSSystemInfo.getFeatures:()Ljava/util/List;
WSSystemInfo.setFeatures ( List<String> features ) : void
com/logicaldoc/webservice/model/WSSystemInfo.setFeatures:(Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
WSTemplate.class
package com.logicaldoc.webservice.model
WSTemplate.getAttributes ( ) : List<WSAttribute>
com/logicaldoc/webservice/model/WSTemplate.getAttributes:()Ljava/util/List;
WSTemplate.getValidation ( ) : String
com/logicaldoc/webservice/model/WSTemplate.getValidation:()Ljava/lang/String;
WSTemplate.setAttributes ( List<WSAttribute> attributes ) : void
com/logicaldoc/webservice/model/WSTemplate.setAttributes:(Ljava/util/List;)V
WSTemplate.setValidation ( String validation ) : void
com/logicaldoc/webservice/model/WSTemplate.setValidation:(Ljava/lang/String;)V
logicaldoc-webservice-9.2-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
WSUser.fromUser ( User user ) [static] : WSUser
com/logicaldoc/webservice/model/WSUser.fromUser:(Lcom/logicaldoc/core/security/user/User;)Lcom/logicaldoc/webservice/model/WSUser;
WSUser.getBuilding ( ) : String
com/logicaldoc/webservice/model/WSUser.getBuilding:()Ljava/lang/String;
WSUser.getCompany ( ) : String
com/logicaldoc/webservice/model/WSUser.getCompany:()Ljava/lang/String;
WSUser.getCreation ( ) : String
com/logicaldoc/webservice/model/WSUser.getCreation:()Ljava/lang/String;
WSUser.getDecodedPassword ( ) : String
com/logicaldoc/webservice/model/WSUser.getDecodedPassword:()Ljava/lang/String;
WSUser.getDepartment ( ) : String
com/logicaldoc/webservice/model/WSUser.getDepartment:()Ljava/lang/String;
WSUser.getEvalFormEnabled ( ) : int
com/logicaldoc/webservice/model/WSUser.getEvalFormEnabled:()I
WSUser.getGroupIds ( ) : List<Long>
com/logicaldoc/webservice/model/WSUser.getGroupIds:()Ljava/util/List;
WSUser.getLastLogin ( ) : String
com/logicaldoc/webservice/model/WSUser.getLastLogin:()Ljava/lang/String;
WSUser.getOrganizationalUnit ( ) : String
com/logicaldoc/webservice/model/WSUser.getOrganizationalUnit:()Ljava/lang/String;
WSUser.getWorkingTimes ( ) : List<WSWorkingTime>
com/logicaldoc/webservice/model/WSUser.getWorkingTimes:()Ljava/util/List;
WSUser.setBuilding ( String building ) : void
com/logicaldoc/webservice/model/WSUser.setBuilding:(Ljava/lang/String;)V
WSUser.setCompany ( String company ) : void
com/logicaldoc/webservice/model/WSUser.setCompany:(Ljava/lang/String;)V
WSUser.setCreation ( String creation ) : void
com/logicaldoc/webservice/model/WSUser.setCreation:(Ljava/lang/String;)V
WSUser.setDecodedPassword ( String decodedPassword ) : void
com/logicaldoc/webservice/model/WSUser.setDecodedPassword:(Ljava/lang/String;)V
WSUser.setDepartment ( String department ) : void
com/logicaldoc/webservice/model/WSUser.setDepartment:(Ljava/lang/String;)V
WSUser.setEvalFormEnabled ( int evalFormEnabled ) : void
com/logicaldoc/webservice/model/WSUser.setEvalFormEnabled:(I)V
WSUser.setGroupIds ( List<Long> groupIds ) : void
com/logicaldoc/webservice/model/WSUser.setGroupIds:(Ljava/util/List;)V
WSUser.setLastLogin ( String lastLogin ) : void
com/logicaldoc/webservice/model/WSUser.setLastLogin:(Ljava/lang/String;)V
WSUser.setOrganizationalUnit ( String organizationalUnit ) : void
com/logicaldoc/webservice/model/WSUser.setOrganizationalUnit:(Ljava/lang/String;)V
WSUser.setWorkingTimes ( List<WSWorkingTime> workingTimes ) : void
com/logicaldoc/webservice/model/WSUser.setWorkingTimes:(Ljava/util/List;)V
WSUser.toUser ( ) : User
com/logicaldoc/webservice/model/WSUser.toUser:()Lcom/logicaldoc/core/security/user/User;
logicaldoc-webservice-9.2-plugin.jar,
WSUtil.class
package com.logicaldoc.webservice.model
WSUtil.toAccessControlEntry ( WSAccessControlEntry wsAce ) [static] : AccessControlEntry
com/logicaldoc/webservice/model/WSUtil.toAccessControlEntry:(Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)Lcom/logicaldoc/core/security/AccessControlEntry;
WSUtil.toDocumentAccessControlEntry ( WSAccessControlEntry wsAce ) [static] : DocumentAccessControlEntry
com/logicaldoc/webservice/model/WSUtil.toDocumentAccessControlEntry:(Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)Lcom/logicaldoc/core/document/DocumentAccessControlEntry;
WSUtil.toFolderAccessControlEntry ( WSAccessControlEntry wsAce ) [static] : FolderAccessControlEntry
com/logicaldoc/webservice/model/WSUtil.toFolderAccessControlEntry:(Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)Lcom/logicaldoc/core/document/FolderAccessControlEntry;
WSUtil.toWSAccessControlEntry ( AccessControlEntry ace ) [static] : WSAccessControlEntry
com/logicaldoc/webservice/model/WSUtil.toWSAccessControlEntry:(Lcom/logicaldoc/core/security/AccessControlEntry;)Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
logicaldoc-workflow-9.2-plugin.jar,
SoapWorkflowService.class
package com.logicaldoc.workflow.webservice.soap.endpoint
SoapWorkflowService.appendDocuments ( String sid, String taskId, List<Long> docIds ) : void
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.appendDocuments:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
SoapWorkflowService.getHistories ( String sid, String instanceId, WorkflowEvent event ) : List<WSWorkflowHistory>
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getHistories:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/workflow/history/WorkflowEvent;)Ljava/util/List;
SoapWorkflowService.getTasksAssignedToMe ( String sid ) : List<WSWorkflowTask>
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksAssignedToMe:(Ljava/lang/String;)Ljava/util/List;
SoapWorkflowService.getTasksICanOwn ( String sid ) : List<WSWorkflowTask>
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksICanOwn:(Ljava/lang/String;)Ljava/util/List;
SoapWorkflowService.getWorkflows ( String sid ) : List<String>
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getWorkflows:(Ljava/lang/String;)Ljava/util/List;
SoapWorkflowService.startWorkflow ( String sid, String workflow, String tag, String color, List<Long> docIds ) : String
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Ljava/lang/String;
logicaldoc-workflow-9.2-plugin.jar,
WSWorkflowHistory.class
package com.logicaldoc.workflow.webservice.model
WSWorkflowHistory.equals ( Object obj ) : boolean
com/logicaldoc/workflow/webservice/model/WSWorkflowHistory.equals:(Ljava/lang/Object;)Z
WSWorkflowHistory.hashCode ( ) : int
com/logicaldoc/workflow/webservice/model/WSWorkflowHistory.hashCode:()I
to the top
Removed Methods 125
logicaldoc-audit-8.8.0-plugin.jar,
SoapAuditService.class
package com.logicaldoc.audit.webservice.soap.endpoint
SoapAuditService.getDocumentHistory ( String sid, long docId ) : WSHistory[ ]
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getDocumentHistory:(Ljava/lang/String;J)[Lcom/logicaldoc/audit/webservice/model/WSHistory;
SoapAuditService.getHistory ( String sid, long folderId, String oldestDate, String[ ] events, Integer max ) : WSHistory[ ]
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getHistory:(Ljava/lang/String;JLjava/lang/String;[Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/audit/webservice/model/WSHistory;
SoapAuditService.getLatestHistory ( String sid, long folderId, String oldestDate, String[ ] events, Integer max ) : WSHistory[ ]
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getLatestHistory:(Ljava/lang/String;JLjava/lang/String;[Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/audit/webservice/model/WSHistory;
SoapAuditService.getMessages ( String sid ) : WSMessage[ ]
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getMessages:(Ljava/lang/String;)[Lcom/logicaldoc/audit/webservice/model/WSMessage;
SoapAuditService.getSubscriptions ( String sid ) : WSSubscription[ ]
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getSubscriptions:(Ljava/lang/String;)[Lcom/logicaldoc/audit/webservice/model/WSSubscription;
SoapAuditService.markAsRead ( String sid, long[ ] ids ) : void
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.markAsRead:(Ljava/lang/String;[J)V
SoapAuditService.subscribe ( String sid, Long[ ] ids, String type, String events ) : void
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.subscribe:(Ljava/lang/String;[Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;)V
SoapAuditService.unsubscribe ( String sid, Long[ ] ids, String type ) : void
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.unsubscribe:(Ljava/lang/String;[Ljava/lang/Long;Ljava/lang/String;)V
logicaldoc-audit-8.8.0-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-enterprise-core-8.8.0-plugin.jar,
SoapArchiveService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapArchiveService.archiveDocuments ( String p1, long[ ] p2, String p3 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.archiveDocuments:(Ljava/lang/String;[JLjava/lang/String;)V
SoapArchiveService.listArchivedDocs ( String p1, long p2 ) : WSDocument[ ]
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.listArchivedDocs:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapArchiveService.unarchiveDocuments ( String p1, long[ ] p2 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.unarchiveDocuments:(Ljava/lang/String;[J)V
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapEnterpriseSearchService.findByParameters ( String p1, Long p2, WSCriterion[ ] p3, String p4, Integer p5 ) : WSDocument[ ]
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.findByParameters:(Ljava/lang/String;Ljava/lang/Long;[Lcom/logicaldoc/enterprise/webservice/model/WSCriterion;Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapEnterpriseSearchService.findDocumentsByParameters ( String p1, Long p2, WSCriterion[ ] p3, String p4, Integer p5 ) : WSDocument[ ]
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.findDocumentsByParameters:(Ljava/lang/String;Ljava/lang/Long;[Lcom/logicaldoc/enterprise/webservice/model/WSCriterion;Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapTaskService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapTaskService.listTasks ( String p1 ) : WSTask[ ]
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.listTasks:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSTask;
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapTenantService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapTenantService.listTenants ( String p1 ) : WSTenant[ ]
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.listTenants:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSTenant;
logicaldoc-form-8.8.0-plugin.jar,
SoapFormService.class
package com.logicaldoc.form.webservice.soap.endpoint
SoapFormService.list ( String sid ) : WSForm[ ]
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.list:(Ljava/lang/String;)[Lcom/logicaldoc/form/webservice/model/WSForm;
logicaldoc-importfolder-8.8.0-plugin.jar,
SoapImportFolderService.class
package com.logicaldoc.importfolder.webservice.soap.endpoint
SoapImportFolderService.list ( String sid ) : WSImportFolder[ ]
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.list:(Ljava/lang/String;)[Lcom/logicaldoc/importfolder/webservice/model/WSImportFolder;
logicaldoc-report-8.8.0-plugin.jar,
SoapReportService.class
package com.logicaldoc.report.webservice.soap.endpoint
SoapReportService.execute ( String sid, long reportId, WSAttribute[ ] parameters ) : void
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.execute:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAttribute;)V
SoapReportService.list ( String sid ) : WSReport[ ]
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.list:(Ljava/lang/String;)[Lcom/logicaldoc/report/webservice/model/WSReport;
logicaldoc-sign-8.8.0-plugin.jar,
SoapSignService.class
package com.logicaldoc.sign.webservice.soap.endpoint
SoapSignService.sign ( String sid, Long[ ] docIds, String reason ) : Long[ ]
com/logicaldoc/sign/webservice/soap/endpoint/SoapSignService.sign:(Ljava/lang/String;[Ljava/lang/Long;Ljava/lang/String;)[Ljava/lang/Long;
logicaldoc-split-8.8.0-plugin.jar,
SoapSplitService.class
package com.logicaldoc.split.webservice.soap.endpoint
SoapSplitService.splitAllPages ( String sid, long docId ) : Long[ ]
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitAllPages:(Ljava/lang/String;J)[Ljava/lang/Long;
SoapSplitService.splitSelection ( String sid, long docId, String expression ) : Long[ ]
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitSelection:(Ljava/lang/String;JLjava/lang/String;)[Ljava/lang/Long;
SoapSplitService.splitUsingBarcode ( String sid, long docId, String expression, int separator ) : Long[ ]
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingBarcode:(Ljava/lang/String;JLjava/lang/String;I)[Ljava/lang/Long;
SoapSplitService.splitUsingBlankPage ( String sid, long docId, int separator ) : Long[ ]
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingBlankPage:(Ljava/lang/String;JI)[Ljava/lang/Long;
SoapSplitService.splitUsingText ( String sid, long docId, String expression, int separator ) : Long[ ]
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingText:(Ljava/lang/String;JLjava/lang/String;I)[Ljava/lang/Long;
logicaldoc-stamp-8.8.0-plugin.jar,
SoapStampService.class
package com.logicaldoc.stamp.webservice.soap.endpoint
SoapStampService.stamp ( String sid, long docId, String stamp, WSAttribute[ ] parameters ) : void
com/logicaldoc/stamp/webservice/soap/endpoint/SoapStampService.stamp:(Ljava/lang/String;JLjava/lang/String;[Lcom/logicaldoc/webservice/model/WSAttribute;)V
logicaldoc-webservice-8.8.0-plugin.jar,
SoapBookmarkService.class
package com.logicaldoc.webservice.soap.endpoint
SoapBookmarkService.getBookmarks ( String sid ) : WSBookmark[ ]
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.getBookmarks:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSBookmark;
logicaldoc-webservice-8.8.0-plugin.jar,
SoapDocumentMetadataService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentMetadataService.getAttributeOptions ( String sid, long setId, String attribute ) : String[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAttributeOptions:(Ljava/lang/String;JLjava/lang/String;)[Ljava/lang/String;
SoapDocumentMetadataService.getGrantedGroups ( String sid, long templateId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapDocumentMetadataService.getGrantedUsers ( String sid, long templateId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapDocumentMetadataService.grantGroupToTemplate ( String sid, long templateId, long groupId, int permissions ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.grantGroupToTemplate:(Ljava/lang/String;JJI)V
SoapDocumentMetadataService.grantUserToTemplate ( String sid, long templateId, long userId, int permissions ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.grantUserToTemplate:(Ljava/lang/String;JJI)V
SoapDocumentMetadataService.isTemplateReadable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isTemplateReadable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.isTemplateWritable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isTemplateWritable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.listAttributeSets ( String sid ) : WSAttributeSet[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.listAttributeSets:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSAttributeSet;
SoapDocumentMetadataService.listTemplates ( String sid ) : WSTemplate[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.listTemplates:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSTemplate;
SoapDocumentMetadataService.setAttributeOptions ( String sid, long setId, String attribute, String[ ] values ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.setAttributeOptions:(Ljava/lang/String;JLjava/lang/String;[Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.copy ( String sid, long docId, long folderId ) : WSDocument
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.copy:(Ljava/lang/String;JJ)Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.getAliases ( String sid, long docId ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getAliases:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.getDocuments ( String sid, Long[ ] docIds ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getDocuments:(Ljava/lang/String;[Ljava/lang/Long;)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.getLinks ( String sid, long docId ) : WSLink[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getLinks:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSLink;
SoapDocumentService.getNotes ( String sid, long docId ) : WSNote[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getNotes:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSNote;
SoapDocumentService.getRatings ( String sid, long docId ) : WSRating[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRatings:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRating;
SoapDocumentService.getRecentDocuments ( String sid, Integer max ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRecentDocuments:(Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.getVersions ( String sid, long docId ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersions:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.isReadable ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isReadable:(Ljava/lang/String;J)Z
SoapDocumentService.listDocuments ( String sid, long folderId, String fileName ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.listDocuments:(Ljava/lang/String;JLjava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.sendEmail ( String sid, Long[ ] docIds, String recipients, String subject, String message ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.sendEmail:(Ljava/lang/String;[Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
SoapFolderService.getGrantedGroups ( String sid, long folderId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapFolderService.getGrantedUsers ( String sid, long folderId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapFolderService.getPath ( String sid, long folderId ) : WSFolder[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getPath:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSFolder;
SoapFolderService.grantGroup ( String sid, long folderId, long groupId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.grantGroup:(Ljava/lang/String;JJIZ)V
SoapFolderService.grantUser ( String sid, long folderId, long userId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.grantUser:(Ljava/lang/String;JJIZ)V
SoapFolderService.isGranted ( String sid, long folderId, int permission ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.isGranted:(Ljava/lang/String;JI)Z
SoapFolderService.listChildren ( String sid, long folderId ) : WSFolder[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.listChildren:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSFolder;
SoapFolderService.listWorkspaces ( String sid ) : WSFolder[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.listWorkspaces:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSearchService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSearchService.findByFilename ( String sid, String filename ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.findByFilename:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapSearchService.findFolders ( String sid, String name ) : WSFolder[ ]
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.findFolders:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSecurityService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSecurityService.listGroups ( String sid ) : WSGroup[ ]
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.listGroups:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSGroup;
SoapSecurityService.listUsers ( String sid, String group ) : WSUser[ ]
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.listUsers:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSUser;
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSystemService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSystemService.getLanguages ( String tenantOrSid ) : String[ ]
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getLanguages:(Ljava/lang/String;)[Ljava/lang/String;
SoapSystemService.getStatistics ( String sid ) : WSParameter[ ]
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getStatistics:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSParameter;
logicaldoc-webservice-8.8.0-plugin.jar,
SoapTagService.class
package com.logicaldoc.webservice.soap.endpoint
SoapTagService.addDocumentTags ( String sid, long docId, String[ ] tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.addDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
SoapTagService.addFolderTags ( String sid, long folderId, String[ ] tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.addFolderTags:(Ljava/lang/String;J[Ljava/lang/String;)V
SoapTagService.findDocumentsByTag ( String sid, String tag ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.findDocumentsByTag:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapTagService.findFoldersByTag ( String sid, String tag ) : WSFolder[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.findFoldersByTag:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
SoapTagService.getDocumentTags ( String sid, long docId ) : String[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getDocumentTags:(Ljava/lang/String;J)[Ljava/lang/String;
SoapTagService.getFolderTags ( String sid, long folderId ) : String[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getFolderTags:(Ljava/lang/String;J)[Ljava/lang/String;
SoapTagService.getTagCloud ( String sid ) : WSTagCloud[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTagCloud:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSTagCloud;
SoapTagService.getTags ( String sid ) : String[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTags:(Ljava/lang/String;)[Ljava/lang/String;
SoapTagService.getTagsPreset ( String sid ) : String[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTagsPreset:(Ljava/lang/String;)[Ljava/lang/String;
SoapTagService.setDocumentTags ( String sid, long docId, String[ ] tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.setDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
SoapTagService.setFolderTags ( String sid, long folderId, String[ ] tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.setFolderTags:(Ljava/lang/String;J[Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSAttribute.class
package com.logicaldoc.webservice.model
WSAttribute.getValue ( ) : Object
com/logicaldoc/webservice/model/WSAttribute.getValue:()Ljava/lang/Object;
WSAttribute.setValue ( Object value ) : void
com/logicaldoc/webservice/model/WSAttribute.setValue:(Ljava/lang/Object;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSAttributeSet.class
package com.logicaldoc.webservice.model
WSAttributeSet.getAttributes ( ) : WSAttribute[ ]
com/logicaldoc/webservice/model/WSAttributeSet.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
WSAttributeSet.setAttributes ( WSAttribute[ ] attributes ) : void
com/logicaldoc/webservice/model/WSAttributeSet.setAttributes:([Lcom/logicaldoc/webservice/model/WSAttribute;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSDocument.class
package com.logicaldoc.webservice.model
WSDocument.getAttributes ( ) : WSAttribute[ ]
com/logicaldoc/webservice/model/WSDocument.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
WSDocument.getTags ( ) : String[ ]
com/logicaldoc/webservice/model/WSDocument.getTags:()[Ljava/lang/String;
WSDocument.setAttributes ( WSAttribute[ ] attributes ) : void
com/logicaldoc/webservice/model/WSDocument.setAttributes:([Lcom/logicaldoc/webservice/model/WSAttribute;)V
WSDocument.setTags ( String[ ] tags ) : void
com/logicaldoc/webservice/model/WSDocument.setTags:([Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSFolder.class
package com.logicaldoc.webservice.model
WSFolder.getAttributes ( ) : WSAttribute[ ]
com/logicaldoc/webservice/model/WSFolder.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
WSFolder.getStorage ( ) : Integer
com/logicaldoc/webservice/model/WSFolder.getStorage:()Ljava/lang/Integer;
WSFolder.getTags ( ) : String[ ]
com/logicaldoc/webservice/model/WSFolder.getTags:()[Ljava/lang/String;
WSFolder.setAttributes ( WSAttribute[ ] attributes ) : void
com/logicaldoc/webservice/model/WSFolder.setAttributes:([Lcom/logicaldoc/webservice/model/WSAttribute;)V
WSFolder.setStorage ( Integer storage ) : void
com/logicaldoc/webservice/model/WSFolder.setStorage:(Ljava/lang/Integer;)V
WSFolder.setTags ( String[ ] tags ) : void
com/logicaldoc/webservice/model/WSFolder.setTags:([Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSGroup.class
package com.logicaldoc.webservice.model
WSGroup.fromGroup ( Group group ) [static] : WSGroup
com/logicaldoc/webservice/model/WSGroup.fromGroup:(Lcom/logicaldoc/core/security/Group;)Lcom/logicaldoc/webservice/model/WSGroup;
WSGroup.getUserIds ( ) : long[ ]
com/logicaldoc/webservice/model/WSGroup.getUserIds:()[J
WSGroup.setUserIds ( long[ ] userIds ) : void
com/logicaldoc/webservice/model/WSGroup.setUserIds:([J)V
WSGroup.toGroup ( ) : Group
com/logicaldoc/webservice/model/WSGroup.toGroup:()Lcom/logicaldoc/core/security/Group;
logicaldoc-webservice-8.8.0-plugin.jar,
WSRight.class
package com.logicaldoc.webservice.model
WSRight.getId ( ) : long
com/logicaldoc/webservice/model/WSRight.getId:()J
WSRight.getPermissions ( ) : int
com/logicaldoc/webservice/model/WSRight.getPermissions:()I
WSRight.setId ( long id ) : void
com/logicaldoc/webservice/model/WSRight.setId:(J)V
WSRight.setPermissions ( int permissions ) : void
com/logicaldoc/webservice/model/WSRight.setPermissions:(I)V
WSRight.WSRight ( )
com/logicaldoc/webservice/model/WSRight."<init>":()V
WSRight.WSRight ( long id, int permissions )
com/logicaldoc/webservice/model/WSRight."<init>":(JI)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSSearchOptions.class
package com.logicaldoc.webservice.model
WSSearchOptions.getFields ( ) : String[ ]
com/logicaldoc/webservice/model/WSSearchOptions.getFields:()[Ljava/lang/String;
WSSearchOptions.getFilterIds ( ) : Long[ ]
com/logicaldoc/webservice/model/WSSearchOptions.getFilterIds:()[Ljava/lang/Long;
WSSearchOptions.setFields ( String[ ] fields ) : void
com/logicaldoc/webservice/model/WSSearchOptions.setFields:([Ljava/lang/String;)V
WSSearchOptions.setFilterIds ( Long[ ] filterIds ) : void
com/logicaldoc/webservice/model/WSSearchOptions.setFilterIds:([Ljava/lang/Long;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSSearchResult.class
package com.logicaldoc.webservice.model
WSSearchResult.getHits ( ) : WSDocument[ ]
com/logicaldoc/webservice/model/WSSearchResult.getHits:()[Lcom/logicaldoc/webservice/model/WSDocument;
WSSearchResult.setHits ( WSDocument[ ] hits ) : void
com/logicaldoc/webservice/model/WSSearchResult.setHits:([Lcom/logicaldoc/webservice/model/WSDocument;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSSystemInfo.class
package com.logicaldoc.webservice.model
WSSystemInfo.getFeatures ( ) : String[ ]
com/logicaldoc/webservice/model/WSSystemInfo.getFeatures:()[Ljava/lang/String;
WSSystemInfo.setFeatures ( String[ ] features ) : void
com/logicaldoc/webservice/model/WSSystemInfo.setFeatures:([Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSTemplate.class
package com.logicaldoc.webservice.model
WSTemplate.getAttributes ( ) : WSAttribute[ ]
com/logicaldoc/webservice/model/WSTemplate.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
WSTemplate.setAttributes ( WSAttribute[ ] attributes ) : void
com/logicaldoc/webservice/model/WSTemplate.setAttributes:([Lcom/logicaldoc/webservice/model/WSAttribute;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
WSUser.fromUser ( User user ) [static] : WSUser
com/logicaldoc/webservice/model/WSUser.fromUser:(Lcom/logicaldoc/core/security/User;)Lcom/logicaldoc/webservice/model/WSUser;
WSUser.getGroupIds ( ) : long[ ]
com/logicaldoc/webservice/model/WSUser.getGroupIds:()[J
WSUser.getWorkingTimes ( ) : WSWorkingTime[ ]
com/logicaldoc/webservice/model/WSUser.getWorkingTimes:()[Lcom/logicaldoc/webservice/model/WSWorkingTime;
WSUser.setGroupIds ( long[ ] groupIds ) : void
com/logicaldoc/webservice/model/WSUser.setGroupIds:([J)V
WSUser.setWorkingTimes ( WSWorkingTime[ ] workingTimes ) : void
com/logicaldoc/webservice/model/WSUser.setWorkingTimes:([Lcom/logicaldoc/webservice/model/WSWorkingTime;)V
WSUser.toUser ( ) : User
com/logicaldoc/webservice/model/WSUser.toUser:()Lcom/logicaldoc/core/security/User;
logicaldoc-webservice-8.8.0-plugin.jar,
WSUtil.class
package com.logicaldoc.webservice.model
WSUtil.convertDateToStringWithMillis ( Date date ) [static] : String
com/logicaldoc/webservice/model/WSUtil.convertDateToStringWithMillis:(Ljava/util/Date;)Ljava/lang/String;
logicaldoc-workflow-8.8.0-plugin.jar,
SoapWorkflowService.class
package com.logicaldoc.workflow.webservice.soap.endpoint
SoapWorkflowService.appendDocuments ( String sid, String taskId, Long[ ] docIds ) : void
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.appendDocuments:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Long;)V
SoapWorkflowService.getHistories ( String sid, String instanceId, String event ) : WSWorkflowHistory[ ]
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getHistories:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/workflow/webservice/model/WSWorkflowHistory;
SoapWorkflowService.getTasksAssignedToMe ( String sid ) : WSWorkflowTask[ ]
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksAssignedToMe:(Ljava/lang/String;)[Lcom/logicaldoc/workflow/webservice/model/WSWorkflowTask;
SoapWorkflowService.getTasksICanOwn ( String sid ) : WSWorkflowTask[ ]
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksICanOwn:(Ljava/lang/String;)[Lcom/logicaldoc/workflow/webservice/model/WSWorkflowTask;
SoapWorkflowService.getWorkflows ( String sid ) : String[ ]
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getWorkflows:(Ljava/lang/String;)[Ljava/lang/String;
SoapWorkflowService.startWorkflow ( String sid, String workflow, String tag, long[ ] docIds ) : String
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[J)Ljava/lang/String;
to the top
Problems with Data Types, High Severity 48
logicaldoc-audit-8.8.0-plugin.jar
package com.logicaldoc.audit.webservice.soap.endpoint
[+] class SoapAuditService 1
| Change | Effect |
---|
1 |
Field log of type org.apache.commons.logging.Log has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 2 (0.1%)
SoapAuditService.SoapAuditService ( )This constructor is from 'SoapAuditService' class.
SoapAuditService.saveDocumentHistory ( String sid, WSHistory history )This method is from 'SoapAuditService' class.
logicaldoc-enterprise-core-8.8.0-plugin.jar
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] class SoapArchiveService 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: 2 (0.1%)
SoapArchiveService.SoapArchiveService ( )This constructor is from 'SoapArchiveService' class.
SoapArchiveService.archiveFolder ( String p1, long p2, String p3 )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: 7 (0.5%)
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.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: 2 (0.1%)
SoapEnterpriseSearchService.SoapEnterpriseSearchService ( )This constructor 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 SoapTaskService 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: 7 (0.5%)
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.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 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%)
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.storeTenant ( String p1, WSTenant p2 )This method is from 'SoapTenantService' class.
logicaldoc-form-8.8.0-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: 6 (0.4%)
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.store ( String sid, WSForm frm )This method is from 'SoapFormService' class.
logicaldoc-impex-8.8.0-plugin.jar
package com.logicaldoc.impex.webservice.soap.endpoint
[+] class SoapImpexService 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: 6 (0.4%)
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.8.0-plugin.jar
package com.logicaldoc.importfolder.webservice.soap.endpoint
[+] class SoapImportFolderService 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: 3 (0.2%)
SoapImportFolderService.SoapImportFolderService ( )This constructor is from 'SoapImportFolderService' class.
SoapImportFolderService.delete ( String sid, long folderId )This method is from 'SoapImportFolderService' class.
SoapImportFolderService.store ( String sid, WSImportFolder folder )This method is from 'SoapImportFolderService' class.
logicaldoc-report-8.8.0-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: 1 (0.1%)
SoapReportService.SoapReportService ( )This constructor is from 'SoapReportService' class.
logicaldoc-sign-8.8.0-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: 3 (0.2%)
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.
logicaldoc-split-8.8.0-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: 1 (0.1%)
SoapSplitService.SoapSplitService ( )This constructor is from 'SoapSplitService' class.
logicaldoc-stamp-8.8.0-plugin.jar
package com.logicaldoc.stamp.webservice.soap.endpoint
[+] class SoapStampService 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: 1 (0.1%)
SoapStampService.SoapStampService ( )This constructor is from 'SoapStampService' class.
logicaldoc-webservice-8.8.0-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: 119 (8.4%)
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.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.getBarcoded ( )This method is from 'WSDocument' class.
WSDocument.getBarcodeTemplateId ( )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: 52 (3.7%)
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.getBarcodeTemplateId ( )This method is from 'WSFolder' class.
WSFolder.getColor ( )This method is from 'WSFolder' class.
WSFolder.getCreation ( )This method is from 'WSFolder' class.
WSFolder.getCreator ( )This method is from 'WSFolder' class.
...
[+] class WSRight 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.4%)
WSRight.WSRight ( )This constructor is from 'WSRight' class.
WSRight.WSRight ( long id, int permissions )This constructor is from 'WSRight' class.
WSRight.getId ( )This method is from 'WSRight' class.
WSRight.getPermissions ( )This method is from 'WSRight' class.
WSRight.setId ( long id )This method is from 'WSRight' class.
WSRight.setPermissions ( int permissions )This method is from 'WSRight' class.
[+] class WSSystemInfo 21
| Change | Effect |
---|
1 |
Access level of field bugs has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
2 |
Access level of field date has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
3 |
Access level of field features has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
4 |
Access level of field forum has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
5 |
Access level of field help has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
6 |
Access level of field hostName has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
7 |
Access level of field installationId has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
8 |
Access level of field licensee has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
9 |
Access level of field product has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
10 |
Access level of field productName has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
11 |
Access level of field release has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
12 |
Access level of field runLevel has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
13 |
Access level of field support has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
14 |
Access level of field url has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
15 |
Access level of field vendor has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
16 |
Access level of field vendorAddress has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
17 |
Access level of field vendorCap has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
18 |
Access level of field vendorCity has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
19 |
Access level of field vendorCountry has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
20 |
Access level of field year has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
21 |
Type of field features has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 40 (2.8%)
WSSystemInfo.WSSystemInfo ( )This constructor is from 'WSSystemInfo' class.
WSSystemInfo.getBugs ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getDate ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getForum ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getHelp ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getHostName ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getInstallationId ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getLicensee ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getProduct ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getProductName ( )This method is from 'WSSystemInfo' class.
...
[+] class WSUtil 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: 9 (0.6%)
WSUtil.WSUtil ( )This constructor is from 'WSUtil' class.
WSUtil.convertDateToString ( Date date )This method is from 'WSUtil' class.
WSUtil.convertStringToDate ( String date )This method is from 'WSUtil' class.
WSUtil.toAttributeSet ( WSAttributeSet wsSet )This method is from 'WSUtil' class.
WSUtil.toDocument ( WSDocument wsDoc )This method is from 'WSUtil' class.
WSUtil.toTemplate ( WSTemplate wsTemplate )This method is from 'WSUtil' class.
WSUtil.toWSAttributeSet ( AttributeSet attributeSet )This method is from 'WSUtil' class.
WSUtil.toWSDocument ( AbstractDocument document )This method is from 'WSUtil' class.
WSUtil.toWSTemplate ( Template template )This method is from 'WSUtil' class.
logicaldoc-webservice-8.8.0-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: 7 (0.5%)
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.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: 9 (0.6%)
SoapDocumentMetadataService.SoapDocumentMetadataService ( )This constructor 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.getAttributeSet ( String sid, String name )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeSetById ( String sid, long setId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getTemplate ( String sid, String name )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getTemplateById ( String sid, long templateId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.storeAttributeSet ( String sid, WSAttributeSet attributeSet )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.storeTemplate ( String sid, WSTemplate template )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: 41 (2.9%)
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.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.
SoapDocumentService.createAlias ( String sid, long docId, long folderId, String type )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: 17 (1.2%)
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 folder )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.getDefaultWorkspace ( String sid )This method is from 'SoapFolderService' class.
SoapFolderService.getFolder ( String sid, long folderId )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: 2 (0.1%)
SoapSearchService.SoapSearchService ( )This constructor is from 'SoapSearchService' class.
SoapSearchService.find ( String sid, WSSearchOptions opt )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: 9 (0.6%)
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.storeGroup ( String sid, WSGroup group )This method is from 'SoapSecurityService' class.
SoapSecurityService.storeUser ( String sid, WSUser user )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: 2 (0.1%)
SoapSystemService.SoapSystemService ( )This constructor is from 'SoapSystemService' class.
SoapSystemService.getInfo ( )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: 1 (0.1%)
SoapTagService.SoapTagService ( )This constructor is from 'SoapTagService' class.
logicaldoc-workflow-8.8.0-plugin.jar
package com.logicaldoc.workflow.webservice.soap.endpoint
[+] class SoapWorkflowService 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: 6 (0.4%)
SoapWorkflowService.SoapWorkflowService ( )This constructor is from 'SoapWorkflowService' class.
SoapWorkflowService.addNote ( String sid, String taskId, String note )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.reassign ( String sid, String taskId, long userId )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.unclaim ( String sid, String taskId )This method is from 'SoapWorkflowService' class.
to the top
Problems with Methods, High Severity 62
logicaldoc-audit-8.8.0-plugin.jar,
SoapAuditService.class
package com.logicaldoc.audit.webservice.soap.endpoint
[+] SoapAuditService.getDocumentHistory ( String sid, long docId ) : WSHistory[ ] 1
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getDocumentHistory:(Ljava/lang/String;J)[Lcom/logicaldoc/audit/webservice/model/WSHistory;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.audit.webservice.model.WSHistory[] to java.util.List<com.logicaldoc.audit.webservice.model.WSHistory>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapAuditService.getMessages ( String sid ) : WSMessage[ ] 1
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getMessages:(Ljava/lang/String;)[Lcom/logicaldoc/audit/webservice/model/WSMessage;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.audit.webservice.model.WSMessage[] to java.util.List<com.logicaldoc.audit.webservice.model.WSMessage>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapAuditService.getSubscriptions ( String sid ) : WSSubscription[ ] 1
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getSubscriptions:(Ljava/lang/String;)[Lcom/logicaldoc/audit/webservice/model/WSSubscription;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.audit.webservice.model.WSSubscription[] to java.util.List<com.logicaldoc.audit.webservice.model.WSSubscription>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-audit-8.8.0-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. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapArchiveService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapArchiveService.listArchivedDocs ( String p1, long p2 ) : WSDocument[ ] 1
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.listArchivedDocs:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapTaskService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapTaskService.listTasks ( String p1 ) : WSTask[ ] 1
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.listTasks:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSTask;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.enterprise.webservice.model.WSTask[] to java.util.List<com.logicaldoc.enterprise.webservice.model.WSTask>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapTenantService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapTenantService.listTenants ( String p1 ) : WSTenant[ ] 1
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.listTenants:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSTenant;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.enterprise.webservice.model.WSTenant[] to java.util.List<com.logicaldoc.enterprise.webservice.model.WSTenant>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-form-8.8.0-plugin.jar,
SoapFormService.class
package com.logicaldoc.form.webservice.soap.endpoint
[+] SoapFormService.list ( String sid ) : WSForm[ ] 1
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.list:(Ljava/lang/String;)[Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.form.webservice.model.WSForm[] to java.util.List<com.logicaldoc.form.webservice.model.WSForm>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-importfolder-8.8.0-plugin.jar,
SoapImportFolderService.class
package com.logicaldoc.importfolder.webservice.soap.endpoint
[+] SoapImportFolderService.list ( String sid ) : WSImportFolder[ ] 1
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.list:(Ljava/lang/String;)[Lcom/logicaldoc/importfolder/webservice/model/WSImportFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.importfolder.webservice.model.WSImportFolder[] to java.util.List<com.logicaldoc.importfolder.webservice.model.WSImportFolder>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-report-8.8.0-plugin.jar,
SoapReportService.class
package com.logicaldoc.report.webservice.soap.endpoint
[+] SoapReportService.list ( String sid ) : WSReport[ ] 1
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.list:(Ljava/lang/String;)[Lcom/logicaldoc/report/webservice/model/WSReport;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.report.webservice.model.WSReport[] to java.util.List<com.logicaldoc.report.webservice.model.WSReport>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-split-8.8.0-plugin.jar,
SoapSplitService.class
package com.logicaldoc.split.webservice.soap.endpoint
[+] SoapSplitService.splitAllPages ( String sid, long docId ) : Long[ ] 1
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitAllPages:(Ljava/lang/String;J)[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapSplitService.splitSelection ( String sid, long docId, String expression ) : Long[ ] 1
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitSelection:(Ljava/lang/String;JLjava/lang/String;)[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapSplitService.splitUsingBarcode ( String sid, long docId, String expression, int separator ) : Long[ ] 1
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingBarcode:(Ljava/lang/String;JLjava/lang/String;I)[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapSplitService.splitUsingBlankPage ( String sid, long docId, int separator ) : Long[ ] 1
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingBlankPage:(Ljava/lang/String;JI)[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapSplitService.splitUsingText ( String sid, long docId, String expression, int separator ) : Long[ ] 1
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingText:(Ljava/lang/String;JLjava/lang/String;I)[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapBookmarkService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapBookmarkService.getBookmarks ( String sid ) : WSBookmark[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.getBookmarks:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSBookmark[] to java.util.List<com.logicaldoc.webservice.model.WSBookmark>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapDocumentMetadataService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapDocumentMetadataService.getAttributeOptions ( String sid, long setId, String attribute ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAttributeOptions:(Ljava/lang/String;JLjava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapDocumentMetadataService.listAttributeSets ( String sid ) : WSAttributeSet[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.listAttributeSets:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSAttributeSet;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSAttributeSet[] to java.util.List<com.logicaldoc.webservice.model.WSAttributeSet>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapDocumentMetadataService.listTemplates ( String sid ) : WSTemplate[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.listTemplates:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSTemplate;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSTemplate[] to java.util.List<com.logicaldoc.webservice.model.WSTemplate>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapDocumentService.getAliases ( String sid, long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getAliases:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapDocumentService.getLinks ( String sid, long docId ) : WSLink[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getLinks:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSLink;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSLink[] to java.util.List<com.logicaldoc.webservice.model.WSLink>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapDocumentService.getNotes ( String sid, long docId ) : WSNote[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getNotes:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSNote[] to java.util.List<com.logicaldoc.webservice.model.WSNote>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapDocumentService.getRatings ( String sid, long docId ) : WSRating[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRatings:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSRating[] to java.util.List<com.logicaldoc.webservice.model.WSRating>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapDocumentService.getRecentDocuments ( String sid, Integer max ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRecentDocuments:(Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapDocumentService.getVersions ( String sid, long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersions:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapDocumentService.listDocuments ( String sid, long folderId, String fileName ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.listDocuments:(Ljava/lang/String;JLjava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapFolderService.getPath ( String sid, long folderId ) : WSFolder[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getPath:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSFolder[] to java.util.List<com.logicaldoc.webservice.model.WSFolder>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapFolderService.listChildren ( String sid, long folderId ) : WSFolder[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.listChildren:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSFolder[] to java.util.List<com.logicaldoc.webservice.model.WSFolder>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapFolderService.listWorkspaces ( String sid ) : WSFolder[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.listWorkspaces:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSFolder[] to java.util.List<com.logicaldoc.webservice.model.WSFolder>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSearchService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapSearchService.findByFilename ( String sid, String filename ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.findByFilename:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapSearchService.findFolders ( String sid, String name ) : WSFolder[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.findFolders:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSFolder[] to java.util.List<com.logicaldoc.webservice.model.WSFolder>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSecurityService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapSecurityService.listGroups ( String sid ) : WSGroup[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.listGroups:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSGroup;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSGroup[] to java.util.List<com.logicaldoc.webservice.model.WSGroup>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapSecurityService.listUsers ( String sid, String group ) : WSUser[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.listUsers:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSUser;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSUser[] to java.util.List<com.logicaldoc.webservice.model.WSUser>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSystemService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapSystemService.getLanguages ( String tenantOrSid ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getLanguages:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapSystemService.getStatistics ( String sid ) : WSParameter[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getStatistics:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSParameter[] to java.util.List<com.logicaldoc.webservice.model.WSParameter>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapTagService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapTagService.findDocumentsByTag ( String sid, String tag ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.findDocumentsByTag:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapTagService.findFoldersByTag ( String sid, String tag ) : WSFolder[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.findFoldersByTag:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSFolder[] to java.util.List<com.logicaldoc.webservice.model.WSFolder>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapTagService.getDocumentTags ( String sid, long docId ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getDocumentTags:(Ljava/lang/String;J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapTagService.getFolderTags ( String sid, long folderId ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getFolderTags:(Ljava/lang/String;J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapTagService.getTagCloud ( String sid ) : WSTagCloud[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTagCloud:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSTagCloud;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSTagCloud[] to java.util.List<com.logicaldoc.webservice.model.WSTagCloud>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapTagService.getTags ( String sid ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTags:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapTagService.getTagsPreset ( String sid ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTagsPreset:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSAttributeSet.class
package com.logicaldoc.webservice.model
[+] WSAttributeSet.getAttributes ( ) : WSAttribute[ ] 1
com/logicaldoc/webservice/model/WSAttributeSet.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from WSAttribute[] to java.util.List<WSAttribute>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSDocument.class
package com.logicaldoc.webservice.model
[+] WSDocument.getAttributes ( ) : WSAttribute[ ] 1
com/logicaldoc/webservice/model/WSDocument.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from WSAttribute[] to java.util.List<WSAttribute>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] WSDocument.getTags ( ) : String[ ] 1
com/logicaldoc/webservice/model/WSDocument.getTags:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSFolder.class
package com.logicaldoc.webservice.model
[+] WSFolder.getAttributes ( ) : WSAttribute[ ] 1
com/logicaldoc/webservice/model/WSFolder.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from WSAttribute[] to java.util.List<WSAttribute>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] WSFolder.getTags ( ) : String[ ] 1
com/logicaldoc/webservice/model/WSFolder.getTags:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSGroup.class
package com.logicaldoc.webservice.model
[+] WSGroup.getUserIds ( ) : long[ ] 1
com/logicaldoc/webservice/model/WSGroup.getUserIds:()[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] WSGroup.toGroup ( ) : Group 1
com/logicaldoc/webservice/model/WSGroup.toGroup:()Lcom/logicaldoc/core/security/Group;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.Group to com.logicaldoc.core.security.user.Group. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSSearchOptions.class
package com.logicaldoc.webservice.model
[+] WSSearchOptions.getFields ( ) : String[ ] 1
com/logicaldoc/webservice/model/WSSearchOptions.getFields:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] WSSearchOptions.getFilterIds ( ) : Long[ ] 1
com/logicaldoc/webservice/model/WSSearchOptions.getFilterIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSSearchResult.class
package com.logicaldoc.webservice.model
[+] WSSearchResult.getHits ( ) : WSDocument[ ] 1
com/logicaldoc/webservice/model/WSSearchResult.getHits:()[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from WSDocument[] to java.util.List<WSDocument>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSSystemInfo.class
package com.logicaldoc.webservice.model
[+] WSSystemInfo.getFeatures ( ) : String[ ] 1
com/logicaldoc/webservice/model/WSSystemInfo.getFeatures:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSTemplate.class
package com.logicaldoc.webservice.model
[+] WSTemplate.getAttributes ( ) : WSAttribute[ ] 1
com/logicaldoc/webservice/model/WSTemplate.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from WSAttribute[] to java.util.List<WSAttribute>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
[+] WSUser.getGroupIds ( ) : long[ ] 1
com/logicaldoc/webservice/model/WSUser.getGroupIds:()[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] WSUser.getWorkingTimes ( ) : WSWorkingTime[ ] 1
com/logicaldoc/webservice/model/WSUser.getWorkingTimes:()[Lcom/logicaldoc/webservice/model/WSWorkingTime;
| Change | Effect |
---|
1 |
Return value type has been changed from WSWorkingTime[] to java.util.List<WSWorkingTime>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] WSUser.toUser ( ) : User 1
com/logicaldoc/webservice/model/WSUser.toUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSUtil.class
package com.logicaldoc.webservice.model
[+] WSUtil.WSUtil ( ) 1
com/logicaldoc/webservice/model/WSUtil."<init>":()V
| Change | Effect |
---|
1 |
Access level has been changed from public to private. |
A client program may be interrupted by IllegalAccessError exception. |
logicaldoc-workflow-8.8.0-plugin.jar,
SoapWorkflowService.class
package com.logicaldoc.workflow.webservice.soap.endpoint
[+] SoapWorkflowService.getTasksAssignedToMe ( String sid ) : WSWorkflowTask[ ] 1
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksAssignedToMe:(Ljava/lang/String;)[Lcom/logicaldoc/workflow/webservice/model/WSWorkflowTask;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.workflow.webservice.model.WSWorkflowTask[] to java.util.List<com.logicaldoc.workflow.webservice.model.WSWorkflowTask>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapWorkflowService.getTasksICanOwn ( String sid ) : WSWorkflowTask[ ] 1
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksICanOwn:(Ljava/lang/String;)[Lcom/logicaldoc/workflow/webservice/model/WSWorkflowTask;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.workflow.webservice.model.WSWorkflowTask[] to java.util.List<com.logicaldoc.workflow.webservice.model.WSWorkflowTask>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] SoapWorkflowService.getWorkflows ( String sid ) : String[ ] 1
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getWorkflows:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
to the top
Problems with Data Types, Medium Severity 22
logicaldoc-enterprise-core-8.8.0-plugin.jar
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] 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: 7 (0.5%)
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.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: 2 (0.1%)
SoapEnterpriseSearchService.SoapEnterpriseSearchService ( )This constructor is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, String p5, Integer p6 )This method is from 'SoapEnterpriseSearchService' class.
logicaldoc-form-8.8.0-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: 6 (0.4%)
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.store ( String sid, WSForm frm )This method is from 'SoapFormService' class.
logicaldoc-report-8.8.0-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: 1 (0.1%)
SoapReportService.SoapReportService ( )This constructor is from 'SoapReportService' class.
logicaldoc-sign-8.8.0-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: 3 (0.2%)
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.
logicaldoc-split-8.8.0-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: 1 (0.1%)
SoapSplitService.SoapSplitService ( )This constructor is from 'SoapSplitService' class.
logicaldoc-webservice-8.8.0-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: 119 (8.4%)
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.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.getBarcoded ( )This method is from 'WSDocument' class.
WSDocument.getBarcodeTemplateId ( )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: 52 (3.7%)
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.getBarcodeTemplateId ( )This method is from 'WSFolder' class.
WSFolder.getColor ( )This method is from 'WSFolder' class.
WSFolder.getCreation ( )This method is from 'WSFolder' class.
WSFolder.getCreator ( )This method is from 'WSFolder' class.
...
[+] class WSGroup 2
| Change | Effect |
---|
1 |
Field TYPE_DEFAULT became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
2 |
Field TYPE_USER became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 19 (1.3%)
WSGroup.WSGroup ( )This constructor is from 'WSGroup' class.
WSGroup.equals ( Object other )This method is from 'WSGroup' class.
WSGroup.getDescription ( )This method is from 'WSGroup' class.
WSGroup.getId ( )This method is from 'WSGroup' class.
WSGroup.getInheritGroupId ( )This method is from 'WSGroup' class.
WSGroup.getLastModified ( )This method is from 'WSGroup' class.
WSGroup.getName ( )This method is from 'WSGroup' class.
WSGroup.getSource ( )This method is from 'WSGroup' class.
WSGroup.getType ( )This method is from 'WSGroup' class.
WSGroup.hashCode ( )This method is from 'WSGroup' class.
...
[+] class WSUser 6
| Change | Effect |
---|
1 |
Field SOURCE_ACTIVE_DIRECTORY became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
2 |
Field SOURCE_DEFAULT became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
3 |
Field SOURCE_LDAP became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
4 |
Field TYPE_DEFAULT became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
5 |
Field TYPE_GUEST became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
6 |
Field TYPE_SYSTEM became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 79 (5.6%)
WSUser.WSUser ( )This constructor is from 'WSUser' class.
WSUser.getCity ( )This method is from 'WSUser' class.
WSUser.getCountry ( )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.
WSUser.getEmail2 ( )This method is from 'WSUser' class.
WSUser.getEmail ( )This method is from 'WSUser' class.
WSUser.getEmailSignature2 ( )This method is from 'WSUser' class.
WSUser.getEmailSignature ( )This method is from 'WSUser' class.
...
[+] class WSUtil 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: 9 (0.6%)
WSUtil.WSUtil ( )This constructor is from 'WSUtil' class.
WSUtil.convertDateToString ( Date date )This method is from 'WSUtil' class.
WSUtil.convertStringToDate ( String date )This method is from 'WSUtil' class.
WSUtil.toAttributeSet ( WSAttributeSet wsSet )This method is from 'WSUtil' class.
WSUtil.toDocument ( WSDocument wsDoc )This method is from 'WSUtil' class.
WSUtil.toTemplate ( WSTemplate wsTemplate )This method is from 'WSUtil' class.
WSUtil.toWSAttributeSet ( AttributeSet attributeSet )This method is from 'WSUtil' class.
WSUtil.toWSDocument ( AbstractDocument document )This method is from 'WSUtil' class.
WSUtil.toWSTemplate ( Template template )This method is from 'WSUtil' class.
logicaldoc-webservice-8.8.0-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: 41 (2.9%)
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.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.
SoapDocumentService.createAlias ( String sid, long docId, long folderId, String type )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: 17 (1.2%)
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 folder )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.getDefaultWorkspace ( String sid )This method is from 'SoapFolderService' class.
SoapFolderService.getFolder ( String sid, long folderId )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: 2 (0.1%)
SoapSearchService.SoapSearchService ( )This constructor is from 'SoapSearchService' class.
SoapSearchService.find ( String sid, WSSearchOptions opt )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: 9 (0.6%)
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.storeGroup ( String sid, WSGroup group )This method is from 'SoapSecurityService' class.
SoapSecurityService.storeUser ( String sid, WSUser user )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: 2 (0.1%)
SoapSystemService.SoapSystemService ( )This constructor is from 'SoapSystemService' class.
SoapSystemService.getInfo ( )This method is from 'SoapSystemService' class.
to the top
Problems with Methods, Low Severity 596
logicaldoc-audit-8.8.0-plugin.jar,
SoapAuditService.class
package com.logicaldoc.audit.webservice.soap.endpoint
[+] SoapAuditService.saveDocumentHistory ( String sid, WSHistory history ) : WSHistory 4
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.saveDocumentHistory:(Ljava/lang/String;Lcom/logicaldoc/audit/webservice/model/WSHistory;)Lcom/logicaldoc/audit/webservice/model/WSHistory;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-conversion-8.8.0-plugin.jar,
SoapConversionService.class
package com.logicaldoc.conversion.webservice.soap.endpoint
[+] SoapConversionService.convertDocument ( String sid, long docId, String fileVersion, String format ) : DataHandler 7
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertDocument:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)Ljavax/activation/DataHandler;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
7 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapConversionService.convertDocumentAndSave ( String sid, long docId, String fileVersion, String format ) : long 7
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertDocumentAndSave:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
7 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapConversionService.convertDocumentToPdf ( String sid, long docId, String fileVersion ) : void 7
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertDocumentToPdf:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
7 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapConversionService.convertFile ( String sid, String fileName, String format, DataHandler fileContent ) : DataHandler 6
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertFile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)Ljavax/activation/DataHandler;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapArchiveService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapArchiveService.archiveFolder ( String p1, long p2, String p3 ) : long 6
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.archiveFolder:(Ljava/lang/String;JLjava/lang/String;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapEnterpriseDocumentService.checkin ( String p1, long p2, String p3, String p4, boolean p5, WSDocument p6 ) : void 5
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.checkin:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;ZLcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapEnterpriseDocumentService.create ( String p1, WSDocument p2 ) : WSDocument 5
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.create:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSDocument;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapEnterpriseDocumentService.deleteChunks ( String p1 ) : void 5
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.deleteChunks:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapEnterpriseDocumentService.downloadChunk ( String p1, long p2, String p3, long p4, long p5 ) : DataHandler 6
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.downloadChunk:(Ljava/lang/String;JLjava/lang/String;JJ)Ljavax/activation/DataHandler;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapEnterpriseDocumentService.uploadChunk ( String p1, DataHandler p2 ) : void 5
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.uploadChunk:(Ljava/lang/String;Ljavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, String p5, Integer p6 ) : String[ ][ ] 6
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.queryDocuments:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)[[Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapTaskService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapTaskService.disable ( String p1, String p2 ) : void 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.disable:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added javax.security.sasl.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapTaskService.enable ( String p1, String p2 ) : void 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.enable:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added javax.security.sasl.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapTaskService.getLog ( String p1, String p2 ) : DataHandler 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.getLog:(Ljava/lang/String;Ljava/lang/String;)Ljavax/activation/DataHandler;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added javax.security.sasl.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapTaskService.getTask ( String p1, String p2 ) : WSTask 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.getTask:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/enterprise/webservice/model/WSTask;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added javax.security.sasl.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapTaskService.start ( String p1, String p2 ) : void 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.start:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added javax.security.sasl.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapTaskService.stop ( String p1, String p2 ) : void 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.stop:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added javax.security.sasl.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapTenantService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapTenantService.deleteTenant ( String p1, long p2 ) : void 5
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.deleteTenant:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapTenantService.getTenant ( String p1, String p2 ) : WSTenant 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.getTenant:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/enterprise/webservice/model/WSTenant;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapTenantService.getTenantById ( String p1, long p2 ) : WSTenant 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.getTenantById:(Ljava/lang/String;J)Lcom/logicaldoc/enterprise/webservice/model/WSTenant;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapTenantService.storeTenant ( String p1, WSTenant p2 ) : long 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.storeTenant:(Ljava/lang/String;Lcom/logicaldoc/enterprise/webservice/model/WSTenant;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-form-8.8.0-plugin.jar,
SoapFormService.class
package com.logicaldoc.form.webservice.soap.endpoint
[+] SoapFormService.createDocument ( String sid, long formId, WSDocument doc ) : WSDocument 7
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.createDocument:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSDocument;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
7 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFormService.delete ( String sid, long formId ) : void 6
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.delete:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFormService.getForm ( String sid, long formId ) : WSForm 6
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.getForm:(Ljava/lang/String;J)Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFormService.getFormByName ( String sid, String name ) : WSForm 6
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.getFormByName:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFormService.store ( String sid, WSForm frm ) : WSForm 6
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.store:(Ljava/lang/String;Lcom/logicaldoc/form/webservice/model/WSForm;)Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-impex-8.8.0-plugin.jar,
SoapImpexService.class
package com.logicaldoc.impex.webservice.soap.endpoint
[+] SoapImpexService.addDocumentToExportArchive ( String sid, long archiveId, long docId ) : void 3
com/logicaldoc/impex/webservice/soap/endpoint/SoapImpexService.addDocumentToExportArchive:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapImpexService.closeExportArchive ( String sid, long archiveId ) : void 3
com/logicaldoc/impex/webservice/soap/endpoint/SoapImpexService.closeExportArchive:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapImpexService.createExportArchive ( String sid, String name, String description ) : long 3
com/logicaldoc/impex/webservice/soap/endpoint/SoapImpexService.createExportArchive:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapImpexService.deleteExportArchive ( String sid, long archiveId ) : void 3
com/logicaldoc/impex/webservice/soap/endpoint/SoapImpexService.deleteExportArchive:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapImpexService.getArchiveIdByName ( String sid, String name ) : Long 3
com/logicaldoc/impex/webservice/soap/endpoint/SoapImpexService.getArchiveIdByName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Long;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-importfolder-8.8.0-plugin.jar,
SoapImportFolderService.class
package com.logicaldoc.importfolder.webservice.soap.endpoint
[+] SoapImportFolderService.delete ( String sid, long folderId ) : void 3
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.delete:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapImportFolderService.store ( String sid, WSImportFolder folder ) : long 4
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.store:(Ljava/lang/String;Lcom/logicaldoc/importfolder/webservice/model/WSImportFolder;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-sign-8.8.0-plugin.jar,
SoapSignService.class
package com.logicaldoc.sign.webservice.soap.endpoint
[+] SoapSignService.generateCertificate ( String sid ) : void 4
com/logicaldoc/sign/webservice/soap/endpoint/SoapSignService.generateCertificate:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapSignService.markDocumentSigned ( String sid, long docId, String reason, String certificate ) : void 4
com/logicaldoc/sign/webservice/soap/endpoint/SoapSignService.markDocumentSigned:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapAuthService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapAuthService.login ( String username, String password ) : String 2
com/logicaldoc/webservice/soap/endpoint/SoapAuthService.login:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapBookmarkService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapBookmarkService.bookmarkDocument ( String sid, long docId ) : WSBookmark 6
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.bookmarkDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapBookmarkService.bookmarkFolder ( String sid, long folderId ) : WSBookmark 5
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.bookmarkFolder:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapBookmarkService.deleteBookmark ( String sid, long bookmarkId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.deleteBookmark:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapBookmarkService.saveBookmark ( String sid, WSBookmark bookmark ) : WSBookmark 6
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.saveBookmark:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSBookmark;)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapBookmarkService.unbookmarkDocument ( String sid, long docId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.unbookmarkDocument:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapBookmarkService.unbookmarkFolder ( String sid, long folderId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.unbookmarkFolder:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapDocumentMetadataService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapDocumentMetadataService.deleteAttributeSet ( String sid, long setId ) : void 3
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.deleteAttributeSet:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentMetadataService.deleteTemplate ( String sid, long templateId ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.deleteTemplate:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentMetadataService.getAttributeSet ( String sid, String name ) : WSAttributeSet 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAttributeSet:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/webservice/model/WSAttributeSet;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentMetadataService.getAttributeSetById ( String sid, long setId ) : WSAttributeSet 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAttributeSetById:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSAttributeSet;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentMetadataService.getTemplate ( String sid, String name ) : WSTemplate 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getTemplate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/webservice/model/WSTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentMetadataService.getTemplateById ( String sid, long templateId ) : WSTemplate 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getTemplateById:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSTemplate;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentMetadataService.storeAttributeSet ( String sid, WSAttributeSet attributeSet ) : long 3
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.storeAttributeSet:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSAttributeSet;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentMetadataService.storeTemplate ( String sid, WSTemplate template ) : long 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.storeTemplate:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSTemplate;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapDocumentService.addNote ( String sid, long docId, String note ) : WSNote 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.addNote:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.checkin ( String sid, long docId, String comment, String filename, boolean release, DataHandler content ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.checkin:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;ZLjavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.checkin ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.checkin:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;ZLcom/logicaldoc/webservice/model/WSDocument;Ljava/io/InputStream;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.checkinDocument ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, DataHandler content ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.checkinDocument:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;ZLcom/logicaldoc/webservice/model/WSDocument;Ljavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.checkinDocument ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.checkinDocument:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;ZLcom/logicaldoc/webservice/model/WSDocument;Ljava/io/InputStream;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.checkout ( String sid, long docId ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.checkout:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.create ( String sid, WSDocument document, DataHandler content ) : WSDocument 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.create:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSDocument;Ljavax/activation/DataHandler;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.create ( String sid, WSDocument document, InputStream content ) : WSDocument 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.create:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSDocument;Ljava/io/InputStream;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.createAlias ( String sid, long docId, long folderId, String type ) : WSDocument 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createAlias:(Ljava/lang/String;JJLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.createDownloadTicket ( String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads ) : String 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createDownloadTicket:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.createPdf ( String sid, long docId, String fileVersion ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createPdf:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.createThumbnail ( String sid, long docId, String fileVersion, String type ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createThumbnail:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.delete ( String sid, long docId ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.delete:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.deleteLink ( String sid, long id ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.deleteLink:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.deleteNote ( String sid, long noteId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.deleteNote:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.deleteVersion ( String sid, long docId, String version ) : String 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.deleteVersion:(Ljava/lang/String;JLjava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.getContent ( String sid, long docId ) : DataHandler 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getContent:(Ljava/lang/String;J)Ljavax/activation/DataHandler;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.getDocument ( String sid, long docId ) : WSDocument 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.getDocumentByCustomId ( String sid, String customId ) : WSDocument 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getDocumentByCustomId:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.getExtractedText ( String sid, long docId ) : String 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getExtractedText:(Ljava/lang/String;J)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.getResource ( String sid, long docId, String fileVersion, String suffix ) : DataHandler 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getResource:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)Ljavax/activation/DataHandler;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.getVersion ( String sid, long docId, String version ) : WSDocument 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersion:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.getVersionContent ( String sid, long docId, String version ) : DataHandler 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersionContent:(Ljava/lang/String;JLjava/lang/String;)Ljavax/activation/DataHandler;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.link ( String sid, long doc1, long doc2, String type ) : WSLink 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.link:(Ljava/lang/String;JJLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSLink;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.lock ( String sid, long docId ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.lock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.move ( String sid, long docId, long folderId ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.promoteVersion ( String sid, long docId, String version ) : void 7
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.promoteVersion:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
7 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.rateDocument ( String sid, long docId, int vote ) : WSRating 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.rateDocument:(Ljava/lang/String;JI)Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.reindex ( String sid, long docId, String content ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.reindex:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.rename ( String sid, long docId, String name ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.rename:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.replaceFile ( String sid, long docId, String fileVersion, String comment, DataHandler content ) : void 7
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.replaceFile:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
7 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.restore ( String sid, long docId, long folderId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.restore:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.saveNote ( String sid, long docId, WSNote wsNote ) : WSNote 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.saveNote:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSNote;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.setPassword ( String sid, long docId, String password ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.setPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.unlock ( String sid, long docId ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.unlock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.unprotect ( String sid, long docId, String password ) : boolean 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.unprotect:(Ljava/lang/String;JLjava/lang/String;)Z
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.unsetPassword ( String sid, long docId, String currentPassword ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.unsetPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.update ( String sid, WSDocument document ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.update:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.upload ( String sid, Long docId, Long folderId, boolean release, String filename, String language, DataHandler content ) : long 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.upload:(Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;ZLjava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapDocumentService.uploadResource ( String sid, long docId, String fileVersion, String suffix, DataHandler content ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.uploadResource:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapFolderService.copy ( String sid, long folderId, long targetId, int foldersOnly, String securityOption ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.copy:(Ljava/lang/String;JJILjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.create ( String sid, WSFolder folder ) : WSFolder 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.create:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSFolder;)Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.createAlias ( String sid, long parentId, long foldRef ) : WSFolder 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.createAlias:(Ljava/lang/String;JJ)Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.createFolder ( String sid, long parentId, String name ) : long 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.createFolder:(Ljava/lang/String;JLjava/lang/String;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.createPath ( String sid, long parentId, String path ) : WSFolder 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.createPath:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.delete ( String sid, long folderId ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.delete:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.findByPath ( String sid, String path ) : WSFolder 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.findByPath:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.getDefaultWorkspace ( String sid ) : WSFolder 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getDefaultWorkspace:(Ljava/lang/String;)Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.getFolder ( String sid, long folderId ) : WSFolder 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getFolder:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.getRootFolder ( String sid ) : WSFolder 4
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getRootFolder:(Ljava/lang/String;)Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.isReadable ( String sid, long folderId ) : boolean 4
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.isReadable:(Ljava/lang/String;J)Z
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.isWritable ( String sid, long folderId ) : boolean 4
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.isWritable:(Ljava/lang/String;J)Z
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.merge ( String sid, long sourceId, long targetId ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.merge:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.move ( String sid, long folderId, long parentId ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.rename ( String sid, long folderId, String name ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.rename:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapFolderService.update ( String sid, WSFolder folder ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.update:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSFolder;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSearchService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapSearchService.find ( String sid, WSSearchOptions opt ) : WSSearchResult 5
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.find:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSSearchOptions;)Lcom/logicaldoc/webservice/model/WSSearchResult;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.searchengine.SearchException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSecurityService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapSecurityService.changePassword ( String sid, long userId, String oldPassword, String newPassword ) : int 3
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.changePassword:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)I
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapSecurityService.deleteGroup ( String sid, long groupId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.deleteGroup:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapSecurityService.deleteUser ( String sid, long userId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.deleteUser:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapSecurityService.getGroup ( String sid, long groupId ) : WSGroup 3
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.getGroup:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSGroup;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapSecurityService.getUser ( String sid, long userId ) : WSUser 3
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.getUser:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSUser;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapSecurityService.getUserByUsername ( String sid, String username ) : WSUser 3
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.getUserByUsername:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/webservice/model/WSUser;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapSecurityService.storeGroup ( String sid, WSGroup group ) : long 3
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.storeGroup:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSGroup;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapSecurityService.storeUser ( String sid, WSUser user ) : long 3
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.storeUser:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSUser;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSystemService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapSystemService.getInfo ( ) : WSSystemInfo 2
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getInfo:()Lcom/logicaldoc/webservice/model/WSSystemInfo;
| Change | Effect |
---|
1 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
[+] WSUser.setPassword ( String pwd ) : void 1
com/logicaldoc/webservice/model/WSUser.setPassword:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added java.security.NoSuchAlgorithmException exception thrown. |
A client program may be interrupted by added exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSUtil.class
package com.logicaldoc.webservice.model
[+] WSUtil.toDocument ( WSDocument wsDoc ) [static] : Document 2
com/logicaldoc/webservice/model/WSUtil.toDocument:(Lcom/logicaldoc/webservice/model/WSDocument;)Lcom/logicaldoc/core/document/Document;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] 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. |
logicaldoc-workflow-8.8.0-plugin.jar,
SoapWorkflowService.class
package com.logicaldoc.workflow.webservice.soap.endpoint
[+] SoapWorkflowService.addNote ( String sid, String taskId, String note ) : WSWorkflowHistory 5
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.addNote:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/workflow/webservice/model/WSWorkflowHistory;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapWorkflowService.claim ( String sid, String taskId ) : void 5
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.claim:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapWorkflowService.complete ( String sid, String taskId, String transition ) : void 6
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.complete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Added com.logicaldoc.workflow.exception.WorkflowValidationException exception thrown. |
A client program may be interrupted by added exception. |
6 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapWorkflowService.reassign ( String sid, String taskId, long userId ) : void 5
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.reassign:(Ljava/lang/String;Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] SoapWorkflowService.unclaim ( String sid, String taskId ) : void 5
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.unclaim:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
A client program may be interrupted by added exception. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
A client program may be interrupted by added exception. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
A client program may be interrupted by added exception. |
5 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
to the top
Other Changes in Data Types 1
logicaldoc-webservice-8.8.0-plugin.jar
package com.logicaldoc.webservice.model
[+] class WSAttribute 1
| Change | Effect |
---|
1 |
Field TYPE_DOCUMENT has been added to this class. |
No effect. |
[+] affected methods: 41 (2.9%)
WSAttribute.WSAttribute ( )This constructor is from 'WSAttribute' class.
WSAttribute.getDateValue ( )This method is from 'WSAttribute' class.
WSAttribute.getDoubleValue ( )This method is from 'WSAttribute' class.
WSAttribute.getEditor ( )This method is from 'WSAttribute' class.
WSAttribute.getHidden ( )This method is from 'WSAttribute' class.
WSAttribute.getIntValue ( )This method is from 'WSAttribute' class.
WSAttribute.getLabel ( )This method is from 'WSAttribute' class.
WSAttribute.getMandatory ( )This method is from 'WSAttribute' class.
WSAttribute.getMultiple ( )This method is from 'WSAttribute' class.
WSAttribute.getName ( )This method is from 'WSAttribute' class.
...
to the top
Java Archives 12
logicaldoc-audit-8.8.0-plugin.jar
logicaldoc-conversion-8.8.0-plugin.jar
logicaldoc-enterprise-core-8.8.0-plugin.jar
logicaldoc-form-8.8.0-plugin.jar
logicaldoc-impex-8.8.0-plugin.jar
logicaldoc-importfolder-8.8.0-plugin.jar
logicaldoc-report-8.8.0-plugin.jar
logicaldoc-sign-8.8.0-plugin.jar
logicaldoc-split-8.8.0-plugin.jar
logicaldoc-stamp-8.8.0-plugin.jar
logicaldoc-webservice-8.8.0-plugin.jar
logicaldoc-workflow-8.8.0-plugin.jar
to the top
Test Info
Library Name | LogicalDOC_SOAP |
Version #1 | 8.8.0 |
Version #2 | 9.2.0 |
Subject | Source Compatibility |
Test Results
Total Java Modules | 12 |
Total Methods / Classes | 1409 / 59 |
Compatibility |
54.5% |
Problem Summary
| Severity | Count |
Added Methods | - | 278 |
Removed Methods | High | 125 |
Problems with Data Types | High | 48 |
Medium | 22 |
Low | 0 |
Problems with Methods | High | 1 |
Medium | 657 |
Low | 0 |
Other Changes in Data Types | - | 1 |
Added Methods 278
logicaldoc-audit-9.2-plugin.jar,
SoapAuditService.class
package com.logicaldoc.audit.webservice.soap.endpoint
SoapAuditService.getDocumentHistory ( String sid, long docId ) : List<WSHistory>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getDocumentHistory:(Ljava/lang/String;J)Ljava/util/List;
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.getHistory ( String sid, long folderId, String oldestDate, List<String> events, Integer max ) : List<WSHistory>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getHistory:(Ljava/lang/String;JLjava/lang/String;Ljava/util/List;Ljava/lang/Integer;)Ljava/util/List;
SoapAuditService.getLatestHistory ( String sid, long folderId, String oldestDate, List<String> events, Integer max ) : List<WSHistory>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getLatestHistory:(Ljava/lang/String;JLjava/lang/String;Ljava/util/List;Ljava/lang/Integer;)Ljava/util/List;
SoapAuditService.getMessages ( String sid ) : List<WSMessage>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getMessages:(Ljava/lang/String;)Ljava/util/List;
SoapAuditService.getSubscriptions ( String sid ) : List<WSSubscription>
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getSubscriptions:(Ljava/lang/String;)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;
SoapAuditService.markAsRead ( String sid, List<Long> ids ) : void
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.markAsRead:(Ljava/lang/String;Ljava/util/List;)V
SoapAuditService.subscribe ( String sid, List<Long> ids, String type, String events ) : void
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.subscribe:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;)V
SoapAuditService.unsubscribe ( String sid, List<Long> ids, String type ) : void
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.unsubscribe:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)V
logicaldoc-audit-9.2-plugin.jar,
WSHistory.class
package com.logicaldoc.audit.webservice.model
WSHistory.equals ( Object obj ) : boolean
com/logicaldoc/audit/webservice/model/WSHistory.equals:(Ljava/lang/Object;)Z
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.getFileVersion ( ) : String
com/logicaldoc/audit/webservice/model/WSHistory.getFileVersion:()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.hashCode ( ) : int
com/logicaldoc/audit/webservice/model/WSHistory.hashCode:()I
WSHistory.setDevice ( String device ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setDevice:(Ljava/lang/String;)V
WSHistory.setFileVersion ( String fileVersion ) : void
com/logicaldoc/audit/webservice/model/WSHistory.setFileVersion:(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-enterprise-core-9.2-plugin.jar,
SoapArchiveService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapArchiveService.archiveDocuments ( String p1, List<Long> p2, String p3 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.archiveDocuments:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)V
SoapArchiveService.listArchivedDocs ( String p1, long p2 ) : List<WSDocument>
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.listArchivedDocs:(Ljava/lang/String;J)Ljava/util/List;
SoapArchiveService.unarchiveDocuments ( String p1, List<Long> p2 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.unarchiveDocuments:(Ljava/lang/String;Ljava/util/List;)V
logicaldoc-enterprise-core-9.2-plugin.jar,
SoapEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapEnterpriseDocumentService.merge ( String p1, List<Long> p2, long p3, String p4 ) : WSDocument
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.merge:(Ljava/lang/String;Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-9.2-plugin.jar,
SoapEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapEnterpriseSearchService.findByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 ) : List<WSDocument>
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.findByParameters:(Ljava/lang/String;Ljava/lang/Long;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
SoapEnterpriseSearchService.findDocumentsByParameters ( String p1, Long p2, List<WSCriterion> p3, String p4, Integer p5 ) : List<WSDocument>
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.findDocumentsByParameters:(Ljava/lang/String;Ljava/lang/Long;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-enterprise-core-9.2-plugin.jar,
SoapReadingRequestService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapReadingRequestService.askReadingConfirmation ( String p1, List<Long> p2, List<Long> p3, List<Long> p4, boolean p5, String p6 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService.askReadingConfirmation:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/List;ZLjava/lang/String;)V
SoapReadingRequestService.confirmReading ( String p1, long p2, String p3 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService.confirmReading:(Ljava/lang/String;JLjava/lang/String;)V
SoapReadingRequestService.getUnconfirmedReadings ( String p1 ) : List<WSReadingRequest>
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService.getUnconfirmedReadings:(Ljava/lang/String;)Ljava/util/List;
SoapReadingRequestService.SoapReadingRequestService ( )
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapReadingRequestService."<init>":()V
logicaldoc-enterprise-core-9.2-plugin.jar,
SoapTaskService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapTaskService.listTasks ( String p1 ) : List<WSTask>
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.listTasks:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-enterprise-core-9.2-plugin.jar,
SoapTenantService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapTenantService.listTenants ( String p1 ) : List<WSTenant>
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.listTenants:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-enterprise-core-9.2-plugin.jar,
WSReadingRequest.class
package com.logicaldoc.enterprise.webservice.model
WSReadingRequest.getAlertConfirmation ( ) : int
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getAlertConfirmation:()I
WSReadingRequest.getConfirmed ( ) : Date
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getConfirmed:()Ljava/util/Date;
WSReadingRequest.getDocId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getDocId:()J
WSReadingRequest.getFileName ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getFileName:()Ljava/lang/String;
WSReadingRequest.getFileVersion ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getFileVersion:()Ljava/lang/String;
WSReadingRequest.getId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getId:()J
WSReadingRequest.getRequestComment ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestComment:()Ljava/lang/String;
WSReadingRequest.getRequestorId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestorId:()J
WSReadingRequest.getRequestorLogin ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestorLogin:()Ljava/lang/String;
WSReadingRequest.getRequestorName ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getRequestorName:()Ljava/lang/String;
WSReadingRequest.getUserId ( ) : long
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getUserId:()J
WSReadingRequest.getUserLogin ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getUserLogin:()Ljava/lang/String;
WSReadingRequest.getUsername ( ) : String
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.getUsername:()Ljava/lang/String;
WSReadingRequest.setAlertConfirmation ( int p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setAlertConfirmation:(I)V
WSReadingRequest.setConfirmed ( Date p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setConfirmed:(Ljava/util/Date;)V
WSReadingRequest.setDocId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setDocId:(J)V
WSReadingRequest.setFileName ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setFileName:(Ljava/lang/String;)V
WSReadingRequest.setFileVersion ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setFileVersion:(Ljava/lang/String;)V
WSReadingRequest.setId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setId:(J)V
WSReadingRequest.setRequestComment ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestComment:(Ljava/lang/String;)V
WSReadingRequest.setRequestorId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestorId:(J)V
WSReadingRequest.setRequestorLogin ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestorLogin:(Ljava/lang/String;)V
WSReadingRequest.setRequestorName ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setRequestorName:(Ljava/lang/String;)V
WSReadingRequest.setUserId ( long p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setUserId:(J)V
WSReadingRequest.setUserLogin ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setUserLogin:(Ljava/lang/String;)V
WSReadingRequest.setUsername ( String p1 ) : void
com/logicaldoc/enterprise/webservice/model/WSReadingRequest.setUsername:(Ljava/lang/String;)V
WSReadingRequest.WSReadingRequest ( )
com/logicaldoc/enterprise/webservice/model/WSReadingRequest."<init>":()V
logicaldoc-form-9.2-plugin.jar,
SoapFormService.class
package com.logicaldoc.form.webservice.soap.endpoint
SoapFormService.list ( String sid ) : List<WSForm>
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.list:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-importfolder-9.2-plugin.jar,
SoapImportFolderService.class
package com.logicaldoc.importfolder.webservice.soap.endpoint
SoapImportFolderService.list ( String sid ) : List<WSImportFolder>
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.list:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-importfolder-9.2-plugin.jar,
WSImportFolder.class
package com.logicaldoc.importfolder.webservice.model
WSImportFolder.getPreventDuplications ( ) : int
com/logicaldoc/importfolder/webservice/model/WSImportFolder.getPreventDuplications:()I
WSImportFolder.setPreventDuplications ( int preventDuplications ) : void
com/logicaldoc/importfolder/webservice/model/WSImportFolder.setPreventDuplications:(I)V
logicaldoc-report-9.2-plugin.jar,
SoapReportService.class
package com.logicaldoc.report.webservice.soap.endpoint
SoapReportService.execute ( String sid, long reportId, List<WSAttribute> parameters ) : void
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.execute:(Ljava/lang/String;JLjava/util/List;)V
SoapReportService.list ( String sid ) : List<WSReport>
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.list:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-sign-9.2-plugin.jar,
SoapSignService.class
package com.logicaldoc.sign.webservice.soap.endpoint
SoapSignService.sign ( String sid, List<Long> docIds, String reason ) : List<Long>
com/logicaldoc/sign/webservice/soap/endpoint/SoapSignService.sign:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)Ljava/util/List;
SoapSignService.uploadCertificate ( String sid, String privateKey, DataHandler certificate ) : void
com/logicaldoc/sign/webservice/soap/endpoint/SoapSignService.uploadCertificate:(Ljava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)V
logicaldoc-split-9.2-plugin.jar,
SoapSplitService.class
package com.logicaldoc.split.webservice.soap.endpoint
SoapSplitService.splitAllPages ( String sid, long docId ) : List<Long>
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitAllPages:(Ljava/lang/String;J)Ljava/util/List;
SoapSplitService.splitSelection ( String sid, long docId, String expression ) : List<Long>
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitSelection:(Ljava/lang/String;JLjava/lang/String;)Ljava/util/List;
SoapSplitService.splitUsingBarcode ( String sid, long docId, String expression, int separator ) : List<Long>
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingBarcode:(Ljava/lang/String;JLjava/lang/String;I)Ljava/util/List;
SoapSplitService.splitUsingBlankPage ( String sid, long docId, int separator ) : List<Long>
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingBlankPage:(Ljava/lang/String;JI)Ljava/util/List;
SoapSplitService.splitUsingText ( String sid, long docId, String expression, int separator ) : List<Long>
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingText:(Ljava/lang/String;JLjava/lang/String;I)Ljava/util/List;
logicaldoc-stamp-9.2-plugin.jar,
SoapStampService.class
package com.logicaldoc.stamp.webservice.soap.endpoint
SoapStampService.stamp ( String sid, long docId, String stamp, List<WSAttribute> parameters ) : void
com/logicaldoc/stamp/webservice/soap/endpoint/SoapStampService.stamp:(Ljava/lang/String;JLjava/lang/String;Ljava/util/List;)V
logicaldoc-webservice-9.2-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.2-plugin.jar,
SoapBookmarkService.class
package com.logicaldoc.webservice.soap.endpoint
SoapBookmarkService.getBookmarks ( String sid ) : List<WSBookmark>
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.getBookmarks:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-webservice-9.2-plugin.jar,
SoapDocumentMetadataService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentMetadataService.addAttributeOption ( String sid, long setId, String attribute, WSAttributeOption wsoption ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.addAttributeOption:(Ljava/lang/String;JLjava/lang/String;Lcom/logicaldoc/webservice/model/WSAttributeOption;)V
SoapDocumentMetadataService.getAccessControlList ( String sid, long templateId ) : List<WSAccessControlEntry>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAccessControlList:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentMetadataService.getAttributeOptions ( String sid, long setId, String attribute ) : List<String>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAttributeOptions:(Ljava/lang/String;JLjava/lang/String;)Ljava/util/List;
SoapDocumentMetadataService.getAttributeOptionsByCategory ( String sid, long setId, String attribute, String category ) : List<WSAttributeOption>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAttributeOptionsByCategory:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
SoapDocumentMetadataService.isReadable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isReadable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.isWritable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isWritable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.listAttributeSets ( String sid ) : List<WSAttributeSet>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.listAttributeSets:(Ljava/lang/String;)Ljava/util/List;
SoapDocumentMetadataService.listTemplates ( String sid ) : List<WSTemplate>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.listTemplates:(Ljava/lang/String;)Ljava/util/List;
SoapDocumentMetadataService.setAccessControlList ( String sid, long templateId, List<WSAccessControlEntry> acl ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.setAccessControlList:(Ljava/lang/String;JLjava/util/List;)V
SoapDocumentMetadataService.setAttributeOptions ( String sid, long setId, String attribute, List<WSAttributeOption> wsOptions ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.setAttributeOptions:(Ljava/lang/String;JLjava/lang/String;Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.copy ( String sid, long docId, long folderId, boolean links, boolean notes, boolean security ) : WSDocument
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.copy:(Ljava/lang/String;JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.createViewTicket ( String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews ) : String
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createViewTicket:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/String;
SoapDocumentService.getAccessControlList ( String sid, long docId ) : List<WSAccessControlEntry>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getAccessControlList:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentService.getAliases ( String sid, long docId ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getAliases:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentService.getDocuments ( String sid, List<Long> docIds ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getDocuments:(Ljava/lang/String;Ljava/util/List;)Ljava/util/List;
SoapDocumentService.getLinks ( String sid, long docId ) : List<WSLink>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getLinks:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentService.getNotes ( String sid, long docId ) : List<WSNote>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getNotes:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentService.getRatings ( String sid, long docId ) : List<WSRating>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRatings:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentService.getRecentDocuments ( String sid, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRecentDocuments:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
SoapDocumentService.getVersions ( String sid, long docId ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersions:(Ljava/lang/String;J)Ljava/util/List;
SoapDocumentService.isDownload ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isDownload:(Ljava/lang/String;J)Z
SoapDocumentService.isGranted ( String sid, long docId, String permission ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
SoapDocumentService.isRead ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isRead:(Ljava/lang/String;J)Z
SoapDocumentService.isWrite ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isWrite:(Ljava/lang/String;J)Z
SoapDocumentService.list ( String sid, long folderId, String fileName, String sort, Integer page, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
SoapDocumentService.listDocuments ( String sid, long folderId, String fileName ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.listDocuments:(Ljava/lang/String;JLjava/lang/String;)Ljava/util/List;
SoapDocumentService.sendEmail ( String sid, List<Long> docIds, String recipients, String subject, String message ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.sendEmail:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
SoapDocumentService.setAccessControlList ( String sid, long docId, List<WSAccessControlEntry> acl ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.setAccessControlList:(Ljava/lang/String;JLjava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
SoapFolderService.getAccessControlList ( String sid, long folderId ) : List<WSAccessControlEntry>
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getAccessControlList:(Ljava/lang/String;J)Ljava/util/List;
SoapFolderService.getPath ( String sid, long folderId ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getPath:(Ljava/lang/String;J)Ljava/util/List;
SoapFolderService.isGranted ( String sid, long folderId, String permission ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.isGranted:(Ljava/lang/String;JLjava/lang/String;)Z
SoapFolderService.list ( String sid, long folderId, String sort, Integer page, Integer max ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.list:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
SoapFolderService.listChildren ( String sid, long folderId ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.listChildren:(Ljava/lang/String;J)Ljava/util/List;
SoapFolderService.listWorkspaces ( String sid ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.listWorkspaces:(Ljava/lang/String;)Ljava/util/List;
SoapFolderService.setAccessControlList ( String sid, long folderId, List<WSAccessControlEntry> acl ) : void
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.setAccessControlList:(Ljava/lang/String;JLjava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
SoapSearchService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSearchService.findByFilename ( String sid, String filename ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.findByFilename:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
SoapSearchService.findFolders ( String sid, String name ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.findFolders:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
logicaldoc-webservice-9.2-plugin.jar,
SoapSecurityService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSecurityService.listGroups ( String sid ) : List<WSGroup>
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.listGroups:(Ljava/lang/String;)Ljava/util/List;
SoapSecurityService.listUsers ( String sid, String group ) : List<WSUser>
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.listUsers:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
logicaldoc-webservice-9.2-plugin.jar,
SoapSystemService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSystemService.getLanguages ( String tenantOrSid ) : List<String>
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getLanguages:(Ljava/lang/String;)Ljava/util/List;
SoapSystemService.getStatistics ( String sid ) : List<WSParameter>
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getStatistics:(Ljava/lang/String;)Ljava/util/List;
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.2-plugin.jar,
SoapTagService.class
package com.logicaldoc.webservice.soap.endpoint
SoapTagService.addDocumentTags ( String sid, long docId, List<String> tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.addDocumentTags:(Ljava/lang/String;JLjava/util/List;)V
SoapTagService.addFolderTags ( String sid, long folderId, List<String> tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.addFolderTags:(Ljava/lang/String;JLjava/util/List;)V
SoapTagService.findDocumentsByTag ( String sid, String tag ) : List<WSDocument>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.findDocumentsByTag:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
SoapTagService.findFoldersByTag ( String sid, String tag ) : List<WSFolder>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.findFoldersByTag:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
SoapTagService.getDocumentTags ( String sid, long docId ) : List<String>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getDocumentTags:(Ljava/lang/String;J)Ljava/util/List;
SoapTagService.getFolderTags ( String sid, long folderId ) : List<String>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getFolderTags:(Ljava/lang/String;J)Ljava/util/List;
SoapTagService.getTagCloud ( String sid ) : List<WSTagCloud>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTagCloud:(Ljava/lang/String;)Ljava/util/List;
SoapTagService.getTags ( String sid ) : List<String>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTags:(Ljava/lang/String;)Ljava/util/List;
SoapTagService.getTagsPreset ( String sid ) : List<String>
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTagsPreset:(Ljava/lang/String;)Ljava/util/List;
SoapTagService.setDocumentTags ( String sid, long docId, List<String> tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.setDocumentTags:(Ljava/lang/String;JLjava/util/List;)V
SoapTagService.setFolderTags ( String sid, long folderId, List<String> tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.setFolderTags:(Ljava/lang/String;JLjava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
WSAccessControlEntry.class
package com.logicaldoc.webservice.model
WSAccessControlEntry.getAdd ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getAdd:()I
WSAccessControlEntry.getArchive ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getArchive:()I
WSAccessControlEntry.getAutomation ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getAutomation:()I
WSAccessControlEntry.getCalendar ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getCalendar:()I
WSAccessControlEntry.getCustomid ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getCustomid:()I
WSAccessControlEntry.getDelete ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getDelete:()I
WSAccessControlEntry.getDownload ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getDownload:()I
WSAccessControlEntry.getEmail ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getEmail:()I
WSAccessControlEntry.getExport ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getExport:()I
WSAccessControlEntry.getGroupId ( ) : long
com/logicaldoc/webservice/model/WSAccessControlEntry.getGroupId:()J
WSAccessControlEntry.getIimport ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getIimport:()I
WSAccessControlEntry.getImmutable ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getImmutable:()I
WSAccessControlEntry.getMove ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getMove:()I
WSAccessControlEntry.getPassword ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getPassword:()I
WSAccessControlEntry.getPreview ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getPreview:()I
WSAccessControlEntry.getPrint ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getPrint:()I
WSAccessControlEntry.getRead ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getRead:()I
WSAccessControlEntry.getReadingreq ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getReadingreq:()I
WSAccessControlEntry.getRename ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getRename:()I
WSAccessControlEntry.getSecurity ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getSecurity:()I
WSAccessControlEntry.getSign ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getSign:()I
WSAccessControlEntry.getStore ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getStore:()I
WSAccessControlEntry.getSubscription ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getSubscription:()I
WSAccessControlEntry.getUserId ( ) : long
com/logicaldoc/webservice/model/WSAccessControlEntry.getUserId:()J
WSAccessControlEntry.getWorkflow ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getWorkflow:()I
WSAccessControlEntry.getWrite ( ) : int
com/logicaldoc/webservice/model/WSAccessControlEntry.getWrite:()I
WSAccessControlEntry.setAdd ( int add ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setAdd:(I)V
WSAccessControlEntry.setArchive ( int archive ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setArchive:(I)V
WSAccessControlEntry.setAutomation ( int automation ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setAutomation:(I)V
WSAccessControlEntry.setCalendar ( int calendar ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setCalendar:(I)V
WSAccessControlEntry.setCustomid ( int customid ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setCustomid:(I)V
WSAccessControlEntry.setDelete ( int delete ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setDelete:(I)V
WSAccessControlEntry.setDownload ( int download ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setDownload:(I)V
WSAccessControlEntry.setEmail ( int email ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setEmail:(I)V
WSAccessControlEntry.setExport ( int export ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setExport:(I)V
WSAccessControlEntry.setGroupId ( long groupId ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setGroupId:(J)V
WSAccessControlEntry.setIimport ( int iimport ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setIimport:(I)V
WSAccessControlEntry.setImmutable ( int immutable ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setImmutable:(I)V
WSAccessControlEntry.setMove ( int move ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setMove:(I)V
WSAccessControlEntry.setPassword ( int password ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setPassword:(I)V
WSAccessControlEntry.setPreview ( int preview ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setPreview:(I)V
WSAccessControlEntry.setPrint ( int print ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setPrint:(I)V
WSAccessControlEntry.setRead ( int read ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setRead:(I)V
WSAccessControlEntry.setReadingreq ( int readingreq ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setReadingreq:(I)V
WSAccessControlEntry.setRename ( int rename ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setRename:(I)V
WSAccessControlEntry.setSecurity ( int security ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setSecurity:(I)V
WSAccessControlEntry.setSign ( int sign ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setSign:(I)V
WSAccessControlEntry.setStore ( int store ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setStore:(I)V
WSAccessControlEntry.setSubscription ( int subscription ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setSubscription:(I)V
WSAccessControlEntry.setUserId ( long userId ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setUserId:(J)V
WSAccessControlEntry.setWorkflow ( int workflow ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setWorkflow:(I)V
WSAccessControlEntry.setWrite ( int write ) : void
com/logicaldoc/webservice/model/WSAccessControlEntry.setWrite:(I)V
WSAccessControlEntry.WSAccessControlEntry ( )
com/logicaldoc/webservice/model/WSAccessControlEntry."<init>":()V
logicaldoc-webservice-9.2-plugin.jar,
WSAttribute.class
package com.logicaldoc.webservice.model
WSAttribute.getDependsOn ( ) : String
com/logicaldoc/webservice/model/WSAttribute.getDependsOn:()Ljava/lang/String;
WSAttribute.getInitialization ( ) : String
com/logicaldoc/webservice/model/WSAttribute.getInitialization:()Ljava/lang/String;
WSAttribute.getReadonly ( ) : int
com/logicaldoc/webservice/model/WSAttribute.getReadonly:()I
WSAttribute.getValidation ( ) : String
com/logicaldoc/webservice/model/WSAttribute.getValidation:()Ljava/lang/String;
WSAttribute.getValue ( WSAttribute attribute ) [static] : Object
com/logicaldoc/webservice/model/WSAttribute.getValue:(Lcom/logicaldoc/webservice/model/WSAttribute;)Ljava/lang/Object;
WSAttribute.setDependsOn ( String dependsOn ) : void
com/logicaldoc/webservice/model/WSAttribute.setDependsOn:(Ljava/lang/String;)V
WSAttribute.setInitialization ( String initialization ) : void
com/logicaldoc/webservice/model/WSAttribute.setInitialization:(Ljava/lang/String;)V
WSAttribute.setReadonly ( int readonly ) : void
com/logicaldoc/webservice/model/WSAttribute.setReadonly:(I)V
WSAttribute.setValidation ( String validation ) : void
com/logicaldoc/webservice/model/WSAttribute.setValidation:(Ljava/lang/String;)V
WSAttribute.setValue ( WSAttribute attribute, Object value ) [static] : void
com/logicaldoc/webservice/model/WSAttribute.setValue:(Lcom/logicaldoc/webservice/model/WSAttribute;Ljava/lang/Object;)V
logicaldoc-webservice-9.2-plugin.jar,
WSAttributeOption.class
package com.logicaldoc.webservice.model
WSAttributeOption.equals ( Object obj ) : boolean
com/logicaldoc/webservice/model/WSAttributeOption.equals:(Ljava/lang/Object;)Z
WSAttributeOption.getCategory ( ) : String
com/logicaldoc/webservice/model/WSAttributeOption.getCategory:()Ljava/lang/String;
WSAttributeOption.getValue ( ) : String
com/logicaldoc/webservice/model/WSAttributeOption.getValue:()Ljava/lang/String;
WSAttributeOption.hashCode ( ) : int
com/logicaldoc/webservice/model/WSAttributeOption.hashCode:()I
WSAttributeOption.setCategory ( String category ) : void
com/logicaldoc/webservice/model/WSAttributeOption.setCategory:(Ljava/lang/String;)V
WSAttributeOption.setValue ( String value ) : void
com/logicaldoc/webservice/model/WSAttributeOption.setValue:(Ljava/lang/String;)V
WSAttributeOption.WSAttributeOption ( )
com/logicaldoc/webservice/model/WSAttributeOption."<init>":()V
WSAttributeOption.WSAttributeOption ( String value )
com/logicaldoc/webservice/model/WSAttributeOption."<init>":(Ljava/lang/String;)V
WSAttributeOption.WSAttributeOption ( String value, String category )
com/logicaldoc/webservice/model/WSAttributeOption."<init>":(Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-webservice-9.2-plugin.jar,
WSAttributeSet.class
package com.logicaldoc.webservice.model
WSAttributeSet.getAttributes ( ) : List<WSAttribute>
com/logicaldoc/webservice/model/WSAttributeSet.getAttributes:()Ljava/util/List;
WSAttributeSet.setAttributes ( List<WSAttribute> attributes ) : void
com/logicaldoc/webservice/model/WSAttributeSet.setAttributes:(Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
WSCredentials.class
package com.logicaldoc.webservice.model
WSCredentials.getPassword ( ) : String
com/logicaldoc/webservice/model/WSCredentials.getPassword:()Ljava/lang/String;
WSCredentials.getUsername ( ) : String
com/logicaldoc/webservice/model/WSCredentials.getUsername:()Ljava/lang/String;
WSCredentials.setPassword ( String password ) : void
com/logicaldoc/webservice/model/WSCredentials.setPassword:(Ljava/lang/String;)V
WSCredentials.setUsername ( String username ) : void
com/logicaldoc/webservice/model/WSCredentials.setUsername:(Ljava/lang/String;)V
WSCredentials.WSCredentials ( )
com/logicaldoc/webservice/model/WSCredentials."<init>":()V
logicaldoc-webservice-9.2-plugin.jar,
WSDocument.class
package com.logicaldoc.webservice.model
WSDocument.getAttributes ( ) : List<WSAttribute>
com/logicaldoc/webservice/model/WSDocument.getAttributes:()Ljava/util/List;
WSDocument.getLastNote ( ) : String
com/logicaldoc/webservice/model/WSDocument.getLastNote:()Ljava/lang/String;
WSDocument.getTags ( ) : List<String>
com/logicaldoc/webservice/model/WSDocument.getTags:()Ljava/util/List;
WSDocument.setAttributes ( List<WSAttribute> attributes ) : void
com/logicaldoc/webservice/model/WSDocument.setAttributes:(Ljava/util/List;)V
WSDocument.setLastNote ( String lastNote ) : void
com/logicaldoc/webservice/model/WSDocument.setLastNote:(Ljava/lang/String;)V
WSDocument.setTags ( List<String> tags ) : void
com/logicaldoc/webservice/model/WSDocument.setTags:(Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
WSFolder.class
package com.logicaldoc.webservice.model
WSFolder.getAttributes ( ) : List<WSAttribute>
com/logicaldoc/webservice/model/WSFolder.getAttributes:()Ljava/util/List;
WSFolder.getStore ( ) : Integer
com/logicaldoc/webservice/model/WSFolder.getStore:()Ljava/lang/Integer;
WSFolder.getTags ( ) : List<String>
com/logicaldoc/webservice/model/WSFolder.getTags:()Ljava/util/List;
WSFolder.getTile ( ) : String
com/logicaldoc/webservice/model/WSFolder.getTile:()Ljava/lang/String;
WSFolder.setAttributes ( List<WSAttribute> attributes ) : void
com/logicaldoc/webservice/model/WSFolder.setAttributes:(Ljava/util/List;)V
WSFolder.setStore ( Integer store ) : void
com/logicaldoc/webservice/model/WSFolder.setStore:(Ljava/lang/Integer;)V
WSFolder.setTags ( List<String> tags ) : void
com/logicaldoc/webservice/model/WSFolder.setTags:(Ljava/util/List;)V
WSFolder.setTile ( String tile ) : void
com/logicaldoc/webservice/model/WSFolder.setTile:(Ljava/lang/String;)V
logicaldoc-webservice-9.2-plugin.jar,
WSGroup.class
package com.logicaldoc.webservice.model
WSGroup.fromGroup ( Group group ) [static] : WSGroup
com/logicaldoc/webservice/model/WSGroup.fromGroup:(Lcom/logicaldoc/core/security/user/Group;)Lcom/logicaldoc/webservice/model/WSGroup;
WSGroup.getUserIds ( ) : List<Long>
com/logicaldoc/webservice/model/WSGroup.getUserIds:()Ljava/util/List;
WSGroup.setUserIds ( List<Long> userIds ) : void
com/logicaldoc/webservice/model/WSGroup.setUserIds:(Ljava/util/List;)V
WSGroup.toGroup ( ) : Group
com/logicaldoc/webservice/model/WSGroup.toGroup:()Lcom/logicaldoc/core/security/user/Group;
logicaldoc-webservice-9.2-plugin.jar,
WSSearchOptions.class
package com.logicaldoc.webservice.model
WSSearchOptions.equals ( Object obj ) : boolean
com/logicaldoc/webservice/model/WSSearchOptions.equals:(Ljava/lang/Object;)Z
WSSearchOptions.getFields ( ) : List<String>
com/logicaldoc/webservice/model/WSSearchOptions.getFields:()Ljava/util/List;
WSSearchOptions.getFilterIds ( ) : List<Long>
com/logicaldoc/webservice/model/WSSearchOptions.getFilterIds:()Ljava/util/List;
WSSearchOptions.hashCode ( ) : int
com/logicaldoc/webservice/model/WSSearchOptions.hashCode:()I
WSSearchOptions.setFields ( List<String> fields ) : void
com/logicaldoc/webservice/model/WSSearchOptions.setFields:(Ljava/util/List;)V
WSSearchOptions.setFilterIds ( List<Long> filterIds ) : void
com/logicaldoc/webservice/model/WSSearchOptions.setFilterIds:(Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
WSSearchResult.class
package com.logicaldoc.webservice.model
WSSearchResult.getHits ( ) : List<WSDocument>
com/logicaldoc/webservice/model/WSSearchResult.getHits:()Ljava/util/List;
WSSearchResult.setHits ( List<WSDocument> hits ) : void
com/logicaldoc/webservice/model/WSSearchResult.setHits:(Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
WSSystemInfo.class
package com.logicaldoc.webservice.model
WSSystemInfo.getFeatures ( ) : List<String>
com/logicaldoc/webservice/model/WSSystemInfo.getFeatures:()Ljava/util/List;
WSSystemInfo.setFeatures ( List<String> features ) : void
com/logicaldoc/webservice/model/WSSystemInfo.setFeatures:(Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
WSTemplate.class
package com.logicaldoc.webservice.model
WSTemplate.getAttributes ( ) : List<WSAttribute>
com/logicaldoc/webservice/model/WSTemplate.getAttributes:()Ljava/util/List;
WSTemplate.getValidation ( ) : String
com/logicaldoc/webservice/model/WSTemplate.getValidation:()Ljava/lang/String;
WSTemplate.setAttributes ( List<WSAttribute> attributes ) : void
com/logicaldoc/webservice/model/WSTemplate.setAttributes:(Ljava/util/List;)V
WSTemplate.setValidation ( String validation ) : void
com/logicaldoc/webservice/model/WSTemplate.setValidation:(Ljava/lang/String;)V
logicaldoc-webservice-9.2-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
WSUser.fromUser ( User user ) [static] : WSUser
com/logicaldoc/webservice/model/WSUser.fromUser:(Lcom/logicaldoc/core/security/user/User;)Lcom/logicaldoc/webservice/model/WSUser;
WSUser.getBuilding ( ) : String
com/logicaldoc/webservice/model/WSUser.getBuilding:()Ljava/lang/String;
WSUser.getCompany ( ) : String
com/logicaldoc/webservice/model/WSUser.getCompany:()Ljava/lang/String;
WSUser.getCreation ( ) : String
com/logicaldoc/webservice/model/WSUser.getCreation:()Ljava/lang/String;
WSUser.getDecodedPassword ( ) : String
com/logicaldoc/webservice/model/WSUser.getDecodedPassword:()Ljava/lang/String;
WSUser.getDepartment ( ) : String
com/logicaldoc/webservice/model/WSUser.getDepartment:()Ljava/lang/String;
WSUser.getEvalFormEnabled ( ) : int
com/logicaldoc/webservice/model/WSUser.getEvalFormEnabled:()I
WSUser.getGroupIds ( ) : List<Long>
com/logicaldoc/webservice/model/WSUser.getGroupIds:()Ljava/util/List;
WSUser.getLastLogin ( ) : String
com/logicaldoc/webservice/model/WSUser.getLastLogin:()Ljava/lang/String;
WSUser.getOrganizationalUnit ( ) : String
com/logicaldoc/webservice/model/WSUser.getOrganizationalUnit:()Ljava/lang/String;
WSUser.getWorkingTimes ( ) : List<WSWorkingTime>
com/logicaldoc/webservice/model/WSUser.getWorkingTimes:()Ljava/util/List;
WSUser.setBuilding ( String building ) : void
com/logicaldoc/webservice/model/WSUser.setBuilding:(Ljava/lang/String;)V
WSUser.setCompany ( String company ) : void
com/logicaldoc/webservice/model/WSUser.setCompany:(Ljava/lang/String;)V
WSUser.setCreation ( String creation ) : void
com/logicaldoc/webservice/model/WSUser.setCreation:(Ljava/lang/String;)V
WSUser.setDecodedPassword ( String decodedPassword ) : void
com/logicaldoc/webservice/model/WSUser.setDecodedPassword:(Ljava/lang/String;)V
WSUser.setDepartment ( String department ) : void
com/logicaldoc/webservice/model/WSUser.setDepartment:(Ljava/lang/String;)V
WSUser.setEvalFormEnabled ( int evalFormEnabled ) : void
com/logicaldoc/webservice/model/WSUser.setEvalFormEnabled:(I)V
WSUser.setGroupIds ( List<Long> groupIds ) : void
com/logicaldoc/webservice/model/WSUser.setGroupIds:(Ljava/util/List;)V
WSUser.setLastLogin ( String lastLogin ) : void
com/logicaldoc/webservice/model/WSUser.setLastLogin:(Ljava/lang/String;)V
WSUser.setOrganizationalUnit ( String organizationalUnit ) : void
com/logicaldoc/webservice/model/WSUser.setOrganizationalUnit:(Ljava/lang/String;)V
WSUser.setWorkingTimes ( List<WSWorkingTime> workingTimes ) : void
com/logicaldoc/webservice/model/WSUser.setWorkingTimes:(Ljava/util/List;)V
WSUser.toUser ( ) : User
com/logicaldoc/webservice/model/WSUser.toUser:()Lcom/logicaldoc/core/security/user/User;
logicaldoc-webservice-9.2-plugin.jar,
WSUtil.class
package com.logicaldoc.webservice.model
WSUtil.toAccessControlEntry ( WSAccessControlEntry wsAce ) [static] : AccessControlEntry
com/logicaldoc/webservice/model/WSUtil.toAccessControlEntry:(Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)Lcom/logicaldoc/core/security/AccessControlEntry;
WSUtil.toDocumentAccessControlEntry ( WSAccessControlEntry wsAce ) [static] : DocumentAccessControlEntry
com/logicaldoc/webservice/model/WSUtil.toDocumentAccessControlEntry:(Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)Lcom/logicaldoc/core/document/DocumentAccessControlEntry;
WSUtil.toFolderAccessControlEntry ( WSAccessControlEntry wsAce ) [static] : FolderAccessControlEntry
com/logicaldoc/webservice/model/WSUtil.toFolderAccessControlEntry:(Lcom/logicaldoc/webservice/model/WSAccessControlEntry;)Lcom/logicaldoc/core/document/FolderAccessControlEntry;
WSUtil.toWSAccessControlEntry ( AccessControlEntry ace ) [static] : WSAccessControlEntry
com/logicaldoc/webservice/model/WSUtil.toWSAccessControlEntry:(Lcom/logicaldoc/core/security/AccessControlEntry;)Lcom/logicaldoc/webservice/model/WSAccessControlEntry;
logicaldoc-workflow-9.2-plugin.jar,
SoapWorkflowService.class
package com.logicaldoc.workflow.webservice.soap.endpoint
SoapWorkflowService.appendDocuments ( String sid, String taskId, List<Long> docIds ) : void
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.appendDocuments:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
SoapWorkflowService.getHistories ( String sid, String instanceId, WorkflowEvent event ) : List<WSWorkflowHistory>
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getHistories:(Ljava/lang/String;Ljava/lang/String;Lcom/logicaldoc/workflow/history/WorkflowEvent;)Ljava/util/List;
SoapWorkflowService.getTasksAssignedToMe ( String sid ) : List<WSWorkflowTask>
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksAssignedToMe:(Ljava/lang/String;)Ljava/util/List;
SoapWorkflowService.getTasksICanOwn ( String sid ) : List<WSWorkflowTask>
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksICanOwn:(Ljava/lang/String;)Ljava/util/List;
SoapWorkflowService.getWorkflows ( String sid ) : List<String>
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getWorkflows:(Ljava/lang/String;)Ljava/util/List;
SoapWorkflowService.startWorkflow ( String sid, String workflow, String tag, String color, List<Long> docIds ) : String
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Ljava/lang/String;
logicaldoc-workflow-9.2-plugin.jar,
WSWorkflowHistory.class
package com.logicaldoc.workflow.webservice.model
WSWorkflowHistory.equals ( Object obj ) : boolean
com/logicaldoc/workflow/webservice/model/WSWorkflowHistory.equals:(Ljava/lang/Object;)Z
WSWorkflowHistory.hashCode ( ) : int
com/logicaldoc/workflow/webservice/model/WSWorkflowHistory.hashCode:()I
to the top
Removed Methods 125
logicaldoc-audit-8.8.0-plugin.jar,
SoapAuditService.class
package com.logicaldoc.audit.webservice.soap.endpoint
SoapAuditService.getDocumentHistory ( String sid, long docId ) : WSHistory[ ]
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getDocumentHistory:(Ljava/lang/String;J)[Lcom/logicaldoc/audit/webservice/model/WSHistory;
SoapAuditService.getHistory ( String sid, long folderId, String oldestDate, String[ ] events, Integer max ) : WSHistory[ ]
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getHistory:(Ljava/lang/String;JLjava/lang/String;[Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/audit/webservice/model/WSHistory;
SoapAuditService.getLatestHistory ( String sid, long folderId, String oldestDate, String[ ] events, Integer max ) : WSHistory[ ]
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getLatestHistory:(Ljava/lang/String;JLjava/lang/String;[Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/audit/webservice/model/WSHistory;
SoapAuditService.getMessages ( String sid ) : WSMessage[ ]
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getMessages:(Ljava/lang/String;)[Lcom/logicaldoc/audit/webservice/model/WSMessage;
SoapAuditService.getSubscriptions ( String sid ) : WSSubscription[ ]
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getSubscriptions:(Ljava/lang/String;)[Lcom/logicaldoc/audit/webservice/model/WSSubscription;
SoapAuditService.markAsRead ( String sid, long[ ] ids ) : void
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.markAsRead:(Ljava/lang/String;[J)V
SoapAuditService.subscribe ( String sid, Long[ ] ids, String type, String events ) : void
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.subscribe:(Ljava/lang/String;[Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;)V
SoapAuditService.unsubscribe ( String sid, Long[ ] ids, String type ) : void
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.unsubscribe:(Ljava/lang/String;[Ljava/lang/Long;Ljava/lang/String;)V
logicaldoc-audit-8.8.0-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-enterprise-core-8.8.0-plugin.jar,
SoapArchiveService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapArchiveService.archiveDocuments ( String p1, long[ ] p2, String p3 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.archiveDocuments:(Ljava/lang/String;[JLjava/lang/String;)V
SoapArchiveService.listArchivedDocs ( String p1, long p2 ) : WSDocument[ ]
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.listArchivedDocs:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapArchiveService.unarchiveDocuments ( String p1, long[ ] p2 ) : void
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.unarchiveDocuments:(Ljava/lang/String;[J)V
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapEnterpriseSearchService.findByParameters ( String p1, Long p2, WSCriterion[ ] p3, String p4, Integer p5 ) : WSDocument[ ]
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.findByParameters:(Ljava/lang/String;Ljava/lang/Long;[Lcom/logicaldoc/enterprise/webservice/model/WSCriterion;Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapEnterpriseSearchService.findDocumentsByParameters ( String p1, Long p2, WSCriterion[ ] p3, String p4, Integer p5 ) : WSDocument[ ]
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.findDocumentsByParameters:(Ljava/lang/String;Ljava/lang/Long;[Lcom/logicaldoc/enterprise/webservice/model/WSCriterion;Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapTaskService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapTaskService.listTasks ( String p1 ) : WSTask[ ]
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.listTasks:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSTask;
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapTenantService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
SoapTenantService.listTenants ( String p1 ) : WSTenant[ ]
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.listTenants:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSTenant;
logicaldoc-form-8.8.0-plugin.jar,
SoapFormService.class
package com.logicaldoc.form.webservice.soap.endpoint
SoapFormService.list ( String sid ) : WSForm[ ]
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.list:(Ljava/lang/String;)[Lcom/logicaldoc/form/webservice/model/WSForm;
logicaldoc-importfolder-8.8.0-plugin.jar,
SoapImportFolderService.class
package com.logicaldoc.importfolder.webservice.soap.endpoint
SoapImportFolderService.list ( String sid ) : WSImportFolder[ ]
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.list:(Ljava/lang/String;)[Lcom/logicaldoc/importfolder/webservice/model/WSImportFolder;
logicaldoc-report-8.8.0-plugin.jar,
SoapReportService.class
package com.logicaldoc.report.webservice.soap.endpoint
SoapReportService.execute ( String sid, long reportId, WSAttribute[ ] parameters ) : void
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.execute:(Ljava/lang/String;J[Lcom/logicaldoc/webservice/model/WSAttribute;)V
SoapReportService.list ( String sid ) : WSReport[ ]
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.list:(Ljava/lang/String;)[Lcom/logicaldoc/report/webservice/model/WSReport;
logicaldoc-sign-8.8.0-plugin.jar,
SoapSignService.class
package com.logicaldoc.sign.webservice.soap.endpoint
SoapSignService.sign ( String sid, Long[ ] docIds, String reason ) : Long[ ]
com/logicaldoc/sign/webservice/soap/endpoint/SoapSignService.sign:(Ljava/lang/String;[Ljava/lang/Long;Ljava/lang/String;)[Ljava/lang/Long;
logicaldoc-split-8.8.0-plugin.jar,
SoapSplitService.class
package com.logicaldoc.split.webservice.soap.endpoint
SoapSplitService.splitAllPages ( String sid, long docId ) : Long[ ]
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitAllPages:(Ljava/lang/String;J)[Ljava/lang/Long;
SoapSplitService.splitSelection ( String sid, long docId, String expression ) : Long[ ]
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitSelection:(Ljava/lang/String;JLjava/lang/String;)[Ljava/lang/Long;
SoapSplitService.splitUsingBarcode ( String sid, long docId, String expression, int separator ) : Long[ ]
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingBarcode:(Ljava/lang/String;JLjava/lang/String;I)[Ljava/lang/Long;
SoapSplitService.splitUsingBlankPage ( String sid, long docId, int separator ) : Long[ ]
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingBlankPage:(Ljava/lang/String;JI)[Ljava/lang/Long;
SoapSplitService.splitUsingText ( String sid, long docId, String expression, int separator ) : Long[ ]
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingText:(Ljava/lang/String;JLjava/lang/String;I)[Ljava/lang/Long;
logicaldoc-stamp-8.8.0-plugin.jar,
SoapStampService.class
package com.logicaldoc.stamp.webservice.soap.endpoint
SoapStampService.stamp ( String sid, long docId, String stamp, WSAttribute[ ] parameters ) : void
com/logicaldoc/stamp/webservice/soap/endpoint/SoapStampService.stamp:(Ljava/lang/String;JLjava/lang/String;[Lcom/logicaldoc/webservice/model/WSAttribute;)V
logicaldoc-webservice-8.8.0-plugin.jar,
SoapBookmarkService.class
package com.logicaldoc.webservice.soap.endpoint
SoapBookmarkService.getBookmarks ( String sid ) : WSBookmark[ ]
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.getBookmarks:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSBookmark;
logicaldoc-webservice-8.8.0-plugin.jar,
SoapDocumentMetadataService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentMetadataService.getAttributeOptions ( String sid, long setId, String attribute ) : String[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAttributeOptions:(Ljava/lang/String;JLjava/lang/String;)[Ljava/lang/String;
SoapDocumentMetadataService.getGrantedGroups ( String sid, long templateId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapDocumentMetadataService.getGrantedUsers ( String sid, long templateId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapDocumentMetadataService.grantGroupToTemplate ( String sid, long templateId, long groupId, int permissions ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.grantGroupToTemplate:(Ljava/lang/String;JJI)V
SoapDocumentMetadataService.grantUserToTemplate ( String sid, long templateId, long userId, int permissions ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.grantUserToTemplate:(Ljava/lang/String;JJI)V
SoapDocumentMetadataService.isTemplateReadable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isTemplateReadable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.isTemplateWritable ( String sid, long templateId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.isTemplateWritable:(Ljava/lang/String;J)Z
SoapDocumentMetadataService.listAttributeSets ( String sid ) : WSAttributeSet[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.listAttributeSets:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSAttributeSet;
SoapDocumentMetadataService.listTemplates ( String sid ) : WSTemplate[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.listTemplates:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSTemplate;
SoapDocumentMetadataService.setAttributeOptions ( String sid, long setId, String attribute, String[ ] values ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.setAttributeOptions:(Ljava/lang/String;JLjava/lang/String;[Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
SoapDocumentService.copy ( String sid, long docId, long folderId ) : WSDocument
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.copy:(Ljava/lang/String;JJ)Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.getAliases ( String sid, long docId ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getAliases:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.getDocuments ( String sid, Long[ ] docIds ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getDocuments:(Ljava/lang/String;[Ljava/lang/Long;)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.getLinks ( String sid, long docId ) : WSLink[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getLinks:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSLink;
SoapDocumentService.getNotes ( String sid, long docId ) : WSNote[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getNotes:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSNote;
SoapDocumentService.getRatings ( String sid, long docId ) : WSRating[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRatings:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRating;
SoapDocumentService.getRecentDocuments ( String sid, Integer max ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRecentDocuments:(Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.getVersions ( String sid, long docId ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersions:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.isReadable ( String sid, long docId ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.isReadable:(Ljava/lang/String;J)Z
SoapDocumentService.listDocuments ( String sid, long folderId, String fileName ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.listDocuments:(Ljava/lang/String;JLjava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapDocumentService.sendEmail ( String sid, Long[ ] docIds, String recipients, String subject, String message ) : void
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.sendEmail:(Ljava/lang/String;[Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
SoapFolderService.getGrantedGroups ( String sid, long folderId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getGrantedGroups:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapFolderService.getGrantedUsers ( String sid, long folderId ) : WSRight[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getGrantedUsers:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRight;
SoapFolderService.getPath ( String sid, long folderId ) : WSFolder[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getPath:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSFolder;
SoapFolderService.grantGroup ( String sid, long folderId, long groupId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.grantGroup:(Ljava/lang/String;JJIZ)V
SoapFolderService.grantUser ( String sid, long folderId, long userId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.grantUser:(Ljava/lang/String;JJIZ)V
SoapFolderService.isGranted ( String sid, long folderId, int permission ) : boolean
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.isGranted:(Ljava/lang/String;JI)Z
SoapFolderService.listChildren ( String sid, long folderId ) : WSFolder[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.listChildren:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSFolder;
SoapFolderService.listWorkspaces ( String sid ) : WSFolder[ ]
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.listWorkspaces:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSearchService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSearchService.findByFilename ( String sid, String filename ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.findByFilename:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapSearchService.findFolders ( String sid, String name ) : WSFolder[ ]
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.findFolders:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSecurityService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSecurityService.listGroups ( String sid ) : WSGroup[ ]
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.listGroups:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSGroup;
SoapSecurityService.listUsers ( String sid, String group ) : WSUser[ ]
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.listUsers:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSUser;
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSystemService.class
package com.logicaldoc.webservice.soap.endpoint
SoapSystemService.getLanguages ( String tenantOrSid ) : String[ ]
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getLanguages:(Ljava/lang/String;)[Ljava/lang/String;
SoapSystemService.getStatistics ( String sid ) : WSParameter[ ]
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getStatistics:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSParameter;
logicaldoc-webservice-8.8.0-plugin.jar,
SoapTagService.class
package com.logicaldoc.webservice.soap.endpoint
SoapTagService.addDocumentTags ( String sid, long docId, String[ ] tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.addDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
SoapTagService.addFolderTags ( String sid, long folderId, String[ ] tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.addFolderTags:(Ljava/lang/String;J[Ljava/lang/String;)V
SoapTagService.findDocumentsByTag ( String sid, String tag ) : WSDocument[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.findDocumentsByTag:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
SoapTagService.findFoldersByTag ( String sid, String tag ) : WSFolder[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.findFoldersByTag:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
SoapTagService.getDocumentTags ( String sid, long docId ) : String[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getDocumentTags:(Ljava/lang/String;J)[Ljava/lang/String;
SoapTagService.getFolderTags ( String sid, long folderId ) : String[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getFolderTags:(Ljava/lang/String;J)[Ljava/lang/String;
SoapTagService.getTagCloud ( String sid ) : WSTagCloud[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTagCloud:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSTagCloud;
SoapTagService.getTags ( String sid ) : String[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTags:(Ljava/lang/String;)[Ljava/lang/String;
SoapTagService.getTagsPreset ( String sid ) : String[ ]
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTagsPreset:(Ljava/lang/String;)[Ljava/lang/String;
SoapTagService.setDocumentTags ( String sid, long docId, String[ ] tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.setDocumentTags:(Ljava/lang/String;J[Ljava/lang/String;)V
SoapTagService.setFolderTags ( String sid, long folderId, String[ ] tags ) : void
com/logicaldoc/webservice/soap/endpoint/SoapTagService.setFolderTags:(Ljava/lang/String;J[Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSAttribute.class
package com.logicaldoc.webservice.model
WSAttribute.getValue ( ) : Object
com/logicaldoc/webservice/model/WSAttribute.getValue:()Ljava/lang/Object;
WSAttribute.setValue ( Object value ) : void
com/logicaldoc/webservice/model/WSAttribute.setValue:(Ljava/lang/Object;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSAttributeSet.class
package com.logicaldoc.webservice.model
WSAttributeSet.getAttributes ( ) : WSAttribute[ ]
com/logicaldoc/webservice/model/WSAttributeSet.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
WSAttributeSet.setAttributes ( WSAttribute[ ] attributes ) : void
com/logicaldoc/webservice/model/WSAttributeSet.setAttributes:([Lcom/logicaldoc/webservice/model/WSAttribute;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSDocument.class
package com.logicaldoc.webservice.model
WSDocument.getAttributes ( ) : WSAttribute[ ]
com/logicaldoc/webservice/model/WSDocument.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
WSDocument.getTags ( ) : String[ ]
com/logicaldoc/webservice/model/WSDocument.getTags:()[Ljava/lang/String;
WSDocument.setAttributes ( WSAttribute[ ] attributes ) : void
com/logicaldoc/webservice/model/WSDocument.setAttributes:([Lcom/logicaldoc/webservice/model/WSAttribute;)V
WSDocument.setTags ( String[ ] tags ) : void
com/logicaldoc/webservice/model/WSDocument.setTags:([Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSFolder.class
package com.logicaldoc.webservice.model
WSFolder.getAttributes ( ) : WSAttribute[ ]
com/logicaldoc/webservice/model/WSFolder.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
WSFolder.getStorage ( ) : Integer
com/logicaldoc/webservice/model/WSFolder.getStorage:()Ljava/lang/Integer;
WSFolder.getTags ( ) : String[ ]
com/logicaldoc/webservice/model/WSFolder.getTags:()[Ljava/lang/String;
WSFolder.setAttributes ( WSAttribute[ ] attributes ) : void
com/logicaldoc/webservice/model/WSFolder.setAttributes:([Lcom/logicaldoc/webservice/model/WSAttribute;)V
WSFolder.setStorage ( Integer storage ) : void
com/logicaldoc/webservice/model/WSFolder.setStorage:(Ljava/lang/Integer;)V
WSFolder.setTags ( String[ ] tags ) : void
com/logicaldoc/webservice/model/WSFolder.setTags:([Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSGroup.class
package com.logicaldoc.webservice.model
WSGroup.fromGroup ( Group group ) [static] : WSGroup
com/logicaldoc/webservice/model/WSGroup.fromGroup:(Lcom/logicaldoc/core/security/Group;)Lcom/logicaldoc/webservice/model/WSGroup;
WSGroup.getUserIds ( ) : long[ ]
com/logicaldoc/webservice/model/WSGroup.getUserIds:()[J
WSGroup.setUserIds ( long[ ] userIds ) : void
com/logicaldoc/webservice/model/WSGroup.setUserIds:([J)V
WSGroup.toGroup ( ) : Group
com/logicaldoc/webservice/model/WSGroup.toGroup:()Lcom/logicaldoc/core/security/Group;
logicaldoc-webservice-8.8.0-plugin.jar,
WSRight.class
package com.logicaldoc.webservice.model
WSRight.getId ( ) : long
com/logicaldoc/webservice/model/WSRight.getId:()J
WSRight.getPermissions ( ) : int
com/logicaldoc/webservice/model/WSRight.getPermissions:()I
WSRight.setId ( long id ) : void
com/logicaldoc/webservice/model/WSRight.setId:(J)V
WSRight.setPermissions ( int permissions ) : void
com/logicaldoc/webservice/model/WSRight.setPermissions:(I)V
WSRight.WSRight ( )
com/logicaldoc/webservice/model/WSRight."<init>":()V
WSRight.WSRight ( long id, int permissions )
com/logicaldoc/webservice/model/WSRight."<init>":(JI)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSSearchOptions.class
package com.logicaldoc.webservice.model
WSSearchOptions.getFields ( ) : String[ ]
com/logicaldoc/webservice/model/WSSearchOptions.getFields:()[Ljava/lang/String;
WSSearchOptions.getFilterIds ( ) : Long[ ]
com/logicaldoc/webservice/model/WSSearchOptions.getFilterIds:()[Ljava/lang/Long;
WSSearchOptions.setFields ( String[ ] fields ) : void
com/logicaldoc/webservice/model/WSSearchOptions.setFields:([Ljava/lang/String;)V
WSSearchOptions.setFilterIds ( Long[ ] filterIds ) : void
com/logicaldoc/webservice/model/WSSearchOptions.setFilterIds:([Ljava/lang/Long;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSSearchResult.class
package com.logicaldoc.webservice.model
WSSearchResult.getHits ( ) : WSDocument[ ]
com/logicaldoc/webservice/model/WSSearchResult.getHits:()[Lcom/logicaldoc/webservice/model/WSDocument;
WSSearchResult.setHits ( WSDocument[ ] hits ) : void
com/logicaldoc/webservice/model/WSSearchResult.setHits:([Lcom/logicaldoc/webservice/model/WSDocument;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSSystemInfo.class
package com.logicaldoc.webservice.model
WSSystemInfo.getFeatures ( ) : String[ ]
com/logicaldoc/webservice/model/WSSystemInfo.getFeatures:()[Ljava/lang/String;
WSSystemInfo.setFeatures ( String[ ] features ) : void
com/logicaldoc/webservice/model/WSSystemInfo.setFeatures:([Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSTemplate.class
package com.logicaldoc.webservice.model
WSTemplate.getAttributes ( ) : WSAttribute[ ]
com/logicaldoc/webservice/model/WSTemplate.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
WSTemplate.setAttributes ( WSAttribute[ ] attributes ) : void
com/logicaldoc/webservice/model/WSTemplate.setAttributes:([Lcom/logicaldoc/webservice/model/WSAttribute;)V
logicaldoc-webservice-8.8.0-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
WSUser.fromUser ( User user ) [static] : WSUser
com/logicaldoc/webservice/model/WSUser.fromUser:(Lcom/logicaldoc/core/security/User;)Lcom/logicaldoc/webservice/model/WSUser;
WSUser.getGroupIds ( ) : long[ ]
com/logicaldoc/webservice/model/WSUser.getGroupIds:()[J
WSUser.getWorkingTimes ( ) : WSWorkingTime[ ]
com/logicaldoc/webservice/model/WSUser.getWorkingTimes:()[Lcom/logicaldoc/webservice/model/WSWorkingTime;
WSUser.setGroupIds ( long[ ] groupIds ) : void
com/logicaldoc/webservice/model/WSUser.setGroupIds:([J)V
WSUser.setWorkingTimes ( WSWorkingTime[ ] workingTimes ) : void
com/logicaldoc/webservice/model/WSUser.setWorkingTimes:([Lcom/logicaldoc/webservice/model/WSWorkingTime;)V
WSUser.toUser ( ) : User
com/logicaldoc/webservice/model/WSUser.toUser:()Lcom/logicaldoc/core/security/User;
logicaldoc-webservice-8.8.0-plugin.jar,
WSUtil.class
package com.logicaldoc.webservice.model
WSUtil.convertDateToStringWithMillis ( Date date ) [static] : String
com/logicaldoc/webservice/model/WSUtil.convertDateToStringWithMillis:(Ljava/util/Date;)Ljava/lang/String;
logicaldoc-workflow-8.8.0-plugin.jar,
SoapWorkflowService.class
package com.logicaldoc.workflow.webservice.soap.endpoint
SoapWorkflowService.appendDocuments ( String sid, String taskId, Long[ ] docIds ) : void
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.appendDocuments:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Long;)V
SoapWorkflowService.getHistories ( String sid, String instanceId, String event ) : WSWorkflowHistory[ ]
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getHistories:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/workflow/webservice/model/WSWorkflowHistory;
SoapWorkflowService.getTasksAssignedToMe ( String sid ) : WSWorkflowTask[ ]
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksAssignedToMe:(Ljava/lang/String;)[Lcom/logicaldoc/workflow/webservice/model/WSWorkflowTask;
SoapWorkflowService.getTasksICanOwn ( String sid ) : WSWorkflowTask[ ]
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksICanOwn:(Ljava/lang/String;)[Lcom/logicaldoc/workflow/webservice/model/WSWorkflowTask;
SoapWorkflowService.getWorkflows ( String sid ) : String[ ]
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getWorkflows:(Ljava/lang/String;)[Ljava/lang/String;
SoapWorkflowService.startWorkflow ( String sid, String workflow, String tag, long[ ] docIds ) : String
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.startWorkflow:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[J)Ljava/lang/String;
to the top
Problems with Data Types, High Severity 48
logicaldoc-audit-8.8.0-plugin.jar
package com.logicaldoc.audit.webservice.soap.endpoint
[+] class SoapAuditService 1
| Change | Effect |
---|
1 |
Field log of type org.apache.commons.logging.Log 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: 2 (0.1%)
SoapAuditService.SoapAuditService ( )This constructor is from 'SoapAuditService' class.
SoapAuditService.saveDocumentHistory ( String sid, WSHistory history )This method is from 'SoapAuditService' class.
logicaldoc-enterprise-core-8.8.0-plugin.jar
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] class SoapArchiveService 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 SoapArchiveService. |
[+] affected methods: 2 (0.1%)
SoapArchiveService.SoapArchiveService ( )This constructor is from 'SoapArchiveService' class.
SoapArchiveService.archiveFolder ( String p1, long p2, String p3 )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: 7 (0.5%)
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.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: 2 (0.1%)
SoapEnterpriseSearchService.SoapEnterpriseSearchService ( )This constructor 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 SoapTaskService 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 SoapTaskService. |
[+] affected methods: 7 (0.5%)
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.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 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 SoapTenantService. |
[+] affected methods: 5 (0.4%)
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.storeTenant ( String p1, WSTenant p2 )This method is from 'SoapTenantService' class.
logicaldoc-form-8.8.0-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: 6 (0.4%)
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.store ( String sid, WSForm frm )This method is from 'SoapFormService' class.
logicaldoc-impex-8.8.0-plugin.jar
package com.logicaldoc.impex.webservice.soap.endpoint
[+] class SoapImpexService 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 SoapImpexService. |
[+] affected methods: 6 (0.4%)
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.8.0-plugin.jar
package com.logicaldoc.importfolder.webservice.soap.endpoint
[+] class SoapImportFolderService 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 SoapImportFolderService. |
[+] affected methods: 3 (0.2%)
SoapImportFolderService.SoapImportFolderService ( )This constructor is from 'SoapImportFolderService' class.
SoapImportFolderService.delete ( String sid, long folderId )This method is from 'SoapImportFolderService' class.
SoapImportFolderService.store ( String sid, WSImportFolder folder )This method is from 'SoapImportFolderService' class.
logicaldoc-report-8.8.0-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: 1 (0.1%)
SoapReportService.SoapReportService ( )This constructor is from 'SoapReportService' class.
logicaldoc-sign-8.8.0-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: 3 (0.2%)
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.
logicaldoc-split-8.8.0-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: 1 (0.1%)
SoapSplitService.SoapSplitService ( )This constructor is from 'SoapSplitService' class.
logicaldoc-stamp-8.8.0-plugin.jar
package com.logicaldoc.stamp.webservice.soap.endpoint
[+] class SoapStampService 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 SoapStampService. |
[+] affected methods: 1 (0.1%)
SoapStampService.SoapStampService ( )This constructor is from 'SoapStampService' class.
logicaldoc-webservice-8.8.0-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: 119 (8.4%)
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.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.getBarcoded ( )This method is from 'WSDocument' class.
WSDocument.getBarcodeTemplateId ( )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: 52 (3.7%)
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.getBarcodeTemplateId ( )This method is from 'WSFolder' class.
WSFolder.getColor ( )This method is from 'WSFolder' class.
WSFolder.getCreation ( )This method is from 'WSFolder' class.
WSFolder.getCreator ( )This method is from 'WSFolder' class.
...
[+] class WSRight 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class WSRight. |
[+] affected methods: 6 (0.4%)
WSRight.WSRight ( )This constructor is from 'WSRight' class.
WSRight.WSRight ( long id, int permissions )This constructor is from 'WSRight' class.
WSRight.getId ( )This method is from 'WSRight' class.
WSRight.getPermissions ( )This method is from 'WSRight' class.
WSRight.setId ( long id )This method is from 'WSRight' class.
WSRight.setPermissions ( int permissions )This method is from 'WSRight' class.
[+] class WSSystemInfo 21
| Change | Effect |
---|
1 |
Access level of field bugs has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: bugs has private access in WSSystemInfo. |
2 |
Access level of field date has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: date has private access in WSSystemInfo. |
3 |
Access level of field features has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: features has private access in WSSystemInfo. |
4 |
Access level of field forum has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: forum has private access in WSSystemInfo. |
5 |
Access level of field help has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: help has private access in WSSystemInfo. |
6 |
Access level of field hostName has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: hostName has private access in WSSystemInfo. |
7 |
Access level of field installationId has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: installationId has private access in WSSystemInfo. |
8 |
Access level of field licensee has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: licensee has private access in WSSystemInfo. |
9 |
Access level of field product has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: product has private access in WSSystemInfo. |
10 |
Access level of field productName has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: productName has private access in WSSystemInfo. |
11 |
Access level of field release has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: release has private access in WSSystemInfo. |
12 |
Access level of field runLevel has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: runLevel has private access in WSSystemInfo. |
13 |
Access level of field support has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: support has private access in WSSystemInfo. |
14 |
Access level of field url has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: url has private access in WSSystemInfo. |
15 |
Access level of field vendor has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: vendor has private access in WSSystemInfo. |
16 |
Access level of field vendorAddress has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: vendorAddress has private access in WSSystemInfo. |
17 |
Access level of field vendorCap has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: vendorCap has private access in WSSystemInfo. |
18 |
Access level of field vendorCity has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: vendorCity has private access in WSSystemInfo. |
19 |
Access level of field vendorCountry has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: vendorCountry has private access in WSSystemInfo. |
20 |
Access level of field year has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: year has private access in WSSystemInfo. |
21 |
Type of field features has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types, found: java.lang.String[], required: java.util.List<java.lang.String>. |
[+] affected methods: 40 (2.8%)
WSSystemInfo.WSSystemInfo ( )This constructor is from 'WSSystemInfo' class.
WSSystemInfo.getBugs ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getDate ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getForum ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getHelp ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getHostName ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getInstallationId ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getLicensee ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getProduct ( )This method is from 'WSSystemInfo' class.
WSSystemInfo.getProductName ( )This method is from 'WSSystemInfo' class.
...
[+] class WSUtil 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 WSUtil. |
[+] affected methods: 9 (0.6%)
WSUtil.WSUtil ( )This constructor is from 'WSUtil' class.
WSUtil.convertDateToString ( Date date )This method is from 'WSUtil' class.
WSUtil.convertStringToDate ( String date )This method is from 'WSUtil' class.
WSUtil.toAttributeSet ( WSAttributeSet wsSet )This method is from 'WSUtil' class.
WSUtil.toDocument ( WSDocument wsDoc )This method is from 'WSUtil' class.
WSUtil.toTemplate ( WSTemplate wsTemplate )This method is from 'WSUtil' class.
WSUtil.toWSAttributeSet ( AttributeSet attributeSet )This method is from 'WSUtil' class.
WSUtil.toWSDocument ( AbstractDocument document )This method is from 'WSUtil' class.
WSUtil.toWSTemplate ( Template template )This method is from 'WSUtil' class.
logicaldoc-webservice-8.8.0-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: 7 (0.5%)
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.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: 9 (0.6%)
SoapDocumentMetadataService.SoapDocumentMetadataService ( )This constructor 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.getAttributeSet ( String sid, String name )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getAttributeSetById ( String sid, long setId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getTemplate ( String sid, String name )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.getTemplateById ( String sid, long templateId )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.storeAttributeSet ( String sid, WSAttributeSet attributeSet )This method is from 'SoapDocumentMetadataService' class.
SoapDocumentMetadataService.storeTemplate ( String sid, WSTemplate template )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: 41 (2.9%)
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.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.
SoapDocumentService.createAlias ( String sid, long docId, long folderId, String type )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: 17 (1.2%)
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 folder )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.getDefaultWorkspace ( String sid )This method is from 'SoapFolderService' class.
SoapFolderService.getFolder ( String sid, long folderId )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: 2 (0.1%)
SoapSearchService.SoapSearchService ( )This constructor is from 'SoapSearchService' class.
SoapSearchService.find ( String sid, WSSearchOptions opt )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: 9 (0.6%)
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.storeGroup ( String sid, WSGroup group )This method is from 'SoapSecurityService' class.
SoapSecurityService.storeUser ( String sid, WSUser user )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: 2 (0.1%)
SoapSystemService.SoapSystemService ( )This constructor is from 'SoapSystemService' class.
SoapSystemService.getInfo ( )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: 1 (0.1%)
SoapTagService.SoapTagService ( )This constructor is from 'SoapTagService' class.
logicaldoc-workflow-8.8.0-plugin.jar
package com.logicaldoc.workflow.webservice.soap.endpoint
[+] class SoapWorkflowService 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 SoapWorkflowService. |
[+] affected methods: 6 (0.4%)
SoapWorkflowService.SoapWorkflowService ( )This constructor is from 'SoapWorkflowService' class.
SoapWorkflowService.addNote ( String sid, String taskId, String note )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.reassign ( String sid, String taskId, long userId )This method is from 'SoapWorkflowService' class.
SoapWorkflowService.unclaim ( String sid, String taskId )This method is from 'SoapWorkflowService' class.
to the top
Problems with Methods, High Severity 1
logicaldoc-webservice-8.8.0-plugin.jar,
WSUtil.class
package com.logicaldoc.webservice.model
[+] WSUtil.WSUtil ( ) 1
com/logicaldoc/webservice/model/WSUtil."<init>":()V
| Change | Effect |
---|
1 |
Access level has been changed from public to private. |
Recompilation of a client program may be terminated with the message: WSUtil ( ) has private access in WSUtil. |
to the top
Problems with Data Types, Medium Severity 22
logicaldoc-enterprise-core-8.8.0-plugin.jar
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] 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: 7 (0.5%)
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.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: 2 (0.1%)
SoapEnterpriseSearchService.SoapEnterpriseSearchService ( )This constructor is from 'SoapEnterpriseSearchService' class.
SoapEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, String p5, Integer p6 )This method is from 'SoapEnterpriseSearchService' class.
logicaldoc-form-8.8.0-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: 6 (0.4%)
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.store ( String sid, WSForm frm )This method is from 'SoapFormService' class.
logicaldoc-report-8.8.0-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: 1 (0.1%)
SoapReportService.SoapReportService ( )This constructor is from 'SoapReportService' class.
logicaldoc-sign-8.8.0-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: 3 (0.2%)
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.
logicaldoc-split-8.8.0-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: 1 (0.1%)
SoapSplitService.SoapSplitService ( )This constructor is from 'SoapSplitService' class.
logicaldoc-webservice-8.8.0-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: 119 (8.4%)
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.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.getBarcoded ( )This method is from 'WSDocument' class.
WSDocument.getBarcodeTemplateId ( )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: 52 (3.7%)
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.getBarcodeTemplateId ( )This method is from 'WSFolder' class.
WSFolder.getColor ( )This method is from 'WSFolder' class.
WSFolder.getCreation ( )This method is from 'WSFolder' class.
WSFolder.getCreator ( )This method is from 'WSFolder' class.
...
[+] class WSGroup 2
| Change | Effect |
---|
1 |
Field TYPE_DEFAULT became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable TYPE_DEFAULT. |
2 |
Field TYPE_USER became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable TYPE_USER. |
[+] affected methods: 19 (1.3%)
WSGroup.WSGroup ( )This constructor is from 'WSGroup' class.
WSGroup.equals ( Object other )This method is from 'WSGroup' class.
WSGroup.getDescription ( )This method is from 'WSGroup' class.
WSGroup.getId ( )This method is from 'WSGroup' class.
WSGroup.getInheritGroupId ( )This method is from 'WSGroup' class.
WSGroup.getLastModified ( )This method is from 'WSGroup' class.
WSGroup.getName ( )This method is from 'WSGroup' class.
WSGroup.getSource ( )This method is from 'WSGroup' class.
WSGroup.getType ( )This method is from 'WSGroup' class.
WSGroup.hashCode ( )This method is from 'WSGroup' class.
...
[+] class WSUser 6
| Change | Effect |
---|
1 |
Field SOURCE_ACTIVE_DIRECTORY became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable SOURCE_ACTIVE_DIRECTORY. |
2 |
Field SOURCE_DEFAULT became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable SOURCE_DEFAULT. |
3 |
Field SOURCE_LDAP became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable SOURCE_LDAP. |
4 |
Field TYPE_DEFAULT became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable TYPE_DEFAULT. |
5 |
Field TYPE_GUEST became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable TYPE_GUEST. |
6 |
Field TYPE_SYSTEM became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable TYPE_SYSTEM. |
[+] affected methods: 79 (5.6%)
WSUser.WSUser ( )This constructor is from 'WSUser' class.
WSUser.getCity ( )This method is from 'WSUser' class.
WSUser.getCountry ( )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.
WSUser.getEmail2 ( )This method is from 'WSUser' class.
WSUser.getEmail ( )This method is from 'WSUser' class.
WSUser.getEmailSignature2 ( )This method is from 'WSUser' class.
WSUser.getEmailSignature ( )This method is from 'WSUser' class.
...
[+] class WSUtil 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: 9 (0.6%)
WSUtil.WSUtil ( )This constructor is from 'WSUtil' class.
WSUtil.convertDateToString ( Date date )This method is from 'WSUtil' class.
WSUtil.convertStringToDate ( String date )This method is from 'WSUtil' class.
WSUtil.toAttributeSet ( WSAttributeSet wsSet )This method is from 'WSUtil' class.
WSUtil.toDocument ( WSDocument wsDoc )This method is from 'WSUtil' class.
WSUtil.toTemplate ( WSTemplate wsTemplate )This method is from 'WSUtil' class.
WSUtil.toWSAttributeSet ( AttributeSet attributeSet )This method is from 'WSUtil' class.
WSUtil.toWSDocument ( AbstractDocument document )This method is from 'WSUtil' class.
WSUtil.toWSTemplate ( Template template )This method is from 'WSUtil' class.
logicaldoc-webservice-8.8.0-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: 41 (2.9%)
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.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.
SoapDocumentService.createAlias ( String sid, long docId, long folderId, String type )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: 17 (1.2%)
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 folder )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.getDefaultWorkspace ( String sid )This method is from 'SoapFolderService' class.
SoapFolderService.getFolder ( String sid, long folderId )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: 2 (0.1%)
SoapSearchService.SoapSearchService ( )This constructor is from 'SoapSearchService' class.
SoapSearchService.find ( String sid, WSSearchOptions opt )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: 9 (0.6%)
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.storeGroup ( String sid, WSGroup group )This method is from 'SoapSecurityService' class.
SoapSecurityService.storeUser ( String sid, WSUser user )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: 2 (0.1%)
SoapSystemService.SoapSystemService ( )This constructor is from 'SoapSystemService' class.
SoapSystemService.getInfo ( )This method is from 'SoapSystemService' class.
to the top
Problems with Methods, Medium Severity 657
logicaldoc-audit-8.8.0-plugin.jar,
SoapAuditService.class
package com.logicaldoc.audit.webservice.soap.endpoint
[+] SoapAuditService.getDocumentHistory ( String sid, long docId ) : WSHistory[ ] 1
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getDocumentHistory:(Ljava/lang/String;J)[Lcom/logicaldoc/audit/webservice/model/WSHistory;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.audit.webservice.model.WSHistory[] to java.util.List<com.logicaldoc.audit.webservice.model.WSHistory>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.audit.webservice.model.WSHistory> cannot be converted to com.logicaldoc.audit.webservice.model.WSHistory[]. |
[+] SoapAuditService.getMessages ( String sid ) : WSMessage[ ] 1
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getMessages:(Ljava/lang/String;)[Lcom/logicaldoc/audit/webservice/model/WSMessage;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.audit.webservice.model.WSMessage[] to java.util.List<com.logicaldoc.audit.webservice.model.WSMessage>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.audit.webservice.model.WSMessage> cannot be converted to com.logicaldoc.audit.webservice.model.WSMessage[]. |
[+] SoapAuditService.getSubscriptions ( String sid ) : WSSubscription[ ] 1
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.getSubscriptions:(Ljava/lang/String;)[Lcom/logicaldoc/audit/webservice/model/WSSubscription;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.audit.webservice.model.WSSubscription[] to java.util.List<com.logicaldoc.audit.webservice.model.WSSubscription>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.audit.webservice.model.WSSubscription> cannot be converted to com.logicaldoc.audit.webservice.model.WSSubscription[]. |
[+] SoapAuditService.saveDocumentHistory ( String sid, WSHistory history ) : WSHistory 4
com/logicaldoc/audit/webservice/soap/endpoint/SoapAuditService.saveDocumentHistory:(Ljava/lang/String;Lcom/logicaldoc/audit/webservice/model/WSHistory;)Lcom/logicaldoc/audit/webservice/model/WSHistory;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override saveDocumentHistory ( String, WSHistory ) in SoapAuditService; overridden method does not throw java.lang.Exception. |
logicaldoc-audit-8.8.0-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-conversion-8.8.0-plugin.jar,
SoapConversionService.class
package com.logicaldoc.conversion.webservice.soap.endpoint
[+] SoapConversionService.convertDocument ( String sid, long docId, String fileVersion, String format ) : DataHandler 7
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertDocument:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)Ljavax/activation/DataHandler;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
7 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override convertDocument ( String, long, String, String ) in SoapConversionService; overridden method does not throw java.lang.Exception. |
[+] SoapConversionService.convertDocumentAndSave ( String sid, long docId, String fileVersion, String format ) : long 7
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertDocumentAndSave:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
7 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override convertDocumentAndSave ( String, long, String, String ) in SoapConversionService; overridden method does not throw java.lang.Exception. |
[+] SoapConversionService.convertDocumentToPdf ( String sid, long docId, String fileVersion ) : void 7
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertDocumentToPdf:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
7 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override convertDocumentToPdf ( String, long, String ) in SoapConversionService; overridden method does not throw java.lang.Exception. |
[+] SoapConversionService.convertFile ( String sid, String fileName, String format, DataHandler fileContent ) : DataHandler 6
com/logicaldoc/conversion/webservice/soap/endpoint/SoapConversionService.convertFile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)Ljavax/activation/DataHandler;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override convertFile ( String, String, String, DataHandler ) in SoapConversionService; overridden method does not throw java.lang.Exception. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapArchiveService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapArchiveService.archiveFolder ( String p1, long p2, String p3 ) : long 6
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.archiveFolder:(Ljava/lang/String;JLjava/lang/String;)J
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override archiveFolder ( String, long, String ) in SoapArchiveService; overridden method does not throw java.lang.Exception. |
[+] SoapArchiveService.listArchivedDocs ( String p1, long p2 ) : WSDocument[ ] 1
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapArchiveService.listArchivedDocs:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSDocument> cannot be converted to com.logicaldoc.webservice.model.WSDocument[]. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapEnterpriseDocumentService.checkin ( String p1, long p2, String p3, String p4, boolean p5, WSDocument p6 ) : void 5
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.checkin:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;ZLcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override checkin ( String, long, String, String, boolean, WSDocument ) in SoapEnterpriseDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapEnterpriseDocumentService.create ( String p1, WSDocument p2 ) : WSDocument 5
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.create:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSDocument;)Lcom/logicaldoc/webservice/model/WSDocument;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override create ( String, WSDocument ) in SoapEnterpriseDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapEnterpriseDocumentService.deleteChunks ( String p1 ) : void 5
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.deleteChunks:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override deleteChunks ( String ) in SoapEnterpriseDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapEnterpriseDocumentService.downloadChunk ( String p1, long p2, String p3, long p4, long p5 ) : DataHandler 6
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.downloadChunk:(Ljava/lang/String;JLjava/lang/String;JJ)Ljavax/activation/DataHandler;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override downloadChunk ( String, long, String, long, long ) in SoapEnterpriseDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapEnterpriseDocumentService.uploadChunk ( String p1, DataHandler p2 ) : void 5
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseDocumentService.uploadChunk:(Ljava/lang/String;Ljavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override uploadChunk ( String, DataHandler ) in SoapEnterpriseDocumentService; overridden method does not throw java.lang.Exception. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, String p5, Integer p6 ) : String[ ][ ] 6
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapEnterpriseSearchService.queryDocuments:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)[[Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override queryDocuments ( String, String, String, String, String, Integer ) in SoapEnterpriseSearchService; overridden method does not throw java.lang.Exception. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapTaskService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapTaskService.disable ( String p1, String p2 ) : void 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.disable:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Added javax.security.sasl.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.security.sasl.AuthenticationException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override disable ( String, String ) in SoapTaskService; overridden method does not throw java.lang.Exception. |
[+] SoapTaskService.enable ( String p1, String p2 ) : void 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.enable:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Added javax.security.sasl.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.security.sasl.AuthenticationException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override enable ( String, String ) in SoapTaskService; overridden method does not throw java.lang.Exception. |
[+] SoapTaskService.getLog ( String p1, String p2 ) : DataHandler 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.getLog:(Ljava/lang/String;Ljava/lang/String;)Ljavax/activation/DataHandler;
| 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. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Added javax.security.sasl.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.security.sasl.AuthenticationException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getLog ( String, String ) in SoapTaskService; overridden method does not throw java.lang.Exception. |
[+] SoapTaskService.getTask ( String p1, String p2 ) : WSTask 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.getTask:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/enterprise/webservice/model/WSTask;
| 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. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Added javax.security.sasl.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.security.sasl.AuthenticationException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getTask ( String, String ) in SoapTaskService; overridden method does not throw java.lang.Exception. |
[+] SoapTaskService.listTasks ( String p1 ) : WSTask[ ] 1
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.listTasks:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSTask;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.enterprise.webservice.model.WSTask[] to java.util.List<com.logicaldoc.enterprise.webservice.model.WSTask>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.enterprise.webservice.model.WSTask> cannot be converted to com.logicaldoc.enterprise.webservice.model.WSTask[]. |
[+] SoapTaskService.start ( String p1, String p2 ) : void 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.start:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Added javax.security.sasl.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.security.sasl.AuthenticationException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override start ( String, String ) in SoapTaskService; overridden method does not throw java.lang.Exception. |
[+] SoapTaskService.stop ( String p1, String p2 ) : void 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTaskService.stop:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Added javax.security.sasl.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception javax.security.sasl.AuthenticationException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override stop ( String, String ) in SoapTaskService; overridden method does not throw java.lang.Exception. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
SoapTenantService.class
package com.logicaldoc.enterprise.webservice.soap.endpoint
[+] SoapTenantService.deleteTenant ( String p1, long p2 ) : void 5
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.deleteTenant:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override deleteTenant ( String, long ) in SoapTenantService; overridden method does not throw java.lang.Exception. |
[+] SoapTenantService.getTenant ( String p1, String p2 ) : WSTenant 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.getTenant:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/enterprise/webservice/model/WSTenant;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getTenant ( String, String ) in SoapTenantService; overridden method does not throw java.lang.Exception. |
[+] SoapTenantService.getTenantById ( String p1, long p2 ) : WSTenant 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.getTenantById:(Ljava/lang/String;J)Lcom/logicaldoc/enterprise/webservice/model/WSTenant;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getTenantById ( String, long ) in SoapTenantService; overridden method does not throw java.lang.Exception. |
[+] SoapTenantService.listTenants ( String p1 ) : WSTenant[ ] 1
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.listTenants:(Ljava/lang/String;)[Lcom/logicaldoc/enterprise/webservice/model/WSTenant;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.enterprise.webservice.model.WSTenant[] to java.util.List<com.logicaldoc.enterprise.webservice.model.WSTenant>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.enterprise.webservice.model.WSTenant> cannot be converted to com.logicaldoc.enterprise.webservice.model.WSTenant[]. |
[+] SoapTenantService.storeTenant ( String p1, WSTenant p2 ) : long 4
com/logicaldoc/enterprise/webservice/soap/endpoint/SoapTenantService.storeTenant:(Ljava/lang/String;Lcom/logicaldoc/enterprise/webservice/model/WSTenant;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override storeTenant ( String, WSTenant ) in SoapTenantService; overridden method does not throw java.lang.Exception. |
logicaldoc-form-8.8.0-plugin.jar,
SoapFormService.class
package com.logicaldoc.form.webservice.soap.endpoint
[+] SoapFormService.createDocument ( String sid, long formId, WSDocument doc ) : WSDocument 7
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.createDocument:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSDocument;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
6 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
7 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override createDocument ( String, long, WSDocument ) in SoapFormService; overridden method does not throw java.lang.Exception. |
[+] SoapFormService.delete ( String sid, long formId ) : void 6
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.delete:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override delete ( String, long ) in SoapFormService; overridden method does not throw java.lang.Exception. |
[+] SoapFormService.getForm ( String sid, long formId ) : WSForm 6
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.getForm:(Ljava/lang/String;J)Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getForm ( String, long ) in SoapFormService; overridden method does not throw java.lang.Exception. |
[+] SoapFormService.getFormByName ( String sid, String name ) : WSForm 6
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.getFormByName:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getFormByName ( String, String ) in SoapFormService; overridden method does not throw java.lang.Exception. |
[+] SoapFormService.list ( String sid ) : WSForm[ ] 1
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.list:(Ljava/lang/String;)[Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.form.webservice.model.WSForm[] to java.util.List<com.logicaldoc.form.webservice.model.WSForm>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.form.webservice.model.WSForm> cannot be converted to com.logicaldoc.form.webservice.model.WSForm[]. |
[+] SoapFormService.store ( String sid, WSForm frm ) : WSForm 6
com/logicaldoc/form/webservice/soap/endpoint/SoapFormService.store:(Ljava/lang/String;Lcom/logicaldoc/form/webservice/model/WSForm;)Lcom/logicaldoc/form/webservice/model/WSForm;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override store ( String, WSForm ) in SoapFormService; overridden method does not throw java.lang.Exception. |
logicaldoc-impex-8.8.0-plugin.jar,
SoapImpexService.class
package com.logicaldoc.impex.webservice.soap.endpoint
[+] SoapImpexService.addDocumentToExportArchive ( String sid, long archiveId, long docId ) : void 3
com/logicaldoc/impex/webservice/soap/endpoint/SoapImpexService.addDocumentToExportArchive:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override addDocumentToExportArchive ( String, long, long ) in SoapImpexService; overridden method does not throw java.lang.Exception. |
[+] SoapImpexService.closeExportArchive ( String sid, long archiveId ) : void 3
com/logicaldoc/impex/webservice/soap/endpoint/SoapImpexService.closeExportArchive:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override closeExportArchive ( String, long ) in SoapImpexService; overridden method does not throw java.lang.Exception. |
[+] SoapImpexService.createExportArchive ( String sid, String name, String description ) : long 3
com/logicaldoc/impex/webservice/soap/endpoint/SoapImpexService.createExportArchive:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)J
| 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. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override createExportArchive ( String, String, String ) in SoapImpexService; overridden method does not throw java.lang.Exception. |
[+] SoapImpexService.deleteExportArchive ( String sid, long archiveId ) : void 3
com/logicaldoc/impex/webservice/soap/endpoint/SoapImpexService.deleteExportArchive:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override deleteExportArchive ( String, long ) in SoapImpexService; overridden method does not throw java.lang.Exception. |
[+] SoapImpexService.getArchiveIdByName ( String sid, String name ) : Long 3
com/logicaldoc/impex/webservice/soap/endpoint/SoapImpexService.getArchiveIdByName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Long;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getArchiveIdByName ( String, String ) in SoapImpexService; overridden method does not throw java.lang.Exception. |
logicaldoc-importfolder-8.8.0-plugin.jar,
SoapImportFolderService.class
package com.logicaldoc.importfolder.webservice.soap.endpoint
[+] SoapImportFolderService.delete ( String sid, long folderId ) : void 3
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.delete:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override delete ( String, long ) in SoapImportFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapImportFolderService.list ( String sid ) : WSImportFolder[ ] 1
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.list:(Ljava/lang/String;)[Lcom/logicaldoc/importfolder/webservice/model/WSImportFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.importfolder.webservice.model.WSImportFolder[] to java.util.List<com.logicaldoc.importfolder.webservice.model.WSImportFolder>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.importfolder.webservice.model.WSImportFolder> cannot be converted to com.logicaldoc.importfolder.webservice.model.WSImportFolder[]. |
[+] SoapImportFolderService.store ( String sid, WSImportFolder folder ) : long 4
com/logicaldoc/importfolder/webservice/soap/endpoint/SoapImportFolderService.store:(Ljava/lang/String;Lcom/logicaldoc/importfolder/webservice/model/WSImportFolder;)J
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override store ( String, WSImportFolder ) in SoapImportFolderService; overridden method does not throw java.lang.Exception. |
logicaldoc-report-8.8.0-plugin.jar,
SoapReportService.class
package com.logicaldoc.report.webservice.soap.endpoint
[+] SoapReportService.list ( String sid ) : WSReport[ ] 1
com/logicaldoc/report/webservice/soap/endpoint/SoapReportService.list:(Ljava/lang/String;)[Lcom/logicaldoc/report/webservice/model/WSReport;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.report.webservice.model.WSReport[] to java.util.List<com.logicaldoc.report.webservice.model.WSReport>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.report.webservice.model.WSReport> cannot be converted to com.logicaldoc.report.webservice.model.WSReport[]. |
logicaldoc-sign-8.8.0-plugin.jar,
SoapSignService.class
package com.logicaldoc.sign.webservice.soap.endpoint
[+] SoapSignService.generateCertificate ( String sid ) : void 4
com/logicaldoc/sign/webservice/soap/endpoint/SoapSignService.generateCertificate:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override generateCertificate ( String ) in SoapSignService; overridden method does not throw java.lang.Exception. |
[+] SoapSignService.markDocumentSigned ( String sid, long docId, String reason, String certificate ) : void 4
com/logicaldoc/sign/webservice/soap/endpoint/SoapSignService.markDocumentSigned:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override markDocumentSigned ( String, long, String, String ) in SoapSignService; overridden method does not throw java.lang.Exception. |
logicaldoc-split-8.8.0-plugin.jar,
SoapSplitService.class
package com.logicaldoc.split.webservice.soap.endpoint
[+] SoapSplitService.splitAllPages ( String sid, long docId ) : Long[ ] 1
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitAllPages:(Ljava/lang/String;J)[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
[+] SoapSplitService.splitSelection ( String sid, long docId, String expression ) : Long[ ] 1
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitSelection:(Ljava/lang/String;JLjava/lang/String;)[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
[+] SoapSplitService.splitUsingBarcode ( String sid, long docId, String expression, int separator ) : Long[ ] 1
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingBarcode:(Ljava/lang/String;JLjava/lang/String;I)[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
[+] SoapSplitService.splitUsingBlankPage ( String sid, long docId, int separator ) : Long[ ] 1
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingBlankPage:(Ljava/lang/String;JI)[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
[+] SoapSplitService.splitUsingText ( String sid, long docId, String expression, int separator ) : Long[ ] 1
com/logicaldoc/split/webservice/soap/endpoint/SoapSplitService.splitUsingText:(Ljava/lang/String;JLjava/lang/String;I)[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapAuthService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapAuthService.login ( String username, String password ) : String 2
com/logicaldoc/webservice/soap/endpoint/SoapAuthService.login:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
2 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override login ( String, String ) in SoapAuthService; overridden method does not throw java.lang.Exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapBookmarkService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapBookmarkService.bookmarkDocument ( String sid, long docId ) : WSBookmark 6
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.bookmarkDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSBookmark;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override bookmarkDocument ( String, long ) in SoapBookmarkService; overridden method does not throw java.lang.Exception. |
[+] SoapBookmarkService.bookmarkFolder ( String sid, long folderId ) : WSBookmark 5
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.bookmarkFolder:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSBookmark;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override bookmarkFolder ( String, long ) in SoapBookmarkService; overridden method does not throw java.lang.Exception. |
[+] SoapBookmarkService.deleteBookmark ( String sid, long bookmarkId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.deleteBookmark:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override deleteBookmark ( String, long ) in SoapBookmarkService; overridden method does not throw java.lang.Exception. |
[+] SoapBookmarkService.getBookmarks ( String sid ) : WSBookmark[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.getBookmarks:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSBookmark[] to java.util.List<com.logicaldoc.webservice.model.WSBookmark>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSBookmark> cannot be converted to com.logicaldoc.webservice.model.WSBookmark[]. |
[+] SoapBookmarkService.saveBookmark ( String sid, WSBookmark bookmark ) : WSBookmark 6
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.saveBookmark:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSBookmark;)Lcom/logicaldoc/webservice/model/WSBookmark;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override saveBookmark ( String, WSBookmark ) in SoapBookmarkService; overridden method does not throw java.lang.Exception. |
[+] SoapBookmarkService.unbookmarkDocument ( String sid, long docId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.unbookmarkDocument:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override unbookmarkDocument ( String, long ) in SoapBookmarkService; overridden method does not throw java.lang.Exception. |
[+] SoapBookmarkService.unbookmarkFolder ( String sid, long folderId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapBookmarkService.unbookmarkFolder:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override unbookmarkFolder ( String, long ) in SoapBookmarkService; overridden method does not throw java.lang.Exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapDocumentMetadataService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapDocumentMetadataService.deleteAttributeSet ( String sid, long setId ) : void 3
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.deleteAttributeSet:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override deleteAttributeSet ( String, long ) in SoapDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentMetadataService.deleteTemplate ( String sid, long templateId ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.deleteTemplate:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override deleteTemplate ( String, long ) in SoapDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentMetadataService.getAttributeOptions ( String sid, long setId, String attribute ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAttributeOptions:(Ljava/lang/String;JLjava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] SoapDocumentMetadataService.getAttributeSet ( String sid, String name ) : WSAttributeSet 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAttributeSet:(Ljava/lang/String;Ljava/lang/String;)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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getAttributeSet ( String, String ) in SoapDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentMetadataService.getAttributeSetById ( String sid, long setId ) : WSAttributeSet 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getAttributeSetById:(Ljava/lang/String;J)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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getAttributeSetById ( String, long ) in SoapDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentMetadataService.getTemplate ( String sid, String name ) : WSTemplate 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getTemplate:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/webservice/model/WSTemplate;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getTemplate ( String, String ) in SoapDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentMetadataService.getTemplateById ( String sid, long templateId ) : WSTemplate 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.getTemplateById:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSTemplate;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getTemplateById ( String, long ) in SoapDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentMetadataService.listAttributeSets ( String sid ) : WSAttributeSet[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.listAttributeSets:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSAttributeSet;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSAttributeSet[] to java.util.List<com.logicaldoc.webservice.model.WSAttributeSet>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSAttributeSet> cannot be converted to com.logicaldoc.webservice.model.WSAttributeSet[]. |
[+] SoapDocumentMetadataService.listTemplates ( String sid ) : WSTemplate[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.listTemplates:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSTemplate;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSTemplate[] to java.util.List<com.logicaldoc.webservice.model.WSTemplate>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSTemplate> cannot be converted to com.logicaldoc.webservice.model.WSTemplate[]. |
[+] SoapDocumentMetadataService.storeAttributeSet ( String sid, WSAttributeSet attributeSet ) : long 3
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.storeAttributeSet:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSAttributeSet;)J
| 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. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override storeAttributeSet ( String, WSAttributeSet ) in SoapDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentMetadataService.storeTemplate ( String sid, WSTemplate template ) : long 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentMetadataService.storeTemplate:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSTemplate;)J
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override storeTemplate ( String, WSTemplate ) in SoapDocumentMetadataService; overridden method does not throw java.lang.Exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapDocumentService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapDocumentService.addNote ( String sid, long docId, String note ) : WSNote 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.addNote:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override addNote ( String, long, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.checkin ( String sid, long docId, String comment, String filename, boolean release, DataHandler content ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.checkin:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;ZLjavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override checkin ( String, long, String, String, boolean, DataHandler ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.checkin ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.checkin:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;ZLcom/logicaldoc/webservice/model/WSDocument;Ljava/io/InputStream;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override checkin ( String, long, String, String, boolean, WSDocument, InputStream ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.checkinDocument ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, DataHandler content ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.checkinDocument:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;ZLcom/logicaldoc/webservice/model/WSDocument;Ljavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override checkinDocument ( String, long, String, String, boolean, WSDocument, DataHandler ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.checkinDocument ( String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.checkinDocument:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;ZLcom/logicaldoc/webservice/model/WSDocument;Ljava/io/InputStream;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override checkinDocument ( String, long, String, String, boolean, WSDocument, InputStream ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.checkout ( String sid, long docId ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.checkout:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override checkout ( String, long ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.create ( String sid, WSDocument document, DataHandler content ) : WSDocument 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.create:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSDocument;Ljavax/activation/DataHandler;)Lcom/logicaldoc/webservice/model/WSDocument;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override create ( String, WSDocument, DataHandler ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.create ( String sid, WSDocument document, InputStream content ) : WSDocument 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.create:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSDocument;Ljava/io/InputStream;)Lcom/logicaldoc/webservice/model/WSDocument;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override create ( String, WSDocument, InputStream ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.createAlias ( String sid, long docId, long folderId, String type ) : WSDocument 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createAlias:(Ljava/lang/String;JJLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override createAlias ( String, long, long, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.createDownloadTicket ( String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads ) : String 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createDownloadTicket:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/String;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override createDownloadTicket ( String, long, String, Integer, String, Integer ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.createPdf ( String sid, long docId, String fileVersion ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createPdf:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override createPdf ( String, long, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.createThumbnail ( String sid, long docId, String fileVersion, String type ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.createThumbnail:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override createThumbnail ( String, long, String, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.delete ( String sid, long docId ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.delete:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override delete ( String, long ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.deleteLink ( String sid, long id ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.deleteLink:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override deleteLink ( String, long ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.deleteNote ( String sid, long noteId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.deleteNote:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override deleteNote ( String, long ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.deleteVersion ( String sid, long docId, String version ) : String 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.deleteVersion:(Ljava/lang/String;JLjava/lang/String;)Ljava/lang/String;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override deleteVersion ( String, long, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.getAliases ( String sid, long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getAliases:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSDocument> cannot be converted to com.logicaldoc.webservice.model.WSDocument[]. |
[+] SoapDocumentService.getContent ( String sid, long docId ) : DataHandler 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getContent:(Ljava/lang/String;J)Ljavax/activation/DataHandler;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getContent ( String, long ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.getDocument ( String sid, long docId ) : WSDocument 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getDocument:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSDocument;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getDocument ( String, long ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.getDocumentByCustomId ( String sid, String customId ) : WSDocument 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getDocumentByCustomId:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getDocumentByCustomId ( String, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.getExtractedText ( String sid, long docId ) : String 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getExtractedText:(Ljava/lang/String;J)Ljava/lang/String;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getExtractedText ( String, long ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.getLinks ( String sid, long docId ) : WSLink[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getLinks:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSLink;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSLink[] to java.util.List<com.logicaldoc.webservice.model.WSLink>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSLink> cannot be converted to com.logicaldoc.webservice.model.WSLink[]. |
[+] SoapDocumentService.getNotes ( String sid, long docId ) : WSNote[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getNotes:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSNote[] to java.util.List<com.logicaldoc.webservice.model.WSNote>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSNote> cannot be converted to com.logicaldoc.webservice.model.WSNote[]. |
[+] SoapDocumentService.getRatings ( String sid, long docId ) : WSRating[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRatings:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSRating;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSRating[] to java.util.List<com.logicaldoc.webservice.model.WSRating>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSRating> cannot be converted to com.logicaldoc.webservice.model.WSRating[]. |
[+] SoapDocumentService.getRecentDocuments ( String sid, Integer max ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getRecentDocuments:(Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSDocument> cannot be converted to com.logicaldoc.webservice.model.WSDocument[]. |
[+] SoapDocumentService.getResource ( String sid, long docId, String fileVersion, String suffix ) : DataHandler 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getResource:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)Ljavax/activation/DataHandler;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getResource ( String, long, String, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.getVersion ( String sid, long docId, String version ) : WSDocument 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersion:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getVersion ( String, long, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.getVersionContent ( String sid, long docId, String version ) : DataHandler 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersionContent:(Ljava/lang/String;JLjava/lang/String;)Ljavax/activation/DataHandler;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getVersionContent ( String, long, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.getVersions ( String sid, long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.getVersions:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSDocument> cannot be converted to com.logicaldoc.webservice.model.WSDocument[]. |
[+] SoapDocumentService.link ( String sid, long doc1, long doc2, String type ) : WSLink 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.link:(Ljava/lang/String;JJLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSLink;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override link ( String, long, long, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.listDocuments ( String sid, long folderId, String fileName ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.listDocuments:(Ljava/lang/String;JLjava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSDocument> cannot be converted to com.logicaldoc.webservice.model.WSDocument[]. |
[+] SoapDocumentService.lock ( String sid, long docId ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.lock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override lock ( String, long ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.move ( String sid, long docId, long folderId ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override move ( String, long, long ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.promoteVersion ( String sid, long docId, String version ) : void 7
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.promoteVersion:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
7 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override promoteVersion ( String, long, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.rateDocument ( String sid, long docId, int vote ) : WSRating 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.rateDocument:(Ljava/lang/String;JI)Lcom/logicaldoc/webservice/model/WSRating;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override rateDocument ( String, long, int ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.reindex ( String sid, long docId, String content ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.reindex:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.parser.ParsingException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.parser.ParsingException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override reindex ( String, long, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.rename ( String sid, long docId, String name ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.rename:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override rename ( String, long, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.replaceFile ( String sid, long docId, String fileVersion, String comment, DataHandler content ) : void 7
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.replaceFile:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
7 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override replaceFile ( String, long, String, String, DataHandler ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.restore ( String sid, long docId, long folderId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.restore:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override restore ( String, long, long ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.saveNote ( String sid, long docId, WSNote wsNote ) : WSNote 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.saveNote:(Ljava/lang/String;JLcom/logicaldoc/webservice/model/WSNote;)Lcom/logicaldoc/webservice/model/WSNote;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override saveNote ( String, long, WSNote ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.setPassword ( String sid, long docId, String password ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.setPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override setPassword ( String, long, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.unlock ( String sid, long docId ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.unlock:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override unlock ( String, long ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.unprotect ( String sid, long docId, String password ) : boolean 4
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.unprotect:(Ljava/lang/String;JLjava/lang/String;)Z
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override unprotect ( String, long, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.unsetPassword ( String sid, long docId, String currentPassword ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.unsetPassword:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override unsetPassword ( String, long, String ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.update ( String sid, WSDocument document ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.update:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSDocument;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.core.security.authorization.UnexistingResourceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.UnexistingResourceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override update ( String, WSDocument ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.upload ( String sid, Long docId, Long folderId, boolean release, String filename, String language, DataHandler content ) : long 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.upload:(Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;ZLjava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)J
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override upload ( String, Long, Long, boolean, String, String, DataHandler ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
[+] SoapDocumentService.uploadResource ( String sid, long docId, String fileVersion, String suffix, DataHandler content ) : void 6
com/logicaldoc/webservice/soap/endpoint/SoapDocumentService.uploadResource:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;Ljavax/activation/DataHandler;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override uploadResource ( String, long, String, String, DataHandler ) in SoapDocumentService; overridden method does not throw java.lang.Exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapFolderService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapFolderService.copy ( String sid, long folderId, long targetId, int foldersOnly, String securityOption ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.copy:(Ljava/lang/String;JJILjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override copy ( String, long, long, int, String ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.create ( String sid, WSFolder folder ) : WSFolder 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.create:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSFolder;)Lcom/logicaldoc/webservice/model/WSFolder;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override create ( String, WSFolder ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.createAlias ( String sid, long parentId, long foldRef ) : WSFolder 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.createAlias:(Ljava/lang/String;JJ)Lcom/logicaldoc/webservice/model/WSFolder;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override createAlias ( String, long, long ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.createFolder ( String sid, long parentId, String name ) : long 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.createFolder:(Ljava/lang/String;JLjava/lang/String;)J
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override createFolder ( String, long, String ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.createPath ( String sid, long parentId, String path ) : WSFolder 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.createPath:(Ljava/lang/String;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSFolder;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override createPath ( String, long, String ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.delete ( String sid, long folderId ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.delete:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override delete ( String, long ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.findByPath ( String sid, String path ) : WSFolder 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.findByPath:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/webservice/model/WSFolder;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override findByPath ( String, String ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.getDefaultWorkspace ( String sid ) : WSFolder 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getDefaultWorkspace:(Ljava/lang/String;)Lcom/logicaldoc/webservice/model/WSFolder;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getDefaultWorkspace ( String ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.getFolder ( String sid, long folderId ) : WSFolder 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getFolder:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSFolder;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getFolder ( String, long ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.getPath ( String sid, long folderId ) : WSFolder[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getPath:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSFolder[] to java.util.List<com.logicaldoc.webservice.model.WSFolder>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSFolder> cannot be converted to com.logicaldoc.webservice.model.WSFolder[]. |
[+] SoapFolderService.getRootFolder ( String sid ) : WSFolder 4
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.getRootFolder:(Ljava/lang/String;)Lcom/logicaldoc/webservice/model/WSFolder;
| 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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getRootFolder ( String ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.isReadable ( String sid, long folderId ) : boolean 4
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.isReadable:(Ljava/lang/String;J)Z
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override isReadable ( String, long ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.isWritable ( String sid, long folderId ) : boolean 4
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.isWritable:(Ljava/lang/String;J)Z
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override isWritable ( String, long ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.listChildren ( String sid, long folderId ) : WSFolder[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.listChildren:(Ljava/lang/String;J)[Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSFolder[] to java.util.List<com.logicaldoc.webservice.model.WSFolder>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSFolder> cannot be converted to com.logicaldoc.webservice.model.WSFolder[]. |
[+] SoapFolderService.listWorkspaces ( String sid ) : WSFolder[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.listWorkspaces:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSFolder[] to java.util.List<com.logicaldoc.webservice.model.WSFolder>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSFolder> cannot be converted to com.logicaldoc.webservice.model.WSFolder[]. |
[+] SoapFolderService.merge ( String sid, long sourceId, long targetId ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.merge:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override merge ( String, long, long ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.move ( String sid, long folderId, long parentId ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.move:(Ljava/lang/String;JJ)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override move ( String, long, long ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.rename ( String sid, long folderId, String name ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.rename:(Ljava/lang/String;JLjava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override rename ( String, long, String ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
[+] SoapFolderService.update ( String sid, WSFolder folder ) : void 5
com/logicaldoc/webservice/soap/endpoint/SoapFolderService.update:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSFolder;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override update ( String, WSFolder ) in SoapFolderService; overridden method does not throw java.lang.Exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSearchService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapSearchService.find ( String sid, WSSearchOptions opt ) : WSSearchResult 5
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.find:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSSearchOptions;)Lcom/logicaldoc/webservice/model/WSSearchResult;
| 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. |
2 |
Added com.logicaldoc.core.searchengine.SearchException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.searchengine.SearchException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override find ( String, WSSearchOptions ) in SoapSearchService; overridden method does not throw java.lang.Exception. |
[+] SoapSearchService.findByFilename ( String sid, String filename ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.findByFilename:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSDocument> cannot be converted to com.logicaldoc.webservice.model.WSDocument[]. |
[+] SoapSearchService.findFolders ( String sid, String name ) : WSFolder[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapSearchService.findFolders:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSFolder[] to java.util.List<com.logicaldoc.webservice.model.WSFolder>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSFolder> cannot be converted to com.logicaldoc.webservice.model.WSFolder[]. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSecurityService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapSecurityService.changePassword ( String sid, long userId, String oldPassword, String newPassword ) : int 3
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.changePassword:(Ljava/lang/String;JLjava/lang/String;Ljava/lang/String;)I
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override changePassword ( String, long, String, String ) in SoapSecurityService; overridden method does not throw java.lang.Exception. |
[+] SoapSecurityService.deleteGroup ( String sid, long groupId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.deleteGroup:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override deleteGroup ( String, long ) in SoapSecurityService; overridden method does not throw java.lang.Exception. |
[+] SoapSecurityService.deleteUser ( String sid, long userId ) : void 4
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.deleteUser:(Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authorization.PermissionException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authorization.PermissionException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
4 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override deleteUser ( String, long ) in SoapSecurityService; overridden method does not throw java.lang.Exception. |
[+] SoapSecurityService.getGroup ( String sid, long groupId ) : WSGroup 3
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.getGroup:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSGroup;
| 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. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getGroup ( String, long ) in SoapSecurityService; overridden method does not throw java.lang.Exception. |
[+] SoapSecurityService.getUser ( String sid, long userId ) : WSUser 3
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.getUser:(Ljava/lang/String;J)Lcom/logicaldoc/webservice/model/WSUser;
| 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. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getUser ( String, long ) in SoapSecurityService; overridden method does not throw java.lang.Exception. |
[+] SoapSecurityService.getUserByUsername ( String sid, String username ) : WSUser 3
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.getUserByUsername:(Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/webservice/model/WSUser;
| 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. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getUserByUsername ( String, String ) in SoapSecurityService; overridden method does not throw java.lang.Exception. |
[+] SoapSecurityService.listGroups ( String sid ) : WSGroup[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.listGroups:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSGroup;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSGroup[] to java.util.List<com.logicaldoc.webservice.model.WSGroup>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSGroup> cannot be converted to com.logicaldoc.webservice.model.WSGroup[]. |
[+] SoapSecurityService.listUsers ( String sid, String group ) : WSUser[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.listUsers:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSUser;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSUser[] to java.util.List<com.logicaldoc.webservice.model.WSUser>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSUser> cannot be converted to com.logicaldoc.webservice.model.WSUser[]. |
[+] SoapSecurityService.storeGroup ( String sid, WSGroup group ) : long 3
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.storeGroup:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSGroup;)J
| 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. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override storeGroup ( String, WSGroup ) in SoapSecurityService; overridden method does not throw java.lang.Exception. |
[+] SoapSecurityService.storeUser ( String sid, WSUser user ) : long 3
com/logicaldoc/webservice/soap/endpoint/SoapSecurityService.storeUser:(Ljava/lang/String;Lcom/logicaldoc/webservice/model/WSUser;)J
| 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. |
2 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
3 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override storeUser ( String, WSUser ) in SoapSecurityService; overridden method does not throw java.lang.Exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapSystemService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapSystemService.getInfo ( ) : WSSystemInfo 2
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getInfo:()Lcom/logicaldoc/webservice/model/WSSystemInfo;
| Change | Effect |
---|
1 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
2 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getInfo ( ) in SoapSystemService; overridden method does not throw java.lang.Exception. |
[+] SoapSystemService.getLanguages ( String tenantOrSid ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getLanguages:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] SoapSystemService.getStatistics ( String sid ) : WSParameter[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapSystemService.getStatistics:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSParameter;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSParameter[] to java.util.List<com.logicaldoc.webservice.model.WSParameter>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSParameter> cannot be converted to com.logicaldoc.webservice.model.WSParameter[]. |
logicaldoc-webservice-8.8.0-plugin.jar,
SoapTagService.class
package com.logicaldoc.webservice.soap.endpoint
[+] SoapTagService.findDocumentsByTag ( String sid, String tag ) : WSDocument[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.findDocumentsByTag:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSDocument[] to java.util.List<com.logicaldoc.webservice.model.WSDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSDocument> cannot be converted to com.logicaldoc.webservice.model.WSDocument[]. |
[+] SoapTagService.findFoldersByTag ( String sid, String tag ) : WSFolder[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.findFoldersByTag:(Ljava/lang/String;Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSFolder[] to java.util.List<com.logicaldoc.webservice.model.WSFolder>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSFolder> cannot be converted to com.logicaldoc.webservice.model.WSFolder[]. |
[+] SoapTagService.getDocumentTags ( String sid, long docId ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getDocumentTags:(Ljava/lang/String;J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] SoapTagService.getFolderTags ( String sid, long folderId ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getFolderTags:(Ljava/lang/String;J)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] SoapTagService.getTagCloud ( String sid ) : WSTagCloud[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTagCloud:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSTagCloud;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.webservice.model.WSTagCloud[] to java.util.List<com.logicaldoc.webservice.model.WSTagCloud>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.webservice.model.WSTagCloud> cannot be converted to com.logicaldoc.webservice.model.WSTagCloud[]. |
[+] SoapTagService.getTags ( String sid ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTags:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] SoapTagService.getTagsPreset ( String sid ) : String[ ] 1
com/logicaldoc/webservice/soap/endpoint/SoapTagService.getTagsPreset:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSAttributeSet.class
package com.logicaldoc.webservice.model
[+] WSAttributeSet.getAttributes ( ) : WSAttribute[ ] 1
com/logicaldoc/webservice/model/WSAttributeSet.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from WSAttribute[] to java.util.List<WSAttribute>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<WSAttribute> cannot be converted to WSAttribute[]. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSDocument.class
package com.logicaldoc.webservice.model
[+] WSDocument.getAttributes ( ) : WSAttribute[ ] 1
com/logicaldoc/webservice/model/WSDocument.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from WSAttribute[] to java.util.List<WSAttribute>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<WSAttribute> cannot be converted to WSAttribute[]. |
[+] WSDocument.getTags ( ) : String[ ] 1
com/logicaldoc/webservice/model/WSDocument.getTags:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSFolder.class
package com.logicaldoc.webservice.model
[+] WSFolder.getAttributes ( ) : WSAttribute[ ] 1
com/logicaldoc/webservice/model/WSFolder.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from WSAttribute[] to java.util.List<WSAttribute>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<WSAttribute> cannot be converted to WSAttribute[]. |
[+] WSFolder.getTags ( ) : String[ ] 1
com/logicaldoc/webservice/model/WSFolder.getTags:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSGroup.class
package com.logicaldoc.webservice.model
[+] WSGroup.getUserIds ( ) : long[ ] 1
com/logicaldoc/webservice/model/WSGroup.getUserIds:()[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to long[]. |
[+] WSGroup.toGroup ( ) : Group 1
com/logicaldoc/webservice/model/WSGroup.toGroup:()Lcom/logicaldoc/core/security/Group;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.Group to com.logicaldoc.core.security.user.Group. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.Group cannot be converted to com.logicaldoc.core.security.Group. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSSearchOptions.class
package com.logicaldoc.webservice.model
[+] WSSearchOptions.getFields ( ) : String[ ] 1
com/logicaldoc/webservice/model/WSSearchOptions.getFields:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] WSSearchOptions.getFilterIds ( ) : Long[ ] 1
com/logicaldoc/webservice/model/WSSearchOptions.getFilterIds:()[Ljava/lang/Long;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to java.lang.Long[]. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSSearchResult.class
package com.logicaldoc.webservice.model
[+] WSSearchResult.getHits ( ) : WSDocument[ ] 1
com/logicaldoc/webservice/model/WSSearchResult.getHits:()[Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Return value type has been changed from WSDocument[] to java.util.List<WSDocument>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<WSDocument> cannot be converted to WSDocument[]. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSSystemInfo.class
package com.logicaldoc.webservice.model
[+] WSSystemInfo.getFeatures ( ) : String[ ] 1
com/logicaldoc/webservice/model/WSSystemInfo.getFeatures:()[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSTemplate.class
package com.logicaldoc.webservice.model
[+] WSTemplate.getAttributes ( ) : WSAttribute[ ] 1
com/logicaldoc/webservice/model/WSTemplate.getAttributes:()[Lcom/logicaldoc/webservice/model/WSAttribute;
| Change | Effect |
---|
1 |
Return value type has been changed from WSAttribute[] to java.util.List<WSAttribute>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<WSAttribute> cannot be converted to WSAttribute[]. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSUser.class
package com.logicaldoc.webservice.model
[+] WSUser.getGroupIds ( ) : long[ ] 1
com/logicaldoc/webservice/model/WSUser.getGroupIds:()[J
| Change | Effect |
---|
1 |
Return value type has been changed from long[] to java.util.List<java.lang.Long>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.Long> cannot be converted to long[]. |
[+] WSUser.getWorkingTimes ( ) : WSWorkingTime[ ] 1
com/logicaldoc/webservice/model/WSUser.getWorkingTimes:()[Lcom/logicaldoc/webservice/model/WSWorkingTime;
| Change | Effect |
---|
1 |
Return value type has been changed from WSWorkingTime[] to java.util.List<WSWorkingTime>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<WSWorkingTime> cannot be converted to WSWorkingTime[]. |
[+] WSUser.setPassword ( String pwd ) : void 1
com/logicaldoc/webservice/model/WSUser.setPassword:(Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added java.security.NoSuchAlgorithmException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.security.NoSuchAlgorithmException must be caught or declared to be thrown. |
[+] WSUser.toUser ( ) : User 1
com/logicaldoc/webservice/model/WSUser.toUser:()Lcom/logicaldoc/core/security/User;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.core.security.User to com.logicaldoc.core.security.user.User. |
Recompilation of a client program may be terminated with the message: incompatible types: com.logicaldoc.core.security.user.User cannot be converted to com.logicaldoc.core.security.User. |
logicaldoc-webservice-8.8.0-plugin.jar,
WSUtil.class
package com.logicaldoc.webservice.model
[+] WSUtil.toDocument ( WSDocument wsDoc ) [static] : Document 2
com/logicaldoc/webservice/model/WSUtil.toDocument:(Lcom/logicaldoc/webservice/model/WSDocument;)Lcom/logicaldoc/core/document/Document;
| 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. |
2 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override toDocument ( WSDocument ) in WSUtil; overridden method does not throw java.lang.Exception. |
[+] 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. |
logicaldoc-workflow-8.8.0-plugin.jar,
SoapWorkflowService.class
package com.logicaldoc.workflow.webservice.soap.endpoint
[+] SoapWorkflowService.addNote ( String sid, String taskId, String note ) : WSWorkflowHistory 5
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.addNote:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/logicaldoc/workflow/webservice/model/WSWorkflowHistory;
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override addNote ( String, String, String ) in SoapWorkflowService; overridden method does not throw java.lang.Exception. |
[+] SoapWorkflowService.claim ( String sid, String taskId ) : void 5
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.claim:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override claim ( String, String ) in SoapWorkflowService; overridden method does not throw java.lang.Exception. |
[+] SoapWorkflowService.complete ( String sid, String taskId, String transition ) : void 6
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.complete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.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. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Added com.logicaldoc.workflow.exception.WorkflowValidationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.workflow.exception.WorkflowValidationException must be caught or declared to be thrown. |
6 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override complete ( String, String, String ) in SoapWorkflowService; overridden method does not throw java.lang.Exception. |
[+] SoapWorkflowService.getTasksAssignedToMe ( String sid ) : WSWorkflowTask[ ] 1
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksAssignedToMe:(Ljava/lang/String;)[Lcom/logicaldoc/workflow/webservice/model/WSWorkflowTask;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.workflow.webservice.model.WSWorkflowTask[] to java.util.List<com.logicaldoc.workflow.webservice.model.WSWorkflowTask>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.workflow.webservice.model.WSWorkflowTask> cannot be converted to com.logicaldoc.workflow.webservice.model.WSWorkflowTask[]. |
[+] SoapWorkflowService.getTasksICanOwn ( String sid ) : WSWorkflowTask[ ] 1
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getTasksICanOwn:(Ljava/lang/String;)[Lcom/logicaldoc/workflow/webservice/model/WSWorkflowTask;
| Change | Effect |
---|
1 |
Return value type has been changed from com.logicaldoc.workflow.webservice.model.WSWorkflowTask[] to java.util.List<com.logicaldoc.workflow.webservice.model.WSWorkflowTask>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<com.logicaldoc.workflow.webservice.model.WSWorkflowTask> cannot be converted to com.logicaldoc.workflow.webservice.model.WSWorkflowTask[]. |
[+] SoapWorkflowService.getWorkflows ( String sid ) : String[ ] 1
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.getWorkflows:(Ljava/lang/String;)[Ljava/lang/String;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.String[] to java.util.List<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<java.lang.String> cannot be converted to java.lang.String[]. |
[+] SoapWorkflowService.reassign ( String sid, String taskId, long userId ) : void 5
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.reassign:(Ljava/lang/String;Ljava/lang/String;J)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override reassign ( String, String, long ) in SoapWorkflowService; overridden method does not throw java.lang.Exception. |
[+] SoapWorkflowService.unclaim ( String sid, String taskId ) : void 5
com/logicaldoc/workflow/webservice/soap/endpoint/SoapWorkflowService.unclaim:(Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Added com.logicaldoc.core.PersistenceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.PersistenceException must be caught or declared to be thrown. |
2 |
Added com.logicaldoc.core.security.authentication.AuthenticationException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.core.security.authentication.AuthenticationException must be caught or declared to be thrown. |
3 |
Added com.logicaldoc.enterprise.license.FeatureNotEnabledException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.enterprise.license.FeatureNotEnabledException must be caught or declared to be thrown. |
4 |
Added com.logicaldoc.webservice.WebserviceException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception com.logicaldoc.webservice.WebserviceException must be caught or declared to be thrown. |
5 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override unclaim ( String, String ) in SoapWorkflowService; overridden method does not throw java.lang.Exception. |
to the top
Other Changes in Data Types 1
logicaldoc-webservice-8.8.0-plugin.jar
package com.logicaldoc.webservice.model
[+] class WSAttribute 1
| Change | Effect |
---|
1 |
Field TYPE_DOCUMENT has been added to this class. |
No effect. |
[+] affected methods: 41 (2.9%)
WSAttribute.WSAttribute ( )This constructor is from 'WSAttribute' class.
WSAttribute.getDateValue ( )This method is from 'WSAttribute' class.
WSAttribute.getDoubleValue ( )This method is from 'WSAttribute' class.
WSAttribute.getEditor ( )This method is from 'WSAttribute' class.
WSAttribute.getHidden ( )This method is from 'WSAttribute' class.
WSAttribute.getIntValue ( )This method is from 'WSAttribute' class.
WSAttribute.getLabel ( )This method is from 'WSAttribute' class.
WSAttribute.getMandatory ( )This method is from 'WSAttribute' class.
WSAttribute.getMultiple ( )This method is from 'WSAttribute' class.
WSAttribute.getName ( )This method is from 'WSAttribute' class.
...
to the top
Java Archives 12
logicaldoc-audit-8.8.0-plugin.jar
logicaldoc-conversion-8.8.0-plugin.jar
logicaldoc-enterprise-core-8.8.0-plugin.jar
logicaldoc-form-8.8.0-plugin.jar
logicaldoc-impex-8.8.0-plugin.jar
logicaldoc-importfolder-8.8.0-plugin.jar
logicaldoc-report-8.8.0-plugin.jar
logicaldoc-sign-8.8.0-plugin.jar
logicaldoc-split-8.8.0-plugin.jar
logicaldoc-stamp-8.8.0-plugin.jar
logicaldoc-webservice-8.8.0-plugin.jar
logicaldoc-workflow-8.8.0-plugin.jar
to the top