Issue 11021
Add technicalInstallationKey to WritableDataset
11021
Reporter: kbraak
Assignee: jcuadra
Type: Improvement
Summary: Add technicalInstallationKey to WritableDataset
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-04-02 14:19:59.947
Updated: 2013-12-16 17:50:40.977
Resolved: 2012-06-13 11:59:02.36
Description: On a WritableDataset there is a field called hostingOrganizationKey, but how do we know which technicalInstallation the dataset comes from? For example, the hosting organization could have several IPTs.
I ran into this issue, trying to write the Agent build(WritableDataset) method. For an Agent, we store the information about the hosting organization in the agent relation table using 2 agent relations: 1) HostingOrg HAS_INSTALLATION My-IPT, and 2) My-IPT serves My-WritableDataset. It it using the 2 agent relations, that I can I get the hosting organization for a Dataset in the 'Dataset build(Agent)' method.
Therefore, in order to populate the right agent relations for an Agent, we need to know the technicalInstallation. ]]>
Author: jcuadra@gbif.org
Created: 2012-05-23 11:36:33.047
Updated: 2012-05-23 11:36:33.047
Decision on this can be seen at
http://dev.gbif.org/issues/browse/REG-208