Uses of Class
com.logicaldoc.webservice.model.WSRight
-
-
Uses of WSRight in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSRight Modifier and Type Method Description WSRight[]
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 WSRight Modifier and Type Method Description WSRight[]
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 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)
-