*** This class provides Binary Compatibility only, not Source Compatibility ***

Class RemarksFilter

java.lang.Object
All Implemented Interfaces:
FilterInterface, Serializable

@SASScope("ALL") @BinaryCompatibilityOnly public class RemarksFilter extends KeywordFilter
See Also:
  • Constructor Details

    • RemarksFilter

      public RemarksFilter()
    • RemarksFilter

      public RemarksFilter(String key, int relation, String value)
  • Method Details

    • getOMRType

      public String getOMRType()
      Description copied from class: Filter
      Get the OMR type. Return the type by default. subclasses may override this to return a different string. This method is mostly for use by the OMIRepository class.

      Specified by:
      getOMRType in interface FilterInterface
      Overrides:
      getOMRType in class Filter
      Returns:
      The OMR specific type to search for.
    • getDAVType

      public String getDAVType()
      Description copied from class: Filter
      Get the DAV type string. Return the type by default. Subclasses may override this to return a different string. This method is for use by the DAVRepository class.

      Specified by:
      getDAVType in interface FilterInterface
      Overrides:
      getDAVType in class Filter
      Returns:
      the DAV specific type to search for.
    • getName

      public String getName()
      Description copied from class: Filter
      Get the name of the object to look for.

      Specified by:
      getName in interface FilterInterface
      Overrides:
      getName in class Filter
      Returns:
      The object name.
    • setName

      public void setName(String name)
      Description copied from class: Filter
      Set the name of the object to search for.

      Specified by:
      setName in interface FilterInterface
      Overrides:
      setName in class Filter
      Parameters:
      name - The object name.
    • getThreadId

      public String getThreadId()
    • setThreadId

      public void setThreadId(String threadId)
    • getXMLSelectString

      public String getXMLSelectString()
      Get the filter in the form of an XMLSelect statement.

      Specified by:
      getXMLSelectString in interface FilterInterface
      Overrides:
      getXMLSelectString in class KeywordFilter
      Returns:
      An XMLSelect string to pass to OMR.
    • getDAVBasicSearchString

      public String getDAVBasicSearchString()
      Description copied from class: Filter
      Get the filter in the form of a DAV basicsearch XML request. This is described in the WebDAV SEARCH proposal.

      Specified by:
      getDAVBasicSearchString in interface FilterInterface
      Overrides:
      getDAVBasicSearchString in class Filter
      Returns:
      An XML basicsearch request to pass to a DAV server.
    • getDAVSQLString

      public String getDAVSQLString()
      Description copied from class: Filter
      Get the filter in the form of a DAV SQL request. This is aimed at the Microsoft servers - Internet Information Server, SharePoint Portal Server and Exchange server.

      Specified by:
      getDAVSQLString in interface FilterInterface
      Overrides:
      getDAVSQLString in class Filter
      Returns:
      An XML DAV SQL request to pass to a DAV server.