| de.danet.an.workflow.api.Application
Application | public interface Application (Code) | | This interface defines methods to access the definition of an application
that participates in a workflow process.
author: version: $Revision: 1.2 $ |
description | String description()(Code) | | Returns the description of the application.
The description as specified in the process definition. |
id | String id()(Code) | | Returns the id of the Application.
The id as specified in the process definition. |
|
|