com.intel.gpe.gridbeans.workflow
Class WorkflowGPEFile

java.lang.Object
  extended by 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)
           
 
Method Summary
 com.intel.gpe.clients.api.workflow.Variable getFilePath()
           
 com.intel.gpe.clients.api.workflow.PartnerLink getStorageEPR()
           
 GridBeanParameterType getType()
           
 void setFilePath(com.intel.gpe.clients.api.workflow.Variable filePath)
           
 void setStorageEPR(com.intel.gpe.clients.api.workflow.PartnerLink storageEPR)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowGPEFile

public WorkflowGPEFile()

WorkflowGPEFile

public WorkflowGPEFile(com.intel.gpe.clients.api.workflow.PartnerLink storageepr,
                       com.intel.gpe.clients.api.workflow.Variable path)
Method Detail

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.