Uses of Class
com.logicaldoc.webservice.model.WSRight
Packages that use WSRight
Package
Description
-
Uses of WSRight in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSRightModifier and TypeMethodDescriptionWSRight[]FolderService.getGrantedGroups(long folderId) Retrieves the list of granted groups for the given folderWSRight[]FolderService.getGrantedUsers(long folderId) Retrieves the list of granted users for the given folder. -
Uses of WSRight in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSRightModifier and TypeMethodDescriptionWSRight[]RestFolderService.getGrantedGroups(long folderId) WSRight[]RestFolderService.getGrantedUsers(long folderId) -
Uses of WSRight in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSRightModifier and TypeMethodDescriptionWSRight[]DocumentMetadataService.getGrantedGroups(String sid, long templateId) Retrieves the list of granted groups for the given templateWSRight[]FolderService.getGrantedGroups(String sid, long folderId) Retrieves the list of granted groups for the given folderWSRight[]DocumentMetadataService.getGrantedUsers(String sid, long templateId) Retrieves the list of granted users for the given template.WSRight[]FolderService.getGrantedUsers(String sid, long folderId) Retrieves the list of granted users for the given folder. -
Uses of WSRight in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSRightModifier and TypeMethodDescriptionWSRight[]SoapDocumentMetadataClient.getGrantedGroups(String sid, long groupId) WSRight[]SoapFolderClient.getGrantedGroups(String sid, long folderId) WSRight[]SoapDocumentMetadataClient.getGrantedUsers(String sid, long groupId) WSRight[]SoapFolderClient.getGrantedUsers(String sid, long folderId) -
Uses of WSRight in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSRightModifier and TypeMethodDescriptionWSRight[]SoapDocumentMetadataService.getGrantedGroups(String sid, long templateId) WSRight[]SoapFolderService.getGrantedGroups(String sid, long folderId) WSRight[]SoapDocumentMetadataService.getGrantedUsers(String sid, long templateId) WSRight[]SoapFolderService.getGrantedUsers(String sid, long folderId)