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 |
---|---|
IndexInfo |
WfDocument.getIndexById(Long indexId)
Pobiera indeks po id
|
IndexInfo |
WfDocument.getIndexByName(String indexName)
Pobiera indeks po nazwie.
|
Modifier and Type | Method and Description |
---|---|
List<IndexInfo> |
WfDocument.getIndexes()
Lista indeksów dokumentu
|
Modifier and Type | Method and Description |
---|---|
void |
WfDocument.addIndex(IndexInfo indexInfo)
Dodaje indeks do dokumenty
|
Modifier and Type | Method and Description |
---|---|
void |
WfDocument.setIndexes(List<IndexInfo> indexes)
Lista indeksów dokumentu
|
Copyright © 2019 Suncode. All rights reserved.