Commit 6a1f8fcc authored by Ivan Tyagov's avatar Ivan Tyagov

WIP: Work on new Wendelin model added

parent 49309352
project_reference = reference.split('.')[0]
return {'resource_reference' : reference,
'specialise_reference': project_reference,
'reference': project_reference }
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="PyData Script" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_local_properties</string> </key>
<value>
<tuple>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>reference</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>string</string> </value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>reference</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>IngestionPolicy_parseSimpleFluentdTag</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>PyData Script</string> </value>
</item>
<item>
<key> <string>reference</string> </key>
<value> <string>IngestionPolicy_parseSimpleFluentdTag</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>IngestionPolicy_parseSimpleFluentdTag</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
07-0902017 Ivan
* Work on new Wendelin model added
03-30-2015 Ivan
* Initial import of abstract module data
\ No newline at end of file
Sample data showing a wendelin data structure
\ No newline at end of file
Sample Wendelin data model.
\ No newline at end of file
GPL
\ No newline at end of file
......@@ -10,4 +10,7 @@ data_release_module/wendelin_**
data_set_module/wendelin_**
portal_ingestion_policies
portal_ingestion_policies/wendelin_**
sensor_module/wendelin_**
\ No newline at end of file
sensor_module/wendelin_**
project_module/wendelin_**
organisation_module/wendelin_**
portal_callables/IngestionPolicy_parseSimpleFluentdTag
\ No newline at end of file
......@@ -9,10 +9,13 @@ data_operation_module/wendelin_**
data_product_module/wendelin_**
data_release_module/wendelin_**
data_set_module/wendelin_**
organisation_module/wendelin_**
portal_callables/IngestionPolicy_parseSimpleFluentdTag
portal_categories/quantity_unit
portal_categories/quantity_unit/**
portal_categories/use
portal_categories/use/**
portal_ingestion_policies
portal_ingestion_policies/wendelin_**
project_module/wendelin_**
sensor_module/wendelin_**
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment