Test Info
Library Name | LogicalDOC_REST |
Version #1 | 8.8.0 |
Version #2 | 9.2.0 |
Subject | Binary Compatibility |
Test Results
Total Java Modules | 8 |
Total Methods / Classes | 1308 / 54 |
Compatibility |
63% |
Problem Summary
| Severity | Count |
Added Methods | - | 257 |
Removed Methods | High | 97 |
Problems with Data Types | High | 33 |
Medium | 12 |
Low | 0 |
Problems with Methods | High | 45 |
Medium | 0 |
Low | 392 |
Other Changes in Data Types | - | 2 |
Added Methods 257
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,
RestEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestEnterpriseDocumentService.merge ( List<Long> p1, long p2, String p3 ) : WSDocument
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.merge:(Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-9.2-plugin.jar,
RestEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestEnterpriseSearchService.findByParameters ( Long p1, List<WSCriterion> p2, String p3, Integer p4 ) : List<WSDocument>
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseSearchService.findByParameters:(Ljava/lang/Long;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
RestEnterpriseSearchService.findDocumentsByParameters ( Long p1, List<WSCriterion> p2, String p3, Integer p4 ) : List<WSDocument>
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseSearchService.findDocumentsByParameters:(Ljava/lang/Long;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-enterprise-core-9.2-plugin.jar,
RestReadingRequestService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestReadingRequestService.askReadingConfirmation ( List<Long> p1, List<Long> p2, List<Long> p3, boolean p4, String p5 ) : void
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService.askReadingConfirmation:(Ljava/util/List;Ljava/util/List;Ljava/util/List;ZLjava/lang/String;)V
RestReadingRequestService.confirmReading ( long p1, String p2 ) : void
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService.confirmReading:(JLjava/lang/String;)V
RestReadingRequestService.getUnconfirmedReadings ( ) : List<WSReadingRequest>
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService.getUnconfirmedReadings:()Ljava/util/List;
RestReadingRequestService.RestReadingRequestService ( )
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService."<init>":()V
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-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-webservice-9.2-plugin.jar,
RestAuthService.class
package com.logicaldoc.webservice.rest.endpoint
RestAuthService.loginApiKey ( String apikey ) : String
com/logicaldoc/webservice/rest/endpoint/RestAuthService.loginApiKey:(Ljava/lang/String;)Ljava/lang/String;
RestAuthService.loginForm ( String username, String password ) : String
com/logicaldoc/webservice/rest/endpoint/RestAuthService.loginForm:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
RestAuthService.loginPostJSON ( WSCredentials cred ) : String
com/logicaldoc/webservice/rest/endpoint/RestAuthService.loginPostJSON:(Lcom/logicaldoc/webservice/model/WSCredentials;)Ljava/lang/String;
RestAuthService.renew ( ) : void
com/logicaldoc/webservice/rest/endpoint/RestAuthService.renew:()V
RestAuthService.renew ( String sid ) : void
com/logicaldoc/webservice/rest/endpoint/RestAuthService.renew:(Ljava/lang/String;)V
logicaldoc-webservice-9.2-plugin.jar,
RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
RestBookmarkService.getBookmarks ( ) : List<WSBookmark>
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.getBookmarks:()Ljava/util/List;
logicaldoc-webservice-9.2-plugin.jar,
RestDocumentMetadataService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.addAttributeOption ( long setId, String attribute, WSAttributeOption option ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.addAttributeOption:(JLjava/lang/String;Lcom/logicaldoc/webservice/model/WSAttributeOption;)V
RestDocumentMetadataService.getAttributeOptions ( long setId, String attribute ) : List<String>
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getAttributeOptions:(JLjava/lang/String;)Ljava/util/List;
RestDocumentMetadataService.getAttributeOptionsByCategory ( long setId, String attribute, String category ) : List<WSAttributeOption>
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getAttributeOptionsByCategory:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
RestDocumentMetadataService.listAttributeSets ( ) : List<WSAttributeSet>
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.listAttributeSets:()Ljava/util/List;
RestDocumentMetadataService.listTemplates ( ) : List<WSTemplate>
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.listTemplates:()Ljava/util/List;
RestDocumentMetadataService.setAttributeOptions ( long setId, String attribute, List<WSAttributeOption> options ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.setAttributeOptions:(JLjava/lang/String;Ljava/util/List;)V
RestDocumentMetadataService.setAttributeOptionsPOST ( Long setId, String attribute, List<WSAttributeOption> options ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.setAttributeOptionsPOST:(Ljava/lang/Long;Ljava/lang/String;Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.checkin ( String docId, String comment, String releaseStr, String filename, Attachment filedataDetail ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.checkin:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)V
RestDocumentService.copy ( long docId, long folderId, boolean links, boolean notes, boolean security ) : WSDocument
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.copy:(JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.createViewTicket ( long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews ) : String
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.createViewTicket:(JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/String;
RestDocumentService.getAccessControlList ( long docId ) : List<WSAccessControlEntry>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getAccessControlList:(J)Ljava/util/List;
RestDocumentService.getAliases ( long docId ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getAliases:(J)Ljava/util/List;
RestDocumentService.getDocuments ( List<Long> docIds ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getDocuments:(Ljava/util/List;)Ljava/util/List;
RestDocumentService.getLinks ( long docId ) : List<WSLink>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getLinks:(J)Ljava/util/List;
RestDocumentService.getNotes ( long docId ) : List<WSNote>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getNotes:(J)Ljava/util/List;
RestDocumentService.getRatings ( long docId ) : List<WSRating>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRatings:(J)Ljava/util/List;
RestDocumentService.getRecentDocuments ( Integer maxHits ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRecentDocuments:(Ljava/lang/Integer;)Ljava/util/List;
RestDocumentService.getThumbnail ( String type, String docPath, List<PathSegment> docPathList ) : Response
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getThumbnail:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Ljavax/ws/rs/core/Response;
RestDocumentService.getVersions ( long docId ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getVersions:(J)Ljava/util/List;
RestDocumentService.isDownload ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isDownload:(J)Z
RestDocumentService.isGranted ( long docId, String permission ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isGranted:(JLjava/lang/String;)Z
RestDocumentService.isRead ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isRead:(J)Z
RestDocumentService.isWrite ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isWrite:(J)Z
RestDocumentService.list ( long folderId ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.list:(J)Ljava/util/List;
RestDocumentService.listDocuments ( long folderId, String fileName ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.listDocuments:(JLjava/lang/String;)Ljava/util/List;
RestDocumentService.listPaginated ( long folderId, String fileName, String sort, Integer page, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.listPaginated:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
RestDocumentService.replaceFile ( String docId, String fileVersion, String comment, Attachment filedataDetail ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.replaceFile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)V
RestDocumentService.sendEmail ( List<Long> docIds, String recipients, String subject, String message ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.sendEmail:(Ljava/util/List;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
RestDocumentService.setAccessControlList ( long docId, List<WSAccessControlEntry> acl ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.setAccessControlList:(JLjava/util/List;)V
RestDocumentService.upload ( String docId, String folderId, String release, String filename, String language, Attachment filedataDetail ) : Long
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.upload:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)Ljava/lang/Long;
RestDocumentService.uploadResource ( String docId, String fileVersion, String suffix, Attachment contentDetail ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.uploadResource:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)V
logicaldoc-webservice-9.2-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.getAccessControlList ( long folderId ) : List<WSAccessControlEntry>
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getAccessControlList:(J)Ljava/util/List;
RestFolderService.getPath ( long folderId ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getPath:(J)Ljava/util/List;
RestFolderService.isGranted ( long folderId, String permission ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestFolderService.isGranted:(JLjava/lang/String;)Z
RestFolderService.list ( long folderId, String sort, Integer page, Integer max ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestFolderService.list:(JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
RestFolderService.listChildren ( long folderId ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestFolderService.listChildren:(J)Ljava/util/List;
RestFolderService.listWorkspaces ( ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestFolderService.listWorkspaces:()Ljava/util/List;
RestFolderService.setAccessControlList ( long folderId, List<WSAccessControlEntry> acl ) : void
com/logicaldoc/webservice/rest/endpoint/RestFolderService.setAccessControlList:(JLjava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
RestSearchService.class
package com.logicaldoc.webservice.rest.endpoint
RestSearchService.findByFilename ( String filename ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestSearchService.findByFilename:(Ljava/lang/String;)Ljava/util/List;
RestSearchService.findFolders ( String name ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestSearchService.findFolders:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-webservice-9.2-plugin.jar,
RestSystemService.class
package com.logicaldoc.webservice.rest.endpoint
RestSystemService.getLanguages ( ) : List<String>
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getLanguages:()Ljava/util/List;
RestSystemService.getStatistics ( ) : List<WSParameter>
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getStatistics:()Ljava/util/List;
RestSystemService.getTenantStatistics ( long tenantId ) : List<WSParameter>
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getTenantStatistics:(J)Ljava/util/List;
logicaldoc-webservice-9.2-plugin.jar,
RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
RestTagService.addDocumentTags ( long docId, List<String> tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.addDocumentTags:(JLjava/util/List;)V
RestTagService.addFolderTags ( long folderId, List<String> tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.addFolderTags:(JLjava/util/List;)V
RestTagService.findDocumentsByTag ( String tag ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestTagService.findDocumentsByTag:(Ljava/lang/String;)Ljava/util/List;
RestTagService.findFoldersByTag ( String tag ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestTagService.findFoldersByTag:(Ljava/lang/String;)Ljava/util/List;
RestTagService.getDocumentTags ( long docId ) : List<String>
com/logicaldoc/webservice/rest/endpoint/RestTagService.getDocumentTags:(J)Ljava/util/List;
RestTagService.getFolderTags ( long folderId ) : List<String>
com/logicaldoc/webservice/rest/endpoint/RestTagService.getFolderTags:(J)Ljava/util/List;
RestTagService.getTagCloud ( ) : List<WSTagCloud>
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTagCloud:()Ljava/util/List;
RestTagService.getTags ( ) : List<String>
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTags:()Ljava/util/List;
RestTagService.getTagsPreset ( ) : List<String>
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTagsPreset:()Ljava/util/List;
RestTagService.setDocumentTags ( long docId, List<String> tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.setDocumentTags:(JLjava/util/List;)V
RestTagService.setFolderTags ( long folderId, List<String> tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.setFolderTags:(JLjava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
SetAttributeOptionsMultipartRequest.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getAttribute ( ) : String
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getAttribute:()Ljava/lang/String;
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getOptions ( ) : List<WSAttributeOption>
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getOptions:()Ljava/util/List;
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getSetId ( ) : String
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getSetId:()Ljava/lang/String;
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.RestDocumentMetadataService.SetAttributeOptionsMultipartRequest ( RestDocumentMetadataService p1 )
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest."<init>":(Lcom/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService;)V
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setAttribute ( String attribute ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setAttribute:(Ljava/lang/String;)V
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setOptions ( List<WSAttributeOption> options ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setOptions:(Ljava/util/List;)V
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setSetId ( String setId ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setSetId:(Ljava/lang/String;)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,
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 97
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,
RestEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestEnterpriseSearchService.findByParameters ( Long p1, WSCriterion[ ] p2, String p3, Integer p4 ) : WSDocument[ ]
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseSearchService.findByParameters:(Ljava/lang/Long;[Lcom/logicaldoc/enterprise/webservice/model/WSCriterion;Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
RestEnterpriseSearchService.findDocumentsByParameters ( Long p1, WSCriterion[ ] p2, String p3, Integer p4 ) : WSDocument[ ]
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseSearchService.findDocumentsByParameters:(Ljava/lang/Long;[Lcom/logicaldoc/enterprise/webservice/model/WSCriterion;Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-webservice-8.8.0-plugin.jar,
RestAuthService.class
package com.logicaldoc.webservice.rest.endpoint
RestAuthService.loginPost ( String username, String password ) : String
com/logicaldoc/webservice/rest/endpoint/RestAuthService.loginPost:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
RestAuthService.loginPostJSON ( String jsonstr ) : String
com/logicaldoc/webservice/rest/endpoint/RestAuthService.loginPostJSON:(Ljava/lang/String;)Ljava/lang/String;
RestAuthService.setMessageContext ( MessageContext messageContext ) : void
com/logicaldoc/webservice/rest/endpoint/RestAuthService.setMessageContext:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)V
logicaldoc-webservice-8.8.0-plugin.jar,
RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
RestBookmarkService.getBookmarks ( ) : WSBookmark[ ]
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.getBookmarks:()[Lcom/logicaldoc/webservice/model/WSBookmark;
logicaldoc-webservice-8.8.0-plugin.jar,
RestDocumentMetadataService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.getAttributeOptions ( long setId, String attribute ) : String[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getAttributeOptions:(JLjava/lang/String;)[Ljava/lang/String;
RestDocumentMetadataService.listAttributeSets ( ) : WSAttributeSet[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.listAttributeSets:()[Lcom/logicaldoc/webservice/model/WSAttributeSet;
RestDocumentMetadataService.listTemplates ( ) : WSTemplate[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.listTemplates:()[Lcom/logicaldoc/webservice/model/WSTemplate;
RestDocumentMetadataService.setAttributeOptions ( long setId, String attribute, String[ ] values ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.setAttributeOptions:(JLjava/lang/String;[Ljava/lang/String;)V
RestDocumentMetadataService.setAttributeOptionsPOST ( long setId, String attribute, String[ ] values ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.setAttributeOptionsPOST:(JLjava/lang/String;[Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.checkin ( Integer docId, String comment, String releaseStr, String filename, Attachment filedataDetail ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.checkin:(Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)V
RestDocumentService.copy ( long docId, long folderId ) : WSDocument
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.copy:(JJ)Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.getAliases ( long docId ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getAliases:(J)[Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.getDocuments ( Long[ ] docIds ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getDocuments:([Ljava/lang/Long;)[Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.getLinks ( long docId ) : WSLink[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getLinks:(J)[Lcom/logicaldoc/webservice/model/WSLink;
RestDocumentService.getNotes ( long docId ) : WSNote[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getNotes:(J)[Lcom/logicaldoc/webservice/model/WSNote;
RestDocumentService.getRatings ( long docId ) : WSRating[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRatings:(J)[Lcom/logicaldoc/webservice/model/WSRating;
RestDocumentService.getRecentDocuments ( Integer maxHits ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRecentDocuments:(Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.getThumbnail ( String type, String docPath, List<PathSegment> docPathList ) : DataHandler
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getThumbnail:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Ljavax/activation/DataHandler;
RestDocumentService.getVersions ( long docId ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getVersions:(J)[Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.isReadable ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isReadable:(J)Z
RestDocumentService.list ( long folderId ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.list:(J)[Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.listDocuments ( long folderId, String fileName ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.listDocuments:(JLjava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.replaceFile ( Integer docId, String fileVersion, String comment, Attachment filedataDetail ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.replaceFile:(Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)V
RestDocumentService.sendEmail ( Long[ ] docIds, String recipients, String subject, String message ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.sendEmail:([Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
RestDocumentService.upload ( Integer docId, String folderId, String release, String filename, String language, Attachment filedataDetail ) : Long
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.upload:(Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)Ljava/lang/Long;
RestDocumentService.uploadResource ( Integer docId, String fileVersion, String suffix, Attachment contentDetail ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.uploadResource:(Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)V
logicaldoc-webservice-8.8.0-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.getGrantedGroups ( long folderId ) : WSRight[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getGrantedGroups:(J)[Lcom/logicaldoc/webservice/model/WSRight;
RestFolderService.getGrantedUsers ( long folderId ) : WSRight[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getGrantedUsers:(J)[Lcom/logicaldoc/webservice/model/WSRight;
RestFolderService.getPath ( long folderId ) : WSFolder[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getPath:(J)[Lcom/logicaldoc/webservice/model/WSFolder;
RestFolderService.grantGroup ( long folderId, long groupId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/rest/endpoint/RestFolderService.grantGroup:(JJIZ)V
RestFolderService.grantUser ( long folderId, long userId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/rest/endpoint/RestFolderService.grantUser:(JJIZ)V
RestFolderService.isGranted ( long folderId, int permission ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestFolderService.isGranted:(JI)Z
RestFolderService.listChildren ( long folderId ) : WSFolder[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.listChildren:(J)[Lcom/logicaldoc/webservice/model/WSFolder;
RestFolderService.listWorkspaces ( ) : WSFolder[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.listWorkspaces:()[Lcom/logicaldoc/webservice/model/WSFolder;
logicaldoc-webservice-8.8.0-plugin.jar,
RestSearchService.class
package com.logicaldoc.webservice.rest.endpoint
RestSearchService.findByFilename ( String filename ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestSearchService.findByFilename:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
RestSearchService.findFolders ( String name ) : WSFolder[ ]
com/logicaldoc/webservice/rest/endpoint/RestSearchService.findFolders:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
logicaldoc-webservice-8.8.0-plugin.jar,
RestSystemService.class
package com.logicaldoc.webservice.rest.endpoint
RestSystemService.getLanguages ( ) : String[ ]
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getLanguages:()[Ljava/lang/String;
RestSystemService.getStatistics ( ) : WSParameter[ ]
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getStatistics:()[Lcom/logicaldoc/webservice/model/WSParameter;
logicaldoc-webservice-8.8.0-plugin.jar,
RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
RestTagService.addDocumentTags ( long docId, String[ ] tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.addDocumentTags:(J[Ljava/lang/String;)V
RestTagService.addFolderTags ( long folderId, String[ ] tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.addFolderTags:(J[Ljava/lang/String;)V
RestTagService.findDocumentsByTag ( String tag ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.findDocumentsByTag:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
RestTagService.findFoldersByTag ( String tag ) : WSFolder[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.findFoldersByTag:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
RestTagService.getDocumentTags ( long docId ) : String[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.getDocumentTags:(J)[Ljava/lang/String;
RestTagService.getFolderTags ( long folderId ) : String[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.getFolderTags:(J)[Ljava/lang/String;
RestTagService.getTagCloud ( ) : WSTagCloud[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTagCloud:()[Lcom/logicaldoc/webservice/model/WSTagCloud;
RestTagService.getTags ( ) : String[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTags:()[Ljava/lang/String;
RestTagService.getTagsPreset ( ) : String[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTagsPreset:()[Ljava/lang/String;
RestTagService.setDocumentTags ( long docId, String[ ] tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.setDocumentTags:(J[Ljava/lang/String;)V
RestTagService.setFolderTags ( long folderId, String[ ] tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.setFolderTags:(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;
to the top
Problems with Data Types, High Severity 33
logicaldoc-enterprise-core-8.8.0-plugin.jar
package com.logicaldoc.enterprise.webservice.rest.endpoint
[+] class RestEnterpriseDocumentService 1
| Change | Effect |
---|
1 |
Field log of type org.slf4j.Logger has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 8 (0.6%)
RestEnterpriseDocumentService.RestEnterpriseDocumentService ( )This constructor is from 'RestEnterpriseDocumentService' class.
RestEnterpriseDocumentService.checkin ( Long p1, String p2, String p3, boolean p4, WSDocument p5 )This method is from 'RestEnterpriseDocumentService' class.
RestEnterpriseDocumentService.create ( WSDocument p1 )This method is from 'RestEnterpriseDocumentService' class.
RestEnterpriseDocumentService.deleteChunks ( )This method is from 'RestEnterpriseDocumentService' class.
RestEnterpriseDocumentService.downloadChunk ( long p1, String p2, long p3, long p4 )This method is from 'RestEnterpriseDocumentService' class.
RestEnterpriseDocumentService.EntepriseCheckinDocumentMultipartRequest.RestEnterpriseDocumentService.EntepriseCheckinDocumentMultipartRequest ( RestEnterpriseDocumentService p1 )1st parameter 'p1' of this method is of type 'RestEnterpriseDocumentService'.
RestEnterpriseDocumentService.uploadChunk ( byte[ ] p1 )This method is from 'RestEnterpriseDocumentService' class.
RestEnterpriseDocumentService.uploadChunkIS ( InputStream p1 )This method is from 'RestEnterpriseDocumentService' class.
[+] class RestEnterpriseSearchService 1
| Change | Effect |
---|
1 |
Access level of field log has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods: 2 (0.2%)
RestEnterpriseSearchService.RestEnterpriseSearchService ( )This constructor is from 'RestEnterpriseSearchService' class.
RestEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, Integer p5 )This method is from 'RestEnterpriseSearchService' 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: 115 (8.8%)
com.logicaldoc.enterprise.webservice.rest.endpoint.RestEnterpriseDocumentService.checkin ( Long p1, String p2, String p3, boolean p4, WSDocument p5 )5th parameter 'p5' of this method is of type 'WSDocument'.
com.logicaldoc.enterprise.webservice.rest.endpoint.RestEnterpriseDocumentService.create ( WSDocument p1 )1st parameter 'p1' of this method is of type 'WSDocument'.
com.logicaldoc.enterprise.webservice.rest.endpoint.RestEnterpriseDocumentService.EntepriseCheckinDocumentMultipartRequest.RestEnterpriseDocumentService.EntepriseCheckinDocumentMultipartRequest ( RestEnterpriseDocumentService p1 )Field 'this.docVO' in the object 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: 55 (4.2%)
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.5%)
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 (3.1%)
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.7%)
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.rest.endpoint
[+] class RestBookmarkService 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%)
RestBookmarkService.RestBookmarkService ( )This constructor is from 'RestBookmarkService' class.
RestBookmarkService.bookmarkDocument ( long docId )This method is from 'RestBookmarkService' class.
RestBookmarkService.bookmarkFolder ( long folderId )This method is from 'RestBookmarkService' class.
RestBookmarkService.deleteBookmark ( long bookmarkId )This method is from 'RestBookmarkService' class.
RestBookmarkService.saveBookmark ( WSBookmark bookmark )This method is from 'RestBookmarkService' class.
RestBookmarkService.unbookmarkDocument ( long docId )This method is from 'RestBookmarkService' class.
RestBookmarkService.unbookmarkFolder ( long folderId )This method is from 'RestBookmarkService' class.
[+] class RestDocumentMetadataService 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.7%)
RestDocumentMetadataService.RestDocumentMetadataService ( )This constructor is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.deleteAttributeSet ( long setId )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.deleteTemplate ( long templateId )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.getAttributeSet ( String name )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.getAttributeSetById ( long setId )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.getTemplate ( String name )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.getTemplateById ( long templateId )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.storeAttributeSet ( WSAttributeSet attributeSet )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.storeTemplate ( WSTemplate template )This method is from 'RestDocumentMetadataService' class.
[+] class RestDocumentService.ReplaceFileMultipartRequest 1
| Change | Effect |
---|
1 |
Field Comment has been renamed to comment. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 1 (0.1%)
RestDocumentService.ReplaceFileMultipartRequest.RestDocumentService.ReplaceFileMultipartRequest ( RestDocumentService p1 )This constructor is from 'RestDocumentService.ReplaceFileMultipartRequest' class.
[+] class RestSearchService 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.2%)
RestSearchService.RestSearchService ( )This constructor is from 'RestSearchService' class.
RestSearchService.find ( WSSearchOptions opt )This method is from 'RestSearchService' class.
[+] class RestSystemService 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.2%)
RestSystemService.RestSystemService ( )This constructor is from 'RestSystemService' class.
RestSystemService.getInfo ( )This method is from 'RestSystemService' class.
[+] class RestTagService 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%)
RestTagService.RestTagService ( )This constructor is from 'RestTagService' class.
to the top
Problems with Methods, High Severity 45
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-webservice-8.8.0-plugin.jar,
RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestBookmarkService.getBookmarks ( ) : WSBookmark[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.getBookmarks:()[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,
RestDocumentMetadataService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentMetadataService.getAttributeOptions ( long setId, String attribute ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getAttributeOptions:(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. |
[+] RestDocumentMetadataService.listAttributeSets ( ) : WSAttributeSet[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.listAttributeSets:()[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. |
[+] RestDocumentMetadataService.listTemplates ( ) : WSTemplate[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.listTemplates:()[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,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentService.getAliases ( long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getAliases:(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. |
[+] RestDocumentService.getLinks ( long docId ) : WSLink[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getLinks:(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. |
[+] RestDocumentService.getNotes ( long docId ) : WSNote[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getNotes:(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. |
[+] RestDocumentService.getRatings ( long docId ) : WSRating[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRatings:(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. |
[+] RestDocumentService.getRecentDocuments ( Integer maxHits ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRecentDocuments:(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. |
[+] RestDocumentService.getThumbnail ( String type, String docPath, List<PathSegment> docPathList ) : DataHandler 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getThumbnail:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Ljavax/activation/DataHandler;
| Change | Effect |
---|
1 |
Return value type has been changed from javax.activation.DataHandler to javax.ws.rs.core.Response. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] RestDocumentService.getVersions ( long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getVersions:(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. |
[+] RestDocumentService.list ( long folderId ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.list:(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. |
[+] RestDocumentService.listDocuments ( long folderId, String fileName ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.listDocuments:(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,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestFolderService.getPath ( long folderId ) : WSFolder[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getPath:(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. |
[+] RestFolderService.listChildren ( long folderId ) : WSFolder[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestFolderService.listChildren:(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. |
[+] RestFolderService.listWorkspaces ( ) : WSFolder[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestFolderService.listWorkspaces:()[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,
RestSearchService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestSearchService.findByFilename ( String filename ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestSearchService.findByFilename:(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. |
[+] RestSearchService.findFolders ( String name ) : WSFolder[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestSearchService.findFolders:(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,
RestSystemService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestSystemService.getLanguages ( ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getLanguages:()[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. |
[+] RestSystemService.getStatistics ( ) : WSParameter[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getStatistics:()[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,
RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestTagService.findDocumentsByTag ( String tag ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.findDocumentsByTag:(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. |
[+] RestTagService.findFoldersByTag ( String tag ) : WSFolder[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.findFoldersByTag:(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. |
[+] RestTagService.getDocumentTags ( long docId ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.getDocumentTags:(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. |
[+] RestTagService.getFolderTags ( long folderId ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.getFolderTags:(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. |
[+] RestTagService.getTagCloud ( ) : WSTagCloud[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTagCloud:()[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. |
[+] RestTagService.getTags ( ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.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. |
[+] RestTagService.getTagsPreset ( ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTagsPreset:()[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. |
to the top
Problems with Data Types, Medium Severity 12
logicaldoc-enterprise-core-8.8.0-plugin.jar
package com.logicaldoc.enterprise.webservice.rest.endpoint
[+] class RestEnterpriseSearchService 1
| Change | Effect |
---|
1 |
Field log became final. |
A client program may be interrupted by IllegalAccessError exception when attempts to assign new value to the field. |
[+] affected methods: 2 (0.2%)
RestEnterpriseSearchService.RestEnterpriseSearchService ( )This constructor is from 'RestEnterpriseSearchService' class.
RestEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, Integer p5 )This method is from 'RestEnterpriseSearchService' 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: 115 (8.8%)
com.logicaldoc.enterprise.webservice.rest.endpoint.RestEnterpriseDocumentService.checkin ( Long p1, String p2, String p3, boolean p4, WSDocument p5 )5th parameter 'p5' of this method is of type 'WSDocument'.
com.logicaldoc.enterprise.webservice.rest.endpoint.RestEnterpriseDocumentService.create ( WSDocument p1 )1st parameter 'p1' of this method is of type 'WSDocument'.
com.logicaldoc.enterprise.webservice.rest.endpoint.RestEnterpriseDocumentService.EntepriseCheckinDocumentMultipartRequest.RestEnterpriseDocumentService.EntepriseCheckinDocumentMultipartRequest ( RestEnterpriseDocumentService p1 )Field 'this.docVO' in the object 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: 55 (4.2%)
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: 17 (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: 76 (5.8%)
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.7%)
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.
to the top
Problems with Methods, Low Severity 392
logicaldoc-conversion-8.8.0-plugin.jar,
RestConversionService.class
package com.logicaldoc.conversion.webservice.rest.endpoint
[+] RestConversionService.convertDocument ( long docId, String fileVersion, String format ) : DataHandler 7
com/logicaldoc/conversion/webservice/rest/endpoint/RestConversionService.convertDocument:(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. |
[+] RestConversionService.convertDocumentAndSave ( long docId, String fileVersion, String format ) : long 7
com/logicaldoc/conversion/webservice/rest/endpoint/RestConversionService.convertDocumentAndSave:(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. |
[+] RestConversionService.convertDocumentToPdf ( long docId, String fileVersion ) : void 7
com/logicaldoc/conversion/webservice/rest/endpoint/RestConversionService.convertDocumentToPdf:(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. |
[+] RestConversionService.convertFile ( String fileName, String format, Attachment fileContent ) : DataHandler 6
com/logicaldoc/conversion/webservice/rest/endpoint/RestConversionService.convertFile:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)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,
RestEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
[+] RestEnterpriseDocumentService.checkin ( Long p1, String p2, String p3, boolean p4, WSDocument p5 ) : void 5
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.checkin:(Ljava/lang/Long;Ljava/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. |
[+] RestEnterpriseDocumentService.create ( WSDocument p1 ) : WSDocument 5
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.create:(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. |
[+] RestEnterpriseDocumentService.deleteChunks ( ) : void 5
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.deleteChunks:()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. |
[+] RestEnterpriseDocumentService.downloadChunk ( long p1, String p2, long p3, long p4 ) : DataHandler 6
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.downloadChunk:(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. |
[+] RestEnterpriseDocumentService.uploadChunk ( byte[ ] p1 ) : void 5
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.uploadChunk:([B)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. |
[+] RestEnterpriseDocumentService.uploadChunkIS ( InputStream p1 ) : void 5
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.uploadChunkIS:(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.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,
RestEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
[+] RestEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, Integer p5 ) : String[ ][ ] 6
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseSearchService.queryDocuments:(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-webservice-8.8.0-plugin.jar,
RestAuthService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestAuthService.login ( String username, String password ) : String 2
com/logicaldoc/webservice/rest/endpoint/RestAuthService.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,
RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestBookmarkService.bookmarkDocument ( long docId ) : WSBookmark 6
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.bookmarkDocument:(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. |
[+] RestBookmarkService.bookmarkFolder ( long folderId ) : WSBookmark 5
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.bookmarkFolder:(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. |
[+] RestBookmarkService.deleteBookmark ( long bookmarkId ) : void 4
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.deleteBookmark:(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. |
[+] RestBookmarkService.saveBookmark ( WSBookmark bookmark ) : WSBookmark 6
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.saveBookmark:(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. |
[+] RestBookmarkService.unbookmarkDocument ( long docId ) : void 4
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.unbookmarkDocument:(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. |
[+] RestBookmarkService.unbookmarkFolder ( long folderId ) : void 4
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.unbookmarkFolder:(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,
RestDocumentMetadataService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentMetadataService.deleteAttributeSet ( long setId ) : void 3
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.deleteAttributeSet:(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. |
[+] RestDocumentMetadataService.deleteTemplate ( long templateId ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.deleteTemplate:(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. |
[+] RestDocumentMetadataService.getAttributeSet ( String name ) : WSAttributeSet 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getAttributeSet:(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. |
[+] RestDocumentMetadataService.getAttributeSetById ( long setId ) : WSAttributeSet 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getAttributeSetById:(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. |
[+] RestDocumentMetadataService.getTemplate ( String name ) : WSTemplate 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getTemplate:(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. |
[+] RestDocumentMetadataService.getTemplateById ( long templateId ) : WSTemplate 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getTemplateById:(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. |
[+] RestDocumentMetadataService.storeAttributeSet ( WSAttributeSet attributeSet ) : long 3
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.storeAttributeSet:(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. |
[+] RestDocumentMetadataService.storeTemplate ( WSTemplate template ) : long 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.storeTemplate:(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,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentService.addNote ( long docId, String note ) : WSNote 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.addNote:(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. |
[+] RestDocumentService.checkout ( long docId ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.checkout:(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. |
[+] RestDocumentService.create ( WSDocument document, Attachment contentDetail ) : WSDocument 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.create:(Lcom/logicaldoc/webservice/model/WSDocument;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
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. |
[+] RestDocumentService.createAlias ( long docId, long folderId, String type ) : WSDocument 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.createAlias:(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. |
[+] RestDocumentService.createDownloadTicket ( long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads ) : String 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.createDownloadTicket:(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. |
[+] RestDocumentService.createPdf ( long docId, String fileVersion ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.createPdf:(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. |
[+] RestDocumentService.createThumbnail ( long docId, String fileVersion, String type ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.createThumbnail:(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. |
[+] RestDocumentService.delete ( long docId ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.delete:(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. |
[+] RestDocumentService.deleteLink ( long id ) : void 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.deleteLink:(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. |
[+] RestDocumentService.deleteNote ( long noteId ) : void 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.deleteNote:(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. |
[+] RestDocumentService.deleteVersion ( long docId, String version ) : String 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.deleteVersion:(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. |
[+] RestDocumentService.getContent ( long docId ) : DataHandler 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getContent:(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. |
[+] RestDocumentService.getDocument ( long docId ) : WSDocument 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getDocument:(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.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. |
[+] RestDocumentService.getDocumentByCustomId ( String customId ) : WSDocument 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getDocumentByCustomId:(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. |
[+] RestDocumentService.getExtractedText ( long docId ) : String 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getExtractedText:(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. |
[+] RestDocumentService.getResource ( long docId, String fileVersion, String suffix ) : DataHandler 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getResource:(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. |
[+] RestDocumentService.getVersionContent ( long docId, String version ) : DataHandler 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getVersionContent:(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. |
[+] RestDocumentService.link ( long doc1, long doc2, String type ) : WSLink 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.link:(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. |
[+] RestDocumentService.lock ( long docId ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.lock:(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. |
[+] RestDocumentService.move ( long docId, long folderId ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.move:(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. |
[+] RestDocumentService.promoteVersion ( long docId, String version ) : void 7
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.promoteVersion:(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. |
[+] RestDocumentService.rateDocument ( long docId, int vote ) : WSRating 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.rateDocument:(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. |
[+] RestDocumentService.reindex ( long docId, String content ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.reindex:(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. |
[+] RestDocumentService.rename ( long docId, String name ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.rename:(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. |
[+] RestDocumentService.restore ( long docId, long folderId ) : void 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.restore:(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. |
[+] RestDocumentService.saveNote ( long docId, WSNote note ) : WSNote 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.saveNote:(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. |
[+] RestDocumentService.setPassword ( long docId, String password ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.setPassword:(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. |
[+] RestDocumentService.unlock ( long docId ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.unlock:(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. |
[+] RestDocumentService.unprotect ( long docId, String password ) : boolean 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.unprotect:(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. |
[+] RestDocumentService.unsetPassword ( long docId, String currentPassword ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.unsetPassword:(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. |
[+] RestDocumentService.update ( WSDocument document ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.update:(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. |
logicaldoc-webservice-8.8.0-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestFolderService.copy ( long folderId, long targetId, int foldersOnly, String securityOption ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.copy:(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. |
[+] RestFolderService.create ( WSFolder folder ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.create:(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. |
[+] RestFolderService.createAlias ( long parentId, long foldRef ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.createAlias:(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. |
[+] RestFolderService.createFolder ( long parentId, String name ) : long 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.createFolder:(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. |
[+] RestFolderService.createPath ( long parentId, String path ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.createPath:(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. |
[+] RestFolderService.createSimple ( String folderPath ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.createSimple:(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. |
[+] RestFolderService.createSimpleForm ( String folderPath ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.createSimpleForm:(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. |
[+] RestFolderService.createSimpleJSON ( String jsonstr ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.createSimpleJSON:(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. |
[+] RestFolderService.delete ( long folderId ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.delete:(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. |
[+] RestFolderService.findByPath ( String path ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.findByPath:(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. |
[+] RestFolderService.getDefaultWorkspace ( ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getDefaultWorkspace:()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. |
[+] RestFolderService.getFolder ( long folderId ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getFolder:(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. |
[+] RestFolderService.getPathString ( long folderId ) : String 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getPathString:(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.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. |
[+] RestFolderService.getRootFolder ( ) : WSFolder 4
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getRootFolder:()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. |
[+] RestFolderService.isReadable ( long folderId ) : boolean 4
com/logicaldoc/webservice/rest/endpoint/RestFolderService.isReadable:(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. |
[+] RestFolderService.isWritable ( long folderId ) : boolean 4
com/logicaldoc/webservice/rest/endpoint/RestFolderService.isWritable:(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. |
[+] RestFolderService.move ( long folderId, long parentId ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.move:(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. |
[+] RestFolderService.rename ( long folderId, String name ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.rename:(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. |
[+] RestFolderService.update ( WSFolder folder ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.update:(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,
RestSearchService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestSearchService.find ( WSSearchOptions opt ) : WSSearchResult 5
com/logicaldoc/webservice/rest/endpoint/RestSearchService.find:(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,
RestSystemService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestSystemService.getInfo ( ) : WSSystemInfo 2
com/logicaldoc/webservice/rest/endpoint/RestSystemService.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. |
to the top
Other Changes in Data Types 2
logicaldoc-conversion-8.8.0-plugin.jar
package com.logicaldoc.conversion.webservice.rest.endpoint
[+] class RestConversionService 1
| Change | Effect |
---|
1 |
Field log has been added to this class. |
No effect. |
[+] affected methods: 6 (0.5%)
RestConversionService.RestConversionService ( )This constructor is from 'RestConversionService' class.
RestConversionService.convertDocument ( long docId, String fileVersion, String format )This method is from 'RestConversionService' class.
RestConversionService.convertDocumentAndSave ( long docId, String fileVersion, String format )This method is from 'RestConversionService' class.
RestConversionService.convertDocumentToPdf ( long docId, String fileVersion )This method is from 'RestConversionService' class.
RestConversionService.convertFile ( String fileName, String format, Attachment fileContent )This method is from 'RestConversionService' class.
RestConversionService.ConvertFileMultipartRequest.RestConversionService.ConvertFileMultipartRequest ( RestConversionService p1 )1st parameter 'p1' of this method is of type 'RestConversionService'.
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 (3.1%)
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 8
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-importfolder-8.8.0-plugin.jar
logicaldoc-report-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_REST |
Version #1 | 8.8.0 |
Version #2 | 9.2.0 |
Subject | Source Compatibility |
Test Results
Total Java Modules | 8 |
Total Methods / Classes | 1308 / 54 |
Compatibility |
61.2% |
Problem Summary
| Severity | Count |
Added Methods | - | 257 |
Removed Methods | High | 97 |
Problems with Data Types | High | 33 |
Medium | 12 |
Low | 0 |
Problems with Methods | High | 1 |
Medium | 436 |
Low | 0 |
Other Changes in Data Types | - | 2 |
Added Methods 257
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,
RestEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestEnterpriseDocumentService.merge ( List<Long> p1, long p2, String p3 ) : WSDocument
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.merge:(Ljava/util/List;JLjava/lang/String;)Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-enterprise-core-9.2-plugin.jar,
RestEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestEnterpriseSearchService.findByParameters ( Long p1, List<WSCriterion> p2, String p3, Integer p4 ) : List<WSDocument>
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseSearchService.findByParameters:(Ljava/lang/Long;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
RestEnterpriseSearchService.findDocumentsByParameters ( Long p1, List<WSCriterion> p2, String p3, Integer p4 ) : List<WSDocument>
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseSearchService.findDocumentsByParameters:(Ljava/lang/Long;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;
logicaldoc-enterprise-core-9.2-plugin.jar,
RestReadingRequestService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestReadingRequestService.askReadingConfirmation ( List<Long> p1, List<Long> p2, List<Long> p3, boolean p4, String p5 ) : void
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService.askReadingConfirmation:(Ljava/util/List;Ljava/util/List;Ljava/util/List;ZLjava/lang/String;)V
RestReadingRequestService.confirmReading ( long p1, String p2 ) : void
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService.confirmReading:(JLjava/lang/String;)V
RestReadingRequestService.getUnconfirmedReadings ( ) : List<WSReadingRequest>
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService.getUnconfirmedReadings:()Ljava/util/List;
RestReadingRequestService.RestReadingRequestService ( )
com/logicaldoc/enterprise/webservice/rest/endpoint/RestReadingRequestService."<init>":()V
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-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-webservice-9.2-plugin.jar,
RestAuthService.class
package com.logicaldoc.webservice.rest.endpoint
RestAuthService.loginApiKey ( String apikey ) : String
com/logicaldoc/webservice/rest/endpoint/RestAuthService.loginApiKey:(Ljava/lang/String;)Ljava/lang/String;
RestAuthService.loginForm ( String username, String password ) : String
com/logicaldoc/webservice/rest/endpoint/RestAuthService.loginForm:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
RestAuthService.loginPostJSON ( WSCredentials cred ) : String
com/logicaldoc/webservice/rest/endpoint/RestAuthService.loginPostJSON:(Lcom/logicaldoc/webservice/model/WSCredentials;)Ljava/lang/String;
RestAuthService.renew ( ) : void
com/logicaldoc/webservice/rest/endpoint/RestAuthService.renew:()V
RestAuthService.renew ( String sid ) : void
com/logicaldoc/webservice/rest/endpoint/RestAuthService.renew:(Ljava/lang/String;)V
logicaldoc-webservice-9.2-plugin.jar,
RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
RestBookmarkService.getBookmarks ( ) : List<WSBookmark>
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.getBookmarks:()Ljava/util/List;
logicaldoc-webservice-9.2-plugin.jar,
RestDocumentMetadataService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.addAttributeOption ( long setId, String attribute, WSAttributeOption option ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.addAttributeOption:(JLjava/lang/String;Lcom/logicaldoc/webservice/model/WSAttributeOption;)V
RestDocumentMetadataService.getAttributeOptions ( long setId, String attribute ) : List<String>
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getAttributeOptions:(JLjava/lang/String;)Ljava/util/List;
RestDocumentMetadataService.getAttributeOptionsByCategory ( long setId, String attribute, String category ) : List<WSAttributeOption>
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getAttributeOptionsByCategory:(JLjava/lang/String;Ljava/lang/String;)Ljava/util/List;
RestDocumentMetadataService.listAttributeSets ( ) : List<WSAttributeSet>
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.listAttributeSets:()Ljava/util/List;
RestDocumentMetadataService.listTemplates ( ) : List<WSTemplate>
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.listTemplates:()Ljava/util/List;
RestDocumentMetadataService.setAttributeOptions ( long setId, String attribute, List<WSAttributeOption> options ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.setAttributeOptions:(JLjava/lang/String;Ljava/util/List;)V
RestDocumentMetadataService.setAttributeOptionsPOST ( Long setId, String attribute, List<WSAttributeOption> options ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.setAttributeOptionsPOST:(Ljava/lang/Long;Ljava/lang/String;Ljava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.checkin ( String docId, String comment, String releaseStr, String filename, Attachment filedataDetail ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.checkin:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)V
RestDocumentService.copy ( long docId, long folderId, boolean links, boolean notes, boolean security ) : WSDocument
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.copy:(JJZZZ)Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.createViewTicket ( long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews ) : String
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.createViewTicket:(JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/String;
RestDocumentService.getAccessControlList ( long docId ) : List<WSAccessControlEntry>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getAccessControlList:(J)Ljava/util/List;
RestDocumentService.getAliases ( long docId ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getAliases:(J)Ljava/util/List;
RestDocumentService.getDocuments ( List<Long> docIds ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getDocuments:(Ljava/util/List;)Ljava/util/List;
RestDocumentService.getLinks ( long docId ) : List<WSLink>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getLinks:(J)Ljava/util/List;
RestDocumentService.getNotes ( long docId ) : List<WSNote>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getNotes:(J)Ljava/util/List;
RestDocumentService.getRatings ( long docId ) : List<WSRating>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRatings:(J)Ljava/util/List;
RestDocumentService.getRecentDocuments ( Integer maxHits ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRecentDocuments:(Ljava/lang/Integer;)Ljava/util/List;
RestDocumentService.getThumbnail ( String type, String docPath, List<PathSegment> docPathList ) : Response
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getThumbnail:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Ljavax/ws/rs/core/Response;
RestDocumentService.getVersions ( long docId ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getVersions:(J)Ljava/util/List;
RestDocumentService.isDownload ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isDownload:(J)Z
RestDocumentService.isGranted ( long docId, String permission ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isGranted:(JLjava/lang/String;)Z
RestDocumentService.isRead ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isRead:(J)Z
RestDocumentService.isWrite ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isWrite:(J)Z
RestDocumentService.list ( long folderId ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.list:(J)Ljava/util/List;
RestDocumentService.listDocuments ( long folderId, String fileName ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.listDocuments:(JLjava/lang/String;)Ljava/util/List;
RestDocumentService.listPaginated ( long folderId, String fileName, String sort, Integer page, Integer max ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.listPaginated:(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
RestDocumentService.replaceFile ( String docId, String fileVersion, String comment, Attachment filedataDetail ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.replaceFile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)V
RestDocumentService.sendEmail ( List<Long> docIds, String recipients, String subject, String message ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.sendEmail:(Ljava/util/List;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
RestDocumentService.setAccessControlList ( long docId, List<WSAccessControlEntry> acl ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.setAccessControlList:(JLjava/util/List;)V
RestDocumentService.upload ( String docId, String folderId, String release, String filename, String language, Attachment filedataDetail ) : Long
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.upload:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)Ljava/lang/Long;
RestDocumentService.uploadResource ( String docId, String fileVersion, String suffix, Attachment contentDetail ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.uploadResource:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)V
logicaldoc-webservice-9.2-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.getAccessControlList ( long folderId ) : List<WSAccessControlEntry>
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getAccessControlList:(J)Ljava/util/List;
RestFolderService.getPath ( long folderId ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getPath:(J)Ljava/util/List;
RestFolderService.isGranted ( long folderId, String permission ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestFolderService.isGranted:(JLjava/lang/String;)Z
RestFolderService.list ( long folderId, String sort, Integer page, Integer max ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestFolderService.list:(JLjava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/util/List;
RestFolderService.listChildren ( long folderId ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestFolderService.listChildren:(J)Ljava/util/List;
RestFolderService.listWorkspaces ( ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestFolderService.listWorkspaces:()Ljava/util/List;
RestFolderService.setAccessControlList ( long folderId, List<WSAccessControlEntry> acl ) : void
com/logicaldoc/webservice/rest/endpoint/RestFolderService.setAccessControlList:(JLjava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
RestSearchService.class
package com.logicaldoc.webservice.rest.endpoint
RestSearchService.findByFilename ( String filename ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestSearchService.findByFilename:(Ljava/lang/String;)Ljava/util/List;
RestSearchService.findFolders ( String name ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestSearchService.findFolders:(Ljava/lang/String;)Ljava/util/List;
logicaldoc-webservice-9.2-plugin.jar,
RestSystemService.class
package com.logicaldoc.webservice.rest.endpoint
RestSystemService.getLanguages ( ) : List<String>
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getLanguages:()Ljava/util/List;
RestSystemService.getStatistics ( ) : List<WSParameter>
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getStatistics:()Ljava/util/List;
RestSystemService.getTenantStatistics ( long tenantId ) : List<WSParameter>
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getTenantStatistics:(J)Ljava/util/List;
logicaldoc-webservice-9.2-plugin.jar,
RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
RestTagService.addDocumentTags ( long docId, List<String> tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.addDocumentTags:(JLjava/util/List;)V
RestTagService.addFolderTags ( long folderId, List<String> tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.addFolderTags:(JLjava/util/List;)V
RestTagService.findDocumentsByTag ( String tag ) : List<WSDocument>
com/logicaldoc/webservice/rest/endpoint/RestTagService.findDocumentsByTag:(Ljava/lang/String;)Ljava/util/List;
RestTagService.findFoldersByTag ( String tag ) : List<WSFolder>
com/logicaldoc/webservice/rest/endpoint/RestTagService.findFoldersByTag:(Ljava/lang/String;)Ljava/util/List;
RestTagService.getDocumentTags ( long docId ) : List<String>
com/logicaldoc/webservice/rest/endpoint/RestTagService.getDocumentTags:(J)Ljava/util/List;
RestTagService.getFolderTags ( long folderId ) : List<String>
com/logicaldoc/webservice/rest/endpoint/RestTagService.getFolderTags:(J)Ljava/util/List;
RestTagService.getTagCloud ( ) : List<WSTagCloud>
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTagCloud:()Ljava/util/List;
RestTagService.getTags ( ) : List<String>
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTags:()Ljava/util/List;
RestTagService.getTagsPreset ( ) : List<String>
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTagsPreset:()Ljava/util/List;
RestTagService.setDocumentTags ( long docId, List<String> tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.setDocumentTags:(JLjava/util/List;)V
RestTagService.setFolderTags ( long folderId, List<String> tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.setFolderTags:(JLjava/util/List;)V
logicaldoc-webservice-9.2-plugin.jar,
SetAttributeOptionsMultipartRequest.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getAttribute ( ) : String
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getAttribute:()Ljava/lang/String;
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getOptions ( ) : List<WSAttributeOption>
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getOptions:()Ljava/util/List;
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getSetId ( ) : String
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getSetId:()Ljava/lang/String;
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.RestDocumentMetadataService.SetAttributeOptionsMultipartRequest ( RestDocumentMetadataService p1 )
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest."<init>":(Lcom/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService;)V
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setAttribute ( String attribute ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setAttribute:(Ljava/lang/String;)V
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setOptions ( List<WSAttributeOption> options ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setOptions:(Ljava/util/List;)V
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setSetId ( String setId ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setSetId:(Ljava/lang/String;)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,
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 97
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,
RestEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestEnterpriseSearchService.findByParameters ( Long p1, WSCriterion[ ] p2, String p3, Integer p4 ) : WSDocument[ ]
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseSearchService.findByParameters:(Ljava/lang/Long;[Lcom/logicaldoc/enterprise/webservice/model/WSCriterion;Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
RestEnterpriseSearchService.findDocumentsByParameters ( Long p1, WSCriterion[ ] p2, String p3, Integer p4 ) : WSDocument[ ]
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseSearchService.findDocumentsByParameters:(Ljava/lang/Long;[Lcom/logicaldoc/enterprise/webservice/model/WSCriterion;Ljava/lang/String;Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
logicaldoc-webservice-8.8.0-plugin.jar,
RestAuthService.class
package com.logicaldoc.webservice.rest.endpoint
RestAuthService.loginPost ( String username, String password ) : String
com/logicaldoc/webservice/rest/endpoint/RestAuthService.loginPost:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
RestAuthService.loginPostJSON ( String jsonstr ) : String
com/logicaldoc/webservice/rest/endpoint/RestAuthService.loginPostJSON:(Ljava/lang/String;)Ljava/lang/String;
RestAuthService.setMessageContext ( MessageContext messageContext ) : void
com/logicaldoc/webservice/rest/endpoint/RestAuthService.setMessageContext:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)V
logicaldoc-webservice-8.8.0-plugin.jar,
RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
RestBookmarkService.getBookmarks ( ) : WSBookmark[ ]
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.getBookmarks:()[Lcom/logicaldoc/webservice/model/WSBookmark;
logicaldoc-webservice-8.8.0-plugin.jar,
RestDocumentMetadataService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.getAttributeOptions ( long setId, String attribute ) : String[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getAttributeOptions:(JLjava/lang/String;)[Ljava/lang/String;
RestDocumentMetadataService.listAttributeSets ( ) : WSAttributeSet[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.listAttributeSets:()[Lcom/logicaldoc/webservice/model/WSAttributeSet;
RestDocumentMetadataService.listTemplates ( ) : WSTemplate[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.listTemplates:()[Lcom/logicaldoc/webservice/model/WSTemplate;
RestDocumentMetadataService.setAttributeOptions ( long setId, String attribute, String[ ] values ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.setAttributeOptions:(JLjava/lang/String;[Ljava/lang/String;)V
RestDocumentMetadataService.setAttributeOptionsPOST ( long setId, String attribute, String[ ] values ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.setAttributeOptionsPOST:(JLjava/lang/String;[Ljava/lang/String;)V
logicaldoc-webservice-8.8.0-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.checkin ( Integer docId, String comment, String releaseStr, String filename, Attachment filedataDetail ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.checkin:(Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)V
RestDocumentService.copy ( long docId, long folderId ) : WSDocument
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.copy:(JJ)Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.getAliases ( long docId ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getAliases:(J)[Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.getDocuments ( Long[ ] docIds ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getDocuments:([Ljava/lang/Long;)[Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.getLinks ( long docId ) : WSLink[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getLinks:(J)[Lcom/logicaldoc/webservice/model/WSLink;
RestDocumentService.getNotes ( long docId ) : WSNote[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getNotes:(J)[Lcom/logicaldoc/webservice/model/WSNote;
RestDocumentService.getRatings ( long docId ) : WSRating[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRatings:(J)[Lcom/logicaldoc/webservice/model/WSRating;
RestDocumentService.getRecentDocuments ( Integer maxHits ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRecentDocuments:(Ljava/lang/Integer;)[Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.getThumbnail ( String type, String docPath, List<PathSegment> docPathList ) : DataHandler
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getThumbnail:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Ljavax/activation/DataHandler;
RestDocumentService.getVersions ( long docId ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getVersions:(J)[Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.isReadable ( long docId ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.isReadable:(J)Z
RestDocumentService.list ( long folderId ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.list:(J)[Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.listDocuments ( long folderId, String fileName ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.listDocuments:(JLjava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
RestDocumentService.replaceFile ( Integer docId, String fileVersion, String comment, Attachment filedataDetail ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.replaceFile:(Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)V
RestDocumentService.sendEmail ( Long[ ] docIds, String recipients, String subject, String message ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.sendEmail:([Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
RestDocumentService.upload ( Integer docId, String folderId, String release, String filename, String language, Attachment filedataDetail ) : Long
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.upload:(Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)Ljava/lang/Long;
RestDocumentService.uploadResource ( Integer docId, String fileVersion, String suffix, Attachment contentDetail ) : void
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.uploadResource:(Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)V
logicaldoc-webservice-8.8.0-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.getGrantedGroups ( long folderId ) : WSRight[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getGrantedGroups:(J)[Lcom/logicaldoc/webservice/model/WSRight;
RestFolderService.getGrantedUsers ( long folderId ) : WSRight[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getGrantedUsers:(J)[Lcom/logicaldoc/webservice/model/WSRight;
RestFolderService.getPath ( long folderId ) : WSFolder[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getPath:(J)[Lcom/logicaldoc/webservice/model/WSFolder;
RestFolderService.grantGroup ( long folderId, long groupId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/rest/endpoint/RestFolderService.grantGroup:(JJIZ)V
RestFolderService.grantUser ( long folderId, long userId, int permissions, boolean recursive ) : void
com/logicaldoc/webservice/rest/endpoint/RestFolderService.grantUser:(JJIZ)V
RestFolderService.isGranted ( long folderId, int permission ) : boolean
com/logicaldoc/webservice/rest/endpoint/RestFolderService.isGranted:(JI)Z
RestFolderService.listChildren ( long folderId ) : WSFolder[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.listChildren:(J)[Lcom/logicaldoc/webservice/model/WSFolder;
RestFolderService.listWorkspaces ( ) : WSFolder[ ]
com/logicaldoc/webservice/rest/endpoint/RestFolderService.listWorkspaces:()[Lcom/logicaldoc/webservice/model/WSFolder;
logicaldoc-webservice-8.8.0-plugin.jar,
RestSearchService.class
package com.logicaldoc.webservice.rest.endpoint
RestSearchService.findByFilename ( String filename ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestSearchService.findByFilename:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
RestSearchService.findFolders ( String name ) : WSFolder[ ]
com/logicaldoc/webservice/rest/endpoint/RestSearchService.findFolders:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
logicaldoc-webservice-8.8.0-plugin.jar,
RestSystemService.class
package com.logicaldoc.webservice.rest.endpoint
RestSystemService.getLanguages ( ) : String[ ]
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getLanguages:()[Ljava/lang/String;
RestSystemService.getStatistics ( ) : WSParameter[ ]
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getStatistics:()[Lcom/logicaldoc/webservice/model/WSParameter;
logicaldoc-webservice-8.8.0-plugin.jar,
RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
RestTagService.addDocumentTags ( long docId, String[ ] tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.addDocumentTags:(J[Ljava/lang/String;)V
RestTagService.addFolderTags ( long folderId, String[ ] tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.addFolderTags:(J[Ljava/lang/String;)V
RestTagService.findDocumentsByTag ( String tag ) : WSDocument[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.findDocumentsByTag:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSDocument;
RestTagService.findFoldersByTag ( String tag ) : WSFolder[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.findFoldersByTag:(Ljava/lang/String;)[Lcom/logicaldoc/webservice/model/WSFolder;
RestTagService.getDocumentTags ( long docId ) : String[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.getDocumentTags:(J)[Ljava/lang/String;
RestTagService.getFolderTags ( long folderId ) : String[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.getFolderTags:(J)[Ljava/lang/String;
RestTagService.getTagCloud ( ) : WSTagCloud[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTagCloud:()[Lcom/logicaldoc/webservice/model/WSTagCloud;
RestTagService.getTags ( ) : String[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTags:()[Ljava/lang/String;
RestTagService.getTagsPreset ( ) : String[ ]
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTagsPreset:()[Ljava/lang/String;
RestTagService.setDocumentTags ( long docId, String[ ] tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.setDocumentTags:(J[Ljava/lang/String;)V
RestTagService.setFolderTags ( long folderId, String[ ] tags ) : void
com/logicaldoc/webservice/rest/endpoint/RestTagService.setFolderTags:(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;
to the top
Problems with Data Types, High Severity 33
logicaldoc-enterprise-core-8.8.0-plugin.jar
package com.logicaldoc.enterprise.webservice.rest.endpoint
[+] class RestEnterpriseDocumentService 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 RestEnterpriseDocumentService. |
[+] affected methods: 8 (0.6%)
RestEnterpriseDocumentService.RestEnterpriseDocumentService ( )This constructor is from 'RestEnterpriseDocumentService' class.
RestEnterpriseDocumentService.checkin ( Long p1, String p2, String p3, boolean p4, WSDocument p5 )This method is from 'RestEnterpriseDocumentService' class.
RestEnterpriseDocumentService.create ( WSDocument p1 )This method is from 'RestEnterpriseDocumentService' class.
RestEnterpriseDocumentService.deleteChunks ( )This method is from 'RestEnterpriseDocumentService' class.
RestEnterpriseDocumentService.downloadChunk ( long p1, String p2, long p3, long p4 )This method is from 'RestEnterpriseDocumentService' class.
RestEnterpriseDocumentService.EntepriseCheckinDocumentMultipartRequest.RestEnterpriseDocumentService.EntepriseCheckinDocumentMultipartRequest ( RestEnterpriseDocumentService p1 )1st parameter 'p1' of this method is of type 'RestEnterpriseDocumentService'.
RestEnterpriseDocumentService.uploadChunk ( byte[ ] p1 )This method is from 'RestEnterpriseDocumentService' class.
RestEnterpriseDocumentService.uploadChunkIS ( InputStream p1 )This method is from 'RestEnterpriseDocumentService' class.
[+] class RestEnterpriseSearchService 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 RestEnterpriseSearchService. |
[+] affected methods: 2 (0.2%)
RestEnterpriseSearchService.RestEnterpriseSearchService ( )This constructor is from 'RestEnterpriseSearchService' class.
RestEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, Integer p5 )This method is from 'RestEnterpriseSearchService' 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: 115 (8.8%)
com.logicaldoc.enterprise.webservice.rest.endpoint.RestEnterpriseDocumentService.checkin ( Long p1, String p2, String p3, boolean p4, WSDocument p5 )5th parameter 'p5' of this method is of type 'WSDocument'.
com.logicaldoc.enterprise.webservice.rest.endpoint.RestEnterpriseDocumentService.create ( WSDocument p1 )1st parameter 'p1' of this method is of type 'WSDocument'.
com.logicaldoc.enterprise.webservice.rest.endpoint.RestEnterpriseDocumentService.EntepriseCheckinDocumentMultipartRequest.RestEnterpriseDocumentService.EntepriseCheckinDocumentMultipartRequest ( RestEnterpriseDocumentService p1 )Field 'this.docVO' in the object 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: 55 (4.2%)
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.5%)
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 (3.1%)
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.7%)
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.rest.endpoint
[+] class RestBookmarkService 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 RestBookmarkService. |
[+] affected methods: 7 (0.5%)
RestBookmarkService.RestBookmarkService ( )This constructor is from 'RestBookmarkService' class.
RestBookmarkService.bookmarkDocument ( long docId )This method is from 'RestBookmarkService' class.
RestBookmarkService.bookmarkFolder ( long folderId )This method is from 'RestBookmarkService' class.
RestBookmarkService.deleteBookmark ( long bookmarkId )This method is from 'RestBookmarkService' class.
RestBookmarkService.saveBookmark ( WSBookmark bookmark )This method is from 'RestBookmarkService' class.
RestBookmarkService.unbookmarkDocument ( long docId )This method is from 'RestBookmarkService' class.
RestBookmarkService.unbookmarkFolder ( long folderId )This method is from 'RestBookmarkService' class.
[+] class RestDocumentMetadataService 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 RestDocumentMetadataService. |
[+] affected methods: 9 (0.7%)
RestDocumentMetadataService.RestDocumentMetadataService ( )This constructor is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.deleteAttributeSet ( long setId )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.deleteTemplate ( long templateId )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.getAttributeSet ( String name )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.getAttributeSetById ( long setId )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.getTemplate ( String name )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.getTemplateById ( long templateId )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.storeAttributeSet ( WSAttributeSet attributeSet )This method is from 'RestDocumentMetadataService' class.
RestDocumentMetadataService.storeTemplate ( WSTemplate template )This method is from 'RestDocumentMetadataService' class.
[+] class RestDocumentService.ReplaceFileMultipartRequest 1
| Change | Effect |
---|
1 |
Field Comment has been renamed to comment. |
Recompilation of a client program may be terminated with the message: cannot find variable Comment in RestDocumentService.ReplaceFileMultipartRequest. |
[+] affected methods: 1 (0.1%)
RestDocumentService.ReplaceFileMultipartRequest.RestDocumentService.ReplaceFileMultipartRequest ( RestDocumentService p1 )This constructor is from 'RestDocumentService.ReplaceFileMultipartRequest' class.
[+] class RestSearchService 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 RestSearchService. |
[+] affected methods: 2 (0.2%)
RestSearchService.RestSearchService ( )This constructor is from 'RestSearchService' class.
RestSearchService.find ( WSSearchOptions opt )This method is from 'RestSearchService' class.
[+] class RestSystemService 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 RestSystemService. |
[+] affected methods: 2 (0.2%)
RestSystemService.RestSystemService ( )This constructor is from 'RestSystemService' class.
RestSystemService.getInfo ( )This method is from 'RestSystemService' class.
[+] class RestTagService 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 RestTagService. |
[+] affected methods: 1 (0.1%)
RestTagService.RestTagService ( )This constructor is from 'RestTagService' 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 12
logicaldoc-enterprise-core-8.8.0-plugin.jar
package com.logicaldoc.enterprise.webservice.rest.endpoint
[+] class RestEnterpriseSearchService 1
| Change | Effect |
---|
1 |
Field log became final. |
Recompilation of a client program may be terminated with the message: cannot assign a value to final variable log. |
[+] affected methods: 2 (0.2%)
RestEnterpriseSearchService.RestEnterpriseSearchService ( )This constructor is from 'RestEnterpriseSearchService' class.
RestEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, Integer p5 )This method is from 'RestEnterpriseSearchService' 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: 115 (8.8%)
com.logicaldoc.enterprise.webservice.rest.endpoint.RestEnterpriseDocumentService.checkin ( Long p1, String p2, String p3, boolean p4, WSDocument p5 )5th parameter 'p5' of this method is of type 'WSDocument'.
com.logicaldoc.enterprise.webservice.rest.endpoint.RestEnterpriseDocumentService.create ( WSDocument p1 )1st parameter 'p1' of this method is of type 'WSDocument'.
com.logicaldoc.enterprise.webservice.rest.endpoint.RestEnterpriseDocumentService.EntepriseCheckinDocumentMultipartRequest.RestEnterpriseDocumentService.EntepriseCheckinDocumentMultipartRequest ( RestEnterpriseDocumentService p1 )Field 'this.docVO' in the object 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: 55 (4.2%)
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: 17 (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: 76 (5.8%)
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.7%)
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.
to the top
Problems with Methods, Medium Severity 436
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,
RestConversionService.class
package com.logicaldoc.conversion.webservice.rest.endpoint
[+] RestConversionService.convertDocument ( long docId, String fileVersion, String format ) : DataHandler 7
com/logicaldoc/conversion/webservice/rest/endpoint/RestConversionService.convertDocument:(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 ( long, String, String ) in RestConversionService; overridden method does not throw java.lang.Exception. |
[+] RestConversionService.convertDocumentAndSave ( long docId, String fileVersion, String format ) : long 7
com/logicaldoc/conversion/webservice/rest/endpoint/RestConversionService.convertDocumentAndSave:(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 ( long, String, String ) in RestConversionService; overridden method does not throw java.lang.Exception. |
[+] RestConversionService.convertDocumentToPdf ( long docId, String fileVersion ) : void 7
com/logicaldoc/conversion/webservice/rest/endpoint/RestConversionService.convertDocumentToPdf:(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 ( long, String ) in RestConversionService; overridden method does not throw java.lang.Exception. |
[+] RestConversionService.convertFile ( String fileName, String format, Attachment fileContent ) : DataHandler 6
com/logicaldoc/conversion/webservice/rest/endpoint/RestConversionService.convertFile:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)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, Attachment ) in RestConversionService; overridden method does not throw java.lang.Exception. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
RestEnterpriseDocumentService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
[+] RestEnterpriseDocumentService.checkin ( Long p1, String p2, String p3, boolean p4, WSDocument p5 ) : void 5
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.checkin:(Ljava/lang/Long;Ljava/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 ( Long, String, String, boolean, WSDocument ) in RestEnterpriseDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestEnterpriseDocumentService.create ( WSDocument p1 ) : WSDocument 5
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.create:(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 ( WSDocument ) in RestEnterpriseDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestEnterpriseDocumentService.deleteChunks ( ) : void 5
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.deleteChunks:()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 ( ) in RestEnterpriseDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestEnterpriseDocumentService.downloadChunk ( long p1, String p2, long p3, long p4 ) : DataHandler 6
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.downloadChunk:(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 ( long, String, long, long ) in RestEnterpriseDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestEnterpriseDocumentService.uploadChunk ( byte[ ] p1 ) : void 5
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.uploadChunk:([B)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 ( byte[ ] ) in RestEnterpriseDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestEnterpriseDocumentService.uploadChunkIS ( InputStream p1 ) : void 5
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseDocumentService.uploadChunkIS:(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.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 uploadChunkIS ( InputStream ) in RestEnterpriseDocumentService; overridden method does not throw java.lang.Exception. |
logicaldoc-enterprise-core-8.8.0-plugin.jar,
RestEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
[+] RestEnterpriseSearchService.queryDocuments ( String p1, String p2, String p3, String p4, Integer p5 ) : String[ ][ ] 6
com/logicaldoc/enterprise/webservice/rest/endpoint/RestEnterpriseSearchService.queryDocuments:(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, Integer ) in RestEnterpriseSearchService; overridden method does not throw java.lang.Exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
RestAuthService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestAuthService.login ( String username, String password ) : String 2
com/logicaldoc/webservice/rest/endpoint/RestAuthService.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 RestAuthService; overridden method does not throw java.lang.Exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestBookmarkService.bookmarkDocument ( long docId ) : WSBookmark 6
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.bookmarkDocument:(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 ( long ) in RestBookmarkService; overridden method does not throw java.lang.Exception. |
[+] RestBookmarkService.bookmarkFolder ( long folderId ) : WSBookmark 5
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.bookmarkFolder:(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 ( long ) in RestBookmarkService; overridden method does not throw java.lang.Exception. |
[+] RestBookmarkService.deleteBookmark ( long bookmarkId ) : void 4
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.deleteBookmark:(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 ( long ) in RestBookmarkService; overridden method does not throw java.lang.Exception. |
[+] RestBookmarkService.getBookmarks ( ) : WSBookmark[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.getBookmarks:()[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[]. |
[+] RestBookmarkService.saveBookmark ( WSBookmark bookmark ) : WSBookmark 6
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.saveBookmark:(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 ( WSBookmark ) in RestBookmarkService; overridden method does not throw java.lang.Exception. |
[+] RestBookmarkService.unbookmarkDocument ( long docId ) : void 4
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.unbookmarkDocument:(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 ( long ) in RestBookmarkService; overridden method does not throw java.lang.Exception. |
[+] RestBookmarkService.unbookmarkFolder ( long folderId ) : void 4
com/logicaldoc/webservice/rest/endpoint/RestBookmarkService.unbookmarkFolder:(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 ( long ) in RestBookmarkService; overridden method does not throw java.lang.Exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
RestDocumentMetadataService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentMetadataService.deleteAttributeSet ( long setId ) : void 3
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.deleteAttributeSet:(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 ( long ) in RestDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentMetadataService.deleteTemplate ( long templateId ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.deleteTemplate:(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 ( long ) in RestDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentMetadataService.getAttributeOptions ( long setId, String attribute ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getAttributeOptions:(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[]. |
[+] RestDocumentMetadataService.getAttributeSet ( String name ) : WSAttributeSet 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getAttributeSet:(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 ) in RestDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentMetadataService.getAttributeSetById ( long setId ) : WSAttributeSet 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getAttributeSetById:(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 ( long ) in RestDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentMetadataService.getTemplate ( String name ) : WSTemplate 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getTemplate:(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 ) in RestDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentMetadataService.getTemplateById ( long templateId ) : WSTemplate 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.getTemplateById:(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 ( long ) in RestDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentMetadataService.listAttributeSets ( ) : WSAttributeSet[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.listAttributeSets:()[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[]. |
[+] RestDocumentMetadataService.listTemplates ( ) : WSTemplate[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.listTemplates:()[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[]. |
[+] RestDocumentMetadataService.storeAttributeSet ( WSAttributeSet attributeSet ) : long 3
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.storeAttributeSet:(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 ( WSAttributeSet ) in RestDocumentMetadataService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentMetadataService.storeTemplate ( WSTemplate template ) : long 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentMetadataService.storeTemplate:(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 ( WSTemplate ) in RestDocumentMetadataService; overridden method does not throw java.lang.Exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentService.addNote ( long docId, String note ) : WSNote 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.addNote:(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 ( long, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.checkout ( long docId ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.checkout:(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 ( long ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.create ( WSDocument document, Attachment contentDetail ) : WSDocument 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.create:(Lcom/logicaldoc/webservice/model/WSDocument;Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)Lcom/logicaldoc/webservice/model/WSDocument;
| Change | Effect |
---|
1 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override create ( WSDocument, Attachment ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.createAlias ( long docId, long folderId, String type ) : WSDocument 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.createAlias:(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 ( long, long, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.createDownloadTicket ( long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads ) : String 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.createDownloadTicket:(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 ( long, String, Integer, String, Integer ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.createPdf ( long docId, String fileVersion ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.createPdf:(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 ( long, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.createThumbnail ( long docId, String fileVersion, String type ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.createThumbnail:(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 ( long, String, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.delete ( long docId ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.delete:(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 ( long ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.deleteLink ( long id ) : void 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.deleteLink:(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 ( long ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.deleteNote ( long noteId ) : void 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.deleteNote:(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 ( long ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.deleteVersion ( long docId, String version ) : String 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.deleteVersion:(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 ( long, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.getAliases ( long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getAliases:(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[]. |
[+] RestDocumentService.getContent ( long docId ) : DataHandler 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getContent:(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 ( long ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.getDocument ( long docId ) : WSDocument 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getDocument:(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.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 getDocument ( long ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.getDocumentByCustomId ( String customId ) : WSDocument 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getDocumentByCustomId:(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 ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.getExtractedText ( long docId ) : String 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getExtractedText:(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 ( long ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.getLinks ( long docId ) : WSLink[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getLinks:(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[]. |
[+] RestDocumentService.getNotes ( long docId ) : WSNote[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getNotes:(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[]. |
[+] RestDocumentService.getRatings ( long docId ) : WSRating[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRatings:(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[]. |
[+] RestDocumentService.getRecentDocuments ( Integer maxHits ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getRecentDocuments:(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[]. |
[+] RestDocumentService.getResource ( long docId, String fileVersion, String suffix ) : DataHandler 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getResource:(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 ( long, String, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.getThumbnail ( String type, String docPath, List<PathSegment> docPathList ) : DataHandler 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getThumbnail:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Ljavax/activation/DataHandler;
| Change | Effect |
---|
1 |
Return value type has been changed from javax.activation.DataHandler to javax.ws.rs.core.Response. |
Recompilation of a client program may be terminated with the message: incompatible types: javax.ws.rs.core.Response cannot be converted to javax.activation.DataHandler. |
[+] RestDocumentService.getVersionContent ( long docId, String version ) : DataHandler 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getVersionContent:(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 ( long, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.getVersions ( long docId ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.getVersions:(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[]. |
[+] RestDocumentService.link ( long doc1, long doc2, String type ) : WSLink 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.link:(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 ( long, long, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.list ( long folderId ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.list:(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[]. |
[+] RestDocumentService.listDocuments ( long folderId, String fileName ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.listDocuments:(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[]. |
[+] RestDocumentService.lock ( long docId ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.lock:(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 ( long ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.move ( long docId, long folderId ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.move:(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 ( long, long ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.promoteVersion ( long docId, String version ) : void 7
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.promoteVersion:(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 ( long, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.rateDocument ( long docId, int vote ) : WSRating 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.rateDocument:(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 ( long, int ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.reindex ( long docId, String content ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.reindex:(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 ( long, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.rename ( long docId, String name ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.rename:(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 ( long, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.restore ( long docId, long folderId ) : void 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.restore:(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 ( long, long ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.saveNote ( long docId, WSNote note ) : WSNote 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.saveNote:(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 ( long, WSNote ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.setPassword ( long docId, String password ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.setPassword:(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 ( long, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.unlock ( long docId ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.unlock:(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 ( long ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.unprotect ( long docId, String password ) : boolean 4
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.unprotect:(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 ( long, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.unsetPassword ( long docId, String currentPassword ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.unsetPassword:(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 ( long, String ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
[+] RestDocumentService.update ( WSDocument document ) : void 6
com/logicaldoc/webservice/rest/endpoint/RestDocumentService.update:(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 ( WSDocument ) in RestDocumentService; overridden method does not throw java.lang.Exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestFolderService.copy ( long folderId, long targetId, int foldersOnly, String securityOption ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.copy:(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 ( long, long, int, String ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.create ( WSFolder folder ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.create:(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 ( WSFolder ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.createAlias ( long parentId, long foldRef ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.createAlias:(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 ( long, long ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.createFolder ( long parentId, String name ) : long 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.createFolder:(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 ( long, String ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.createPath ( long parentId, String path ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.createPath:(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 ( long, String ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.createSimple ( String folderPath ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.createSimple:(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 createSimple ( String ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.createSimpleForm ( String folderPath ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.createSimpleForm:(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 createSimpleForm ( String ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.createSimpleJSON ( String jsonstr ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.createSimpleJSON:(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 createSimpleJSON ( String ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.delete ( long folderId ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.delete:(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 ( long ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.findByPath ( String path ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.findByPath:(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 ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.getDefaultWorkspace ( ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getDefaultWorkspace:()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 ( ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.getFolder ( long folderId ) : WSFolder 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getFolder:(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 ( long ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.getPath ( long folderId ) : WSFolder[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getPath:(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[]. |
[+] RestFolderService.getPathString ( long folderId ) : String 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getPathString:(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.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 getPathString ( long ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.getRootFolder ( ) : WSFolder 4
com/logicaldoc/webservice/rest/endpoint/RestFolderService.getRootFolder:()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 ( ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.isReadable ( long folderId ) : boolean 4
com/logicaldoc/webservice/rest/endpoint/RestFolderService.isReadable:(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 ( long ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.isWritable ( long folderId ) : boolean 4
com/logicaldoc/webservice/rest/endpoint/RestFolderService.isWritable:(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 ( long ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.listChildren ( long folderId ) : WSFolder[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestFolderService.listChildren:(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[]. |
[+] RestFolderService.listWorkspaces ( ) : WSFolder[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestFolderService.listWorkspaces:()[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[]. |
[+] RestFolderService.move ( long folderId, long parentId ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.move:(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 ( long, long ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.rename ( long folderId, String name ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.rename:(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 ( long, String ) in RestFolderService; overridden method does not throw java.lang.Exception. |
[+] RestFolderService.update ( WSFolder folder ) : void 5
com/logicaldoc/webservice/rest/endpoint/RestFolderService.update:(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 ( WSFolder ) in RestFolderService; overridden method does not throw java.lang.Exception. |
logicaldoc-webservice-8.8.0-plugin.jar,
RestSearchService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestSearchService.find ( WSSearchOptions opt ) : WSSearchResult 5
com/logicaldoc/webservice/rest/endpoint/RestSearchService.find:(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 ( WSSearchOptions ) in RestSearchService; overridden method does not throw java.lang.Exception. |
[+] RestSearchService.findByFilename ( String filename ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestSearchService.findByFilename:(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[]. |
[+] RestSearchService.findFolders ( String name ) : WSFolder[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestSearchService.findFolders:(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,
RestSystemService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestSystemService.getInfo ( ) : WSSystemInfo 2
com/logicaldoc/webservice/rest/endpoint/RestSystemService.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 RestSystemService; overridden method does not throw java.lang.Exception. |
[+] RestSystemService.getLanguages ( ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getLanguages:()[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[]. |
[+] RestSystemService.getStatistics ( ) : WSParameter[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestSystemService.getStatistics:()[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,
RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestTagService.findDocumentsByTag ( String tag ) : WSDocument[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.findDocumentsByTag:(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[]. |
[+] RestTagService.findFoldersByTag ( String tag ) : WSFolder[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.findFoldersByTag:(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[]. |
[+] RestTagService.getDocumentTags ( long docId ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.getDocumentTags:(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[]. |
[+] RestTagService.getFolderTags ( long folderId ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.getFolderTags:(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[]. |
[+] RestTagService.getTagCloud ( ) : WSTagCloud[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTagCloud:()[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[]. |
[+] RestTagService.getTags ( ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.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[]. |
[+] RestTagService.getTagsPreset ( ) : String[ ] 1
com/logicaldoc/webservice/rest/endpoint/RestTagService.getTagsPreset:()[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. |
to the top
Other Changes in Data Types 2
logicaldoc-conversion-8.8.0-plugin.jar
package com.logicaldoc.conversion.webservice.rest.endpoint
[+] class RestConversionService 1
| Change | Effect |
---|
1 |
Field log has been added to this class. |
No effect. |
[+] affected methods: 6 (0.5%)
RestConversionService.RestConversionService ( )This constructor is from 'RestConversionService' class.
RestConversionService.convertDocument ( long docId, String fileVersion, String format )This method is from 'RestConversionService' class.
RestConversionService.convertDocumentAndSave ( long docId, String fileVersion, String format )This method is from 'RestConversionService' class.
RestConversionService.convertDocumentToPdf ( long docId, String fileVersion )This method is from 'RestConversionService' class.
RestConversionService.convertFile ( String fileName, String format, Attachment fileContent )This method is from 'RestConversionService' class.
RestConversionService.ConvertFileMultipartRequest.RestConversionService.ConvertFileMultipartRequest ( RestConversionService p1 )1st parameter 'p1' of this method is of type 'RestConversionService'.
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 (3.1%)
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 8
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-importfolder-8.8.0-plugin.jar
logicaldoc-report-8.8.0-plugin.jar
logicaldoc-webservice-8.8.0-plugin.jar
logicaldoc-workflow-8.8.0-plugin.jar
to the top