Package bpmn.admin
Class BpmProcessGridServiceImpl
java.lang.Object
- All Implemented Interfaces:
GridService
@Conditional(BpmnEnabledCondition.class)
public class BpmProcessGridServiceImpl
extends BaseStaticGridLoadingService<GridRow>
implements GridService
- Author:
- kochetkov
-
Field Summary
Fields inherited from class service.grid.AbstractGridLoadingService
columns
Fields inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
objectContext, objectId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GridRow
protected Map<EntityColumn,
SortOrder> void
start()
Methods inherited from class service.grid.BaseStaticGridLoadingService
convertTableRowToAggregationValues, getAggregationEntry, getClientColumnId, getGridAggregateFuncFields, getSortOrders, getValueEntry, putCellValue
Methods inherited from class service.grid.AbstractGridLoadingService
convertRawLoadedData, convertRawLoadedDataWithFictitiousIdColumn, getAggregationOptions, getEntityColumnsForLoad, getOptions
Methods inherited from class service.BehaviorWithGraphFilter
convertFilterModels, convertFilters, convertToComponentFilterGroup, getComponentFilter, getEntityFilterGroup
Methods inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
getChildScript, getChildScripts, getObjectId, getPageId, getParentContext, getScript, getScriptInObject, getScripts, getScriptsInChildren, setObjectContext, setObjectId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface service.GridService
exportData, loadDataWithRowCount
-
Constructor Details
-
BpmProcessGridServiceImpl
public BpmProcessGridServiceImpl()
-
-
Method Details
-
start
public void start()- Overrides:
start
in classAbstractGridLoadingService<GridRow,
StaticGridColumn>
-
loadData
@Secured("BPMN.ADMIN.PROCESS_INSTANCE.LIST") public GridRows loadData(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) - Specified by:
loadData
in interfaceGridService
-
getSortDefaultOrders
- Overrides:
getSortDefaultOrders
in classBaseStaticGridLoadingService<GridRow>
-
createGridRow
- Specified by:
createGridRow
in classBaseStaticGridLoadingService<GridRow>
-