PropertyType Data Type

Bean that represents a typed property of an ecm-service entity. Typed properties are typically user-defined index values and are used for example for document, folder and task index values. You can use Properties to create instances of this class.

Properties
name data type description
type FieldTypeEnum Returns the property type.
memberType FieldTypeEnum This property is only valid, when the property "type" is FieldTypeEnum#LIST. In this case it defines the type of the members of the list
propertyValue object Returns the property value.

Example

{
  "type" : "TIME",
  "memberType" : "CURRENCY",
  "propertyValue" : { }
}