Package com.google.enterprise.connector.sharepoint.dao

Examples of com.google.enterprise.connector.sharepoint.dao.ConnectorNamesDAO


    LOGGER.info("Connector login()");
    if (sharepointClientContext.isPushAcls()) {
      try {
        this.connectorName = Util
            .getConnectorNameFromDirectoryUrl(googleConnectorWorkDir);
        connectorNamesDAO = new ConnectorNamesDAO(localDatabseImpl
            .getDataSource(), queryProvider);
        // Add current connector instance name to the database table.
        connectorNamesDAO.addConnectorInstanceName(connectorName);
        new AclHelper(sharepointClientContext, null).checkConnectivity();
      } catch (Exception e) {
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.sharepoint.dao.ConnectorNamesDAO

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.