API compatibility report for the LogicalDOC_REST library between 8.9.1 and 8.9.2 versions


Binary
Compatibility
Source
Compatibility

Test Info


Library NameLogicalDOC_REST
Version #18.9.1
Version #28.9.2
SubjectBinary Compatibility

Test Results


Total Java Modules8
Total Methods / Classes1262 / 53
Compatibility 94.1%

Problem Summary


SeverityCount
Added Methods-74
Removed MethodsHigh70
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High43
Medium0
Low0

Added Methods  74 


logicaldoc-enterprise-core-8.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>
RestEnterpriseSearchService.findDocumentsByParameters ( Long p1, List<WSCriterion> p2, String p3, Integer p4 )  :  List<WSDocument>

logicaldoc-enterprise-core-8.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
RestReadingRequestService.getUnconfirmedReadings ( )  :  List<WSReadingRequest>

logicaldoc-webservice-8.9.2-plugin.jar, RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
RestBookmarkService.getBookmarks ( )  :  List<WSBookmark>

logicaldoc-webservice-8.9.2-plugin.jar, RestDocumentMetadataService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.getAttributeOptions ( long setId, String attribute )  :  List<String>
RestDocumentMetadataService.listAttributeSets ( )  :  List<WSAttributeSet>
RestDocumentMetadataService.listTemplates ( )  :  List<WSTemplate>
RestDocumentMetadataService.setAttributeOptions ( long setId, String attribute, List<WSAttributeOption> options )  :  void
RestDocumentMetadataService.setAttributeOptionsPOST ( Long setId, String attribute, List<WSAttributeOption> options )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.getAccessControlList ( long docId )  :  List<WSAccessControlEntry>
RestDocumentService.getAliases ( long docId )  :  List<WSDocument>
RestDocumentService.getDocuments ( List<Long> docIds )  :  List<WSDocument>
RestDocumentService.getLinks ( long docId )  :  List<WSLink>
RestDocumentService.getNotes ( long docId )  :  List<WSNote>
RestDocumentService.getRatings ( long docId )  :  List<WSRating>
RestDocumentService.getRecentDocuments ( Integer maxHits )  :  List<WSDocument>
RestDocumentService.getVersions ( long docId )  :  List<WSDocument>
RestDocumentService.list ( long folderId )  :  List<WSDocument>
RestDocumentService.listDocuments ( long folderId, String fileName )  :  List<WSDocument>
RestDocumentService.sendEmail ( List<Long> docIds, String recipients, String subject, String message )  :  void
RestDocumentService.setAccessControlList ( long docId, List<WSAccessControlEntry> acl )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.getAccessControlList ( long folderId )  :  List<WSAccessControlEntry>
RestFolderService.getPath ( long folderId )  :  List<WSFolder>
RestFolderService.listChildren ( long folderId )  :  List<WSFolder>
RestFolderService.listWorkspaces ( )  :  List<WSFolder>
RestFolderService.setAccessControlList ( long folderId, List<WSAccessControlEntry> acl )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, RestSearchService.class
package com.logicaldoc.webservice.rest.endpoint
RestSearchService.findByFilename ( String filename )  :  List<WSDocument>
RestSearchService.findFolders ( String name )  :  List<WSFolder>

logicaldoc-webservice-8.9.2-plugin.jar, RestSystemService.class
package com.logicaldoc.webservice.rest.endpoint
RestSystemService.getLanguages ( )  :  List<String>
RestSystemService.getStatistics ( )  :  List<WSParameter>

