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 thesizeandMIME typefields within thecm:contentproperty 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
Constructors Constructor Description SyntheticFacetablePropertyFTL(PropertyDefinition containingPropDef, String localisedTitle, String syntheticPropertyName, QName datatype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(FacetablePropertyFTL.SyntheticFacetablePropertyFTL that)booleanequals(Object obj)QNamegetContainerClassType()QNamegetDataType()StringgetDisplayName()QNamegetModelQname()QNamegetQname()StringgetShortQname()inthashCode()-
Methods inherited from class org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL
getTitle
-
-
-
-
Constructor Detail
-
SyntheticFacetablePropertyFTL
public SyntheticFacetablePropertyFTL(PropertyDefinition containingPropDef, String localisedTitle, String syntheticPropertyName, 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 Detail
-
getShortQname
public String getShortQname()
- Specified by:
getShortQnamein classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getQname
public QName getQname()
- Specified by:
getQnamein classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getDataType
public QName getDataType()
- Specified by:
getDataTypein classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getContainerClassType
public QName getContainerClassType()
- Specified by:
getContainerClassTypein classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getModelQname
public QName getModelQname()
- Specified by:
getModelQnamein classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
compareTo
public int compareTo(FacetablePropertyFTL.SyntheticFacetablePropertyFTL that)
-
-