Uses of Class
com.logicaldoc.webservice.model.WSGroup
-
Packages that use WSGroup Package Description com.logicaldoc.webservice.model com.logicaldoc.webservice.soap com.logicaldoc.webservice.soap.client com.logicaldoc.webservice.soap.endpoint -
-
Uses of WSGroup in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSGroup Modifier and Type Method Description static WSGroupWSGroup. fromGroup(Group group) -
Uses of WSGroup in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSGroup Modifier and Type Method Description WSGroupSecurityService. getGroup(String sid, long groupId)Gets group metadata of an existing group with the given identifierWSGroup[]SecurityService. listGroups(String sid)Gets group metadata of all existing groups.Methods in com.logicaldoc.webservice.soap with parameters of type WSGroup Modifier and Type Method Description longSecurityService. storeGroup(String sid, WSGroup group)Creates/Updates a group. -
Uses of WSGroup in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSGroup Modifier and Type Method Description WSGroupSoapSecurityClient. getGroup(String sid, long groupId)WSGroup[]SoapSecurityClient. listGroups(String sid)Methods in com.logicaldoc.webservice.soap.client with parameters of type WSGroup Modifier and Type Method Description longSoapSecurityClient. storeGroup(String sid, WSGroup group) -
Uses of WSGroup in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSGroup Modifier and Type Method Description WSGroupSoapSecurityService. getGroup(String sid, long groupId)WSGroup[]SoapSecurityService. listGroups(String sid)Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSGroup Modifier and Type Method Description longSoapSecurityService. storeGroup(String sid, WSGroup group)
-