| Package | Description |
|---|---|
| org.apache.camel.bam | |
| org.apache.camel.bam.model | |
| org.apache.camel.bam.processor | |
| org.apache.camel.bam.rules |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessDefinition |
ProcessBuilder.findOrCreateProcessDefinition() |
ProcessDefinition |
ProcessBuilder.getProcessDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessBuilder.setProcessDefinition(ProcessDefinition processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessDefinition |
ProcessDefinition.findOrCreateProcessDefinition(org.springframework.orm.jpa.JpaTemplate template,
String processName) |
ProcessDefinition |
ProcessInstance.getProcessDefinition() |
ProcessDefinition |
ActivityDefinition.getProcessDefinition() |
static ProcessDefinition |
ProcessDefinition.getRefreshedProcessDefinition(org.springframework.orm.jpa.JpaTemplate template,
ProcessDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessDefinition |
ProcessDefinition.getRefreshedProcessDefinition(org.springframework.orm.jpa.JpaTemplate template,
ProcessDefinition definition) |
void |
ProcessInstance.setProcessDefinition(ProcessDefinition processDefinition) |
void |
ActivityDefinition.setProcessDefinition(ProcessDefinition processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JpaBamProcessorSupport.setProcessDefinitionProperty(T entity,
ProcessDefinition processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
ProcessDefinition |
ProcessRules.getProcessDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessRules.setProcessDefinition(ProcessDefinition processDefinition) |
Apache Camel