|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PVMProcessDefinitionImpl | |
---|---|
org.ow2.bonita.pvm.internal.hibernate | |
org.ow2.bonita.pvm.internal.model | |
org.ow2.bonita.pvm.model | |
org.ow2.bonita.pvm.test.base |
Uses of PVMProcessDefinitionImpl in org.ow2.bonita.pvm.internal.hibernate |
---|
Fields in org.ow2.bonita.pvm.internal.hibernate declared as PVMProcessDefinitionImpl | |
---|---|
protected PVMProcessDefinitionImpl |
ExecutionType.processDefinition
|
Uses of PVMProcessDefinitionImpl in org.ow2.bonita.pvm.internal.model |
---|
Fields in org.ow2.bonita.pvm.internal.model declared as PVMProcessDefinitionImpl | |
---|---|
protected PVMProcessDefinitionImpl |
ExecutionImpl.processDefinition
|
protected PVMProcessDefinitionImpl |
ProcessElementImpl.processDefinition
|
Methods in org.ow2.bonita.pvm.internal.model that return PVMProcessDefinitionImpl | |
---|---|
PVMProcessDefinitionImpl |
ExecutionImpl.getProcessDefinition()
|
Methods in org.ow2.bonita.pvm.internal.model with parameters of type PVMProcessDefinitionImpl | |
---|---|
void |
ExecutionImpl.initializeProcessInstance(PVMProcessDefinitionImpl processDefinition,
java.lang.String key)
|
void |
ExecutionImpl.setProcessDefinition(PVMProcessDefinitionImpl processDefinition)
|
void |
ProcessElementImpl.setProcessDefinition(PVMProcessDefinitionImpl processDefinition)
|
Uses of PVMProcessDefinitionImpl in org.ow2.bonita.pvm.model |
---|
Fields in org.ow2.bonita.pvm.model declared as PVMProcessDefinitionImpl | |
---|---|
protected PVMProcessDefinitionImpl |
ProcessFactory.processDefinition
|
Methods in org.ow2.bonita.pvm.model that return PVMProcessDefinitionImpl | |
---|---|
protected PVMProcessDefinitionImpl |
ProcessFactory.instantiateProcessDefinition()
to be overwritten by specific process language factories |
Methods in org.ow2.bonita.pvm.model with parameters of type PVMProcessDefinitionImpl | |
---|---|
static ProcessFactory |
ProcessFactory.build(java.lang.String processName,
PVMProcessDefinitionImpl processDefinition)
starts populating a given process definition |
Constructors in org.ow2.bonita.pvm.model with parameters of type PVMProcessDefinitionImpl | |
---|---|
ProcessFactory(java.lang.String processName,
PVMProcessDefinitionImpl processDefinition)
start building a process definition with the given name. |
Uses of PVMProcessDefinitionImpl in org.ow2.bonita.pvm.test.base |
---|
Methods in org.ow2.bonita.pvm.test.base that return PVMProcessDefinitionImpl | |
---|---|
PVMProcessDefinitionImpl |
EnvironmentDbTestCase.reload(OpenProcessDefinition processDefinition)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |