Class MetadataRuleDescriptor
- java.lang.Object
-
- org.nuxeo.binary.metadata.internals.MetadataRuleDescriptor
-
public class MetadataRuleDescriptor extends Object
- Since:
- 7.1
-
-
Constructor Summary
Constructors Constructor Description MetadataRuleDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Boolean
getEnabled()
List<String>
getFilterIds()
String
getId()
Boolean
getIsAsync()
List<String>
getMetadataMappingIdDescriptors()
Integer
getOrder()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
MetadataRuleDescriptor
public MetadataRuleDescriptor()
-
-
Method Detail
-
getEnabled
public Boolean getEnabled()
-
getIsAsync
public Boolean getIsAsync()
-
getMetadataMappingIdDescriptors
public List<String> getMetadataMappingIdDescriptors()
-
getFilterIds
public List<String> getFilterIds()
-
-