public interface ClassificationService
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getClassifiableDocumentTypes()
Deprecated.
|
boolean |
isClassifiable(DocumentModel doc)
If this document is classifiable
|
boolean |
isClassifiable(String docType)
Deprecated.
|
@Deprecated List<String> getClassifiableDocumentTypes()
@Deprecated boolean isClassifiable(String docType)
isClassifiable(DocumentModel) and to add the facet Classifiable
to the classifiable document instead of use the contribution.docType - boolean isClassifiable(DocumentModel doc)
doc - Copyright © 2012 Nuxeo SA. All Rights Reserved.