Class SolrFacetService.SyntheticPropertyDefinition

  • Enclosing interface:
    SolrFacetService

    public static class SolrFacetService.SyntheticPropertyDefinition
    extends java.lang.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.
    • Constructor Summary

      Constructors 
      Constructor Description
      SyntheticPropertyDefinition​(org.alfresco.service.cmr.dictionary.PropertyDefinition containingPropertyDef, java.lang.String syntheticPropertyName, org.alfresco.service.namespace.QName syntheticDataTypeDefinition)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • containingPropertyDef

        public final org.alfresco.service.cmr.dictionary.PropertyDefinition containingPropertyDef
      • syntheticPropertyName

        public final java.lang.String syntheticPropertyName
      • dataTypeDefinition

        public final org.alfresco.service.namespace.QName dataTypeDefinition
    • Constructor Detail

      • SyntheticPropertyDefinition

        public SyntheticPropertyDefinition​(org.alfresco.service.cmr.dictionary.PropertyDefinition containingPropertyDef,
                                           java.lang.String syntheticPropertyName,
                                           org.alfresco.service.namespace.QName syntheticDataTypeDefinition)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object