Package com.suncode.pwfl.archive
Interface DocumentDataService
Deprecated, for removal: This API element is subject to removal in a future version.
Klasa stworzona dla zachowania kompatybilności. Nie należy jej stosować w nowych projektach.
Do pobierania informacji o dokumentach należy używać DocumentFinder
Umożliwia zarządzanie tabelami przechowującymi indeksy dokumentów.
- Author:
- Paweł Rosolak 05-04-2013
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteDocumentIndexes
(Long docClassId, Long documentId) Deprecated, for removal: This API element is subject to removal in a future version.Usuwa indeksy z dokumentugetDocumentData
(Long docClassId, Long documentId) Deprecated, for removal: This API element is subject to removal in a future version.Pobiera szczegółowe informacje o dokumenciegetDocumentDataByFileId
(Long docClassId, Long fileId) Deprecated, for removal: This API element is subject to removal in a future version.Pobiera dane o dokumencie
-
Method Details
-
getDocumentDataByFileId
Deprecated, for removal: This API element is subject to removal in a future version.Pobiera dane o dokumencie- Parameters:
docClassId
- Id klasy dokumentówfileId
- Id pliku- Returns:
- Zwraca dane o dokumencie, zawierające indeksy
-
deleteDocumentIndexes
Deprecated, for removal: This API element is subject to removal in a future version.Usuwa indeksy z dokumentu- Parameters:
docClassId
- Id klasy dokumentówdocumentId
- Id dokumentu( z tabeli pm_idx...)
-
getDocumentData
Deprecated, for removal: This API element is subject to removal in a future version.Pobiera szczegółowe informacje o dokumencie- Parameters:
docClassId
- Id klasy dokumentówdocumentId
- Id dokumentu( z tabeli pm_idx...)- Returns:
-