de.danet.an.workflow.api
Interface Activity.ToolImplementation

All Superinterfaces:
Activity.Implementation, java.io.Serializable
Enclosing interface:
Activity

public static interface Activity.ToolImplementation
extends Activity.Implementation

This interface describes the implementation of an activity by a tool.


Method Summary
 java.lang.String description()
          Return the implementation description.
 java.lang.String id()
          Return the tool id.
 

Method Detail

id

public java.lang.String id()
Return the tool id. The id can be mapped to a tool definition by ProcessDefinition.applicationById.

Returns:
value of id.

description

public java.lang.String description()
Return the implementation description.

Returns:
value of description.