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

Class ServerFilter

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

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

  • Constructor Details

    • ServerFilter

      public ServerFilter()
    • ServerFilter

      public ServerFilter(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.
    • getLDAPType

      public String getLDAPType()
    • setServerType

      public void setServerType(int type)
    • getServerType

      public int getServerType()
    • getXMLSelectString

      public String getXMLSelectString()
      Description copied from class: Filter
      Get the filter in the form of an XMLSelect statement.

      Specified by:
      getXMLSelectString in interface FilterInterface
      Overrides:
      getXMLSelectString in class Filter
      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.
    • getProtocols

      public List getProtocols()
      Description copied from interface: FilterInterface
      Get the List of protocols that were set to be searched.
      Specified by:
      getProtocols in interface FilterInterface
      Overrides:
      getProtocols in class Filter
      Returns:
      A List of protocol Strings.