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