Class BcsKeywordInfo

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

public class BcsKeywordInfo extends TechDocBcsService
This class holds all of the information about the keyword it's constructed with in a manner that will work with SharePoint BCS.
  • Constructor Details

    • BcsKeywordInfo

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

      public BcsKeywordInfo(dm.record.Keyword key) throws td.lang.TdException
      Creates a new instance of BcsKeywordInfo.
      Parameters:
      key - The keyword to populate this object with.
      Throws:
      td.lang.TdException - if an error occurs.
  • Method Details

    • getDataType

      public String getDataType()
      Returns the data type for this keyword.
      Returns:
      A String object.
    • getDescription

      public String getDescription()
      Returns the description for this keyword.
      Returns:
      A String object.
    • getInputType

      public String getInputType()
      Returns the input type for this keyword.
      Returns:
      A String object.
    • getKeywordID

      public int getKeywordID()
      Returns the ID for this keyword.
      Returns:
      An int.
    • getName

      public String getName()
      Returns the name for this keyword.
      Returns:
      A String object.
    • getPrivateKeyword

      public boolean getPrivateKeyword()
      Returns whether or not this is a private keyword.
      Returns:
      True if this is a private keyword, false otherwise.
    • getValues

      public String getValues()
      Returns the values for this keyword.
      Returns:
      An encoded String object.