Uses of Interface
org.nuxeo.ecm.platform.publisher.rules.ValidatorsRule
-
-
Uses of ValidatorsRule in org.nuxeo.ecm.platform.publisher.api
Fields in org.nuxeo.ecm.platform.publisher.api declared as ValidatorsRule Modifier and Type Field Description protected ValidatorsRule
AbstractBasePublishedDocumentFactory. validatorsRule
Methods in org.nuxeo.ecm.platform.publisher.api that return ValidatorsRule Modifier and Type Method Description ValidatorsRule
AbstractBasePublishedDocumentFactory. getValidatorsRule()
ValidatorsRule
PublishedDocumentFactory. getValidatorsRule()
Returns the registered section validators rule.Methods in org.nuxeo.ecm.platform.publisher.api with parameters of type ValidatorsRule Modifier and Type Method Description void
AbstractBasePublishedDocumentFactory. init(CoreSession coreSession, ValidatorsRule validatorsRule, Map<String,String> parameters)
void
PublishedDocumentFactory. init(CoreSession coreSession, ValidatorsRule validatorsRule, Map<String,String> parameters)
-
Uses of ValidatorsRule in org.nuxeo.ecm.platform.publisher.impl.service
Methods in org.nuxeo.ecm.platform.publisher.impl.service that return ValidatorsRule Modifier and Type Method Description protected ValidatorsRule
PublisherServiceImpl. getValidatorsRule(PublishedDocumentFactoryDescriptor factoryDesc)
-
Uses of ValidatorsRule in org.nuxeo.ecm.platform.publisher.rules
Classes in org.nuxeo.ecm.platform.publisher.rules that implement ValidatorsRule Modifier and Type Class Description class
DefaultValidatorsRule
Default NXP validator.Fields in org.nuxeo.ecm.platform.publisher.rules with type parameters of type ValidatorsRule Modifier and Type Field Description protected Class<ValidatorsRule>
ValidatorsRuleDescriptor. klass
Methods in org.nuxeo.ecm.platform.publisher.rules that return types with arguments of type ValidatorsRule Modifier and Type Method Description Class<ValidatorsRule>
ValidatorsRuleDescriptor. getKlass()
-
Uses of ValidatorsRule in org.nuxeo.ecm.platform.publisher.task
Methods in org.nuxeo.ecm.platform.publisher.task with parameters of type ValidatorsRule Modifier and Type Method Description void
CoreProxyWithWorkflowFactory. init(CoreSession coreSession, ValidatorsRule validatorsRule, Map<String,String> parameters)
-