logicaldoc-webservice-8.9.2-plugin.jar, RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
RestTagService.addDocumentTags ( long docId, List<String> tags )  :  void
RestTagService.addFolderTags ( long folderId, List<String> tags )  :  void
RestTagService.findDocumentsByTag ( String tag )  :  List<WSDocument>
RestTagService.findFoldersByTag ( String tag )  :  List<WSFolder>
RestTagService.getDocumentTags ( long docId )  :  List<String>
RestTagService.getFolderTags ( long folderId )  :  List<String>
RestTagService.getTagCloud ( )  :  List<WSTagCloud>
RestTagService.getTags ( )  :  List<String>
RestTagService.getTagsPreset ( )  :  List<String>
RestTagService.setDocumentTags ( long docId, List<String> tags )  :  void
RestTagService.setFolderTags ( long folderId, List<String> tags )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, SetAttributeOptionsMultipartRequest.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getOptions ( )  :  List<WSAttributeOption>
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setOptions ( List<WSAttributeOption> options )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSAccessControlEntry.class
package com.logicaldoc.webservice.model
WSAccessControlEntry.getPreview ( )  :  int
WSAccessControlEntry.setPreview ( int preview )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSAttributeSet.class
package com.logicaldoc.webservice.model
WSAttributeSet.getAttributes ( )  :  List<WSAttribute>
WSAttributeSet.setAttributes ( List<WSAttribute> attributes )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSDocument.class
package com.logicaldoc.webservice.model
WSDocument.getAttributes ( )  :  List<WSAttribute>
WSDocument.getTags ( )  :  List<String>
WSDocument.setAttributes ( List<WSAttribute> attributes )  :  void
WSDocument.setTags ( List<String> tags )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSFolder.class
package com.logicaldoc.webservice.model
WSFolder.getAttributes ( )  :  List<WSAttribute>
WSFolder.getTags ( )  :  List<String>
WSFolder.setAttributes ( List<WSAttribute> attributes )  :  void
WSFolder.setTags ( List<String> tags )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSGroup.class
package com.logicaldoc.webservice.model
WSGroup.getUserIds ( )  :  List<Long>
WSGroup.setUserIds ( List<Long> userIds )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSSearchOptions.class
package com.logicaldoc.webservice.model
WSSearchOptions.getFields ( )  :  List<String>
WSSearchOptions.getFilterIds ( )  :  List<Long>
WSSearchOptions.setFields ( List<String> fields )  :  void
WSSearchOptions.setFilterIds ( List<Long> filterIds )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSSearchResult.class
package com.logicaldoc.webservice.model
WSSearchResult.getHits ( )  :  List<WSDocument>
WSSearchResult.setHits ( List<WSDocument> hits )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSSystemInfo.class
package com.logicaldoc.webservice.model
WSSystemInfo.getFeatures ( )  :  List<String>
WSSystemInfo.setFeatures ( List<String> features )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSTemplate.class
package com.logicaldoc.webservice.model
WSTemplate.getAttributes ( )  :  List<WSAttribute>
WSTemplate.setAttributes ( List<WSAttribute> attributes )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSUser.class
package com.logicaldoc.webservice.model
WSUser.getEvalFormEnabled ( )  :  int
WSUser.getGroupIds ( )  :  List<Long>
WSUser.getWorkingTimes ( )  :  List<WSWorkingTime>
WSUser.setEvalFormEnabled ( int evalFormEnabled )  :  void
WSUser.setGroupIds ( List<Long> groupIds )  :  void
WSUser.setWorkingTimes ( List<WSWorkingTime> workingTimes )  :  void

to the top

Removed Methods  70 


logicaldoc-enterprise-core-8.9.1-plugin.jar, RestEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestEnterpriseSearchService.findByParameters ( Long p1, WSCriterion[ ] p2, String p3, Integer p4 )  :  WSDocument[ ]
RestEnterpriseSearchService.findDocumentsByParameters ( Long p1, WSCriterion[ ] p2, String p3, Integer p4 )  :  WSDocument[ ]

logicaldoc-enterprise-core-8.9.1-plugin.jar, RestReadingRequestService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestReadingRequestService.askReadingConfirmation ( Long[ ] p1, Long[ ] p2, Long[ ] p3, boolean p4, String p5 )  :  void
RestReadingRequestService.getUnconfirmedReadings ( )  :  WSReadingRequest[ ]

logicaldoc-webservice-8.9.1-plugin.jar, RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
RestBookmarkService.getBookmarks ( )  :  WSBookmark[ ]

logicaldoc-webservice-8.9.1-plugin.jar, RestDocumentMetadataService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.getAttributeOptions ( long setId, String attribute )  :  String[ ]
RestDocumentMetadataService.listAttributeSets ( )  :  WSAttributeSet[ ]
RestDocumentMetadataService.listTemplates ( )  :  WSTemplate[ ]
RestDocumentMetadataService.setAttributeOptions ( long setId, String attribute, WSAttributeOption[ ] options )  :  void
RestDocumentMetadataService.setAttributeOptionsPOST ( Long setId, String attribute, WSAttributeOption[ ] options )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.getAccessControlList ( long docId )  :  WSAccessControlEntry[ ]
RestDocumentService.getAliases ( long docId )  :  WSDocument[ ]
RestDocumentService.getDocuments ( Long[ ] docIds )  :  WSDocument[ ]
RestDocumentService.getLinks ( long docId )  :  WSLink[ ]
RestDocumentService.getNotes ( long docId )  :  WSNote[ ]
RestDocumentService.getRatings ( long docId )  :  WSRating[ ]
RestDocumentService.getRecentDocuments ( Integer maxHits )  :  WSDocument[ ]
RestDocumentService.getVersions ( long docId )  :  WSDocument[ ]
RestDocumentService.list ( long folderId )  :  WSDocument[ ]
RestDocumentService.listDocuments ( long folderId, String fileName )  :  WSDocument[ ]
RestDocumentService.sendEmail ( Long[ ] docIds, String recipients, String subject, String message )  :  void
RestDocumentService.setAccessControlList ( long docId, WSAccessControlEntry[ ] acl )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.getAccessControlList ( long folderId )  :  WSAccessControlEntry[ ]
RestFolderService.getPath ( long folderId )  :  WSFolder[ ]
RestFolderService.listChildren ( long folderId )  :  WSFolder[ ]
RestFolderService.listWorkspaces ( )  :  WSFolder[ ]
RestFolderService.setAccessControlList ( long folderId, WSAccessControlEntry[ ] acl )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, RestSearchService.class
package com.logicaldoc.webservice.rest.endpoint
RestSearchService.findByFilename ( String filename )  :  WSDocument[ ]
RestSearchService.findFolders ( String name )  :  WSFolder[ ]

