Class FacetablePropertyFTL.SpecialFacetablePropertyFTL
- java.lang.Object
-
- org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL<FacetablePropertyFTL.SpecialFacetablePropertyFTL>
-
- org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL.SpecialFacetablePropertyFTL
-
- All Implemented Interfaces:
Comparable<FacetablePropertyFTL.SpecialFacetablePropertyFTL>
- Enclosing class:
- FacetablePropertyFTL<T>
public static class FacetablePropertyFTL.SpecialFacetablePropertyFTL extends FacetablePropertyFTL<FacetablePropertyFTL.SpecialFacetablePropertyFTL>
This class represents a hard-coded facetable pseudo-property. It is not an Alfresco property and yet it is something that Alfresco and SOLR can use for facetting. Examples are theTAG
andSITE
facets.
-
-
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 SpecialFacetablePropertyFTL(String name, String localisedTitle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(FacetablePropertyFTL.SpecialFacetablePropertyFTL 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
-
-
-
-
Method Detail
-
getShortQname
public String getShortQname()
- Specified by:
getShortQname
in classFacetablePropertyFTL<FacetablePropertyFTL.SpecialFacetablePropertyFTL>
-
getQname
public QName getQname()
- Specified by:
getQname
in classFacetablePropertyFTL<FacetablePropertyFTL.SpecialFacetablePropertyFTL>
-
getDataType
public QName getDataType()
- Specified by:
getDataType
in classFacetablePropertyFTL<FacetablePropertyFTL.SpecialFacetablePropertyFTL>
-
getContainerClassType
public QName getContainerClassType()
- Specified by:
getContainerClassType
in classFacetablePropertyFTL<FacetablePropertyFTL.SpecialFacetablePropertyFTL>
-
getModelQname
public QName getModelQname()
- Specified by:
getModelQname
in classFacetablePropertyFTL<FacetablePropertyFTL.SpecialFacetablePropertyFTL>
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in classFacetablePropertyFTL<FacetablePropertyFTL.SpecialFacetablePropertyFTL>
-
compareTo
public int compareTo(FacetablePropertyFTL.SpecialFacetablePropertyFTL that)
-
-