| Package | Description |
|---|---|
| com.suncode.pwfl.archive |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
|
| com.suncode.pwfl.archive.search | |
| com.suncode.pwfl.search.sql |
| Modifier and Type | Method and Description |
|---|---|
List<WfDocument> |
DocumentFinder.findByIndexes(Long documentClassId,
List<DocumentClassIndex> documentClassIndices,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins)
Wyszukuje dokumenty o podanych parametrach.
|
CountedResult<WfDocument> |
DocumentFinder.findByIndexes(Long documentClassId,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins)
Wyszukuje dokumenty o podanych parametrach.
|
List<WfDocument> |
DocumentFinder.findByIndexesForUser(String username,
Long documentClassId,
List<DocumentClassIndex> documentClassIndices,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins)
Wyszukuje dokumenty o podanych parametrach.
|
CountedResult<WfDocument> |
DocumentFinder.findByIndexesForUser(String username,
Long documentClassId,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins)
Wyszukuje dokumenty o podanych parametrach.
|
WfDocument |
DocumentFinder.findOneByIndexes(Long documentClassId,
List<IndexFilter> indexFilters)
Wyszukuje dokument o podanych parametrach.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupIndexFilter
Klasa umożliwiająca tworzenie złożonych filtrów przy wyszukiwaniu dokumentów.
|
class |
SimpleIndexFilter |
| Constructor and Description |
|---|
GroupIndexFilter(List<IndexFilter> filters) |
GroupIndexFilter(List<IndexFilter> filters,
LogicOperator logicOperator) |
| Modifier and Type | Class and Description |
|---|---|
class |
RawSQLFilter |
Copyright © 2023 Suncode. All rights reserved.