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

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

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

Methods in com.intel.gpe.clients.api.workflow that return PartnerLink
 PartnerLink FileExport.getFileTransfer()
          Get the partner link to the created file transfer resource.
 PartnerLink FileExportFromExpression.getFileTransfer()
          Get the partner link to the created file transfer resource.
 PartnerLink FileImport.getFileTransfer()
          Get the partner link to the created file transfer resource.
 PartnerLink FileImportFromExpression.getFileTransfer()
          Get the partner link to the created file transfer resource.
 PartnerLink AtomicJob.getJobManagement()
           
 PartnerLink AtomicJob.getJobManagementPartnerLink()
          Get the partner link to the created job management resource
 PartnerLink Declaration.getPartnerLink()
          Get the name of the declared partner link
 PartnerLink AtomicJob.getTargetSystem()
           
 

Methods in com.intel.gpe.clients.api.workflow with parameters of type PartnerLink
 void Scope.addPartnerLink(PartnerLink partnerLink, PartnerLinkValue epr)
          Add the partner link with the specified value
 void WorkflowJob.addPartnerLink(PartnerLink partnerLink, PartnerLinkValue value)
          Add partner link declaration
static org.w3c.dom.Element BPELPrimitives.createAssignment(org.w3c.dom.Document doc, PartnerLink from, boolean myRole, PartnerLink to)
           
static org.w3c.dom.Element BPELPrimitives.createAssignment(org.w3c.dom.Document doc, PartnerLink from, boolean myRole, Variable to)
           
static org.w3c.dom.Element BPELPrimitives.createAssignment(org.w3c.dom.Document doc, Variable from, PartnerLink 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)
           
protected abstract  Action URLBasedDataStagingSetup.getDestroy(PartnerLink resource, com.intel.gpe.util.xml.Namespaces namespaces)
           
protected abstract  FileExport URLBasedDataStagingSetup.getFileExport(PartnerLink sourceStorage, java.lang.String file, com.intel.gpe.util.xml.Namespaces namespaces)
           
protected abstract  FileExportFromExpression URLBasedDataStagingSetup.getFileExportFromExpression(PartnerLink sourceStorage, java.lang.String expression, 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  FileImport URLBasedDataStagingSetup.getFileImport(PartnerLink targetStorage, java.lang.String file, com.intel.gpe.util.xml.Namespaces namespaces)
           
protected abstract  FileImportFromExpression URLBasedDataStagingSetup.getFileImportFromExpression(PartnerLink targetStorage, java.lang.String expression, com.intel.gpe.util.xml.Namespaces namespaces)
           
<JobClientType extends JobClient>
JobClientType
WorkflowJobClient.getJobClient(PartnerLink partnerLink)
          Get the client class for the resource that is pointed by the specified partner link.
<VariableValueType extends VariableValue>
BoundVariable<VariableValueType>
WorkflowJobClient.getPartnerLink(PartnerLink name)
          Get the partner link by its name.
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)
           
protected abstract  GetResourceProperty URLBasedDataStagingSetup.getTargetProperty(PartnerLink resource, Variable response, com.intel.gpe.util.xml.Namespaces namespaces)
           
 AtomicJob GPEWorkflowJob.newAtomicJob(JSDLJob job, java.util.Calendar initialTerminationTime, PartnerLink targetSystem, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the AtomicJob action.
 Destroy GPEWorkflowJob.newDestroy(PartnerLink resource, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the Destroy action.
 FileImport GPEWorkflowJob.newFileImport(PartnerLink storage, java.lang.String protocol, java.lang.String file, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the FileImport action
 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 AtomicJob.setTargetSystem(PartnerLink targetSystem)
           
 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.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 PartnerLink
Assignment(PartnerLink plfrom, boolean myRole, PartnerLink plto)
          Create a assignment from one partner link to another.
Assignment(PartnerLink plfrom, boolean myRole, Variable vto)
          Create a assignment from a partner link to a variable.
Assignment(Variable vfrom, PartnerLink plto)
          Create a assignment from a variable to a partner link.
AtomicJob(Job jobDefinition, java.util.Calendar initialTerminationTime, PartnerLink targetSystem, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the AtomicJob complex action.
Declaration(PartnerLink partnerLink, PartnerLinkValue value)
          Declare a partner link with the provided name and the provided value.
Destroy(PartnerLink resource, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the destroy action.
FileExport(PartnerLink storageManagement, java.lang.String protocol, java.lang.String file, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the FileExport action.
FileExportFromExpression(PartnerLink storageManagement, java.lang.String protocol, java.lang.String expression, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the FileExportFromExpression action.
FileImport(PartnerLink storageManagement, java.lang.String protocol, java.lang.String file, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the FileImport action.
FileImportFromExpression(PartnerLink storageManagement, java.lang.String protocol, java.lang.String expression, com.intel.gpe.util.xml.Namespaces namespaces)
           
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.