Uses of Interface
org.alfresco.service.cmr.remoteconnector.RemoteConnectorRequest
-
Packages that use RemoteConnectorRequest Package Description org.alfresco.repo.remoteconnector org.alfresco.service.cmr.remoteconnector -
-
Uses of RemoteConnectorRequest in org.alfresco.repo.remoteconnector
Classes in org.alfresco.repo.remoteconnector that implement RemoteConnectorRequest Modifier and Type Class Description classRemoteConnectorRequestImplHelper wrapper around a Remote Request, to be performed by theRemoteConnectorService.Methods in org.alfresco.repo.remoteconnector that return RemoteConnectorRequest Modifier and Type Method Description RemoteConnectorRequestRemoteConnectorServiceImpl. buildRequest(java.lang.String url, java.lang.Class<? extends org.apache.commons.httpclient.HttpMethodBase> method)Builds a new Request object, using HttpClient method descriptionsRemoteConnectorRequestRemoteConnectorServiceImpl. buildRequest(java.lang.String url, java.lang.String method)Builds a new Request objectRemoteConnectorRequestRemoteConnectorResponseImpl. getRequest()Methods in org.alfresco.repo.remoteconnector with parameters of type RemoteConnectorRequest Modifier and Type Method Description static org.json.simple.JSONObjectRemoteConnectorServiceImpl. doExecuteJSONRequest(RemoteConnectorRequest request, RemoteConnectorService service)org.json.simple.JSONObjectRemoteConnectorServiceImpl. executeJSONRequest(RemoteConnectorRequest request)Executes the given request, requesting a JSON response, and returns the parsed JSON received backRemoteConnectorResponseRemoteConnectorServiceImpl. executeRequest(RemoteConnectorRequest request)Executes the specified request, and return the responseConstructors in org.alfresco.repo.remoteconnector with parameters of type RemoteConnectorRequest Constructor Description RemoteConnectorResponseImpl(RemoteConnectorRequest request, java.lang.String contentType, java.lang.String charset, int status, org.apache.commons.httpclient.Header[] headers, byte[] response)RemoteConnectorResponseImpl(RemoteConnectorRequest request, java.lang.String contentType, java.lang.String charset, int status, org.apache.commons.httpclient.Header[] headers, java.io.InputStream response)Creates a new Response object with the data coming from a stream. -
Uses of RemoteConnectorRequest in org.alfresco.service.cmr.remoteconnector
Methods in org.alfresco.service.cmr.remoteconnector that return RemoteConnectorRequest Modifier and Type Method Description RemoteConnectorRequestRemoteConnectorService. buildRequest(java.lang.String url, java.lang.String method)Builds a new Request object, to talk to the given URL with the supplied methodRemoteConnectorRequestRemoteConnectorResponse. getRequest()Methods in org.alfresco.service.cmr.remoteconnector with parameters of type RemoteConnectorRequest Modifier and Type Method Description org.json.simple.JSONObjectRemoteConnectorService. executeJSONRequest(RemoteConnectorRequest request)Executes the given request, requesting a JSON response, and returns the parsed JSON received backRemoteConnectorResponseRemoteConnectorService. executeRequest(RemoteConnectorRequest request)Executes the specified request, and return the response.
-