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

All Known Subinterfaces:
ActionScope.GenericCatch, DataStagingSetup
All Known Implementing Classes:
ActionScope, ActionScope.Catch, Assignment, AtomicJob, CustomizableDataStagingSetup, Declaration, Destroy, FileExport, FileExportFromExpression, FileImport, FileImportFromExpression, Flow, GASSDataStagingSetup, GetResourceProperty, GridFTPDataStagingSetup, Invocation, ListDirectory, ListFileProperties, Pick, RandomByteIODataStagingSetup, Sequence, StreamableByteIODataStagingSetup, Switch, Throw, URLBasedDataStagingSetup, While

public interface Action

The basic element of the workflow. The workflow consists of (probably) nested actions. Actions may emit the BPEL (XML) code using emitCode(Scope, Element).

Version:
$Id: Action.java,v 1.3 2005/12/26 13:39:07 lukichev Exp $
Author:
Alexander Lukichev

Method Summary
 void emitCode(Scope scope, org.w3c.dom.Element target)
          Emit the piece of code corresponding to the current action.
 

Method Detail

emitCode

void emitCode(Scope scope,
              org.w3c.dom.Element target)
              throws java.lang.Exception
Emit the piece of code corresponding to the current action.

Parameters:
scope - The variable scope of the workflow
target - The XML DOM element to append the action code to
Throws:
java.lang.Exception - In a case of error


Copyright © 2008. All Rights Reserved.