Uses of Class
com.intel.gpe.clients.api.workflow.Variable

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

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

Methods in com.intel.gpe.clients.api.workflow that return Variable
 Variable Variable.derive(java.lang.String query)
          Derive the variable that points to a sub-node of the node referenced by this variable.
 Variable ListFileProperties.getFileProperties()
          Get the variable containing the returned unigrids:GridFile structure
 Variable ListDirectory.getFiles()
           
 Variable AtomicJob.getGetJobStateRequest()
           
 Variable AtomicJob.getGetJobStateResponse()
           
 Variable AtomicJob.getGetJobWorkingDirectoryResponse()
           
 Variable AtomicJob.getJobDefinition()
          Get the variable where the job definition of the submitted job is stored
 Variable AtomicJob.getJobState()
           
 Variable AtomicJob.getJobStatus()
          Get the variable where the job's status is stored
 Variable AtomicJob.getJobStatusChangeNotification()
           
 Variable AtomicJob.getStartJobRequest()
           
 Variable AtomicJob.getStartJobResponse()
           
 Variable GPEWorkflowJob.getStatusVariable()
          Get the variable which is used to store the status of the GPEWorkflowJob
 Variable AtomicJob.getSubmitJobRequest()
           
 Variable AtomicJob.getSubmitJobResponse()
           
 Variable AtomicJob.getSubscribeToJobStatusChangeNotificationsRequest()
           
 Variable AtomicJob.getSubscribeToJobStatusChangeNotificationsResponse()
           
 Variable BoundVariable.getVariable()
           
 Variable Declaration.getVariable()
          Get the name of the generated variable
 Variable AtomicJob.getWorkingDirectory()
          Get the endpoint reference of the working directory storage resource
 

Methods in com.intel.gpe.clients.api.workflow with parameters of type Variable
 void Scope.addVariable(Variable var, VariableValue initialValue)
          Add the variable with the specified value
 void WorkflowJob.addVariable(Variable variable, VariableValue value)
          Add variable declaration/
static org.w3c.dom.Element BPELPrimitives.createAssignment(org.w3c.dom.Document doc, PartnerLink from, boolean myRole, Variable to)
           
static org.w3c.dom.Node BPELPrimitives.createAssignment(org.w3c.dom.Document doc, java.lang.String expr, Variable to)
           
static org.w3c.dom.Element BPELPrimitives.createAssignment(org.w3c.dom.Document doc, Variable from, PartnerLink to)
           
static org.w3c.dom.Element BPELPrimitives.createAssignment(org.w3c.dom.Document doc, Variable from, Variable to)
           
static org.w3c.dom.Element BPELPrimitives.createInvocation(org.w3c.dom.Document doc, javax.xml.namespace.QName portType, java.lang.String operation, PartnerLink partnerLink, Variable input, Variable output, java.util.Map parameters, com.intel.gpe.util.xml.Namespaces namespaces)
           
static org.w3c.dom.Element BPELPrimitives.createOnMessage(org.w3c.dom.Document doc, javax.xml.namespace.QName portType, java.lang.String operation, PartnerLink partnerLink, Variable variable, com.intel.gpe.util.xml.Namespaces namespaces)
           
 void CustomizableDataStagingSetup.getFileExportURL(Variable url, PartnerLink storage, java.lang.String file)
           
 void DataStagingSetup.getFileExportURL(Variable url, PartnerLink storage, java.lang.String file)
           
 void URLBasedDataStagingSetup.getFileExportURL(Variable url, PartnerLink storage, java.lang.String file)
           
protected abstract  GetResourceProperty CustomizableDataStagingSetup.getProtocolsProperty(PartnerLink storage, Variable protocolsResponse, com.intel.gpe.util.xml.Namespaces namespaces)
           
protected abstract  GetResourceProperty URLBasedDataStagingSetup.getSourceProperty(PartnerLink resource, Variable response, com.intel.gpe.util.xml.Namespaces namespaces)
           
<StatusType extends Status>
StatusType
WorkflowJobClient.getStatus(Variable name)
          Get the value of some status variable (the variable holding the value of type unigrids:StatusType).
