Documentation on custom aspects

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2010 09:34 AM
I've bought several books on Alfresco and have struggled through their examples without much success.
I need to create some custom aspects using Community 3.2R … where will I find documentation on how to do this?
TIA.
I need to create some custom aspects using Community 3.2R … where will I find documentation on how to do this?
TIA.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2010 06:09 PM
Where exactly are you stuck?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2010 03:50 PM
For create custom aspects just use this example:
http://wiki.alfresco.com/wiki/Step-By-Step:_Creating_A_Custom_Model
Only thing you need to use is change:
<types>
<type name="mage:meta">
…
</type>
</types>
and use this:
<aspects>
<aspect name="mage:meta">
…
</aspect>
</aspects>
Every other parameters are similar of Models.
If you need any help, please let me know.
http://wiki.alfresco.com/wiki/Step-By-Step:_Creating_A_Custom_Model
Only thing you need to use is change:
<types>
<type name="mage:meta">
…
</type>
</types>
and use this:
<aspects>
<aspect name="mage:meta">
…
</aspect>
</aspects>
Every other parameters are similar of Models.
If you need any help, please let me know.

