ALBPM Process API

fuego.papi.utils
Interface FilterDescriptor.FilterDescriptionInformation

Enclosing class:
FilterDescriptor

public static interface FilterDescriptor.FilterDescriptionInformation

This interface contains the information used by the FilterDescription to generate the Filter description.


Method Summary
 Locale getLocale()
          Returns the locale of the description
 Participant getParticipant(String participantId)
          Returns the Participant associated with the id.
 Process getProcess(String processId)
          Returns the process assocated with the id.
 VarDefinition getVariable(String variableId)
          Returns the variable associated with the id.
 

Method Detail

getLocale

Locale getLocale()
Returns the locale of the description

Returns:
The locale of the description.

getParticipant

Participant getParticipant(String participantId)
Returns the Participant associated with the id.

Parameters:
participantId - The participant id.
Returns:
Participant associated with the id.

getProcess

Process getProcess(String processId)
Returns the process assocated with the id.

Parameters:
processId - The process Id.
Returns:
Process associated with the id.

getVariable

VarDefinition getVariable(String variableId)
Returns the variable associated with the id.

Parameters:
variableId - Varialbe id.
Returns:
Variable associated with the id.

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved