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

Class ApplicationFilter

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

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

    • _onlyGridCapable

      protected boolean _onlyGridCapable
  • Constructor Details

    • ApplicationFilter

      public ApplicationFilter()
    • ApplicationFilter

      public ApplicationFilter(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.
    • setOnlyGridCapable

      public void setOnlyGridCapable(boolean onlyGridCapable)
    • 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.