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

Class GuidFilter

java.lang.Object
com.sas.services.information.Filter
com.sas.services.information.metadata.GuidFilter
All Implemented Interfaces:
FilterInterface, Serializable

@SASScope("ALL") @BinaryCompatibilityOnly public class GuidFilter extends Filter
See Also:
  • Field Details

    • _guid

      protected String _guid
  • Constructor Details

    • GuidFilter

      public GuidFilter()
      Default constructor
    • GuidFilter

      public GuidFilter(String guid)
  • Method Details

    • setGuid

      public void setGuid(String guid)
    • getGuidSelectString

      public String getGuidSelectString()
    • getXMLSelectString

      public String getXMLSelectString()
      Get the whole XMLSelect string for this filter.

      Specified by:
      getXMLSelectString in interface FilterInterface
      Overrides:
      getXMLSelectString in class Filter
      Returns:
      The XMLSelect string.
    • 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.
    • getLdapString

      public String getLdapString()