Revision: 195
Author:
tobha...@gmail.com
Date: Wed Aug 29 01:30:11 2012
Log: Data product related methods' java docs updated
http://code.google.com/a/apache-extras.org/p/metcat/source/detail?r=195
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 01:29:36 2012
+++
/trunk/metcatserver/src/main/java/org/apache/airavata/metcat/api/MetCatAPI.java
Wed Aug 29 01:30:11 2012
@@ -520,7 +520,8 @@
/**
* Returns all Input data with its Node ID.
*
- * @param workflowID Workflow ID
+ * @param workflowID
+ * Workflow ID
* @return JSON Array String which contains JSON objects with values
NODEID,
* TIMESTAMP , DESCRIPTION, XML
*/
@@ -555,7 +556,8 @@
/**
* Returns all Output data with its Node ID.
*
- * @param workflowID Workflow ID
+ * @param workflowID
+ * Workflow ID
* @return JSON Array String which contains JSON objects with values
NODEID,
* TIMESTAMP , DESCRIPTION, XML
*/
@@ -591,7 +593,7 @@
* Gets all log records for a given workflow or a experiment.
*
* @param workflowID
- * Workflow ID
+ * Workflow ID
* @return Logs and timestamps in json array
*/
public String getLogsForAWorkflow(String workflowID) {
@@ -647,7 +649,7 @@
/**
* Gets all Event IDs for given Event Property and Value.
*
- * @param propertyName
+ * @param propertyName
* Property Name
* @param propertyValue
* Property Value