public abstract class FacetablePropertyFTL<T> extends Object implements Comparable<T>
Modifier and Type | Class and Description |
---|---|
static class |
FacetablePropertyFTL.FacetablePropertyFTLComparator
In order to give deterministic responses when getting facetable properties,
all
FacetablePropertyFTL instances are sorted. |
static class |
FacetablePropertyFTL.SpecialFacetablePropertyFTL
This class represents a hard-coded facetable pseudo-property.
|
static class |
FacetablePropertyFTL.StandardFacetablePropertyFTL
This class represents a normal Alfresco property which is facetable.
|
static class |
FacetablePropertyFTL.SyntheticFacetablePropertyFTL
This class represents a facetable property, which is not actually an Alfresco
content property, but is closely associated with one.
|
Modifier and Type | Field and Description |
---|---|
protected String |
localisedTitle
The localised title for this property.
|
Constructor and Description |
---|
FacetablePropertyFTL(String localisedTitle) |
Modifier and Type | Method and Description |
---|---|
abstract org.alfresco.service.namespace.QName |
getContainerClassType() |
abstract org.alfresco.service.namespace.QName |
getDataType() |
abstract String |
getDisplayName() |
abstract org.alfresco.service.namespace.QName |
getModelQname() |
abstract org.alfresco.service.namespace.QName |
getQname() |
abstract String |
getShortQname() |
String |
getTitle() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareTo
protected final String localisedTitle
public FacetablePropertyFTL(String localisedTitle)
public abstract String getShortQname()
public abstract org.alfresco.service.namespace.QName getQname()
public abstract String getDisplayName()
public abstract org.alfresco.service.namespace.QName getContainerClassType()
public abstract org.alfresco.service.namespace.QName getDataType()
public abstract org.alfresco.service.namespace.QName getModelQname()
public String getTitle()
Copyright © 2005–2017 Alfresco Software. All rights reserved.