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


public interface Scope

The variable scope.

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

Method Summary
 void addPartnerLink(PartnerLink partnerLink, PartnerLinkValue epr)
          Add the partner link with the specified value
 void addVariable(Variable var, VariableValue initialValue)
          Add the variable with the specified value
 void addVariables(WorkflowJob job)
          Add the variable declarations from the scope to the job definition
 

Method Detail

addVariable

void addVariable(Variable var,
                 VariableValue initialValue)
Add the variable with the specified value

Parameters:
var - the name of the variable
initialValue - the initial variable value

addPartnerLink

void addPartnerLink(PartnerLink partnerLink,
                    PartnerLinkValue epr)
Add the partner link with the specified value

Parameters:
partnerLink - the partner link
epr - the endpoint reference of the remote party

addVariables

void addVariables(WorkflowJob job)
Add the variable declarations from the scope to the job definition

Parameters:
job - the job definition to add the variable declarations to


Copyright © 2008. All Rights Reserved.