ALBPM Process API (PAPI)

fuego.papi
Interface TaskExecution

All Superinterfaces:
Execution, Serializable

public interface TaskExecution
extends Execution

This interface allows a PAPI client to customize invocations over a task in interactive activities on client-side components.
This interface is intended for advanced usage of PAPI.


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

Method Detail

getReturnValue

public Arguments getReturnValue()
Deprecated. use Execution.getResult() instead

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

Returns:
the arguments object passed to the task

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved