public interface ValidatorsRule extends Serializable
Object aiming at being responsible of computing the validators of a just published document.
Modifier and Type | Method and Description |
---|---|
String[] |
computesValidatorsFor(DocumentModel dm)
Computes the list of publishing validators given the document model of
the document just published.
|
String[] computesValidatorsFor(DocumentModel dm) throws PublishingValidatorException
dm
- a Nuxeo Core document model. (the document that just has been
published)PublishingValidatorException
- TODOCopyright © 2011 Nuxeo SA. All Rights Reserved.