Class BcsDocumentWebSearchInfo

java.lang.Object
dm.soap.services.DmSoapService
dm.soap.services.bcs.TechDocBcsService
dm.soap.services.bcs.data.BcsDocumentWebSearchInfo
All Implemented Interfaces:
dm.soap.DmSoapConstants

public class BcsDocumentWebSearchInfo extends TechDocBcsService
This class holds all of the document web search values in a manner that will work with SharePoint BCS.
  • Constructor Details

    • BcsDocumentWebSearchInfo

      public BcsDocumentWebSearchInfo()
      Creates a new instance of BcsDocumentWebSearchInfo.
    • BcsDocumentWebSearchInfo

      public BcsDocumentWebSearchInfo(String webSearch) throws td.lang.TdException
      Creates a new instance of BcsDocumentWebSearchInfo.
      Parameters:
      webSearch - The web search populate this object with.
      Throws:
      td.lang.TdException - if an error occurs.
  • Method Details

    • getWebSearch

      public String getWebSearch()
      Returns the web search for this object.
      Returns:
      A String object.