You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can provide a simple checkConnection in the Alfresco Indexer Client :
/**
* THis method verify we have an effective connection to Alfresco, returning an exception with the proper details
* @return
* @throws AlfrescoConnectionException
*/ @OverRide
public boolean checkConnection() throws AlfrescoConnectionException
{…}
This method can be used by ManifoldCF to provide the repositoryConnector check, keeping track of the error messages.
The text was updated successfully, but these errors were encountered:
We can provide a simple checkConnection in the Alfresco Indexer Client :
/**
* THis method verify we have an effective connection to Alfresco, returning an exception with the proper details
* @return
* @throws AlfrescoConnectionException
*/
@OverRide
public boolean checkConnection() throws AlfrescoConnectionException
{…}
This method can be used by ManifoldCF to provide the repositoryConnector check, keeping track of the error messages.
The text was updated successfully, but these errors were encountered: