close
Warning:
Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Dec 17, 2010, 12:00:59 PM (14 years ago)
- Author:
-
Pedro Gea
- Comment:
-
Este tique está relacionado con #385. Podrían tratarse conjuntamente.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Component
changed from
General
to
Persistence
-
initial
|
v1
|
|
1 | | |
2 | 1 | Hola MMS, |
3 | 2 | creo que se podría ampliar la funcionalidad de los métodos Get del contenedor de MMS. Si no existe en el contenedor, lo podría intentar cargar de un repositorio (¿o un conjunto de repositorios ordenados?) que se pasaría como argumento adicional en el Anything info. |
4 | 3 | |
5 | 4 | Sigue un ejemplo de una función que lo hace: |
6 | | |
| 5 | {{{ |
7 | 6 | NameBlock GetDataSet_INELO(Anything info) |
8 | 7 | // INELO: If Not Exists, LOad |
… |
… |
|
23 | 22 | MMS::@Repository Repository = KNOWN_REPOSITORY_OBJECT |
24 | 23 | ]]); |
| 24 | }}} |