Options for data types of properties - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

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:

  • List of values
  • Minimum / maximum length
  • Regular expression
d:mltext

d:mltext is a multilingual sequence of characters containing localized representations.

Multi-value properties are supported.

The supported constraints are:

  • List of values
  • Minimum / maximum length
  • Regular expression
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:

  • List of values
  • Minimum / maximum value

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:

  • List of values
  • Minimum / maximum value

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:

  • List of values
  • Minimum / maximum value

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:

  • List of values
  • Minimum / maximum value

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.