Repository: airavata Updated Branches: refs/heads/master 61d0c7369 -> 99fdd58af
http://git-wip-us.apache.org/repos/asf/airavata/blob/99fdd58a/modules/workflow-model/workflow-engine/src/main/java/org/apache/airavata/workflow/engine/globus/GridFTPFileTransferClient.java ---------------------------------------------------------------------- diff --git a/modules/workflow-model/workflow-engine/src/main/java/org/apache/airavata/workflow/engine/globus/GridFTPFileTransferClient.java b/modules/workflow-model/workflow-engine/src/main/java/org/apache/airavata/workflow/engine/globus/GridFTPFileTransferClient.java index bcb3916..30773f2 100644 --- a/modules/workflow-model/workflow-engine/src/main/java/org/apache/airavata/workflow/engine/globus/GridFTPFileTransferClient.java +++ b/modules/workflow-model/workflow-engine/src/main/java/org/apache/airavata/workflow/engine/globus/GridFTPFileTransferClient.java @@ -1,25 +1,25 @@ -package org.apache.airavata.workflow.engine.globus; -///* -// * -// * Licensed to the Apache Software Foundation (ASF) under one -// * or more contributor license agreements. See the NOTICE file -// * distributed with this work for additional information -// * regarding copyright ownership. The ASF licenses this file -// * to you under the Apache License, Version 2.0 (the -// * "License"); you may not use this file except in compliance -// * with the License. You may obtain a copy of the License at -// * -// * http://www.apache.org/licenses/LICENSE-2.0 -// * -// * Unless required by applicable law or agreed to in writing, -// * software distributed under the License is distributed on an -// * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// * KIND, either express or implied. See the License for the -// * specific language governing permissions and limitations -// * under the License. -// * -// */ -// +package org.apache.airavata.workflow.engine.globus; +///* +// * +// * Licensed to the Apache Software Foundation (ASF) under one +// * or more contributor license agreements. See the NOTICE file +// * distributed with this work for additional information +// * regarding copyright ownership. The ASF licenses this file +// * to you under the Apache License, Version 2.0 (the +// * "License"); you may not use this file except in compliance +// * with the License. You may obtain a copy of the License at +// * +// * http://www.apache.org/licenses/LICENSE-2.0 +// * +// * Unless required by applicable law or agreed to in writing, +// * software distributed under the License is distributed on an +// * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// * KIND, either express or implied. See the License for the +// * specific language governing permissions and limitations +// * under the License. +// * +// */ +// //package org.apache.airavata.xbaya.globus; // //import org.globusonline.transfer.APIError; @@ -110,7 +110,7 @@ package org.apache.airavata.workflow.engine.globus; // String submissionId = r.document.getString(FileTransferConstants.VALUE); // JSONObject transfer = new JSONObject(); // transfer.put(FileTransferConstants.DATA_TYPE, FileTransferConstants.TRANSFER); -// transfer.put(FileTransferConstants.SUBMISSION_ID, submissionId); +// transfer.put(FileTransferConstants.DEPLOYMENT_ID, submissionId); // JSONObject item = new JSONObject(); // item.put(FileTransferConstants.DATA_TYPE, FileTransferConstants.TRANSFER_ITEM); // item.put(FileTransferConstants.SOURCE_ENDPOINT, sourceEndpoint); http://git-wip-us.apache.org/repos/asf/airavata/blob/99fdd58a/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/globus/GridFTPFileTransferClient.java ---------------------------------------------------------------------- diff --git a/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/globus/GridFTPFileTransferClient.java b/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/globus/GridFTPFileTransferClient.java index 7d6530b..dee9e3b 100644 --- a/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/globus/GridFTPFileTransferClient.java +++ b/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/globus/GridFTPFileTransferClient.java @@ -1,24 +1,24 @@ -///* -// * -// * Licensed to the Apache Software Foundation (ASF) under one -// * or more contributor license agreements. See the NOTICE file -// * distributed with this work for additional information -// * regarding copyright ownership. The ASF licenses this file -// * to you under the Apache License, Version 2.0 (the -// * "License"); you may not use this file except in compliance -// * with the License. You may obtain a copy of the License at -// * -// * http://www.apache.org/licenses/LICENSE-2.0 -// * -// * Unless required by applicable law or agreed to in writing, -// * software distributed under the License is distributed on an -// * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// * KIND, either express or implied. See the License for the -// * specific language governing permissions and limitations -// * under the License. -// * -// */ -// +///* +// * +// * Licensed to the Apache Software Foundation (ASF) under one +// * or more contributor license agreements. See the NOTICE file +// * distributed with this work for additional information +// * regarding copyright ownership. The ASF licenses this file +// * to you under the Apache License, Version 2.0 (the +// * "License"); you may not use this file except in compliance +// * with the License. You may obtain a copy of the License at +// * +// * http://www.apache.org/licenses/LICENSE-2.0 +// * +// * Unless required by applicable law or agreed to in writing, +// * software distributed under the License is distributed on an +// * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// * KIND, either express or implied. See the License for the +// * specific language governing permissions and limitations +// * under the License. +// * +// */ +// //package org.apache.airavata.xbaya.globus; // //import org.globusonline.transfer.APIError; @@ -109,7 +109,7 @@ // String submissionId = r.document.getString(FileTransferConstants.VALUE); // JSONObject transfer = new JSONObject(); // transfer.put(FileTransferConstants.DATA_TYPE, FileTransferConstants.TRANSFER); -// transfer.put(FileTransferConstants.SUBMISSION_ID, submissionId); +// transfer.put(FileTransferConstants.DEPLOYMENT_ID, submissionId); // JSONObject item = new JSONObject(); // item.put(FileTransferConstants.DATA_TYPE, FileTransferConstants.TRANSFER_ITEM); // item.put(FileTransferConstants.SOURCE_ENDPOINT, sourceEndpoint);
