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 QName |
getContainerClassType() |
abstract QName |
getDataType() |
abstract String |
getDisplayName() |
abstract QName |
getModelQname() |
abstract QName |
getQname() |
abstract String |
getShortQname() |
String |
getTitle() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareToprotected final String localisedTitle
public FacetablePropertyFTL(String localisedTitle)
public abstract String getShortQname()
public abstract QName getQname()
public abstract String getDisplayName()
public abstract QName getContainerClassType()
public abstract QName getDataType()
public abstract QName getModelQname()
public String getTitle()
Copyright © 2005–2020 Alfresco Software. All rights reserved.