Uses of Class
org.alfresco.service.cmr.remoteconnector.RemoteConnectorClientException
-
Packages that use RemoteConnectorClientException Package Description org.alfresco.repo.remoteconnector org.alfresco.service.cmr.remoteconnector -
-
Uses of RemoteConnectorClientException in org.alfresco.repo.remoteconnector
Methods in org.alfresco.repo.remoteconnector that throw RemoteConnectorClientException Modifier and Type Method Description RemoteConnectorResponseRemoteConnectorServiceImpl. executeRequest(RemoteConnectorRequest request)Executes the specified request, and return the response -
Uses of RemoteConnectorClientException in org.alfresco.service.cmr.remoteconnector
Methods in org.alfresco.service.cmr.remoteconnector that throw RemoteConnectorClientException Modifier and Type Method Description RemoteConnectorResponseRemoteConnectorService. executeRequest(RemoteConnectorRequest request)Executes the specified request, and return the response.
-