Class FacetablePropertyFTL<T>
java.lang.Object
org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL<T>
- Type Parameters:
T
- a type to ensure that the comparator is implemented in a typesafe way.
- All Implemented Interfaces:
Comparable<T>
- Direct Known Subclasses:
FacetablePropertyFTL.SpecialFacetablePropertyFTL
,FacetablePropertyFTL.StandardFacetablePropertyFTL
,FacetablePropertyFTL.SyntheticFacetablePropertyFTL
This interface defines a simple POJO/DTO for use in the FTL model and rendering in the JSON API.
- Since:
- 5.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
In order to give deterministic responses when getting facetable properties, allFacetablePropertyFTL
instances are sorted.static class
This class represents a hard-coded facetable pseudo-property.static class
This class represents a normal Alfresco property which is facetable.static class
This class represents a facetable property, which is not actually an Alfresco content property, but is closely associated with one. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
localisedTitle
The localised title for this property.
-
-
Constructor Details
-
FacetablePropertyFTL
-
-
Method Details
-
getShortQname
-
getQname
public abstract org.alfresco.service.namespace.QName getQname() -
getDisplayName
-
getContainerClassType
public abstract org.alfresco.service.namespace.QName getContainerClassType() -
getDataType
public abstract org.alfresco.service.namespace.QName getDataType() -
getModelQname
public abstract org.alfresco.service.namespace.QName getModelQname() -
getTitle
-