public interface DocumentCategorizationService
Modifier and Type | Method and Description |
---|---|
List<DocumentModel> |
updateCategories(CoreSession session,
List<DocumentRef> docRefs)
Run all registered document categorizers on the given documents fetched using the provided session.
|
List<DocumentModel> |
updateCategories(List<DocumentModel> documents)
Run all registered document categorizers on the given documents.
|
List<DocumentModel> updateCategories(CoreSession session, List<DocumentRef> docRefs)
session
- the Core session used to fetch the documentdocRefs
- the list of documents to processList<DocumentModel> updateCategories(List<DocumentModel> documents)
documents
- the list of documents to processCopyright © 2015 Nuxeo SA. All rights reserved.