ALBPM Process API

fuego.papi
Interface TaskExecution

All Superinterfaces:
Execution

public interface TaskExecution
extends Execution


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

Method Detail

getReturnValue

@Deprecated
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

getInstanceId

InstanceId getInstanceId()

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved