You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sa...@apache.org on 2014/07/09 20:28:22 UTC

[5/6] git commit: adding generated thrift workflow files

adding generated thrift workflow files


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/850c4a38
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/850c4a38
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/850c4a38

Branch: refs/heads/master
Commit: 850c4a387bc592d2b28b090d62cc2cdf076a8133
Parents: fa6e188
Author: samindaw <sa...@gmail.com>
Authored: Wed Jul 9 11:27:43 2014 -0700
Committer: samindaw <sa...@gmail.com>
Committed: Wed Jul 9 11:27:43 2014 -0700

----------------------------------------------------------------------
 .../apache/airavata/api/workflow/Workflow.java  | 8290 ++++++++++++++++++
 .../api/workflow/workflowAPIConstants.java      |   55 +
 .../src/main/resources/lib/Workflow.cpp         | 2517 ++++++
 .../src/main/resources/lib/Workflow.h           | 1162 +++
 .../resources/lib/Workflow_server.skeleton.cpp  |   74 +
 .../resources/lib/workflowAPI_constants.cpp     |   19 +
 .../main/resources/lib/workflowAPI_constants.h  |   25 +
 .../main/resources/lib/workflowAPI_types.cpp    |   13 +
 .../src/main/resources/lib/workflowAPI_types.h  |   30 +
 .../lib/workflowDataModel_constants.cpp         |   19 +
 .../resources/lib/workflowDataModel_constants.h |   25 +
 .../resources/lib/workflowDataModel_types.cpp   |  108 +
 .../resources/lib/workflowDataModel_types.h     |   82 +
 .../lib/Airavata/API/Workflow/Types.php         |   22 +
 .../lib/Airavata/API/Workflow/Workflow.php      | 1948 ++++
 .../main/resources/lib/Airavata/Model/Types.php |  114 +
 .../org/apache/airavata/model/Workflow.java     |  599 ++
 .../model/workflowDataModelConstants.java       |   55 +
 .../workflowDataModel.thrift                    |    1 +
 19 files changed, 15158 insertions(+)
----------------------------------------------------------------------