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 TypeMethodDescriptionDocumentClassService.createDocumentClassIndex(long documentClassId, DocumentClassIndex index) Dodaje indeks do klasy dokumentówPobiera 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ówDocumentClassIndexDao.findByDocumentClassId(long documentClassId) DocumentClass.getIndexes()Methods in com.suncode.pwfl.archive with parameters of type DocumentClassIndexModifier and TypeMethodDescriptionvoidDocumentClass.addIndex(DocumentClassIndex index) voidDocumentClassService.addIndexToDocumentClass(Long docClassId, DocumentClassIndex index) Deprecated.DocumentClassService.createDocumentClassIndex(long documentClassId, DocumentClassIndex index) Dodaje indeks do klasy dokumentówDocumentClassService.updateIndexInDocumentClass(Long docClassId, DocumentClassIndex index) Aktualizuje indeks klasy dokumentówvoidDocumentClassService.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)
DocumentClassService.createDocumentClassIndex(long, DocumentClassIndex)