|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProcessDefinition in org.ow2.bonita.pvm |
---|
Fields in org.ow2.bonita.pvm declared as ProcessDefinition | |
---|---|
protected ProcessDefinition |
Deployment.processDefinition
|
Methods in org.ow2.bonita.pvm that return ProcessDefinition | |
---|---|
ProcessDefinition |
ProcessService.deploy(Deployment deployment)
deploy a new process definition into the process repository. |
ProcessDefinition |
ProcessService.findLatestProcessDefinition(java.lang.String processDefinitionName)
latest version of the processDefinition with the given name. |
ProcessDefinition |
ProcessService.findProcessDefinition(java.lang.String processDefinitionName,
int processDefinitionVersion)
specific version of a named processDefinition. |
ProcessDefinition |
Deployment.getProcessDefinition()
|
Methods in org.ow2.bonita.pvm that return types with arguments of type ProcessDefinition | |
---|---|
java.util.List<ProcessDefinition> |
ProcessService.findProcessDefinitions(java.lang.String processDefinitionName)
all versions of the given process. |
Methods in org.ow2.bonita.pvm with parameters of type ProcessDefinition | |
---|---|
void |
Deployment.setProcessDefinition(ProcessDefinition processDefinition)
|
Constructors in org.ow2.bonita.pvm with parameters of type ProcessDefinition | |
---|---|
Deployment(ProcessDefinition processDefinition)
|
Uses of ProcessDefinition in org.ow2.bonita.pvm.client |
---|
Subinterfaces of ProcessDefinition in org.ow2.bonita.pvm.client | |
---|---|
interface |
ClientProcessDefinition
|
Uses of ProcessDefinition in org.ow2.bonita.pvm.internal.cmd |
---|
Methods in org.ow2.bonita.pvm.internal.cmd that return ProcessDefinition | |
---|---|
ProcessDefinition |
DeployCmd.execute(Environment environment)
|
Uses of ProcessDefinition in org.ow2.bonita.pvm.internal.model |
---|
Classes in org.ow2.bonita.pvm.internal.model that implement ProcessDefinition | |
---|---|
class |
PVMProcessDefinitionImpl
|
Methods in org.ow2.bonita.pvm.internal.model with parameters of type ProcessDefinition | |
---|---|
java.lang.String |
DefaultIdGenerator.createId(ProcessDefinition processDefinition,
Execution parent,
Execution execution)
|
Uses of ProcessDefinition in org.ow2.bonita.pvm.internal.svc |
---|
Methods in org.ow2.bonita.pvm.internal.svc that return ProcessDefinition | |
---|---|
ProcessDefinition |
CommandProcessService.deploy(Deployment deployment)
|
ProcessDefinition |
CommandProcessService.deploy(OpenProcessDefinition processDefinition)
|
ProcessDefinition |
CommandProcessService.findLatestProcessDefinition(java.lang.String processDefinitionName)
|
ProcessDefinition |
CommandProcessService.findProcessDefinition(java.lang.String processDefinitionName,
int version)
|
Methods in org.ow2.bonita.pvm.internal.svc that return types with arguments of type ProcessDefinition | |
---|---|
java.util.List<ProcessDefinition> |
CommandProcessService.findProcessDefinitions(java.lang.String processDefinitionName)
|
Uses of ProcessDefinition in org.ow2.bonita.pvm.model |
---|
Subinterfaces of ProcessDefinition in org.ow2.bonita.pvm.model | |
---|---|
interface |
OpenProcessDefinition
a graph (or tree) structure that can be executed. |
Methods in org.ow2.bonita.pvm.model with parameters of type ProcessDefinition | |
---|---|
java.lang.String |
IdGenerator.createId(ProcessDefinition processDefinition,
Execution parent,
Execution execution)
generates a unique id for the given execution. |
java.lang.String |
ExecutionKeyGenerator.createKey(ProcessDefinition processDefinition,
Execution execution,
java.lang.String executionRef)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |