[metcat] r194 committed - Data product related methods' java docs updated

2 views
Skip to first unread message

metcat.apach...@codespot.com

unread,
Aug 29, 2012, 4:29:53 AM8/29/12
to metca...@googlegroups.com
Revision: 194
Author: tobha...@gmail.com
Date: Wed Aug 29 01:29:36 2012
Log: Data product related methods' java docs updated
http://code.google.com/a/apache-extras.org/p/metcat/source/detail?r=194

Modified:

/trunk/metcatserver/src/main/java/org/apache/airavata/metcat/api/MetCatAPI.java

=======================================
---
/trunk/metcatserver/src/main/java/org/apache/airavata/metcat/api/MetCatAPI.java
Wed Aug 29 00:50:02 2012
+++
/trunk/metcatserver/src/main/java/org/apache/airavata/metcat/api/MetCatAPI.java
Wed Aug 29 01:29:36 2012
@@ -393,12 +393,12 @@
/**
* Get workflow Ids of which used a given workflow in the given time range
*
- * @param Data
- * Product ID
- * @param Start
- * Time
- * @param End
- * Time
+ * @param dataProductID
+ * Data Product ID
+ * @param startTime
+ * Start Time
+ * @param endTime
+ * End Time
* @return Json String of Workflow ID list
*/
public String getWorkflowsConsumedIn(String dataProductID,
@@ -520,7 +520,7 @@
/**
* Returns all Input data with its Node ID.
*
- * @param workflowID
+ * @param workflowID Workflow ID
* @return JSON Array String which contains JSON objects with values
NODEID,
* TIMESTAMP , DESCRIPTION, XML
*/
@@ -555,7 +555,7 @@
/**
* Returns all Output data with its Node ID.
*
- * @param workflowID
+ * @param workflowID Workflow ID
* @return JSON Array String which contains JSON objects with values
NODEID,
* TIMESTAMP , DESCRIPTION, XML
*/
@@ -590,8 +590,8 @@
/**
* Gets all log records for a given workflow or a experiment.
*
- * @param Workflow
- * ID
+ * @param workflowID
+ * Workflow ID
* @return Logs and timestamps in json array
*/
public String getLogsForAWorkflow(String workflowID) {
@@ -618,10 +618,10 @@
/**
* Gets all Workflow IDs for given Workflow Property and Value.
*
- * @param Property
- * Name
- * @param Property
- * Value
+ * @param propertyName
+ * Property Name
+ * @param propertyValue
+ * Property Value
* @return Json Array String of Workflow IDs
*/
public String getWorkflowIDsOfGivenWorkflowPropertyAndValue(
@@ -647,10 +647,10 @@
/**
* Gets all Event IDs for given Event Property and Value.
*
- * @param Property
- * Name
- * @param Property
- * Value
+ * @param propertyName
+ * Property Name
+ * @param propertyValue
+ * Property Value
* @return Json Array String of Event IDs
*/
public String getEventIDsOfGivenEventPropertyAndValue(String propertyName,
Reply all
Reply to author
Forward
0 new messages