Interface ITDFilter2

  • All Superinterfaces:
    com4j.Com4jObject, ITDFilter
    All Known Subinterfaces:
    IHierarchyFilter

    public interface ITDFilter2
    extends ITDFilter
    Services for creation of a filtered list of field objects without SQL.
    • Method Detail

      • setXFilter

        void setXFilter​(java.lang.String crossEntities,
                        boolean inclusive,
                        java.lang.String filterText)

        Sets the filter for second entity, called a cross filter.

        Parameters:
        crossEntities - Mandatory java.lang.String parameter.
        inclusive - Mandatory boolean parameter.
        filterText - Mandatory java.lang.String parameter.
      • getXFilter

        java.lang.String getXFilter​(java.lang.String crossEntities,
                                    com4j.Holder<java.lang.Boolean> inclusive)

        Gets the cross filter specified by CrossEntities.

        Parameters:
        crossEntities - Mandatory java.lang.String parameter.
        inclusive - Mandatory Holder parameter.
        Returns:
        Returns a value of type java.lang.String
      • isClear

        boolean isClear()

        Checks whether the filter is clear, including cross-filter settings

        Returns:
        Returns a value of type boolean