<?xml version="1.0" encoding="UTF-8"?>
<!– Modelo personalizado –>
<model name="rgr:modeloPersonalizado" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>Modelo personalizado Roger</description>
<author>Roger Guasch Rion basado en Adrian E. Jimenez Vega</author>
<version>1.0</version>
<imports>
<!– Importamos definiciones de Alfresco, concretamente el diccionario de datos y el modelo de contenido de Alfresco –>
<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>
<!– Registramos el Nuevo namespaces que se utilizara en este modelo –>
<!– NOTE: The following namespace custom.model should be changed to reflect your own namespace –>
<namespaces>
<namespace uri="modelo.miniguiaRgr" prefix="rgr"/>
</namespaces>
<types>
<!– Definicion de los tipos de contenido personalizados –>
<!– Definicion del tipo de contenido ajv:carpeta –>
<type name="rgr:carpeta">
<title>Carpeta de Proyecto</title>
<!– <parent>cm:folder</parent> –>
<parent>cm:content</parent>
<properties>
<property name="rgr:Mail">
<title>eMail</title>
<type>d:text</type>
</property>
<property name="rgr:Proyecto">
<title>Proyecto</title>
<type>d:text</type>
</property>
<property name="rgr:Fecha">
<title>Fecha</title>
<type>d:date</type>
</property>
</properties>
</type>
</types>
<aspects>
<!– Definicion de los aspectos personalizados –>
</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>
<!– Registro de nuevos modelos –>
<bean id="extension.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/extension/rgrModel.xml</value>
</list>
</property>
</bean>
</beans>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="rgr:contenido"/>
</content-types>
</config>
</alfresco-config>
duda: los 2 arvhivos que creo, no se deben compilar ni nada con el eclipse (ant) ??? pq si lo pongo en la ruta que lo estoy poniendo el eclipse ni se entera de que estan alli. Cuando se enciende el alfresco via web, lee esos ficheros y aplica los cambios? (esta parte no la tengo clara…)
p.d: para hacer una extension, solo hacen falta 3 archivos? el xxxModel.xml, xxxModel-context.xml (estos 2 definen lo nuevo que quiero implementar) y el web-client-config-custom.xml que es quien dice que hay cosas nuevas? voy mal encaminado?
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.