<?xml version="1.0" encoding="UTF-8"?>
<!– Definition of new Model –>
<!– The important part here is the name - Note: the use of the my: namespace
which is defined further on in the document –>
<model name="cji:implantadoresModel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>Modelo Documentacion de Implantadores</description>
<author>Pedro Jimenez</author>
<version>1.0</version>
<!– Imports are required to allow references to definitions in other models –>
<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>
<!– Introduction of new namespaces defined by this model –>
<!– NOTE: The following namespace my.new.model should be changed to reflect your own namespace –>
<namespaces>
<namespace uri="justicia.implantadores.model" prefix="cji"/>
</namespaces>
<constraints>
<constraint name="cji:listTipoInforme" type="LIST">
<parameter name="allowedValues">
<list>
<value>Informe de Situación</value>
<value>Planificación Tareas Mensual</value>
<value>Petición Mejoras</value>
<value>Informe Implantación</value>
</list>
</parameter>
<parameter name="caseSensitive"><value>true</value></parameter>
</constraint>
<constraint name="cji:listProvincias" type="LIST">
<parameter name="allowedValues">
<list>
<value> </value>
<value>Almería</value>
<value>Cádiz</value>
<value>Córdoba</value>
<value>Granada</value>
<value>Huelva</value>
<value>Jaen</value>
<value>Málaga</value>
<value>Sevilla</value>
</list>
</parameter>
<parameter name="caseSensitive"><value>true</value></parameter>
</constraint>
<constraint name="cji:listMeses" type="LIST">
<parameter name="allowedValues">
<list>
<value>01</value>
<value>02</value>
<value>03</value>
<value>04</value>
<value>05</value>
<value>06</value>
<value>07</value>
<value>08</value>
<value>09</value>
<value>10</value>
<value>11</value>
<value>12</value>
</list>
</parameter>
<parameter name="caseSensitive"><value>true</value></parameter>
</constraint>
<constraint name="cji:listAnnos" type="LIST">
<parameter name="allowedValues">
<list>
<value>2009</value>
<value>2010</value>
<value>2011</value>
<value>2012</value>
<value>2013</value>
</list>
</parameter>
<parameter name="caseSensitive"><value>true</value></parameter>
</constraint>
<constraint name="cji:listAplicaciones" type="LIST">
<parameter name="allowedValues">
<list>
<value>Adriano</value>
<value>Agenda Señalamiento</value>
<value>Fortuny</value>
<value>Seindoj-Resdoj</value>
<value>Seinsir</value>
<value>SCNE</value>
<value>X3</value>
</list>
</parameter>
<parameter name="caseSensitive"><value>true</value></parameter>
</constraint>
<constraint name="cji:listTipoDocumento" type="LIST">
<parameter name="allowedValues">
<list>
<value>Informe de Pruebas</value>
<value>Planificaciones</value>
</list>
</parameter>
<parameter name="caseSensitive"><value>true</value></parameter>
</constraint>
<constraint name="cji:listPGM" type="LIST">
<parameter name="allowedValues">
<list>
<value>Plantilla</value>
<value>Guía</value>
<value>Manual</value>
</list>
</parameter>
<parameter name="caseSensitive"><value>true</value></parameter>
</constraint>
<constraint name="cji:listEstados" type="LIST">
<parameter name="allowedValues">
<list>
<value> </value>
<value>Pendiente consultoría</value>
<value>Propuesta Realizada</value>
<value>Propuesta Valorada</value>
<value>Aprobación Funcional</value>
<value>Propuesta Desestimada</value>
<value>Desarrollo, Pruebas y Entrega</value>
<value>Validación Funcional</value>
<value>Cierre Versión</value>
</list>
</parameter>
<parameter name="caseSensitive"><value>true</value></parameter>
</constraint>
</constraints>
<types>
<!– Definition of new Content Type: Documentacion Implantadores–>
<type name="cji:dimp">
<title>Documentacion Implantadores</title>
<parent>cm:content</parent>
<properties>
</properties>
</type>
</types>
<aspects>
<!– Definition of new Content Aspect: Informes Implantadores–>
<aspect name="cji:informesImplantacion">
<title>Informes Implantacion</title>
<properties>
<property name="cji:dimp_ii_tipoInforme">
<type>d:text</type>
<constraints>
<constraint ref="cji:listTipoInforme"/>
</constraints>
</property>
<property name="cji:dimp_ii_provincia">
<type>d:text</type>
<constraints>
<constraint ref="cji:listProvincias"/>
</constraints>
</property>
<property name="cji:dimp_ii_estado">
<type>d:text</type>
<constraints>
<constraint ref="cji:listEstados"/>
</constraints>
</property>
</properties>
</aspect>
<!– Definition of new Content Aspect: Guias Manuales y Plantillas –>
<aspect name="cji:PGM">
<title>Plantillas, Guias y Manuales</title>
<properties>
<property name="cji:dimp_pgm_tipo">
<type>d:text</type>
<constraints>
<constraint ref="cji:listPGM"/>
</constraints>
</property>
</properties>
</aspect>
<!– Definition of new Content Aspect:documentacion cierre de version–>
<aspect name="cji:docCierreVarsion">
<title>Documentacion Cierre de Version</title>
<properties>
<property name="cji:dimp_cv_tipoDocumento">
<type>d:text</type>
<constraints>
<constraint ref="cji:listTipoDocumento"/>
</constraints>
</property>
</properties>
</aspect>
<!– Definition of new Content Aspect: Año /Mes –>
<aspect name="cji:annoMes">
<title>Fecha</title>
<properties>
<property name="cji:dimp_am_mes">
<type>d:text</type>
<constraints>
<constraint ref="cji:listMeses"/>
</constraints>
</property>
<property name="cji:dimp_am_anno">
<type>d:text</type>
<constraints>
<constraint ref="cji:listAnnos"/>
</constraints>
</property>
</properties>
</aspect>
<!– Definition of new Content Aspect: Aplicacion –>
<aspect name="cji:aplicacion">
<title>Aplicacion</title>
<properties>
<property name="cji:dimp_ap_tipoAplicacion">
<type>d:text</type>
<constraints>
<constraint ref="cji:listAplicaciones"/>
</constraints>
</property>
<property name="cji:dimp_ap_version">
<type>d:text</type>
</property>
</properties>
</aspect>
</aspects>
</model>
<alfresco-config>
<!– Example of overriding the from email address –>
<!–
<config>
<client>
<from-email-address>someone@your-domain.com</from-email-address>
<search-max-results>100</search-max-results>
</client>
</config>
–>
<!– Example of adding languages to the list in the login page –>
<config evaluator="string-compare" condition="Languages">
<languages>
<language locale="es_ES">Spanish</language>
</languages>
</config>
<!– the views available in the client –>
<config evaluator="string-compare" condition="Views">
<views>
<view-impl>org.alfresco.web.ui.common.renderer.data.RichListRenderer$DetailsViewRenderer</view-impl>
<view-impl>org.alfresco.web.ui.common.renderer.data.RichListRenderer$IconViewRenderer</view-impl>
<view-impl>org.alfresco.web.ui.common.renderer.data.RichListRenderer$ListViewRenderer</view-impl>
<view-impl>org.alfresco.web.bean.forums.ForumsBean$TopicBubbleViewRenderer</view-impl>
<view-defaults>
<browse>
<!– allowable values: list|details|icons –>
<view>details</view>
</browse>
</view-defaults>
</views>
</config>
<!– Example of configuring advanced search –>
<!–
<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
</content-types>
<custom-properties>
<meta-data aspect="app:simpleworkflow" property="app:approveStep" />
</custom-properties>
</advanced-search>
</config>
–>
<!– Example of changing the sort direction for a view in the client –>
<!–
<config evaluator="string-compare" condition="Views">
<views>
<view-defaults>
<topic>
<sort-direction>ascending</sort-direction>
</topic>
</view-defaults>
</views>
</config>
–>
<!– Example of adding a custom icon to the Create Space dialog –>
<!–
<config evaluator="string-compare" condition="cm:folder icons">
<icons>
<icon name="space-icon-custom" path="/images/icons/space-icon-custom.gif" />
</icons>
</config>
–>
<!– The config below shows how to incorporate the example model–>
<!– into the web client, for this to work you will need to –>
<!– rename example-model-context.xml.sample to example-model-context.xml –>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<!– <type name="cj:sdg" /> –>
<type name="cji:dimp" />
</content-types>
</config>
<config evaluator="string-compare" condition="Action Wizards">
<aspects>
<aspect name="cji:informesImplantacion"/>
<aspect name="cji:PGM"/>
<aspect name="cji:docCierreVarsion"/>
<aspect name="cji:annoMes"/>
<aspect name="cji:aplicacion"/>
</aspects>
<subtypes>
<type name="cji:dimp" />
</subtypes>
</config>
<!–
<config evaluator="node-type" condition="cj:sdg">
<property-sheet>
<show-property name="cj:OrganismoProdJa" display-label-id="organismo" />
<show-property name="cj:TipoProcedimientoJa" display-label-id="tipo_procedimiento" />
<show-property name="cj:TipoResolucionJa" display-label-id="tipo_resolucion" />
<show-property name="cj:JuridisccionJa" display-label-id="jurisdiccion" />
<show-property name="cj:PonenteJa" display-label-id="ponente" />
<show-property name="cj:NumeroProcedimientoJa" display-label-id="numero_procedimiento" />
<show-property name="cj:AnnoProcedimientoJa" display-label-id="anno_procedimiento" />
<show-property name="cj:NumeroResolucionJa" display-label-id="numero_resolucion" />
<show-property name="cj:AnnoResolucionJa" display-label-id="anno_resolucion" />
<show-property name="cj:FechaDictadoJa" display-label-id="fecha_dictado" />
</property-sheet>
</config>
–>
<config evaluator="aspect-name" condition="cji:informesImplantacion">
<property-sheet>
<show-property name="cji:dimp_ii_tipoInforme" display-label-id="tipoInforme"/>
<show-property name="cji:dimp_ii_provincia" display-label-id="Provincia"/>
<show-property name="cji:dimp_ii_estado" display-label-id="Estado"/>
</property-sheet>
</config>
<config evaluator="aspect-name" condition="cji:PGM">
<property-sheet>
<show-property name="cji:dimp_pgm_tipo" display-label-id="tipoPGM"/>
</property-sheet>
</config>
<config evaluator="aspect-name" condition="cji:docCierreVarsion">
<property-sheet>
<show-property name="cji:dimp_cv_tipoDocumento" display-label-id="tipoDocumento"/>
</property-sheet>
</config>
<config evaluator="aspect-name" condition="cji:annoMes">
<property-sheet>
<show-property name="cji:dimp_am_anno" display-label-id="Anno"/>
<show-property name="cji:dimp_am_mes" display-label-id="Mes"/>
</property-sheet>
</config>
<config evaluator="aspect-name" condition="cji:aplicacion">
<property-sheet>
<show-property name="cji:dimp_ap_tipoAplicacion" display-label-id="tipoAplicacion"/>
<show-property name="cji:dimp_ap_version" display-label-id="Version"/>
</property-sheet>
</config>
<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
<!– <type name="cj:sdg" /> –>
<type name="cji:dimp" />
</content-types>
<custom-properties>
<!– Tipo documentos sentencias por ahora deshabilitado
<meta-data type="cj:sdg" property="cj:OrganismoProdJa" display-label-id="organismo" />
<meta-data type="cj:sdg" property="cj:TipoProcedimientoJa" display-label-id="tipo_procedimiento" />
<meta-data type="cj:sdg" property="cj:TipoResolucionJa" display-label-id="tipo_resolucion" />
<meta-data type="cj:sdg" property="cj:JuridisccionJa" display-label-id="jurisdiccion" />
<meta-data type="cj:sdg" property="cj:PonenteJa" display-label-id="ponente" />
<meta-data type="cj:sdg" property="cj:NumeroProcedimientoJa" display-label-id="numero_procedimiento" />
<meta-data type="cj:sdg" property="cj:AnnoProcedimientoJa" display-label-id="anno_procedimiento" />
<meta-data type="cj:sdg" property="cj:NumeroResolucionJa" display-label-id="numero_resolucion" />
<meta-data type="cj:sdg" property="cj:AnnoResolucionJa" display-label-id="anno_resolucion" />
<meta-data type="cj:sdg" property="cj:FechaDictadoJa" display-label-id="fecha_dictado" />
Fin tipo Sentencias –>
<!– Tipo documentos implantadores –>
<meta-data aspect="cji:informesImplantacion" property="cji:dimp_ii_tipoInforme" display-label-id="tipoInforme" />
<meta-data aspect="cji:informesImplantacion" property="cji:dimp_ii_provincia" display-label-id="Provincia" />
<meta-data aspect="cji:informesImplantacion" property="cji:dimp_ii_estado" display-label-id="Estado" />
<meta-data aspect="cji:docCierreVarsion" property="cji:dimp_cv_tipoDocumento" display-label-id="tipoDocumento" />
<meta-data aspect="cji:aplicacion" property="cji:dimp_ap_tipoAplicacion" display-label-id="tipoAplicacion" />
<meta-data aspect="cji:aplicacion" property="cji:dimp_ap_version" display-label-id="Version" />
<meta-data aspect="cji:annoMes" property="cji:dimp_am_anno" display-label-id="Anno" />
<meta-data aspect="cji:annoMes" property="cji:dimp_am_mes" display-label-id="Mes" />
</custom-properties>
</advanced-search>
</config>
</alfresco-config>
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.