Uses of Class
com.logicaldoc.webservice.model.WSRight
-
Packages that use WSRight Package Description com.logicaldoc.webservice.soap com.logicaldoc.webservice.soap.client com.logicaldoc.webservice.soap.endpoint -
-
Uses of WSRight in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSRight Modifier and Type Method Description WSRight[]FolderService. getGrantedGroups(String sid, long folderId)Retrieves the list of granted groups for the given folderWSRight[]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 WSRight Modifier and Type Method Description WSRight[]SoapFolderClient. getGrantedGroups(String sid, long folderId)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 WSRight Modifier and Type Method Description WSRight[]SoapFolderService. getGrantedGroups(String sid, long folderId)WSRight[]SoapFolderService. getGrantedUsers(String sid, long folderId)
-