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:
java.lang.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(org.alfresco.service.cmr.dictionary.PropertyDefinition containingPropDef, java.lang.String localisedTitle, java.lang.String syntheticPropertyName, org.alfresco.service.namespace.QName datatype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(FacetablePropertyFTL.SyntheticFacetablePropertyFTL that)
boolean
equals(java.lang.Object obj)
org.alfresco.service.namespace.QName
getContainerClassType()
org.alfresco.service.namespace.QName
getDataType()
java.lang.String
getDisplayName()
org.alfresco.service.namespace.QName
getModelQname()
org.alfresco.service.namespace.QName
getQname()
java.lang.String
getShortQname()
int
hashCode()
-
Methods inherited from class org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL
getTitle
-
-
-
-
Constructor Detail
-
SyntheticFacetablePropertyFTL
public SyntheticFacetablePropertyFTL(org.alfresco.service.cmr.dictionary.PropertyDefinition containingPropDef, java.lang.String localisedTitle, java.lang.String syntheticPropertyName, org.alfresco.service.namespace.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 java.lang.String getShortQname()
- Specified by:
getShortQname
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getQname
public org.alfresco.service.namespace.QName getQname()
- Specified by:
getQname
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getDataType
public org.alfresco.service.namespace.QName getDataType()
- Specified by:
getDataType
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getContainerClassType
public org.alfresco.service.namespace.QName getContainerClassType()
- Specified by:
getContainerClassType
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getModelQname
public org.alfresco.service.namespace.QName getModelQname()
- Specified by:
getModelQname
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
compareTo
public int compareTo(FacetablePropertyFTL.SyntheticFacetablePropertyFTL that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-