public class BusinessProcessContext extends Object implements Context
| Constructor and Description |
|---|
BusinessProcessContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
flush()
Propagate all additions and removals to the jBPM database if
there is a current process instance, or do nothing if there
is no current process instance.
|
Object |
get(Class clazz)
Get a component instance, by its component name,
as determined by the @Name annotation value.
|
Object |
get(String name)
Get a value by name.
|
String[] |
getNames()
Get all names defined in the context.
|
ScopeType |
getType()
Get the scope that this context object is associated with,
|
boolean |
isSet(String name)
Is the value set?
|
void |
remove(String name)
Unset a value.
|
void |
set(String name,
Object value)
Set a value.
|
public ScopeType getType()
Contextpublic void set(String name, Object value)
Contextpublic boolean isSet(String name)
Contextpublic String[] getNames()
Contextpublic Object get(Class clazz)
Contextpublic void clear()
Copyright © 2015 Seam Framework. All Rights Reserved.