Examples of searchFormWidget()


Examples of com.dotcms.enterprise.FormAJAXProxy.searchFormWidget()

   * @throws DotDataException
   * @throws DotSecurityException
   */
  public Map<String, Object> searchFormWidget(String formStructureInode) throws DotDataException, DotSecurityException {
    FormAJAXProxy fp = new FormAJAXProxy();
    return fp.searchFormWidget(formStructureInode);
  }

  /**
   * This method is used by the backend to pull the content from the lucene
   * index and also checks the user permissions to see the content
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.