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

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

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

Subinterfaces of Action in com.intel.gpe.clients.api.workflow
static interface ActionScope.GenericCatch
          The generic interface for the fault handler.
 interface DataStagingSetup
          Setting up the data staging elements in the JSDL Job definition.
 

Classes in com.intel.gpe.clients.api.workflow that implement Action
 class ActionScope
          The action block equipped with fault handlers.
static class ActionScope.Catch
          Fault handler to catch faults with the (probably) specified QName.
 class Assignment
          The assignment between variables or partner links.
 class AtomicJob
          The complex action for performing an atomic job invocation.
 class CustomizableDataStagingSetup
          Create data staging setup code only for supported transfer mechanisms.
 class Declaration
          The declaration of a variable or a partner link.
 class Destroy
          The complex action for performing destruction of a WSRF resource.
 class FileExport
          The complex action for creating a file transfer (export) resource.
 class FileExportFromExpression
          The complex action for creating a file transfer (export) resource.
 class FileImport
          The complex action for creating a file transfer (import) resource.
 class FileImportFromExpression
          The complex action for creating a file transfer (import) resource.
 class Flow
          The set of parallel actions.
 class GASSDataStagingSetup
           
 class GetResourceProperty
          The complex action for performing GetResourceProperty request.
 class GridFTPDataStagingSetup
           
 class Invocation
          The invocation of some web-service
 class ListDirectory
           
 class ListFileProperties
          The complex action for performing an invocation of StorageManagement.ListProperties request.
 class Pick
          Waiting for messages to the workflow resource.
 class RandomByteIODataStagingSetup
           
 class Sequence
          The sequence of actions.
 class StreamableByteIODataStagingSetup
           
 class Switch
          The selection construct.
 class Throw
          Throw a user defined fault.
 class URLBasedDataStagingSetup
          Base class for URL based data staging
 class While
          The loop construct.
 

Methods in com.intel.gpe.clients.api.workflow that return Action
 Action GPEWorkflowJob.getAction()
          Get the root action.
 Action Switch.Case.getAction()
          Get the action.
protected abstract  Action URLBasedDataStagingSetup.getDestroy(PartnerLink resource, com.intel.gpe.util.xml.Namespaces namespaces)
           
 

Methods in com.intel.gpe.clients.api.workflow with parameters of type Action
 void Flow.addAction(Action action)
          Add the next parallel action to the construct.
 void Sequence.addAction(Action action)
          Add the next action to the sequence.
static org.w3c.dom.Element BPELPrimitives.createCase(org.w3c.dom.Document doc, java.lang.String condition, Action action, Scope scope)
           
static org.w3c.dom.Element BPELPrimitives.createOtherwise(org.w3c.dom.Document doc, Action action, Scope scope)
           
static org.w3c.dom.Element BPELPrimitives.createWhile(org.w3c.dom.Document doc, java.lang.String condition, Action action, Scope scope)
           
 void Workflow.emitWorkflow(Action action, Scope scope, org.w3c.dom.Element process)
          Emit the workflow.
 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 WorkflowJob.setProcess(Workflow workflow, Action action)
          Set the process element of the job.
 

Constructors in com.intel.gpe.clients.api.workflow with parameters of type Action
ActionScope.Catch(javax.xml.namespace.QName faultName, Action action)
          Create a fault handler.
ActionScope(Action action, ActionScope.GenericCatch[] faultHandlers)
           
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.
Switch.Case(java.lang.String condition, Action action)
          Create the code branch.
Switch(Switch.Case[] cases, Action otherwise)
          Create the selection construct.
While(java.lang.String condition, Action action)
          Create the loop construct.
 



Copyright © 2008. All Rights Reserved.