| java.lang.Object de.danet.an.workflow.domain.ActImplBase de.danet.an.workflow.domain.ToolBasedImpl
ToolBasedImpl | final public class ToolBasedImpl extends ActImplBase implements ToolImplementation(Code) | | This class represents (an item of) a tool based activity
implementation, i.e. it implements
de.danet.an.workflow.localapi.ActivityLocal.ToolImplementationToolImplementation .
author: version: $Revision: 1.5.2.1 $ |
serialVersionUID | final static long serialVersionUID(Code) | | Unique id.
|
actualParameters | public Object[] actualParameters()(Code) | | Return the actual parameters.
actualParameters. |
description | public String description()(Code) | | Return the implementation description.
value of description. |
invoke | public void invoke(ExtActivityLocal act)(Code) | | Triggers the execution of the current tool for the given activity.
Parameters: act - the activity |
mergeResult | public 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. |
saxConstructor | public static StackedHandler saxConstructor()(Code) | | Return a handler that can be used to initialize an object from
SAX events. The instance created is returned in the
HandlerStack's context data as "implementation".
the handler. |
toString | public String toString()(Code) | | Return a string representation of this object.
the representation |
Fields inherited from de.danet.an.workflow.domain.ActImplBase | final static long serialVersionUID(Code)(Java Doc)
|
|
|