Class SolrFacetService.SyntheticPropertyDefinition

  • Enclosing interface:
    SolrFacetService

    public static class SolrFacetService.SyntheticPropertyDefinition
    extends Object
    This class represents a special case of a property, examples being file size and MIME type, which are not modelled as Alfresco content model properties, but are instead stored as components within properties of type cm:content.
    • Field Detail

      • syntheticPropertyName

        public final String syntheticPropertyName
      • dataTypeDefinition

        public final QName dataTypeDefinition
    • Constructor Detail

      • SyntheticPropertyDefinition

        public SyntheticPropertyDefinition​(PropertyDefinition containingPropertyDef,
                                           String syntheticPropertyName,
                                           QName syntheticDataTypeDefinition)