Class SolrFacetService.SyntheticPropertyDefinition
- java.lang.Object
-
- org.alfresco.repo.search.impl.solr.facet.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 typecm:content.
-
-
Field Summary
Fields Modifier and Type Field Description org.alfresco.service.cmr.dictionary.PropertyDefinitioncontainingPropertyDeforg.alfresco.service.namespace.QNamedataTypeDefinitionStringsyntheticPropertyName
-
Constructor Summary
Constructors Constructor Description SyntheticPropertyDefinition(org.alfresco.service.cmr.dictionary.PropertyDefinition containingPropertyDef, String syntheticPropertyName, org.alfresco.service.namespace.QName syntheticDataTypeDefinition)
-
-
-
Field Detail
-
containingPropertyDef
public final org.alfresco.service.cmr.dictionary.PropertyDefinition containingPropertyDef
-
syntheticPropertyName
public final String syntheticPropertyName
-
dataTypeDefinition
public final org.alfresco.service.namespace.QName dataTypeDefinition
-
-
Constructor Detail
-
SyntheticPropertyDefinition
public SyntheticPropertyDefinition(org.alfresco.service.cmr.dictionary.PropertyDefinition containingPropertyDef, String syntheticPropertyName, org.alfresco.service.namespace.QName syntheticDataTypeDefinition)
-
-