Package | Description |
---|---|
com.suncode.pwfl.administration.structure |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie stanowiskami i jednostkami organizacyjnymi.
|
com.suncode.pwfl.archive |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
|
com.suncode.pwfl.search.sql | |
com.suncode.pwfl.workflow.process |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
|
Modifier and Type | Method and Description |
---|---|
CountedResult<Position> |
PositionFinder.find(String positionName,
String positionSymbol,
String higherPositionName,
String ouName,
Integer start,
Integer limit,
Sorter sorter)
Umożliwia wyszukiwania stanowisk
|
CountedResult<OrganizationalUnit> |
OrganizationalUnitFinder.find(String ouName,
String ouSymbol,
String higherOuName,
String directorPositionName,
Integer start,
Integer limit,
Sorter sorter)
Funkcja umożliwjająca wyszukiwanie jednostek organizacyjnych
|
Modifier and Type | Method and Description |
---|---|
CountedResult<WfDocument> |
DocumentFinder.findByIndexes(Long documentClassId,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins)
Wyszukuje dokumenty o podanych parametrach.
|
CountedResult<WfDocument> |
DocumentFinder.findByIndexes(Long documentClassId,
Map<Long,Object> indexes,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins)
Wyszukuje dokumenty o podanych indeksach
|
Modifier and Type | Method and Description |
---|---|
List<Sorter> |
SQLBuilder.getSorters() |
Modifier and Type | Method and Description |
---|---|
void |
SQLBuilder.addSorter(Sorter sorter) |
Modifier and Type | Method and Description |
---|---|
static String |
SQLQueryBuilder.buildOrder(List<Sorter> sorters)
Buduje część dotyczącą sortowania
|
static void |
SQLQueryBuilder.buildOrder(StringBuilder query,
List<Sorter> sorters)
Buduje część dotyczącą sortowania
|
void |
SQLBuilder.setSorters(List<Sorter> sorters) |
Modifier and Type | Method and Description |
---|---|
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) |
CountedResult<Process> |
ProcessFinder.findByIndexes(String processDefId,
Map<String,Object> indexes,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins) |
List<Process> |
ProcessFinder.findByIndexes(String processDefId,
Map<String,Object> indexes,
List<Sorter> sorters,
String... joins) |
Copyright © 2014 Suncode. All rights reserved.