Interface DocumentDataService


@Deprecated(since="4.2", forRemoval=true) public 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 Type
    Method
    Description
    void
    deleteDocumentIndexes(Long docClassId, Long documentId)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Usuwa indeksy z dokumentu
    getDocumentData(Long docClassId, Long documentId)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Pobiera szczegółowe informacje o dokumencie
    getDocumentDataByFileId(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

      DocumentData getDocumentDataByFileId(Long docClassId, Long fileId)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Pobiera dane o dokumencie
      Parameters:
      docClassId - Id klasy dokumentów
      fileId - Id pliku
      Returns:
      Zwraca dane o dokumencie, zawierające indeksy
    • deleteDocumentIndexes

      void deleteDocumentIndexes(Long docClassId, Long documentId)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Usuwa indeksy z dokumentu
      Parameters:
      docClassId - Id klasy dokumentów
      documentId - Id dokumentu( z tabeli pm_idx...)
    • getDocumentData

      DocumentData getDocumentData(Long docClassId, Long documentId)
      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ów
      documentId - Id dokumentu( z tabeli pm_idx...)
      Returns: