Uses of Class
org.nuxeo.binary.metadata.internals.MetadataRuleDescriptor
Packages that use MetadataRuleDescriptor
-
Uses of MetadataRuleDescriptor in org.nuxeo.binary.metadata.internals
Fields in org.nuxeo.binary.metadata.internals with type parameters of type MetadataRuleDescriptorModifier and TypeFieldDescriptionprotected final List<MetadataRuleDescriptor> BinaryMetadataServiceImpl.metadataRulesMethods in org.nuxeo.binary.metadata.internals that return types with arguments of type MetadataRuleDescriptorModifier and TypeMethodDescriptionprotected List<MetadataRuleDescriptor> BinaryMetadataServiceImpl.checkFilter(ActionContext actionContext) Check for each Binary Rule if the document is accepted or not.Constructor parameters in org.nuxeo.binary.metadata.internals with type arguments of type MetadataRuleDescriptorModifierConstructorDescriptionprotectedBinaryMetadataServiceImpl(Map<String, MetadataMappingDescriptor> metadataMappings, Map<String, BinaryMetadataProcessor> metadataProcessors, List<MetadataRuleDescriptor> metadataRules)