03-21-2012 10:46 AM
 
					
				
		
02-05-2015 03:20 AM
02-14-2015 10:52 AM

05-07-2015 10:25 AM
05-07-2015 11:06 AM
05-22-2015 11:38 AM
<?xml version="1.0" encoding="UTF-8"?>
<model xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"               
       xsi:schemaLocation="http://www.alfresco.org/model/dictionary/1.0 /opt/alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/model/modelSchema.xsd"   
       xmlns="http://www.alfresco.org/model/dictionary/1.0" name="arc:arcmodel">
    <author>hello wrold</author>
    <version>0.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" />
    </imports>
   <namespaces>
        <namespace uri="http://www.foobar.org/model/content/1.0" prefix="arc" />
    </namespaces>
 
   <aspects>
        <aspect name="arc:hasindex">
            <title>indexable</title>
            <properties>
                <property name="arc:index">
                <type>d:text</type>
                </property>
            </properties>
        </aspect>
    </aspects>
 </model>
?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
    <bean id="arc-repo3_dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
        <property name="models">
            <list>
                <value>alfresco/module/arc-repo3/model/arcModel.xml</value>
            </list>
        </property>
    </bean>
</beans>
05-27-2015 12:04 PM
05-27-2015 12:04 PM
05-27-2015 12:08 PM
09-28-2015 07:20 AM
- WARNING: The file '/WEB-INF/lib/slf4j-api-1.7.7.jar' is being overwritten by this module. The original has been backed-up to '/WEB-INF/classes/alfresco/module/backup/78b128de-65cf-11e5-97fc-b327687a319.bin'08-12-2016 12:51 PM
<aspects>
 
        <!– Example Custom Site Properties Aspect –>
      <aspect name="stcp:customProperties">
        <title>Custom Person Properties</title>          
         <properties>
            <property name="stcp:Person">
               <title>Status</title>
               <type>d:text</type>
       <constraints>
                 <constraint name="stcp:projectphase" type="LIST">
                   <parameter name="allowedValues">
                      <list>
                         <value>Prepare</value>
                         <value>Open</value>
                         <value>Closed</value>
                      </list>
                   </parameter>
                   <parameter name="caseSensitive"><value>true</value></parameter>
                 </constraint>
               </constraints>
            </property>
         </properties>
      </aspect>
 
   </aspects>
 
					
				
				
			
		
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.