From 8da82f84040e85b884d6013a01b4a2d2370b7672 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 4 Aug 2005 13:52:56 +0000 Subject: [PATCH] - RecordTag adapted to unified attribute approach - GetJob renamed to GetJobFiles - added GetJobAttributes --- org.glite.jp.ws-interface/src/JobProvenancePS.xml | 10 ++++++++- .../src/JobProvenanceTypes.xml | 26 +++++++++++++++++----- 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/org.glite.jp.ws-interface/src/JobProvenancePS.xml b/org.glite.jp.ws-interface/src/JobProvenancePS.xml index 3d7b0e7..c4cb810 100644 --- a/org.glite.jp.ws-interface/src/JobProvenancePS.xml +++ b/org.glite.jp.ws-interface/src/JobProvenancePS.xml @@ -93,12 +93,20 @@ Any error. - + Return URL's of files for a given single job. The job. List of the stored files. Any error. + + + Query concrete attributes of a given job. + The job. + Which attributes should be retrieved. + Values of the queried attributes. + Any error. + diff --git a/org.glite.jp.ws-interface/src/JobProvenanceTypes.xml b/org.glite.jp.ws-interface/src/JobProvenanceTypes.xml index 723595c..c6dcdb6 100644 --- a/org.glite.jp.ws-interface/src/JobProvenanceTypes.xml +++ b/org.glite.jp.ws-interface/src/JobProvenanceTypes.xml @@ -18,12 +18,9 @@ - A single value for a user tag. - Name of the tag. - Sequence of this value (if there are more occurences of this tag it may be used to order them. - When the tag was created. - Value - printable string. - Value - binary. + A single user-recorded value for a job attribute. + Name of the attribute, including namespace. + Value - printable string. @@ -38,6 +35,7 @@ A single condition on job. Attribute name to query. Operation. + Where the attribute value came from. Value to compare the job attribute with. Another value (for op = WITHIN). @@ -48,6 +46,22 @@ Name of the file (if there are more of the same type per job). Where the file is stored on JP primary storage. + + + Single value of an attribute. + Name of the attribute, including namespace. + Value. + When this value was recorded. + Where this value came from. + + + + + Specification of attribute origin. + JP system value, e.g. job owner. + Explicitely stored by the user via RecordTag operation. + Coming from uploaded file. + -- 1.8.2.3