Uses of Class
org.jbpm.module.exe.ModuleInstance

Packages that use ModuleInstance
org.jbpm.context.def the part of the runtime process data structures related to variables. 
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 interface for adding aspect to a process definition in a pluggable manner. 
org.jbpm.taskmgmt.def process definition extensions for task management related information. 
org.jbpm.taskmgmt.exe extensions of runtime process instance data structure for tasks. 
 

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
 

Methods in org.jbpm.graph.exe that return ModuleInstance
 ModuleInstance ProcessInstance.addInstance(ModuleInstance moduleInstance)
          adds the given optional moduleinstance (bidirectional).
 ModuleInstance ProcessInstance.getInstance(java.lang.Class moduleClass)
          looks up an optional module instance by its class.
 ModuleInstance ExecutionContext.getInstance(java.lang.Class clazz)
           
 ModuleInstance ProcessInstance.removeInstance(ModuleInstance moduleInstance)
          removes the given optional moduleinstance (bidirectional).
 

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.
 



Copyright © 2010 JBoss Community. All Rights Reserved.