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 WSGroup
WSGroup. 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 WSGroup
SecurityService. 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 long
SecurityService. 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 WSGroup
SoapSecurityClient. 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 long
SoapSecurityClient. 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 WSGroup
SoapSecurityService. 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 long
SoapSecurityService. storeGroup(String sid, WSGroup group)
-