public interface CMISPropertyDefinition
| Modifier and Type | Method and Description |
|---|---|
CMISCardinalityEnum |
getCardinality()
Get the cardinality
|
Collection<CMISChoice> |
getChoices()
Get the choices available as values for this property TODO: not
implemented yet
|
CMISDataTypeEnum |
getDataType()
Get the property type
|
String |
getDefaultValue()
get the default value as a String
|
String |
getDescription()
Get the description
|
String |
getDisplayName()
Get the display name
|
int |
getMaximumLength()
For variable length properties, get the maximum length allowed.
|
Double |
getMaxValue()
For Integer and Decimal properties, get the maximum value allowed
|
Double |
getMinValue()
For Integer and Decimal properties, get the minimum value allowed
|
CMISTypeDefinition |
getOwningType()
Get Owning Type
|
CMISPropertyAccessor |
getPropertyAccessor()
Gets the property accessor (for reading / writing values)
|
CMISPropertyId |
getPropertyId()
Get Property Id
|
org.alfresco.opencmis.dictionary.CMISPropertyLuceneBuilder |
getPropertyLuceneBuilder()
Gets the property Lucene builder
|
String |
getQueryName()
Get the query name
|
CMISUpdatabilityEnum |
getUpdatability()
Is this property updatable?
|
boolean |
isOpenChoice()
Is this a choice where a user can enter other values (ie a list with
common options)
|
boolean |
isOrderable()
Is this property orderable in queries?
|
boolean |
isQueryable()
Is this property queryable?
|
boolean |
isRequired()
Is this property required?
|
CMISPropertyId getPropertyId()
CMISTypeDefinition getOwningType()
String getQueryName()
String getDisplayName()
String getDescription()
CMISDataTypeEnum getDataType()
CMISCardinalityEnum getCardinality()
Collection<CMISChoice> getChoices()
boolean isOpenChoice()
boolean isRequired()
String getDefaultValue()
CMISUpdatabilityEnum getUpdatability()
boolean isQueryable()
boolean isOrderable()
int getMaximumLength()
Double getMinValue()
Double getMaxValue()
CMISPropertyAccessor getPropertyAccessor()
org.alfresco.opencmis.dictionary.CMISPropertyLuceneBuilder getPropertyLuceneBuilder()
Copyright © 2005–2014 Alfresco Software. All rights reserved.