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

Class StoredProcessFilter

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

@SASScope("ALL") @BinaryCompatibilityOnly public class StoredProcessFilter extends KeywordFilter
Stored Process Filter.
Since:
1.1
See Also:
  • Constructor Details

    • StoredProcessFilter

      public StoredProcessFilter()
    • StoredProcessFilter

      public StoredProcessFilter(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()
    • 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.