logicaldoc-webservice-8.9.1-plugin.jar, RestSystemService.class
package com.logicaldoc.webservice.rest.endpoint
RestSystemService.getLanguages ( )  :  String[ ]
RestSystemService.getStatistics ( )  :  WSParameter[ ]

logicaldoc-webservice-8.9.1-plugin.jar, RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
RestTagService.addDocumentTags ( long docId, String[ ] tags )  :  void
RestTagService.addFolderTags ( long folderId, String[ ] tags )  :  void
RestTagService.findDocumentsByTag ( String tag )  :  WSDocument[ ]
RestTagService.findFoldersByTag ( String tag )  :  WSFolder[ ]
RestTagService.getDocumentTags ( long docId )  :  String[ ]
RestTagService.getFolderTags ( long folderId )  :  String[ ]
RestTagService.getTagCloud ( )  :  WSTagCloud[ ]
RestTagService.getTags ( )  :  String[ ]
RestTagService.getTagsPreset ( )  :  String[ ]
RestTagService.setDocumentTags ( long docId, String[ ] tags )  :  void
RestTagService.setFolderTags ( long folderId, String[ ] tags )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, SetAttributeOptionsMultipartRequest.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getOptions ( )  :  WSAttributeOption[ ]
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setOptions ( WSAttributeOption[ ] options )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSAttributeSet.class
package com.logicaldoc.webservice.model
WSAttributeSet.getAttributes ( )  :  WSAttribute[ ]
WSAttributeSet.setAttributes ( WSAttribute[ ] attributes )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSDocument.class
package com.logicaldoc.webservice.model
WSDocument.getAttributes ( )  :  WSAttribute[ ]
WSDocument.getTags ( )  :  String[ ]
WSDocument.setAttributes ( WSAttribute[ ] attributes )  :  void
WSDocument.setTags ( String[ ] tags )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSFolder.class
package com.logicaldoc.webservice.model
WSFolder.getAttributes ( )  :  WSAttribute[ ]
WSFolder.getTags ( )  :  String[ ]
WSFolder.setAttributes ( WSAttribute[ ] attributes )  :  void
WSFolder.setTags ( String[ ] tags )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSGroup.class
package com.logicaldoc.webservice.model
WSGroup.getUserIds ( )  :  long[ ]
WSGroup.setUserIds ( long[ ] userIds )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSSearchOptions.class
package com.logicaldoc.webservice.model
WSSearchOptions.getFields ( )  :  String[ ]
WSSearchOptions.getFilterIds ( )  :  Long[ ]
WSSearchOptions.setFields ( String[ ] fields )  :  void
WSSearchOptions.setFilterIds ( Long[ ] filterIds )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSSearchResult.class
package com.logicaldoc.webservice.model
WSSearchResult.getHits ( )  :  WSDocument[ ]
WSSearchResult.setHits ( WSDocument[ ] hits )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSSystemInfo.class
package com.logicaldoc.webservice.model
WSSystemInfo.getFeatures ( )  :  String[ ]
WSSystemInfo.setFeatures ( String[ ] features )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSTemplate.class
package com.logicaldoc.webservice.model
WSTemplate.getAttributes ( )  :  WSAttribute[ ]
WSTemplate.setAttributes ( WSAttribute[ ] attributes )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSUser.class
package com.logicaldoc.webservice.model
WSUser.getGroupIds ( )  :  long[ ]
WSUser.getWorkingTimes ( )  :  WSWorkingTime[ ]
WSUser.setGroupIds ( long[ ] groupIds )  :  void
WSUser.setWorkingTimes ( WSWorkingTime[ ] workingTimes )  :  void

to the top

Problems with Methods, High Severity  43 


