public interface ProcessFinder extends BaseFinder<Process,Long>
Modifier and Type | Method and Description |
---|---|
CountedResult<Process> |
findByIndexes(String processDefId,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins) |
List<Process> |
findByIndexes(String processDefId,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
String... joins) |
List<Process> |
findByIndexes(String processDefId,
List<IndexFilter> indexFilters,
String... joins) |
CountedResult<Process> |
findByIndexes(String processDefId,
Map<String,Object> indexes,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins) |
List<Process> |
findByIndexes(String processDefId,
Map<String,Object> indexes,
List<Sorter> sorters,
String... joins) |
List<Process> |
findByIndexes(String processDefId,
Map<String,Object> indexes,
String... joins) |
List<Process> |
findByProcessDefinitionId(String processDefId)
Wyszukuje wyszystkie procesu o podanej definicji
|
String |
findProcessIdByActivityId(String activityId)
Pobiera id procesu
|
List<String> |
findProcessIdsByIndexes(String processDefId,
Map<String,Object> idx)
Wyszukuje procesu po indeksach
|
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResult
List<String> findProcessIdsByIndexes(String processDefId, Map<String,Object> idx)
processDefId
- Id definicji procesuidx
- Mapa indeksów procesuList<Process> findByProcessDefinitionId(String processDefId)
processDefId
- Id definicji procesuString findProcessIdByActivityId(String activityId)
activityId
- Id zadaniaList<Process> findByIndexes(String processDefId, List<IndexFilter> indexFilters, String... joins)
List<Process> findByIndexes(String processDefId, List<IndexFilter> indexFilters, List<Sorter> sorters, String... joins)
CountedResult<Process> findByIndexes(String processDefId, List<IndexFilter> indexFilters, List<Sorter> sorters, Integer start, Integer limit, String... joins)
List<Process> findByIndexes(String processDefId, Map<String,Object> indexes, String... joins)
List<Process> findByIndexes(String processDefId, Map<String,Object> indexes, List<Sorter> sorters, String... joins)
Copyright © 2019 Suncode. All rights reserved.