Author: mattmann
Date: Sat Jun 22 17:14:35 2013
New Revision: 1495756

URL: http://svn.apache.org/r1495756
Log:
- fix for Include more OODT-638 provenance metadata in trace product type

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/filemgr/src/main/resources/examples/trace/elements.xml
    
oodt/trunk/filemgr/src/main/resources/examples/trace/product-type-element-map.xml

Modified: oodt/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1495756&r1=1495755&r2=1495756&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Sat Jun 22 17:14:35 2013
@@ -4,6 +4,8 @@ Apache OODT Change Log
 Release 0.6 - Current Development
 --------------------------------------------
 
+* OODT-638 Include more provenance metadata in trace product type (mattmann)
+
 * OODT-637 Geo Product Type policy includes duplicative elements (mattmann)
 
 * OODT-635 Fix trivial errors in Basic CAS Curation Example (lewismc via 
mattmann, Bill Rideout)

Modified: oodt/trunk/filemgr/src/main/resources/examples/trace/elements.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/filemgr/src/main/resources/examples/trace/elements.xml?rev=1495756&r1=1495755&r2=1495756&view=diff
==============================================================================
--- oodt/trunk/filemgr/src/main/resources/examples/trace/elements.xml (original)
+++ oodt/trunk/filemgr/src/main/resources/examples/trace/elements.xml Sat Jun 
22 17:14:35 2013
@@ -30,4 +30,66 @@
         <description>The set of output files that included this file in its 
input.</description>
         <dcElement/>
    </element>
+   
+   <element id="urn:oodt:JobId" name="JobId">
+       <description>The unique identifier generated by the workflow manager 
for the job
+       that produced this file.</description>
+       <dcElement/>   
+   </element>
+   
+   <element id="urn:oodt:ProductionDateTime" name="ProductionDateTime">
+       <description>The date/time stamp that this file was produced either by 
ingestion 
+       or processing.</description>
+       <dcElement/>
+   </element>
+   
+   <element id="urn:oodt:ExecutablePathnames" name="ExecutablePathnames">
+    <description>The pathnames to the exectuables used to generate this 
product.</description>
+    <dcElement/>
+  </element>
+
+  <element id="urn:oodt:ExecutableVersions" name="ExecutableVersions">
+    <description>The versions of the exectuables used to generate this 
product.</description>
+    <dcElement/>
+  </element>
+
+  <element id="urn:oodt:ApplicationSuccessFlag" name="ApplicationSuccessFlag">
+    <description>An indication of whether the generating application completed
+      successfully.</description>
+    <dcElement/>
+  </element>
+  
+  <element id="urn:oodt:TaskSuccessFlag" name="TaskSuccessFlag">
+    <description>An indication of whether the PCS Workflow Task that ran the 
PGE completed
+      successfully.</description>
+    <dcElement/>
+  </element>
+
+  <element id="urn:oodt:JobSuccessFlag" name="JobSuccessFlag">
+    <description>An indication of whether the PCS job ran by the PCS to create 
the product completed
+      successfully.</description>
+    <dcElement/>
+  </element>
+  
+  <element id="urn:oodt:PGEVersion" name="PGEVersion">
+    <description>Captures the version of the algorithm that has been run on 
the data.</description>
+    <dcElement/>
+  </element>
+
+  <element id="urn:oodt:ProcessingNode" name="ProcessingNode">
+    <description>The node that the job that produced this product was run 
on.</description>
+    <dcElement/>
+  </element>
+     
+ <element id="urn:oodt:ExecutionTime" name="ExecutionTime">
+    <description>The amount of time that the job that produced this product 
took to run.</description>
+    <dcElement/>
+ </element>
+
+  <element id="urn:oodt:CmdLineParameters" name="CmdLineParameters">
+    <description>The command line parameters that were used to invoke this 
job.</description>
+    <dcElement/>
+  </element>  
+    
+   
 </cas:elements>

Modified: 
oodt/trunk/filemgr/src/main/resources/examples/trace/product-type-element-map.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/filemgr/src/main/resources/examples/trace/product-type-element-map.xml?rev=1495756&r1=1495755&r2=1495756&view=diff
==============================================================================
--- 
oodt/trunk/filemgr/src/main/resources/examples/trace/product-type-element-map.xml
 (original)
+++ 
oodt/trunk/filemgr/src/main/resources/examples/trace/product-type-element-map.xml
 Sat Jun 22 17:14:35 2013
@@ -22,5 +22,16 @@
   <type id="urn:oodt:TraceableFile" parent="urn:oodt:GenericFile">
        <element id="urn:oodt:InputFiles"/>
        <element id="urn:oodt:OutputFiles"/>
+       <element id="urn:oodt:JobId"/>
+       <element id="urn:oodt:ProductionDateTime"/>
+       <element id="urn:oodt:ExecutablePathnames"/> 
+       <element id="urn:oodt:ExecutableVersions"/>
+       <element id="urn:oodt:ApplicationSuccessFlag"/>
+       <element id="urn:oodt:TaskSuccessFlag" />
+       <element id="urn:oodt:JobSuccessFlag"/>
+       <element id="urn:oodt:PGEVersion"/>
+       <element id="urn:oodt:ProcessingNode"/>
+       <element id="urn:oodt:ExecutionTime" />
+       <element id="urn:oodt:CmdLineParameters"/>       
   </type>
 </cas:producttypemap>


Reply via email to