Class FacetablePropertyFTL.StandardFacetablePropertyFTL
java.lang.Object
org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL.StandardFacetablePropertyFTL
- All Implemented Interfaces:
Comparable<FacetablePropertyFTL.StandardFacetablePropertyFTL>
- Enclosing class:
- FacetablePropertyFTL<T>
public static class FacetablePropertyFTL.StandardFacetablePropertyFTL
extends FacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
This class represents a normal Alfresco property which is facetable.
-
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
FieldsModifier and TypeFieldDescriptionprotected final String
A display name for this property.protected final org.alfresco.service.cmr.dictionary.PropertyDefinition
The Alfresco property definition which declares this facetable property.Fields inherited from class org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL
localisedTitle
-
Constructor Summary
ConstructorsConstructorDescriptionStandardFacetablePropertyFTL
(org.alfresco.service.cmr.dictionary.PropertyDefinition propDef, String localisedTitle) -
Method Summary
Methods inherited from class org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL
getTitle
-
Field Details
-
propDef
protected final org.alfresco.service.cmr.dictionary.PropertyDefinition propDefThe Alfresco property definition which declares this facetable property. -
displayName
A display name for this property.
-
-
Constructor Details
-
StandardFacetablePropertyFTL
public StandardFacetablePropertyFTL(org.alfresco.service.cmr.dictionary.PropertyDefinition propDef, String localisedTitle) - Parameters:
propDef
- ThePropertyDefinition
.localisedTitle
- The localised title for this property e.g. "Titre".
-
-
Method Details
-
getShortQname
- Specified by:
getShortQname
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getQname
public org.alfresco.service.namespace.QName getQname()- Specified by:
getQname
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getDisplayName
- Specified by:
getDisplayName
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getContainerClassType
public org.alfresco.service.namespace.QName getContainerClassType()- Specified by:
getContainerClassType
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getDataType
public org.alfresco.service.namespace.QName getDataType()- Specified by:
getDataType
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getModelQname
public org.alfresco.service.namespace.QName getModelQname()- Specified by:
getModelQname
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
equals
-
hashCode
public int hashCode() -
compareTo
-