Package | Description |
---|---|
org.nuxeo.ecm.classification.api | |
org.nuxeo.ecm.classification.core |
Modifier and Type | Method and Description |
---|---|
static ClassificationService.CLASSIFY_STATE |
ClassificationService.CLASSIFY_STATE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassificationService.CLASSIFY_STATE[] |
ClassificationService.CLASSIFY_STATE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ClassificationResult<ClassificationService.CLASSIFY_STATE> |
ClassificationService.classify(DocumentModel classificationFolder,
Collection<DocumentModel> targetDocs)
Try to classify targets document into the classificationFolder.
|
ClassificationResult<ClassificationService.CLASSIFY_STATE> |
ClassificationService.classify(DocumentModel classificationFolder,
String resolver,
Collection<DocumentModel> targetDocs)
Classify a list of documents associated them a resolver to perform complex resolution.
|
Modifier and Type | Method and Description |
---|---|
ClassificationResult<ClassificationService.CLASSIFY_STATE> |
ClassificationServiceImpl.classify(DocumentModel classificationFolder,
Collection<DocumentModel> targetDocs) |
ClassificationResult<ClassificationService.CLASSIFY_STATE> |
ClassificationServiceImpl.classify(DocumentModel classificationFolder,
String resolver,
Collection<DocumentModel> targetDocs) |
Copyright © 2014 Nuxeo SA. All rights reserved.