protected abstract  GetResourceProperty URLBasedDataStagingSetup.getTargetProperty(PartnerLink resource, Variable response, com.intel.gpe.util.xml.Namespaces namespaces)
           
 GetResourceProperty GPEWorkflowJob.newGetResourceProperty(javax.xml.namespace.QName property, PartnerLink resource, Variable response, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the GetResourceProperty action
 ListDirectory GPEWorkflowJob.newListDirectory(PartnerLink storage, Variable directoryPath, Variable includes, Variable excludes, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the ListDirectory action.
 ListFileProperties GPEWorkflowJob.newListFileProperties(PartnerLink storage, Variable filePath, Variable gridFile, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the ListFileProperties action.
 Pick.OnMessage GPEWorkflowJob.newNotificationHandler(PartnerLink partnerLink, Variable variable, Action body, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the handler of ws-bn:Notify messages.
 void ListDirectory.setCaseSensitive(Variable caseSensitive)
           
 void ListDirectory.setExcludes(Variable excludes)
           
 void ListDirectory.setIncludes(Variable includes)
           
 void ListDirectory.setSaveDirStruct(Variable saveDirStruct)
           
 void GPEWorkflowJob.setStatusVariable(Variable var)
          Set the variable which is used to store the status of the GPEWorkflowJob
 void URLBasedDataStagingSetup.setupExport(PartnerLink storage, Variable jobDescription, java.lang.String file)
           
 void CustomizableDataStagingSetup.setupExport(Variable dataStaging, PartnerLink storage, java.lang.String file)
           
 void DataStagingSetup.setupExport(Variable dataStaging, PartnerLink storage, java.lang.String file)
          Setup export from the working directory of the job to submit to the storage.
 void URLBasedDataStagingSetup.setupExport(Variable dataStaging, PartnerLink targetStorage, java.lang.String file)
           
 void CustomizableDataStagingSetup.setupExportFromArray(PartnerLink storage, Variable jobDescriprtion, Variable array, java.lang.String path)
           
 void DataStagingSetup.setupExportFromArray(PartnerLink storage, Variable jobDescriprtion, Variable array, java.lang.String path)
          Setup export from the working directory of the job to submit to the storage
 void URLBasedDataStagingSetup.setupExportFromArray(PartnerLink storage, Variable jobDescriprtion, Variable array, java.lang.String path)
           
 void URLBasedDataStagingSetup.setupExportFromExpression(PartnerLink storage, Variable jobDescription, java.lang.String expression)
           
 void CustomizableDataStagingSetup.setupExportFromExpression(Variable dataStaging, PartnerLink storage, java.lang.String expression)
           
 void DataStagingSetup.setupExportFromExpression(Variable dataStaging, PartnerLink storage, java.lang.String expression)
          Setup import from the working directory of the job to submit to the storage
 void URLBasedDataStagingSetup.setupExportFromExpression(Variable dataStaging, PartnerLink targetStorage, java.lang.String expression)
           
 void URLBasedDataStagingSetup.setupImport(PartnerLink sourceStorage, Variable jobDescription, java.lang.String file)
           
 void CustomizableDataStagingSetup.setupImport(Variable dataStaging, PartnerLink storage, java.lang.String file)
           
 void DataStagingSetup.setupImport(Variable dataStaging, PartnerLink storage, java.lang.String file)
          Setup import from the storage the working directory of the job to submit.
 void URLBasedDataStagingSetup.setupImport(Variable dataStaging, PartnerLink sourceStorage, java.lang.String file)
           
 void CustomizableDataStagingSetup.setupImport(Variable dataStaging, StorageClient client, java.lang.String file)
           
 void DataStagingSetup.setupImport(Variable dataStaging, StorageClient client, java.lang.String file)
          Setup import from the storage the working directory of the job to submit.
 void URLBasedDataStagingSetup.setupImport(Variable dataStaging, StorageClient targetSystem, java.lang.String file)
           
 void CustomizableDataStagingSetup.setupImportFromArray(PartnerLink storage, Variable jobDescription, Variable array, java.lang.String path)
           
 void DataStagingSetup.setupImportFromArray(PartnerLink storage, Variable jobDescription, Variable array, java.lang.String path)
          Setup import from the working directory of the job to submit to the storage
 void URLBasedDataStagingSetup.setupImportFromArray(PartnerLink storage, Variable jobDescription, Variable array, java.lang.String path)
           
 void URLBasedDataStagingSetup.setupImportFromExpression(PartnerLink storage, Variable jobDescription, java.lang.String expression)
           
 void CustomizableDataStagingSetup.setupImportFromExpression(Variable dataStaging, PartnerLink storage, java.lang.String expression)
           
 void DataStagingSetup.setupImportFromExpression(Variable dataStaging, PartnerLink storage, java.lang.String expression)
          Setup export from the working directory of the job to submit to the storage
 void URLBasedDataStagingSetup.setupImportFromExpression(Variable dataStaging, PartnerLink targetStorage, java.lang.String expression)
           
 

Constructors in com.intel.gpe.clients.api.workflow with parameters of type Variable
Assignment(PartnerLink plfrom, boolean myRole, Variable vto)
          Create a assignment from a partner link to a variable.
Assignment(java.lang.String expr, Variable to)
          Create a assignment from an expression to a variable.
Assignment(Variable vfrom, PartnerLink plto)
          Create a assignment from a variable to a partner link.
Assignment(Variable from, Variable to)
          Create a assignment from one variable to another.
BoundVariable(Variable variable, VariableValueType value)
           
Declaration(Variable variable, VariableValue value)
          Declare a variable with the provided name and the provided value.
GetResourceProperty(javax.xml.namespace.QName name, PartnerLink resource, Variable to, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the GetResourceProperty action.
Invocation(javax.xml.namespace.QName portType, java.lang.String operation, PartnerLink partnerLink, Variable input, Variable output, java.util.Map parameters, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the invocation action
ListDirectory(PartnerLink storage, Variable directoryPath, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the action
ListDirectory(PartnerLink storage, Variable directoryPath, Variable includes, Variable excludes, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the action
ListFileProperties(PartnerLink storage, Variable filePath, Variable gridFile, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the action
Pick.OnMessage(javax.xml.namespace.QName portType, java.lang.String operation, PartnerLink partnerLink, Variable variable, Action body, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the message handler with the supplied message signature.
 



Copyright © 2008. All Rights Reserved.