|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
org.jbpm.api.env | a layer that abstracts the engine and activities from the concrete environment in which the Process Virtual Machine runs. |
Uses of Context in org.jbpm.api.env |
---|
Subinterfaces of Context in org.jbpm.api.env | |
---|---|
interface |
EnvironmentFactory
factory for Environment s. |
Methods in org.jbpm.api.env that return Context | |
---|---|
abstract Context |
Environment.getContext(java.lang.String contextName)
|
abstract Context |
Environment.removeContext(Context context)
|
abstract Context |
Environment.removeContext(java.lang.String contextName)
|
Methods in org.jbpm.api.env with parameters of type Context | |
---|---|
abstract Context |
Environment.removeContext(Context context)
|
abstract void |
Environment.setContext(Context context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |