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 thesizeandMIME typefields within thecm:contentproperty 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 intcompareTo(FacetablePropertyFTL.SyntheticFacetablePropertyFTL that)booleanequals(java.lang.Object obj)org.alfresco.service.namespace.QNamegetContainerClassType()org.alfresco.service.namespace.QNamegetDataType()java.lang.StringgetDisplayName()org.alfresco.service.namespace.QNamegetModelQname()org.alfresco.service.namespace.QNamegetQname()java.lang.StringgetShortQname()inthashCode()-
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:
getShortQnamein classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getQname
public org.alfresco.service.namespace.QName getQname()
- Specified by:
getQnamein classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getDataType
public org.alfresco.service.namespace.QName getDataType()
- Specified by:
getDataTypein classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getContainerClassType
public org.alfresco.service.namespace.QName getContainerClassType()
- Specified by:
getContainerClassTypein classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getModelQname
public org.alfresco.service.namespace.QName getModelQname()
- Specified by:
getModelQnamein classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayNamein classFacetablePropertyFTL<FacetablePropertyFTL.SyntheticFacetablePropertyFTL>
-
compareTo
public int compareTo(FacetablePropertyFTL.SyntheticFacetablePropertyFTL that)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-