Uses of Interface
org.alfresco.service.cmr.remoteconnector.RemoteConnectorService
-
Packages that use RemoteConnectorService Package Description org.alfresco.repo.remoteconnector org.alfresco.repo.remoteticket -
-
Uses of RemoteConnectorService in org.alfresco.repo.remoteconnector
Classes in org.alfresco.repo.remoteconnector that implement RemoteConnectorService Modifier and Type Class Description classRemoteConnectorServiceImplHttpClient powered implementation ofRemoteConnectorService, which performs requests to remote HTTP servers.Methods in org.alfresco.repo.remoteconnector with parameters of type RemoteConnectorService Modifier and Type Method Description static org.json.simple.JSONObjectRemoteConnectorServiceImpl. doExecuteJSONRequest(RemoteConnectorRequest request, RemoteConnectorService service) -
Uses of RemoteConnectorService in org.alfresco.repo.remoteticket
Methods in org.alfresco.repo.remoteticket with parameters of type RemoteConnectorService Modifier and Type Method Description voidRemoteAlfrescoTicketServiceImpl. setRemoteConnectorService(RemoteConnectorService remoteConnectorService)Sets the Remote Connector Service to use to talk to remote systems with
-