de.danet.an.workflow.api
Interface Application


public interface Application

This interface defines methods to access the definition of an application that participates in a workflow process.

Version:
$Revision: 1.2 $
Author:

Method Summary
 java.lang.String description()
          Returns the description of the application.
 java.lang.String id()
          Returns the id of the Application.
 

Method Detail

id

public java.lang.String id()
Returns the id of the Application.

Returns:
The id as specified in the process definition.

description

public java.lang.String description()
Returns the description of the application.

Returns:
The description as specified in the process definition.