Class FacetablePropertyFTL.SyntheticFacetablePropertyFTL
java.lang.Object
org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL.SyntheticFacetablePropertyFTL
- All Implemented Interfaces:
Comparable<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
- Enclosing class:
- FacetablePropertyFTL<T>
public static class FacetablePropertyFTL.SyntheticFacetablePropertyFTL
extends FacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
This class represents a facetable property, which is not actually an Alfresco
content property, but is closely associated with one.
Examples are the
size
and MIME type
fields within the cm:content
property type.-
Nested Class Summary
Nested classes/interfaces inherited from class org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL
FacetablePropertyFTL.FacetablePropertyFTLComparator, FacetablePropertyFTL.SpecialFacetablePropertyFTL, FacetablePropertyFTL.StandardFacetablePropertyFTL, FacetablePropertyFTL.SyntheticFacetablePropertyFTL
-
Field Summary
Fields inherited from class org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL
localisedTitle
-
Constructor Summary
ConstructorsConstructorDescriptionSyntheticFacetablePropertyFTL
(org.alfresco.service.cmr.dictionary.PropertyDefinition containingPropDef, String localisedTitle, String syntheticPropertyName, org.alfresco.service.namespace.QName datatype) -
Method Summary
Methods inherited from class org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL
getTitle
-
Constructor Details
-
SyntheticFacetablePropertyFTL
public SyntheticFacetablePropertyFTL(org.alfresco.service.cmr.dictionary.PropertyDefinition containingPropDef, String localisedTitle, String syntheticPropertyName, org.alfresco.service.namespace.QName datatype) - Parameters:
containingPropDef
- ThePropertyDefinition
.localisedTitle
- The localised title of this synthetic property e.g. "taille".syntheticPropertyName
- The synthetic property name e.g. "size".datatype
- The datatype of the synthetic property.
-
-
Method Details
-
getShortQname
- Specified by:
getShortQname
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getQname
public org.alfresco.service.namespace.QName getQname()- Specified by:
getQname
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getDataType
public org.alfresco.service.namespace.QName getDataType()- Specified by:
getDataType
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getContainerClassType
public org.alfresco.service.namespace.QName getContainerClassType()- Specified by:
getContainerClassType
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getModelQname
public org.alfresco.service.namespace.QName getModelQname()- Specified by:
getModelQname
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getDisplayName
- Specified by:
getDisplayName
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
compareTo
-
hashCode
public int hashCode() -
equals
-