Uses of Class
model.Filter
Packages that use Filter
Package
Description
-
Uses of Filter in bpmn.admin
Methods in bpmn.admin with parameters of type Filter -
Uses of Filter in component.chart.rpc
Methods in component.chart.rpc with parameters of type FilterModifier and TypeMethodDescriptionChartV2RpcService.getChartData
(Integer offset, Integer limit, Filter[] filters) -
Uses of Filter in component.chart.service
Methods in component.chart.service with parameters of type FilterModifier and TypeMethodDescriptionMultiChartDataSetService.loadDataSets
(Integer offset, Integer limit, Filter[] filters) -
Uses of Filter in component.chart.service.impl
Methods in component.chart.service.impl with parameters of type FilterModifier and TypeMethodDescriptionprotected List<EntityFilter>
DefaultChartDataSetService.convertFilterModels
(Filter filter) protected List<EntityFilter>
DefaultSingleChartDataSetService.convertFilterModels
(Filter filter) DefaultChartDataSetService.loadDataSets
(Integer offset, Integer limit, Filter[] filters) protected LoadOptions
DefaultChartDataSetService.loadOptions
(Integer offset, Integer limit, Filter[] filters) protected LoadOptions
DefaultSingleChartDataSetService.loadOptions
(Integer offset, Integer limit, Filter[] filters) -
Uses of Filter in model
-
Uses of Filter in rpc
Modifier and TypeMethodDescriptionGridRpcService.exportData
(String[] columnIdsToExport, GridDataExportFormat exportFormat, Filter[] filters, SortInfo[] sortInfo) ChartRpcService.getChartData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) GridRpcService.loadDataWithRowCount
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) TreeGridRpcService.loadFilteredData
(String mainColumnName, Filter[] filters, boolean loadChildren) -
Uses of Filter in rpc.editablegrid
Methods in rpc.editablegrid with parameters of type FilterModifier and TypeMethodDescriptionEditableGridRpcService.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) EditableGridRpcService.loadDataByKeyValue
(Object keyValue, Filter[] filters, SortInfo[] sortInfos) PagingEditableGridRpcService.loadDataWithRowCount
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) -
Uses of Filter in rpc.gantt
-
Uses of Filter in ru.cg.webbpm.user_management.custom
Methods in ru.cg.webbpm.user_management.custom with parameters of type FilterModifier and TypeMethodDescriptionAuthorityRoleGridService.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) GroupRolesGridService.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) GroupsByRolesGridService.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) UserGroupGridService.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) AuthorityTreeGridService.loadFilteredData
(String mainColumnName, Filter[] filters, boolean loadChildren, boolean rootIdEqualParentId) OrgUnitTreeGridService.loadFilteredData
(String mainColumnName, Filter[] filters, boolean loadChildren, boolean rootIdEqualParentId) -
Uses of Filter in service
Modifier and TypeMethodDescriptionprotected List<EntityFilter>
BehaviorWithGraphFilter.convertFilterModels
(Filter filter) protected List<EntityFilterGroup>
BehaviorWithGraphFilter.convertFilters
(Filter[] filters) protected EntityFilterGroup
BehaviorWithGraphFilter.convertToComponentFilterGroup
(Filter filter) default FileModel
GridService.exportData
(String[] columnIdsToExport, GridDataExportFormat exportFormat, Filter[] filters, SortInfo[] sortInfo) GridServiceImpl.exportData
(String[] columnIdsToExport, GridDataExportFormat exportFormat, Filter[] filters, SortInfo[] sortInfos) protected EntityFilterGroup
BehaviorWithGraphFilter.getEntityFilterGroup
(Filter[] filters) protected GridColumnAggregationValues
GridServiceImpl.getGridColumnAggregationValues
(Filter[] filters) protected GridRows
GridServiceImpl.getGridRows
(Filter[] filters, LoadOptions options) GridServiceWithAggregationColumnsImpl.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) PagingGridServiceImpl.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) AggregatingColumnsGridV2Service.loadDataWithRowCount
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) default GridRows
GridService.loadDataWithRowCount
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) GridServiceImpl.loadDataWithRowCount
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) TreeGridService.loadFilteredData
(String mainColumnName, Filter[] filters, boolean loadChildren, boolean rootIdEqualParentId) TreeGridServiceImpl.loadFilteredData
(String mainColumnName, Filter[] filters, boolean loadChildren, boolean rootIdEqualParentId) -
Uses of Filter in service.chart
Methods in service.chart with parameters of type Filter -
Uses of Filter in service.editablegrid
Methods in service.editablegrid with parameters of type FilterModifier and TypeMethodDescriptionEditableGridServiceImpl.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) PagingEditableGridService.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) PagingEditableGridServiceImpl.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) EditableGridService.loadDataByKeyValue
(Object keyValue, Filter[] filters, SortInfo[] sortInfos) EditableGridServiceImpl.loadDataByKeyValue
(Object keyValue, Filter[] filters, SortInfo[] sortInfos) -
Uses of Filter in service.gantt
Methods in service.gantt with parameters of type FilterModifier and TypeMethodDescriptionGanttChartService.loadModels
(Filter[] filters) GanttChartServiceImpl.loadModels
(Filter[] filters) -
Uses of Filter in service.grid
Methods in service.grid with parameters of type FilterModifier and TypeMethodDescriptionprotected LoadOptions
AbstractGridLoadingService.getAggregationOptions
(Filter[] filters) protected LoadOptions
AbstractGridLoadingService.getOptions
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos)