<aspect name="cm:auditable">
<title>Auditable</title>
<properties>
<property name="cm:created">
<title>Created</title>
<type>d:datetime</type>
<protected>true</protected>
<mandatory enforced="true">true</mandatory>
</property>
<property name="cm:creator">
<title>Creator</title>
<type>d:text</type>
<protected>true</protected>
<mandatory enforced="true">true</mandatory>
</property>
<property name="cm:modified">
<title>Modified</title>
<type>d:datetime</type>
<protected>true</protected>
<mandatory enforced="true">true</mandatory>
</property>
<property name="cm:modifier">
<title>Modifier</title>
<type>d:text</type>
<protected>true</protected>
<mandatory enforced="true">true</mandatory>
</property>
<property name="cm:accessed">
<title>Accessed</title>
<type>d:datetime</type>
<protected>true</protected>
</property>
</properties>
</aspect>
Esto de aquí arriba es la definición del aspecto auditable, que se encuentra en el xml del modelo de contenido (tomcat\webapps\alfresco\WEB-INF\classes\alfresco\model|contentModel.xml) y lo que viene a continuación son las propiedades que definen el valor de las etiquetas y sus descripciones, a través del fichero content-model.properties que se encuentra en tomcat\webapps\alfresco\WEB-INF\classes\alfresco\messages:cm_contentmodel.aspect.cm_auditable.title=Auditable
cm_contentmodel.aspect.cm_auditable.description=Auditable
cm_contentmodel.property.cm_created.title=Created Date
cm_contentmodel.property.cm_created.description=Created Date
cm_contentmodel.property.cm_creator.title=Creator
cm_contentmodel.property.cm_creator.description=Who created this item
cm_contentmodel.property.cm_modified.title=Modified Date
cm_contentmodel.property.cm_modified.description=When this item as last modified
cm_contentmodel.property.cm_modifier.title=Modifier
cm_contentmodel.property.cm_modifier.description=Who last modified this item
cm_contentmodel.property.cm_accessed.title=Last Accessed Date
cm_contentmodel.property.cm_accessed.description=When this item was last accessed
Como ves, se sigue un patrón para definir estas etiquetas que no es casual:Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.