Complianceable

cancel
Showing results for 
Search instead for 
Did you mean: 

Complianceable

resplin
Intermediate
0 0 1,475

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