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 | |
com.suncode.pwfl.search.sql | |
com.suncode.pwfl.support | |
com.suncode.pwfl.workflow.process |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
|
com.suncode.pwfl.workflow.view |
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
|
CountedResult<OrganizationalUnit> |
OrganizationalUnitFinder.find(String ouName,
String ouSymbol,
String higherOuName,
String higherOuSymbol,
String directorPositionName,
String directorPositionSymbol,
Integer start,
Integer limit,
Sorter sorter)
Funkcja umożliwjająca wyszukiwanie jednostek organizacyjnych
|
CountedResult<Position> |
PositionFinder.findByHigherPositionSymbol(String positionName,
String positionSymbol,
String higherPositionSymbol,
String organizationalUnitSymbol,
Integer start,
Integer limit,
Sorter sorter)
Umożliwia wyszukiwania stanowisk
|
Modifier and Type | Method and Description |
---|---|
List<DocumentClassIndex> |
DocumentClassIndexFinder.findByDocumentClass(Long docClassId,
Sorter sorter)
Pobiera indeksy z klasy dokumentów
|
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 |
---|---|
Sorter |
Pagination.getSorter() |
Modifier and Type | Method and Description |
---|---|
static Pagination |
Pagination.create(Sorter sorter,
Integer start,
Integer limit)
Tworzy obiekt pagination.
|
void |
Pagination.setSorter(Sorter sorter) |
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<T> |
BaseFinder.getCountedResult(org.hibernate.criterion.DetachedCriteria dc,
Sorter sorter,
Integer start,
Integer limit)
Wyszukuje obiekty na podstawie zdefiniowanych parametrów.
|
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) |
Modifier and Type | Method and Description |
---|---|
ViewResult |
ViewEvaluator.evaluate(Long viewId,
int start,
int limit,
Sorter sorter)
Evaluates saved view.
|
ViewResult |
ViewEvaluator.evaluate(Long viewId,
int start,
int limit,
Sorter sorter,
Boolean cacbeSequential) |
Copyright © 2019 Suncode. All rights reserved.