ALBPM Process API (PAPI)

fuego.papi
Interface ArgumentSet


public interface ArgumentSet

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
          Represents an argument of an ArgumentSet
 
Method Summary
 ArgumentSet.Argument[] getArguments()
          Gets the arguments assigned to this ArgumentSet.
 String getName()
          Gets the name of this ArgumentSet which was defined in the process.
 

Method Detail

getArguments

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

Returns:
The arguments of this ArgumentSet

getName

public String getName()
Gets the name of this ArgumentSet which was defined in the process.

Returns:
The name of this ArgumentSet.

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved