com.intel.gpe.gridbeans.workflow
Class WorkflowGPEFile
java.lang.Object
com.intel.gpe.gridbeans.workflow.WorkflowGPEFile
- All Implemented Interfaces:
- IParameterValue
public class WorkflowGPEFile
- extends java.lang.Object
- implements IParameterValue
The representation of a GPE file for a workflow GridBean. This representation contains two variables: the storage
reference and the file path at the storage.
- Version:
- $Id: WorkflowGPEFile.java,v 1.1 2006/10/30 16:13:46 vashorin Exp $
- Author:
- Alexander Lukichev
Constructor Summary |
WorkflowGPEFile()
|
WorkflowGPEFile(com.intel.gpe.clients.api.workflow.PartnerLink storageepr,
com.intel.gpe.clients.api.workflow.Variable path)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowGPEFile
public WorkflowGPEFile()
WorkflowGPEFile
public WorkflowGPEFile(com.intel.gpe.clients.api.workflow.PartnerLink storageepr,
com.intel.gpe.clients.api.workflow.Variable path)
getFilePath
public com.intel.gpe.clients.api.workflow.Variable getFilePath()
setFilePath
public void setFilePath(com.intel.gpe.clients.api.workflow.Variable filePath)
getStorageEPR
public com.intel.gpe.clients.api.workflow.PartnerLink getStorageEPR()
setStorageEPR
public void setStorageEPR(com.intel.gpe.clients.api.workflow.PartnerLink storageEPR)
getType
public GridBeanParameterType getType()
- Specified by:
getType
in interface IParameterValue
- Returns:
- Variable's type
Copyright © 2008. All Rights Reserved.