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

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

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

Methods in com.intel.gpe.clients.api.workflow with parameters of type Scope
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 Action.emitCode(Scope scope, org.w3c.dom.Element target)
          Emit the piece of code corresponding to the current action.
 void ActionScope.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void ActionScope.Catch.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void Assignment.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void AtomicJob.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void CustomizableDataStagingSetup.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void Declaration.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void Destroy.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void FileExport.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void FileExportFromExpression.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void FileImport.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void FileImportFromExpression.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void Flow.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void GetResourceProperty.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void Invocation.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void ListDirectory.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void ListFileProperties.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void Pick.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void Pick.OnMessage.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void Sequence.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void Switch.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void Throw.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void URLBasedDataStagingSetup.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void While.emitCode(Scope scope, org.w3c.dom.Element target)
           
 void Workflow.emitWorkflow(Action action, Scope scope, org.w3c.dom.Element process)
          Emit the workflow.
 



Copyright © 2008. All Rights Reserved.