Class BpmnQueryContext
java.lang.Object
ru.cg.webbpm.modules.bpmn.workflow.api.bean.BpmnQueryContext
- Author:
- Kochetkov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
getCount()
void
setAscending
(Boolean ascending) void
void
void
setOrderBy
(String orderBy)
-
Field Details
-
offset
-
count
-
orderBy
-
ascending
-
-
Constructor Details
-
BpmnQueryContext
public BpmnQueryContext() -
BpmnQueryContext
-
-
Method Details
-
getOffset
-
setOffset
-
getCount
-
setCount
-
getOrderBy
-
setOrderBy
-
getAscending
-
setAscending
-
clear
public void clear()
-