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 thesize
andMIME type
fields within thecm: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
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 int
compareTo(FacetablePropertyFTL.SyntheticFacetablePropertyFTL that)
boolean
equals(Object obj)
QName
getContainerClassType()
QName
getDataType()
String
getDisplayName()
QName
getModelQname()
QName
getQname()
String
getShortQname()
int
hashCode()
-
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:
getShortQname
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getQname
public QName getQname()
- Specified by:
getQname
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getDataType
public QName getDataType()
- Specified by:
getDataType
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getContainerClassType
public QName getContainerClassType()
- Specified by:
getContainerClassType
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getModelQname
public QName getModelQname()
- Specified by:
getModelQname
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
compareTo
public int compareTo(FacetablePropertyFTL.SyntheticFacetablePropertyFTL that)
-
-