|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowContext
A WorkflowContext is a container for models and other objects.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_SLOT
Identifier of the default slot. |
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.String slotName)
returns the object of the given slot name. |
java.lang.String[] |
getSlotNames()
|
void |
set(java.lang.String slotName,
java.lang.Object value)
Sets the passed Model the specified slot. |
| Field Detail |
|---|
static final java.lang.String DEFAULT_SLOT
| Method Detail |
|---|
java.lang.Object get(java.lang.String slotName)
slotName - The slot's name.
void set(java.lang.String slotName,
java.lang.Object value)
slotName - The slot's name.value - object to store in the slot (set null to remove
the slot)java.lang.String[] getSlotNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||