ALBPM Process API

fuego.papi
Interface ArgumentSet


public interface ArgumentSet

This class represents an ArgumentSet defined in the process. This ArgumentSet could be defined in a Begin activity or in a Notification Wait activity.


Nested Class Summary
static interface ArgumentSet.Argument
          This class represent an argument of an ArgumentSet
 
Method Summary
 ArgumentSet.Argument[] getArguments()
          Returns the arguments assigned to this ArgumentSet.
 String getName()
          Returns the name of the ArgumentSet which was defined in the process.
 

Method Detail

getArguments

ArgumentSet.Argument[] getArguments()
Returns the arguments assigned to this ArgumentSet.

Returns:
The arguments of this ArgumentSet

getName

String getName()
Returns the name of the ArgumentSet which was defined in the process.

Returns:
The name of the ArgumentSet.

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved