@HTTPService(name="cos") public class ContentStorageService extends java.lang.Object
ClientService
Constructor and Description |
---|
ContentStorageService() |
Modifier and Type | Method and Description |
---|---|
Response |
addUrl(AuthenticationParameter authenticatedUser,
IntegerParameter backendId,
StringParameter url) |
void |
synchronize(AuthenticationParameter authenticatedUser,
IntegerParameter backendId,
IntegerParameter serviceId) |
public ContentStorageService()
@HTTPServiceMethod(name="synchronize") public void synchronize(@HTTPAuthenticationParameter AuthenticationParameter authenticatedUser, @HTTPMethodParameter(name="backend_id",required=false) IntegerParameter backendId, @HTTPMethodParameter(name="service_id") IntegerParameter serviceId)
authenticatedUser
- backendId
- serviceId
- ClientService.synchronize(AuthenticationParameter, IntegerParameter, IntegerParameter)
@HTTPServiceMethod(name="addUrl", acceptedMethods="POST") public Response addUrl(@HTTPAuthenticationParameter AuthenticationParameter authenticatedUser, @HTTPMethodParameter(name="backend_id",required=false) IntegerParameter backendId, @HTTPMethodParameter(name="url") StringParameter url)
authenticatedUser
- backendId
- url
- ClientService.addUrl(AuthenticationParameter, IntegerParameter, StringParameter)
Copyright © 2015 Tampere University of Technology, Pori Department.