Uses of Class
com.suncode.pwfl.archive.DocumentClassIndex
Packages that use DocumentClassIndex
Package
Description
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
-
Uses of DocumentClassIndex in com.suncode.pwfl.archive
Methods in com.suncode.pwfl.archive that return DocumentClassIndexModifier and TypeMethodDescriptionPobiera indeks o podanym idPobiera indeks o podanym idDocumentClassService.updateIndexInDocumentClass
(Long docClassId, DocumentClassIndex index) Aktualizuje indeks klasy dokumentówMethods in com.suncode.pwfl.archive that return types with arguments of type DocumentClassIndexModifier and TypeMethodDescriptionDocumentClassIndexFinder.findByDocumentClass
(Long docClassId) Pobiera indeksy z klasy dokumentów z domyślnym sortowaniem po orderId ascDocumentClassIndexFinder.findByDocumentClass
(Long docClassId, Sorter sorter) Pobiera indeksy z klasy dokumentówDocumentClassIndexFinder.findByDocumentClass
(Long docClassId, Integer start, Integer limit, String sortBy, SortDirection sortDirection) Pobiera stronnicowaną listę przetłumaczonych indeksów klasy dokumentówDocumentClassIndexFinder.findByDocumentClass
(Long docClassId, Locale locale, Integer start, Integer limit, String sortBy, SortDirection sortDirection) Pobiera stronnicowaną listę przetłumaczonych we wskazanym jęzku indeksów klasy dokumentówDocumentClass.getIndexes()
Methods in com.suncode.pwfl.archive with parameters of type DocumentClassIndexModifier and TypeMethodDescriptionvoid
DocumentClass.addIndex
(DocumentClassIndex index) void
DocumentClassService.addIndexToDocumentClass
(Long docClassId, DocumentClassIndex index) Dodaje indeks do klasy dokumentówDocumentClassService.updateIndexInDocumentClass
(Long docClassId, DocumentClassIndex index) Aktualizuje indeks klasy dokumentówvoid
DocumentClassService.validateDocumentClassIndexCanBeEdited
(DocumentClassIndex documentClassIndex) Sprawdza, czy indeks klasy dokumentów może być edytowanyMethod parameters in com.suncode.pwfl.archive with type arguments of type DocumentClassIndexModifier and TypeMethodDescriptionDocumentFinder.findByIndexes
(Long documentClassId, List<DocumentClassIndex> documentClassIndices, List<IndexFilter> indexFilters, List<Sorter> sorters, Integer start, Integer limit, String... joins) Wyszukuje dokumenty o podanych parametrach.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. -
Uses of DocumentClassIndex in com.suncode.pwfl.archive.exception
Constructors in com.suncode.pwfl.archive.exception with parameters of type DocumentClassIndexModifierConstructorDescriptionInvalidIndexValueException
(String msg, Object value, DocumentClassIndex index)