logicaldoc-enterprise-core-8.9.1-plugin.jar, RestReadingRequestService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
[+] RestReadingRequestService.getUnconfirmedReadings ( )  :  WSReadingRequest[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestBookmarkService.getBookmarks ( )  :  WSBookmark[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestDocumentMetadataService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentMetadataService.getAttributeOptions ( long setId, String attribute )  :  String[ ]  1 
[+] RestDocumentMetadataService.listAttributeSets ( )  :  WSAttributeSet[ ]  1 
[+] RestDocumentMetadataService.listTemplates ( )  :  WSTemplate[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentService.getAccessControlList ( long docId )  :  WSAccessControlEntry[ ]  1 
[+] RestDocumentService.getAliases ( long docId )  :  WSDocument[ ]  1 
[+] RestDocumentService.getLinks ( long docId )  :  WSLink[ ]  1 
[+] RestDocumentService.getNotes ( long docId )  :  WSNote[ ]  1 
[+] RestDocumentService.getRatings ( long docId )  :  WSRating[ ]  1 
[+] RestDocumentService.getRecentDocuments ( Integer maxHits )  :  WSDocument[ ]  1 
[+] RestDocumentService.getVersions ( long docId )  :  WSDocument[ ]  1 
[+] RestDocumentService.list ( long folderId )  :  WSDocument[ ]  1 
[+] RestDocumentService.listDocuments ( long folderId, String fileName )  :  WSDocument[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestFolderService.getAccessControlList ( long folderId )  :  WSAccessControlEntry[ ]  1 
[+] RestFolderService.getPath ( long folderId )  :  WSFolder[ ]  1 
[+] RestFolderService.listChildren ( long folderId )  :  WSFolder[ ]  1 
[+] RestFolderService.listWorkspaces ( )  :  WSFolder[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestSearchService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestSearchService.findByFilename ( String filename )  :  WSDocument[ ]  1 
[+] RestSearchService.findFolders ( String name )  :  WSFolder[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestSystemService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestSystemService.getLanguages ( )  :  String[ ]  1 
[+] RestSystemService.getStatistics ( )  :  WSParameter[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestTagService.findDocumentsByTag ( String tag )  :  WSDocument[ ]  1 
[+] RestTagService.findFoldersByTag ( String tag )  :  WSFolder[ ]  1 
[+] RestTagService.getDocumentTags ( long docId )  :  String[ ]  1 
[+] RestTagService.getFolderTags ( long folderId )  :  String[ ]  1 
[+] RestTagService.getTagCloud ( )  :  WSTagCloud[ ]  1 
[+] RestTagService.getTags ( )  :  String[ ]  1 
[+] RestTagService.getTagsPreset ( )  :  String[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, SetAttributeOptionsMultipartRequest.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getOptions ( )  :  WSAttributeOption[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSAttributeSet.class
package com.logicaldoc.webservice.model
[+] WSAttributeSet.getAttributes ( )  :  WSAttribute[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSDocument.class
package com.logicaldoc.webservice.model
[+] WSDocument.getAttributes ( )  :  WSAttribute[ ]  1 
[+] WSDocument.getTags ( )  :  String[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSFolder.class
package com.logicaldoc.webservice.model
[+] WSFolder.getAttributes ( )  :  WSAttribute[ ]  1 
[+] WSFolder.getTags ( )  :  String[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSGroup.class
package com.logicaldoc.webservice.model
[+] WSGroup.getUserIds ( )  :  long[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSSearchOptions.class
package com.logicaldoc.webservice.model
[+] WSSearchOptions.getFields ( )  :  String[ ]  1 
[+] WSSearchOptions.getFilterIds ( )  :  Long[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSSearchResult.class
package com.logicaldoc.webservice.model
[+] WSSearchResult.getHits ( )  :  WSDocument[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSSystemInfo.class
package com.logicaldoc.webservice.model
[+] WSSystemInfo.getFeatures ( )  :  String[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSTemplate.class
package com.logicaldoc.webservice.model
[+] WSTemplate.getAttributes ( )  :  WSAttribute[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSUser.class
package com.logicaldoc.webservice.model
[+] WSUser.getGroupIds ( )  :  long[ ]  1 
[+] WSUser.getWorkingTimes ( )  :  WSWorkingTime[ ]  1 

to the top

Java Archives  8 


logicaldoc-audit-8.9.1-plugin.jar
logicaldoc-conversion-8.9.1-plugin.jar
logicaldoc-enterprise-core-8.9.1-plugin.jar
logicaldoc-form-8.9.1-plugin.jar
logicaldoc-importfolder-8.9.1-plugin.jar
logicaldoc-report-8.9.1-plugin.jar
logicaldoc-webservice-8.9.1-plugin.jar
logicaldoc-workflow-8.9.1-plugin.jar

to the top



Test Info


Library NameLogicalDOC_REST
Version #18.9.1
Version #28.9.2
SubjectSource Compatibility

Test Results


Total Java Modules8
Total Methods / Classes1262 / 53
Compatibility 94.1%

Problem Summary


SeverityCount
Added Methods-74
Removed MethodsHigh70
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium43
Low0

Added Methods  74 


logicaldoc-enterprise-core-8.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>
RestEnterpriseSearchService.findDocumentsByParameters ( Long p1, List<WSCriterion> p2, String p3, Integer p4 )  :  List<WSDocument>

logicaldoc-enterprise-core-8.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
RestReadingRequestService.getUnconfirmedReadings ( )  :  List<WSReadingRequest>

logicaldoc-webservice-8.9.2-plugin.jar, RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
RestBookmarkService.getBookmarks ( )  :  List<WSBookmark>

logicaldoc-webservice-8.9.2-plugin.jar, RestDocumentMetadataService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.getAttributeOptions ( long setId, String attribute )  :  List<String>
RestDocumentMetadataService.listAttributeSets ( )  :  List<WSAttributeSet>
RestDocumentMetadataService.listTemplates ( )  :  List<WSTemplate>
RestDocumentMetadataService.setAttributeOptions ( long setId, String attribute, List<WSAttributeOption> options )  :  void
RestDocumentMetadataService.setAttributeOptionsPOST ( Long setId, String attribute, List<WSAttributeOption> options )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.getAccessControlList ( long docId )  :  List<WSAccessControlEntry>
RestDocumentService.getAliases ( long docId )  :  List<WSDocument>
RestDocumentService.getDocuments ( List<Long> docIds )  :  List<WSDocument>
RestDocumentService.getLinks ( long docId )  :  List<WSLink>
RestDocumentService.getNotes ( long docId )  :  List<WSNote>
RestDocumentService.getRatings ( long docId )  :  List<WSRating>
RestDocumentService.getRecentDocuments ( Integer maxHits )  :  List<WSDocument>
RestDocumentService.getVersions ( long docId )  :  List<WSDocument>
RestDocumentService.list ( long folderId )  :  List<WSDocument>
RestDocumentService.listDocuments ( long folderId, String fileName )  :  List<WSDocument>
RestDocumentService.sendEmail ( List<Long> docIds, String recipients, String subject, String message )  :  void
RestDocumentService.setAccessControlList ( long docId, List<WSAccessControlEntry> acl )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.getAccessControlList ( long folderId )  :  List<WSAccessControlEntry>
RestFolderService.getPath ( long folderId )  :  List<WSFolder>
RestFolderService.listChildren ( long folderId )  :  List<WSFolder>
RestFolderService.listWorkspaces ( )  :  List<WSFolder>
RestFolderService.setAccessControlList ( long folderId, List<WSAccessControlEntry> acl )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, RestSearchService.class
package com.logicaldoc.webservice.rest.endpoint
RestSearchService.findByFilename ( String filename )  :  List<WSDocument>
RestSearchService.findFolders ( String name )  :  List<WSFolder>

logicaldoc-webservice-8.9.2-plugin.jar, RestSystemService.class
package com.logicaldoc.webservice.rest.endpoint
RestSystemService.getLanguages ( )  :  List<String>
RestSystemService.getStatistics ( )  :  List<WSParameter>

logicaldoc-webservice-8.9.2-plugin.jar, RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
RestTagService.addDocumentTags ( long docId, List<String> tags )  :  void
RestTagService.addFolderTags ( long folderId, List<String> tags )  :  void
RestTagService.findDocumentsByTag ( String tag )  :  List<WSDocument>
RestTagService.findFoldersByTag ( String tag )  :  List<WSFolder>
RestTagService.getDocumentTags ( long docId )  :  List<String>
RestTagService.getFolderTags ( long folderId )  :  List<String>
RestTagService.getTagCloud ( )  :  List<WSTagCloud>
RestTagService.getTags ( )  :  List<String>
RestTagService.getTagsPreset ( )  :  List<String>
RestTagService.setDocumentTags ( long docId, List<String> tags )  :  void
RestTagService.setFolderTags ( long folderId, List<String> tags )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, SetAttributeOptionsMultipartRequest.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getOptions ( )  :  List<WSAttributeOption>
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setOptions ( List<WSAttributeOption> options )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSAccessControlEntry.class
package com.logicaldoc.webservice.model
WSAccessControlEntry.getPreview ( )  :  int
WSAccessControlEntry.setPreview ( int preview )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSAttributeSet.class
package com.logicaldoc.webservice.model
WSAttributeSet.getAttributes ( )  :  List<WSAttribute>
WSAttributeSet.setAttributes ( List<WSAttribute> attributes )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSDocument.class
package com.logicaldoc.webservice.model
WSDocument.getAttributes ( )  :  List<WSAttribute>
WSDocument.getTags ( )  :  List<String>
WSDocument.setAttributes ( List<WSAttribute> attributes )  :  void
WSDocument.setTags ( List<String> tags )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSFolder.class
package com.logicaldoc.webservice.model
WSFolder.getAttributes ( )  :  List<WSAttribute>
WSFolder.getTags ( )  :  List<String>
WSFolder.setAttributes ( List<WSAttribute> attributes )  :  void
WSFolder.setTags ( List<String> tags )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSGroup.class
package com.logicaldoc.webservice.model
WSGroup.getUserIds ( )  :  List<Long>
WSGroup.setUserIds ( List<Long> userIds )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSSearchOptions.class
package com.logicaldoc.webservice.model
WSSearchOptions.getFields ( )  :  List<String>
WSSearchOptions.getFilterIds ( )  :  List<Long>
WSSearchOptions.setFields ( List<String> fields )  :  void
WSSearchOptions.setFilterIds ( List<Long> filterIds )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSSearchResult.class
package com.logicaldoc.webservice.model
WSSearchResult.getHits ( )  :  List<WSDocument>
WSSearchResult.setHits ( List<WSDocument> hits )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSSystemInfo.class
package com.logicaldoc.webservice.model
WSSystemInfo.getFeatures ( )  :  List<String>
WSSystemInfo.setFeatures ( List<String> features )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSTemplate.class
package com.logicaldoc.webservice.model
WSTemplate.getAttributes ( )  :  List<WSAttribute>
WSTemplate.setAttributes ( List<WSAttribute> attributes )  :  void

logicaldoc-webservice-8.9.2-plugin.jar, WSUser.class
package com.logicaldoc.webservice.model
WSUser.getEvalFormEnabled ( )  :  int
WSUser.getGroupIds ( )  :  List<Long>
WSUser.getWorkingTimes ( )  :  List<WSWorkingTime>
WSUser.setEvalFormEnabled ( int evalFormEnabled )  :  void
WSUser.setGroupIds ( List<Long> groupIds )  :  void
WSUser.setWorkingTimes ( List<WSWorkingTime> workingTimes )  :  void

to the top

Removed Methods  70 


logicaldoc-enterprise-core-8.9.1-plugin.jar, RestEnterpriseSearchService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestEnterpriseSearchService.findByParameters ( Long p1, WSCriterion[ ] p2, String p3, Integer p4 )  :  WSDocument[ ]
RestEnterpriseSearchService.findDocumentsByParameters ( Long p1, WSCriterion[ ] p2, String p3, Integer p4 )  :  WSDocument[ ]

logicaldoc-enterprise-core-8.9.1-plugin.jar, RestReadingRequestService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
RestReadingRequestService.askReadingConfirmation ( Long[ ] p1, Long[ ] p2, Long[ ] p3, boolean p4, String p5 )  :  void
RestReadingRequestService.getUnconfirmedReadings ( )  :  WSReadingRequest[ ]

logicaldoc-webservice-8.9.1-plugin.jar, RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
RestBookmarkService.getBookmarks ( )  :  WSBookmark[ ]

logicaldoc-webservice-8.9.1-plugin.jar, RestDocumentMetadataService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.getAttributeOptions ( long setId, String attribute )  :  String[ ]
RestDocumentMetadataService.listAttributeSets ( )  :  WSAttributeSet[ ]
RestDocumentMetadataService.listTemplates ( )  :  WSTemplate[ ]
RestDocumentMetadataService.setAttributeOptions ( long setId, String attribute, WSAttributeOption[ ] options )  :  void
RestDocumentMetadataService.setAttributeOptionsPOST ( Long setId, String attribute, WSAttributeOption[ ] options )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentService.getAccessControlList ( long docId )  :  WSAccessControlEntry[ ]
RestDocumentService.getAliases ( long docId )  :  WSDocument[ ]
RestDocumentService.getDocuments ( Long[ ] docIds )  :  WSDocument[ ]
RestDocumentService.getLinks ( long docId )  :  WSLink[ ]
RestDocumentService.getNotes ( long docId )  :  WSNote[ ]
RestDocumentService.getRatings ( long docId )  :  WSRating[ ]
RestDocumentService.getRecentDocuments ( Integer maxHits )  :  WSDocument[ ]
RestDocumentService.getVersions ( long docId )  :  WSDocument[ ]
RestDocumentService.list ( long folderId )  :  WSDocument[ ]
RestDocumentService.listDocuments ( long folderId, String fileName )  :  WSDocument[ ]
RestDocumentService.sendEmail ( Long[ ] docIds, String recipients, String subject, String message )  :  void
RestDocumentService.setAccessControlList ( long docId, WSAccessControlEntry[ ] acl )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
RestFolderService.getAccessControlList ( long folderId )  :  WSAccessControlEntry[ ]
RestFolderService.getPath ( long folderId )  :  WSFolder[ ]
RestFolderService.listChildren ( long folderId )  :  WSFolder[ ]
RestFolderService.listWorkspaces ( )  :  WSFolder[ ]
RestFolderService.setAccessControlList ( long folderId, WSAccessControlEntry[ ] acl )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, RestSearchService.class
package com.logicaldoc.webservice.rest.endpoint
RestSearchService.findByFilename ( String filename )  :  WSDocument[ ]
RestSearchService.findFolders ( String name )  :  WSFolder[ ]

logicaldoc-webservice-8.9.1-plugin.jar, RestSystemService.class
package com.logicaldoc.webservice.rest.endpoint
RestSystemService.getLanguages ( )  :  String[ ]
RestSystemService.getStatistics ( )  :  WSParameter[ ]

logicaldoc-webservice-8.9.1-plugin.jar, RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
RestTagService.addDocumentTags ( long docId, String[ ] tags )  :  void
RestTagService.addFolderTags ( long folderId, String[ ] tags )  :  void
RestTagService.findDocumentsByTag ( String tag )  :  WSDocument[ ]
RestTagService.findFoldersByTag ( String tag )  :  WSFolder[ ]
RestTagService.getDocumentTags ( long docId )  :  String[ ]
RestTagService.getFolderTags ( long folderId )  :  String[ ]
RestTagService.getTagCloud ( )  :  WSTagCloud[ ]
RestTagService.getTags ( )  :  String[ ]
RestTagService.getTagsPreset ( )  :  String[ ]
RestTagService.setDocumentTags ( long docId, String[ ] tags )  :  void
RestTagService.setFolderTags ( long folderId, String[ ] tags )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, SetAttributeOptionsMultipartRequest.class
package com.logicaldoc.webservice.rest.endpoint
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getOptions ( )  :  WSAttributeOption[ ]
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setOptions ( WSAttributeOption[ ] options )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSAttributeSet.class
package com.logicaldoc.webservice.model
WSAttributeSet.getAttributes ( )  :  WSAttribute[ ]
WSAttributeSet.setAttributes ( WSAttribute[ ] attributes )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSDocument.class
package com.logicaldoc.webservice.model
WSDocument.getAttributes ( )  :  WSAttribute[ ]
WSDocument.getTags ( )  :  String[ ]
WSDocument.setAttributes ( WSAttribute[ ] attributes )  :  void
WSDocument.setTags ( String[ ] tags )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSFolder.class
package com.logicaldoc.webservice.model
WSFolder.getAttributes ( )  :  WSAttribute[ ]
WSFolder.getTags ( )  :  String[ ]
WSFolder.setAttributes ( WSAttribute[ ] attributes )  :  void
WSFolder.setTags ( String[ ] tags )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSGroup.class
package com.logicaldoc.webservice.model
WSGroup.getUserIds ( )  :  long[ ]
WSGroup.setUserIds ( long[ ] userIds )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSSearchOptions.class
package com.logicaldoc.webservice.model
WSSearchOptions.getFields ( )  :  String[ ]
WSSearchOptions.getFilterIds ( )  :  Long[ ]
WSSearchOptions.setFields ( String[ ] fields )  :  void
WSSearchOptions.setFilterIds ( Long[ ] filterIds )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSSearchResult.class
package com.logicaldoc.webservice.model
WSSearchResult.getHits ( )  :  WSDocument[ ]
WSSearchResult.setHits ( WSDocument[ ] hits )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSSystemInfo.class
package com.logicaldoc.webservice.model
WSSystemInfo.getFeatures ( )  :  String[ ]
WSSystemInfo.setFeatures ( String[ ] features )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSTemplate.class
package com.logicaldoc.webservice.model
WSTemplate.getAttributes ( )  :  WSAttribute[ ]
WSTemplate.setAttributes ( WSAttribute[ ] attributes )  :  void

logicaldoc-webservice-8.9.1-plugin.jar, WSUser.class
package com.logicaldoc.webservice.model
WSUser.getGroupIds ( )  :  long[ ]
WSUser.getWorkingTimes ( )  :  WSWorkingTime[ ]
WSUser.setGroupIds ( long[ ] groupIds )  :  void
WSUser.setWorkingTimes ( WSWorkingTime[ ] workingTimes )  :  void

to the top

Problems with Methods, Medium Severity  43 


logicaldoc-enterprise-core-8.9.1-plugin.jar, RestReadingRequestService.class
package com.logicaldoc.enterprise.webservice.rest.endpoint
[+] RestReadingRequestService.getUnconfirmedReadings ( )  :  WSReadingRequest[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestBookmarkService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestBookmarkService.getBookmarks ( )  :  WSBookmark[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestDocumentMetadataService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentMetadataService.getAttributeOptions ( long setId, String attribute )  :  String[ ]  1 
[+] RestDocumentMetadataService.listAttributeSets ( )  :  WSAttributeSet[ ]  1 
[+] RestDocumentMetadataService.listTemplates ( )  :  WSTemplate[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestDocumentService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentService.getAccessControlList ( long docId )  :  WSAccessControlEntry[ ]  1 
[+] RestDocumentService.getAliases ( long docId )  :  WSDocument[ ]  1 
[+] RestDocumentService.getLinks ( long docId )  :  WSLink[ ]  1 
[+] RestDocumentService.getNotes ( long docId )  :  WSNote[ ]  1 
[+] RestDocumentService.getRatings ( long docId )  :  WSRating[ ]  1 
[+] RestDocumentService.getRecentDocuments ( Integer maxHits )  :  WSDocument[ ]  1 
[+] RestDocumentService.getVersions ( long docId )  :  WSDocument[ ]  1 
[+] RestDocumentService.list ( long folderId )  :  WSDocument[ ]  1 
[+] RestDocumentService.listDocuments ( long folderId, String fileName )  :  WSDocument[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestFolderService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestFolderService.getAccessControlList ( long folderId )  :  WSAccessControlEntry[ ]  1 
[+] RestFolderService.getPath ( long folderId )  :  WSFolder[ ]  1 
[+] RestFolderService.listChildren ( long folderId )  :  WSFolder[ ]  1 
[+] RestFolderService.listWorkspaces ( )  :  WSFolder[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestSearchService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestSearchService.findByFilename ( String filename )  :  WSDocument[ ]  1 
[+] RestSearchService.findFolders ( String name )  :  WSFolder[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestSystemService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestSystemService.getLanguages ( )  :  String[ ]  1 
[+] RestSystemService.getStatistics ( )  :  WSParameter[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, RestTagService.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestTagService.findDocumentsByTag ( String tag )  :  WSDocument[ ]  1 
[+] RestTagService.findFoldersByTag ( String tag )  :  WSFolder[ ]  1 
[+] RestTagService.getDocumentTags ( long docId )  :  String[ ]  1 
[+] RestTagService.getFolderTags ( long folderId )  :  String[ ]  1 
[+] RestTagService.getTagCloud ( )  :  WSTagCloud[ ]  1 
[+] RestTagService.getTags ( )  :  String[ ]  1 
[+] RestTagService.getTagsPreset ( )  :  String[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, SetAttributeOptionsMultipartRequest.class
package com.logicaldoc.webservice.rest.endpoint
[+] RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getOptions ( )  :  WSAttributeOption[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSAttributeSet.class
package com.logicaldoc.webservice.model
[+] WSAttributeSet.getAttributes ( )  :  WSAttribute[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSDocument.class
package com.logicaldoc.webservice.model
[+] WSDocument.getAttributes ( )  :  WSAttribute[ ]  1 
[+] WSDocument.getTags ( )  :  String[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSFolder.class
package com.logicaldoc.webservice.model
[+] WSFolder.getAttributes ( )  :  WSAttribute[ ]  1 
[+] WSFolder.getTags ( )  :  String[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSGroup.class
package com.logicaldoc.webservice.model
[+] WSGroup.getUserIds ( )  :  long[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSSearchOptions.class
package com.logicaldoc.webservice.model
[+] WSSearchOptions.getFields ( )  :  String[ ]  1 
[+] WSSearchOptions.getFilterIds ( )  :  Long[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSSearchResult.class
package com.logicaldoc.webservice.model
[+] WSSearchResult.getHits ( )  :  WSDocument[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSSystemInfo.class
package com.logicaldoc.webservice.model
[+] WSSystemInfo.getFeatures ( )  :  String[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSTemplate.class
package com.logicaldoc.webservice.model
[+] WSTemplate.getAttributes ( )  :  WSAttribute[ ]  1 

logicaldoc-webservice-8.9.1-plugin.jar, WSUser.class
package com.logicaldoc.webservice.model
[+] WSUser.getGroupIds ( )  :  long[ ]  1 
[+] WSUser.getWorkingTimes ( )  :  WSWorkingTime[ ]  1 

to the top

Java Archives  8 


logicaldoc-audit-8.9.1-plugin.jar
logicaldoc-conversion-8.9.1-plugin.jar
logicaldoc-enterprise-core-8.9.1-plugin.jar
logicaldoc-form-8.9.1-plugin.jar
logicaldoc-importfolder-8.9.1-plugin.jar
logicaldoc-report-8.9.1-plugin.jar
logicaldoc-webservice-8.9.1-plugin.jar
logicaldoc-workflow-8.9.1-plugin.jar

to the top