cancel
Showing results for 
Search instead for 
Did you mean: 

prorerty types for custom aspect

itayh
Champ in-the-making
Champ in-the-making
Hi,

I saw the basic property types for custome aspects (such text,category,int,long,datetime…).

Is anybody know where can I found the full list.

Thanks in advance
3 REPLIES 3

itayh
Champ in-the-making
Champ in-the-making
What I basically need to have is a property that has several values (list). I can implement it as a string with tokens but I prefer to use list if exist.

janvg
Champ in-the-making
Champ in-the-making
We are looking for the same thing. Is it possible ?

kevinr
Star Contributor
Star Contributor
The available data-types:
http://wiki.alfresco.com/wiki/Data_Dictionary_Guide#Data_Types

You can use multi-value properties to do what you want, then you can persist List<String> or similar.

Defined by adding this tag to your property definition:
<multiple>true</multiple>

There are many examples in the default contentModel.xml file.

Thanks,

Kevin