ALBPM Process API (PAPI)

fuego.papi
Interface GlobalExecution

All Superinterfaces:
Execution, Serializable

public interface GlobalExecution
extends Execution

Allows advanced users to customize invocations of Global Activities on client-side components.


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

Method Detail

getReturnValue

public 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 (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved