The options for data types of properties are:
Option | Description |
---|---|
d:text |
d:text is a sequence of characters. Multi-value properties are supported. The supported constraints are:
|
d:mltext |
d:mltext is a multilingual sequence of characters containing localized representations. Multi-value properties are supported. The supported constraints are:
|
d:int |
d:long is a wider ranging number than an integer. Single value properties are supported in the Model Manager. Multi-value properties are supported in Alfresco Share. The supported constraints are:
d:long does not support multiple values with constraints in Alfresco Share. |
d:long |
d:long is a wider ranging number than an integer. Single value properties are supported in the Model Manager. Multi-value properties are supported in Alfresco Share. The supported constraints are:
d:long does not support multiple values with constraints in Alfresco Share. |
d:float |
d:float is a float value. Single value properties are supported in the Model Manager. Multi-value properties are supported in Alfresco Share. The supported constraints are:
d:float does not support multiple values with constraints, or the list of values constraint in Alfresco Share. |
d:double |
d:double is a double value generally used for decimal values. Single value properties are supported in the Model Manager. Multi-value properties are supported in Alfresco Share. The supported constraints are:
d:double does not support multiple values with constraints, or the list of values constraint in Alfresco Share. |
d:date |
d:date is a specific date in the format DD-MM-YYYY. Single value properties are supported. The list of values constraint is not supported. |
d:datetime |
d:datetime is a specific date and time. Single value properties are supported. The list of values constraint is not supported. |
d:boolean |
d:boolean is a value of either true or false. Single value properties are supported. The list of values constraint is not supported. |