Uses of Interface
com.intel.gpe.clients.api.workflow.VariableValue

Packages that use VariableValue
com.intel.gpe.clients.api.workflow   
 

Uses of VariableValue in com.intel.gpe.clients.api.workflow
 

Classes in com.intel.gpe.clients.api.workflow with type parameters of type VariableValue
 class BoundVariable<VariableValueType extends VariableValue>
          The pair of the variable and its value.
 

Methods in com.intel.gpe.clients.api.workflow with type parameters of type VariableValue
<VariableValueType extends VariableValue>
BoundVariable<VariableValueType>
WorkflowJobClient.getPartnerLink(PartnerLink name)
          Get the partner link by its name.
<VariableValueType extends VariableValue>
java.util.List<BoundVariable<VariableValueType>>
WorkflowJobClient.getVariables()
          Get the list of the global variables of the workflow.
 

Methods in com.intel.gpe.clients.api.workflow that return VariableValue
 VariableValue VariableValue.getArrayValue(javax.xml.namespace.QName array, PartnerLinkValue[] elements)
          Create a new VariableValue that is an array of the supplied partner link values.
 VariableValue VariableValue.getArrayValue(javax.xml.namespace.QName array, VariableValue[] elements)
          Create a new VariableValue that is an array of the supplied values.
protected abstract  VariableValue Destroy.getDestroyRequestValue()
           
protected abstract  VariableValue Destroy.getDestroyResponseValue()
           
protected abstract  VariableValue ListDirectory.getEmptyListValue()
           
protected abstract  VariableValue FileExport.getFileExportRequestValue(java.lang.String protocol, java.lang.String source)
           
protected abstract  VariableValue FileExportFromExpression.getFileExportRequestValue(java.lang.String protocol, java.lang.String dest)
           
protected abstract  VariableValue FileExport.getFileExportResponseValue()
           
protected abstract  VariableValue FileExportFromExpression.getFileExportResponseValue()
           
protected abstract  VariableValue FileImport.getFileImportRequestValue(java.lang.String protocol, java.lang.String dest)
           
protected abstract  VariableValue FileImportFromExpression.getFileImportRequestValue(java.lang.String protocol, java.lang.String dest)
           
protected abstract  VariableValue FileImport.getFileImportResponseValue()
           
protected abstract  VariableValue FileImportFromExpression.getFileImportResponseValue()
           
protected abstract  VariableValue AtomicJob.getGetJobStatusRequestValue()
           
protected abstract  VariableValue AtomicJob.getGetJobStatusResponseValue()
           
protected abstract  VariableValue AtomicJob.getGetJobWorkingDirectoryResponseValue()
           
abstract  VariableValue GetResourceProperty.getGetResourcePropertyRequestValue(javax.xml.namespace.QName name)
           
protected abstract  VariableValue URLBasedDataStagingSetup.getGetSourceResponse()
           
protected abstract  VariableValue URLBasedDataStagingSetup.getGetTargetResponse()
           
protected abstract  VariableValue ListDirectory.getInitialIteratorValue()
           
protected abstract  VariableValue ListDirectory.getInitialValue()
           
protected abstract  VariableValue URLBasedDataStagingSetup.getInitialValue()
           
protected abstract  VariableValue URLBasedDataStagingSetup.getIteratorInitialIValue()
           
protected abstract  VariableValue AtomicJob.getJobStateValue()
           
protected abstract  VariableValue AtomicJob.getJobStatusChangeNotificationValue()
           
protected abstract  VariableValue ListDirectory.getListRequestValue()
          Creates and returns value for the request variable
protected abstract  VariableValue ListFileProperties.getListRequestValue()
           
protected abstract  VariableValue ListDirectory.getListResponseValue()
          Creates and returns value for the response variable
protected abstract  VariableValue ListFileProperties.getListResponseValue()
           
protected abstract  VariableValue AtomicJob.getStartRequestValue()
           
protected abstract  VariableValue AtomicJob.getStartResponseValue()
           
protected abstract  VariableValue AtomicJob.getSubmitJobRequestValue()
           
protected abstract  VariableValue AtomicJob.getSubmitJobResponseValue()
           
protected abstract  VariableValue AtomicJob.getSubscribeToJobStatusChangeNotificationRequestValue()
           
protected abstract  VariableValue AtomicJob.getSubscribeToJobStatusChangeNotificationResponseValue()
           
 VariableValue GPEWorkflowJob.newJobStartRequestValue()
          Create the variable value containing the StartRequest message
 VariableValue GPEWorkflowJob.newStatusValue(java.lang.String string)
          Create the value of type unigrids:StatusType
 VariableValue GPEWorkflowJob.newSubmitValue(GPEJob jobTemplate, java.util.Calendar terminationTime)
          Create the value for the SubmitRequest message
 VariableValue GPEWorkflowJob.newVariableValue()
          Produce new empty VariableValue object.
 VariableValue GPEWorkflowJob.newVariableValue(org.w3c.dom.Element value)
          Produce new VariableValue object containing the supplied element.
 VariableValue GPEWorkflowJob.newVariableValue(java.lang.String string)
          Create the variable value containing the supplied string
 

Methods in com.intel.gpe.clients.api.workflow with parameters of type VariableValue
 void Scope.addVariable(Variable var, VariableValue initialValue)
          Add the variable with the specified value
 void WorkflowJob.addVariable(Variable variable, VariableValue value)
          Add variable declaration/
 VariableValue VariableValue.getArrayValue(javax.xml.namespace.QName array, VariableValue[] elements)
          Create a new VariableValue that is an array of the supplied values.
 

Constructors in com.intel.gpe.clients.api.workflow with parameters of type VariableValue
Declaration(java.lang.String part, VariableValue value)
          Declare a variable with provided part name and value
Declaration(VariableValue value)
          Declare a variable with some generated name and the provided value.
Declaration(Variable variable, VariableValue value)
          Declare a variable with the provided name and the provided value.
 



Copyright © 2008. All Rights Reserved.