Uses of Class
org.jbpm.module.def.ModuleDefinition

Packages that use ModuleDefinition
org.jbpm.context.def   
org.jbpm.file.def storage of binary information. 
org.jbpm.graph.def contains all structural elements of a process graph. 
org.jbpm.graph.exe contains the runtime structures for process executions. 
org.jbpm.taskmgmt.def   
 

Uses of ModuleDefinition in org.jbpm.context.def
 

Subclasses of ModuleDefinition in org.jbpm.context.def
 class ContextDefinition
           
 

Uses of ModuleDefinition in org.jbpm.file.def
 

Subclasses of ModuleDefinition in org.jbpm.file.def
 class FileDefinition
           
 

Uses of ModuleDefinition in org.jbpm.graph.def
 

Fields in org.jbpm.graph.def with type parameters of type ModuleDefinition
protected  java.util.Map<java.lang.String,ModuleDefinition> ProcessDefinition.definitions
           
 

Methods in org.jbpm.graph.def with type parameters of type ModuleDefinition
<D extends ModuleDefinition>
D
ProcessDefinition.getDefinition(java.lang.Class<D> clazz)
           
 

Methods in org.jbpm.graph.def that return ModuleDefinition
 ModuleDefinition ProcessDefinition.addDefinition(ModuleDefinition moduleDefinition)
           
 ModuleDefinition ProcessDefinition.removeDefinition(ModuleDefinition moduleDefinition)
           
 

Methods in org.jbpm.graph.def that return types with arguments of type ModuleDefinition
 java.util.Map<java.lang.String,ModuleDefinition> ProcessDefinition.getDefinitions()
           
 

Methods in org.jbpm.graph.def with parameters of type ModuleDefinition
 ModuleDefinition ProcessDefinition.addDefinition(ModuleDefinition moduleDefinition)
           
 ModuleDefinition ProcessDefinition.removeDefinition(ModuleDefinition moduleDefinition)
           
 

Method parameters in org.jbpm.graph.def with type arguments of type ModuleDefinition
 void ProcessDefinition.setDefinitions(java.util.Map<java.lang.String,ModuleDefinition> definitions)
           
 

Uses of ModuleDefinition in org.jbpm.graph.exe
 

Methods in org.jbpm.graph.exe with type parameters of type ModuleDefinition
<D extends ModuleDefinition>
D
ExecutionContext.getDefinition(java.lang.Class<D> clazz)
           
 

Uses of ModuleDefinition in org.jbpm.taskmgmt.def
 

Subclasses of ModuleDefinition in org.jbpm.taskmgmt.def
 class TaskMgmtDefinition
          extends a process definition with information about tasks, swimlanes (for task assignment).
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.