]> git.llucax.com Git - mecon/intranet.git/blob - doc/servicios/agenda/agenda.xmi
- Se agrega el comportamiento especial para las paginas de la oanet:
[mecon/intranet.git] / doc / servicios / agenda / agenda.xmi
1 <?xml version="1.0" encoding="UTF-8"?>
2 <XMI xmlns:UML="org.omg/standards/UML" verified="false" timestamp="" xmi.version="1.2" >
3  <XMI.header>
4   <XMI.documentation>
5    <XMI.exporter>umbrello uml modeller http://uml.sf.net</XMI.exporter>
6    <XMI.exporterVersion>1.1</XMI.exporterVersion>
7   </XMI.documentation>
8   <XMI.model xmi.name="agenda" href="/home/martin/public_html/intranet/doc/servicios/agenda/agenda.xmi" />
9   <XMI.metamodel xmi.name="UML" href="UML.xml" xmi.version="1.3" />
10  </XMI.header>
11  <XMI.content>
12   <docsettings viewid="173" documentation="Familiares a cargo del agente" uniqueid="186" />
13   <umlobjects>
14    <UML:Class stereotype="" package="" xmi.id="156" abstract="0" documentation="x2c:extern" name="DB" static="0" scope="200" />
15    <UML:Class stereotype="" package="" xmi.id="174" abstract="0" documentation="Clase para el manejo de la agenda en la cual se muestran la informacion de los internos de los diferentes edificios." name="Servicios_Agenda" static="0" scope="200" >
16     <UML:Operation stereotype="" package="" xmi.id="175" type="array ()" abstract="0" documentation="" name="getEdificios" static="1" scope="200" >
17      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="DB" abstract="0" documentation="Conexiona la base de datos" name="db" static="0" scope="200" />
18     </UML:Operation>
19     <UML:Operation stereotype="" package="" xmi.id="176" type="void" abstract="0" documentation="Constructor" name="Servicios_Agenda" static="0" scope="200" >
20      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="&amp;DB" abstract="0" documentation="Conexion a la base de datos." name="db" static="0" scope="200" />
21     </UML:Operation>
22     <UML:Operation stereotype="" package="" xmi.id="186" type="array" abstract="0" documentation="Busca la informacion en la base. Devuelve un array de array o null." name="obtenerInfo" static="0" scope="200" />
23     <UML:Attribute stereotype="" package="" xmi.id="177" value="" type="DB" abstract="0" documentation="Conexion a la base de datos" name="db" static="0" scope="201" />
24     <UML:Attribute stereotype="" package="" xmi.id="178" value="null" type="int" abstract="0" documentation="Interno a buscar
25 x2c:set" name="interno" static="0" scope="201" />
26     <UML:Attribute stereotype="" package="" xmi.id="179" value="null" type="string" abstract="0" documentation="Nombre a buscar
27 x2c:set" name="nombre" static="0" scope="201" />
28     <UML:Attribute stereotype="" package="" xmi.id="180" value="null" type="string" abstract="0" documentation="Codep a buscar
29 x2c:set" name="codep" static="0" scope="201" />
30     <UML:Attribute stereotype="" package="" xmi.id="181" value="null" type="string" abstract="0" documentation="Descripcion de la dependencia a buscar
31 x2c:set" name="dependencia" static="0" scope="201" />
32     <UML:Attribute stereotype="" package="" xmi.id="182" value="null" type="int" abstract="0" documentation="Codigo de edificio a buscar
33 x2c:set" name="edificio" static="0" scope="201" />
34     <UML:Attribute stereotype="" package="" xmi.id="183" value="null" type="int" abstract="0" documentation="Piso a buscar
35 x2c:set" name="piso" static="0" scope="201" />
36     <UML:Attribute stereotype="" package="" xmi.id="184" value="null" type="string" abstract="0" documentation="Oficina a buscar
37 x2c:set" name="oficina" static="0" scope="201" />
38     <UML:Attribute stereotype="" package="" xmi.id="185" value="null" type="string" abstract="0" documentation="Criterio para ordenar
39 x2c:set" name="ordenar" static="0" scope="201" />
40    </UML:Class>
41   </umlobjects>
42   <diagrams>
43    <diagram snapgrid="1" showattsig="1" fillcolor="#ffffc0" showgrid="1" showopsig="1" usefillcolor="1" snapx="10" snapy="10" showatts="1" xmi.id="173" documentation="" type="402" showops="1" showpackage="0" name="Agenda" localid="30000" showstereotype="0" showscope="1" font="Courier [Adobe],12,-1,5,50,0,0,0,1,0" linecolor="#ff0000" >
44     <widgets>
45      <UML:ConceptWidget usesdiagramfillcolour="0" width="364" showattsigs="601" usesdiagramusefillcolour="0" x="30" linecolour="#ff0000" y="120" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="221" usefillcolor="1" showattributes="1" xmi.id="174" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Courier [Adobe],12,-1,5,50,0,0,0,1,0" />
46     </widgets>
47     <messages/>
48     <associations/>
49    </diagram>
50   </diagrams>
51   <listview>
52    <listitem open="1" type="800" id="-1" label="Views" >
53     <listitem open="1" type="801" id="-1" label="Logical View" >
54      <listitem open="1" type="807" id="173" label="Agenda" />
55      <listitem open="1" type="813" id="156" label="DB" />
56      <listitem open="0" type="813" id="174" label="Servicios_Agenda" >
57       <listitem open="0" type="814" id="180" label="codep" />
58       <listitem open="0" type="814" id="177" label="db" />
59       <listitem open="0" type="814" id="181" label="dependencia" />
60       <listitem open="0" type="814" id="182" label="edificio" />
61       <listitem open="0" type="815" id="175" label="getEdificios" />
62       <listitem open="0" type="814" id="178" label="interno" />
63       <listitem open="0" type="814" id="179" label="nombre" />
64       <listitem open="0" type="815" id="186" label="obtenerInfo" />
65       <listitem open="0" type="814" id="184" label="oficina" />
66       <listitem open="0" type="814" id="185" label="ordenar" />
67       <listitem open="0" type="814" id="183" label="piso" />
68       <listitem open="0" type="815" id="176" label="Servicios_Agenda" />
69      </listitem>
70     </listitem>
71     <listitem open="1" type="802" id="-1" label="Use Case View" />
72    </listitem>
73   </listview>
74  </XMI.content>
75 </XMI>