Uses of Interface
org.alfresco.service.cmr.remoteconnector.RemoteConnectorResponse
Packages that use RemoteConnectorResponse
-
Uses of RemoteConnectorResponse in org.alfresco.repo.remoteconnector
Classes in org.alfresco.repo.remoteconnector that implement RemoteConnectorResponseModifier and TypeClassDescriptionclassHelper wrapper around a Remote Request, to be performed by theRemoteConnectorService.Methods in org.alfresco.repo.remoteconnector that return RemoteConnectorResponseModifier and TypeMethodDescriptionRemoteConnectorServiceImpl.executeRequest(RemoteConnectorRequest request) Executes the specified request, and return the response -
Uses of RemoteConnectorResponse in org.alfresco.service.cmr.remoteconnector
Methods in org.alfresco.service.cmr.remoteconnector that return RemoteConnectorResponseModifier and TypeMethodDescriptionRemoteConnectorService.executeRequest(RemoteConnectorRequest request) Executes the specified request, and return the response.RemoteConnectorClientException.getResponse()Constructors in org.alfresco.service.cmr.remoteconnector with parameters of type RemoteConnectorResponseModifierConstructorDescriptionRemoteConnectorClientException(int statusCode, String statusText, RemoteConnectorResponse response)