Package | Description |
---|---|
com.suncode.pwfl.archive |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
|
Modifier and Type | Method and Description |
---|---|
LinkIndex |
LinkService.getLinkIndex(Long id,
String... joins)
Pobiera indeks zestawu dokumentów o podanym id
|
Modifier and Type | Method and Description |
---|---|
List<LinkIndex> |
LinkIndexDao.findByLinkId(Long linkId) |
List<LinkIndex> |
LinkService.getAllLinkIndices()
Pobiera listę wszystkich indeksów zestawów dokumentów
|
Optional<LinkIndex> |
LinkService.getLinkIndexByName(Long linkId,
String indexName)
Pobiera indeks podanego zestawu dokumentów o podanej nazwie, jeśli istnieje
|
List<LinkIndex> |
LinkService.getLinkIndicesForLink(Long linkId)
Pobiera listę indeksów dla zestawu dokumentów o podanym id
|
Modifier and Type | Method and Description |
---|---|
Long |
LinkService.addLinkIndex(LinkIndex linkIndex)
Dodaje indeks zestawu dokumentów
|
void |
LinkService.updateLinkIndex(LinkIndex index)
Aktualizuje indeks zestawu dokumentów
|
Copyright © 2023 Suncode. All rights reserved.