Package org.imixs.workflow
Schnittstelle QuerySelector
public interface QuerySelector
The Interface QuerySelector can be implemented as a CDI Bean to provide a
custom selection of workitems. One example usage for the QuerySelector
interface is the WorkflowScheduler which supports this interface to quey a
custom selection of scheduled workitems.
- Version:
- 1.0
- Autor:
- Ralph Soika
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfind(int pageSize, int pageIndex) Returns a selection of workitems.
-
Methodendetails
-
find
Returns a selection of workitems. The method may throw a QueryExeption.- Parameter:
pageSize- - total docs per pagepageIndex- - number of page to start (default = 0)- Gibt zurück:
- workitem selection, can be null
- Löst aus:
QueryException
-