com.cognos.CAM_AAA.authentication

Interface ISearchExpression



  • public interface ISearchExpression
    Defines the interface to use for the interpreting the search expression contained in an IBM Cognos query.
    • Method Detail

      • getObjectID

        java.lang.String getObjectID()
        Returns the object ID of the object on which this search expression is based. Returns null if it is based on the root of the namespace.
        Returns:
        The object ID of the object on which the search expression is based.
      • getSteps

        ISearchStep[] getSteps()
        Returns all the search filters that apply to this search expression. Returns null if there are no search filters.
        Returns:
        An array containing the search filters that apply to this search expression.