| Package | Description |
|---|---|
| com.suncode.pwfl.workflow.process |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
|
| com.suncode.pwfl.workflow.process.search |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProcessFinder.exists(String processDefId,
List<IndexFilter> indexFilters,
String... joins)
Sprawdza czy istnieje proces spełniający zadane kryteria
|
CountedResult<Process> |
ProcessFinder.findByIndexes(String processDefId,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins) |
List<Process> |
ProcessFinder.findByIndexes(String processDefId,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
String... joins) |
List<Process> |
ProcessFinder.findByIndexes(String processDefId,
List<IndexFilter> indexFilters,
String... joins) |
List<String> |
ProcessFinder.findProcessId(String processDefId,
List<IndexFilter> indexFilters,
String... joins)
Zwraca listę id procesów spełniających podane kryteria
|
| Constructor and Description |
|---|
GroupIndexFilter(List<IndexFilter> filters) |
GroupIndexFilter(List<IndexFilter> filters,
LogicOperator logicOperator) |
Copyright © 2024 Suncode. All rights reserved.