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 ValidatorsRuleAbstractBasePublishedDocumentFactory. validatorsRuleMethods in org.nuxeo.ecm.platform.publisher.api that return ValidatorsRule Modifier and Type Method Description ValidatorsRuleAbstractBasePublishedDocumentFactory. getValidatorsRule()ValidatorsRulePublishedDocumentFactory. 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 voidAbstractBasePublishedDocumentFactory. init(CoreSession coreSession, ValidatorsRule validatorsRule, Map<String,String> parameters)voidPublishedDocumentFactory. 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 ValidatorsRulePublisherServiceImpl. 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 classDefaultValidatorsRuleDefault 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. klassMethods 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 voidCoreProxyWithWorkflowFactory. init(CoreSession coreSession, ValidatorsRule validatorsRule, Map<String,String> parameters)
-