|
BPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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. |
TimeZone |
getTimezone()
Returns the Timezone of the participant |
VarDefinition |
getVariable(String variableId)
Returns the variable associated with the id. |
| Method Detail |
|---|
Locale getLocale()
Participant getParticipant(String participantId)
participantId - The participant id.
TimeZone getTimezone()
Process getProcess(String processId)
processId - The process Id.
VarDefinition getVariable(String variableId)
variableId - Varialbe id.
|
BPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||