Package com.google.enterprise.connector.pusher

Examples of com.google.enterprise.connector.pusher.UrlConstructor


      // Configure the dynamic ACL transformation filters for the documents.
      // TODO(bmj): Is FeedType.CONTENTURL a reasonable assumption here?
      AclTransformFilter aclTransformFilter = new AclTransformFilter(
          feedConnection,
          new UrlConstructor(connectorName, FeedType.CONTENTURL));
      metaDoc = aclTransformFilter.newDocumentFilter(metaDoc);
    }
    return metaDoc;
  }
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.pusher.UrlConstructor

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.