|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModuleInstance | |
|---|---|
| org.jbpm.context.def | |
| org.jbpm.context.exe | contains ContextInstance, the
central interface class for working with process variables. |
| org.jbpm.file.def | storage of binary information. |
| org.jbpm.graph.exe | contains the runtime structures for process executions. |
| org.jbpm.logging.exe | contains LoggingInstance that collects
process logs |
| org.jbpm.module.def | |
| org.jbpm.taskmgmt.def | |
| org.jbpm.taskmgmt.exe | |
| Uses of ModuleInstance in org.jbpm.context.def |
|---|
| Methods in org.jbpm.context.def that return ModuleInstance | |
|---|---|
ModuleInstance |
ContextDefinition.createInstance()
|
| Uses of ModuleInstance in org.jbpm.context.exe |
|---|
| Subclasses of ModuleInstance in org.jbpm.context.exe | |
|---|---|
class |
ContextInstance
Maintains all the key-variable pairs for a process instance. |
| Uses of ModuleInstance in org.jbpm.file.def |
|---|
| Methods in org.jbpm.file.def that return ModuleInstance | |
|---|---|
ModuleInstance |
FileDefinition.createInstance()
|
| Uses of ModuleInstance in org.jbpm.graph.exe |
|---|
| Fields in org.jbpm.graph.exe with type parameters of type ModuleInstance | |
|---|---|
protected java.util.Map<java.lang.String,ModuleInstance> |
ProcessInstance.instances
|
protected java.util.Map<java.lang.String,ModuleInstance> |
ProcessInstance.transientInstances
|
| Methods in org.jbpm.graph.exe with type parameters of type ModuleInstance | ||
|---|---|---|
|
ProcessInstance.getInstance(java.lang.Class<I> clazz)
looks up an optional module instance by its class. |
|
|
ExecutionContext.getInstance(java.lang.Class<I> clazz)
|
|
| Methods in org.jbpm.graph.exe that return ModuleInstance | |
|---|---|
ModuleInstance |
ProcessInstance.addInstance(ModuleInstance moduleInstance)
adds the given optional moduleinstance (bidirectional). |
ModuleInstance |
ProcessInstance.removeInstance(ModuleInstance moduleInstance)
removes the given optional moduleinstance (bidirectional). |
| Methods in org.jbpm.graph.exe that return types with arguments of type ModuleInstance | |
|---|---|
java.util.Map<java.lang.String,ModuleInstance> |
ProcessInstance.getInstances()
|
| Methods in org.jbpm.graph.exe with parameters of type ModuleInstance | |
|---|---|
ModuleInstance |
ProcessInstance.addInstance(ModuleInstance moduleInstance)
adds the given optional moduleinstance (bidirectional). |
ModuleInstance |
ProcessInstance.removeInstance(ModuleInstance moduleInstance)
removes the given optional moduleinstance (bidirectional). |
| Uses of ModuleInstance in org.jbpm.logging.exe |
|---|
| Subclasses of ModuleInstance in org.jbpm.logging.exe | |
|---|---|
class |
LoggingInstance
non persisted class that collects ProcessLogs during process
execution. |
| Uses of ModuleInstance in org.jbpm.module.def |
|---|
| Methods in org.jbpm.module.def that return ModuleInstance | |
|---|---|
abstract ModuleInstance |
ModuleDefinition.createInstance()
|
| Uses of ModuleInstance in org.jbpm.taskmgmt.def |
|---|
| Methods in org.jbpm.taskmgmt.def that return ModuleInstance | |
|---|---|
ModuleInstance |
TaskMgmtDefinition.createInstance()
|
| Uses of ModuleInstance in org.jbpm.taskmgmt.exe |
|---|
| Subclasses of ModuleInstance in org.jbpm.taskmgmt.exe | |
|---|---|
class |
TaskMgmtInstance
process instance extension for managing tasks on a process instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||