ALBPM Process API

fuego.papi
Interface GlobalExecution

All Superinterfaces:
Execution

public interface GlobalExecution
extends Execution


Method Summary
 InstanceInfo getReturnValue()
          Deprecated. use Execution.getResult() instead.
 
Methods inherited from interface fuego.papi.Execution
beforeService, getArguments, getResult, next, setException, setInvocationResult
 

Method Detail

getReturnValue

@Deprecated
InstanceInfo getReturnValue()
Deprecated. use Execution.getResult() instead.

Finishes this execution and updates the Arguments object passed to the task.

Returns:
the instance created by the global activity, or null if none was created

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved