resplin
Elite Collaborator
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
06-05-2015
07:40 PM
Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
The complianceable aspect just holds the data, there is no behaviour attached to it. It was created before the Records Management module, and the idea was that people could use rules or timed actions to create the behaviour they needed.
Here is the definition:
<aspect name='cm:complianceable'>
<title>Complianceable</title>
<properties>
<property name='cm:removeAfter'>
<title>Remove After</title>
<type>d:datetime</type>
</property>
</properties>
<mandatory-aspects>
<aspect>cm:auditable</aspect>
</mandatory-aspects>
</aspect>
The RM module has a more complete content model and behaviour already implemented and in a way supersedes Complianceable. It makes use of scripting for the behaviour, so is easy to extend.
Aspects
Labels: