| de.danet.an.workflow.internalapi.ExtImplementationLocal
All known Subclasses: de.danet.an.workflow.domain.ActImplBase,
ExtImplementationLocal | public interface ExtImplementationLocal extends Implementation(Code) | | This interface extends the base interface with some methods that
all implementations of Activity.Implementation in this
package provide.
author: version: $Revision: 1.1 $ |
invoke | void invoke(ExtActivityLocal act)(Code) | | Run the implementation.
Parameters: act - the activity to perform |
mergeResult | void mergeResult(ActivityLocal act, Map result) throws InvalidDataException(Code) | | Merge the result returned by an implementation into the process
data. The names of the result data items must be formal parameter
names which are mapped to process data items as defined by the
actual parameters.
Parameters: act - the activity related with the implementation invocation. Parameters: result - the result data. throws: InvalidDataException - if the entries in the result do notmatch formal parameter names or excessive entries exist. |
|
|