Class ComponentQueryData

java.lang.Object
com.suncode.pwfl.workflow.component.ComponentQueryData

@Api public class ComponentQueryData extends Object
Contains component query execution data.
Author:
RafaƂ Nowacki 2016-09-02
  • Constructor Details

  • Method Details

    • getPagination

      public Pagination getPagination()
      Returns paging information.
    • getQuery

      public String getQuery()
      Returns global query to filter data.
    • getFilters

      public Map<String,String> getFilters()
      Returns filters associated with data properties to filter data.
    • getRowIndex

      public Integer getRowIndex()
      Returns index of row for datachooser from table. If null, then datachooser isn't from table.