<?xml version="1.0" encoding="UTF-8"?>
<!– Custom Model –>
<!– Note: This model is pre-configured to load at startup of the Repository. So, all custom –>
<!– types and aspects added here will automatically be registered –>
<model name="custom:customModel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>Custom Model</description>
<author></author>
<version>1.0</version>
<imports>
<!– Import Alfresco Dictionary Definitions –>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
<!– Import Alfresco Content Domain Model Definitions –>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
<import uri="http://www.alfresco.org/model/system/1.0" prefix="sys" />
</imports>
<!– Introduction of new namespaces defined by this model –>
<!– NOTE: The following namespace custom.model should be changed to reflect your own namespace –>
<namespaces>
<namespace uri="custom.model" prefix="custom"/>
</namespaces>
<type name="custom:Rejected">
<title>Paper rejected</title>
<parent>sys:base</parent>
<properties>
<property name="custom:rejected">
<type>d:boolean</type>
<mandatory>true</mandatory>
</property>
</properties>
</type>
<aspect name="custom:Rejected">
<title>Paper rejected</title>
<properties>
<property name="custom:was_Rejected">
<type>boolean : false</type>
<mandatory>true</mandatory>
<property>
</properties>
</aspect>
</model>
<!– add rejectable aspect properties to property sheet –>
<config evaluator="aspect-name" condition="custom:Rejected">
<property-sheet>
<show-property name="custom:Rejection" display-label-id="rejected" read-only="true" />
</property-sheet>
</config>
<!– essais –>
<config evaluator="string-compare" condition="Action Wizards">
<aspects>
<aspect name="custom:Rejected"/>
</aspects>
</config>
#custom:Rejected
was_Rejected=false
Es tu sure que le contenu en question porte ton aspect ?
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.