| Modifier and Type | Field and Description |
|---|---|
protected DeploymentEntity |
ParsedDeployment.deploymentEntity |
| Modifier and Type | Method and Description |
|---|---|
DeploymentEntity |
ParsedDeployment.getDeployment() |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnDeploymentHelper.copyDeploymentValuesToProcessDefinitions(DeploymentEntity deployment,
List<ProcessDefinitionEntity> processDefinitions)
Updates all the process definition entities to match the deployment's values for tenant, engine version, and deployment id.
|
boolean |
ProcessDefinitionDiagramHelper.shouldCreateDiagram(ProcessDefinitionEntity processDefinition,
DeploymentEntity deployment) |
| Constructor and Description |
|---|
ParsedDeployment(DeploymentEntity entity,
List<ProcessDefinitionEntity> processDefinitions,
Map<ProcessDefinitionEntity,BpmnParse> mapProcessDefinitionsToParses,
Map<ProcessDefinitionEntity,EngineResource> mapProcessDefinitionsToResources) |
| Modifier and Type | Method and Description |
|---|---|
protected DeploymentEntity |
AbstractDynamicInjectionCmd.createDerivedDeployment(CommandContext commandContext,
ProcessDefinitionEntity processDefinitionEntitty) |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.bpmn.model.BpmnModel |
AbstractDynamicInjectionCmd.createBpmnModel(CommandContext commandContext,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected ProcessDefinitionEntity |
AbstractDynamicInjectionCmd.deployDerivedDeploymentEntity(CommandContext commandContext,
DeploymentEntity deploymentEntity,
ProcessDefinitionEntity originalProcessDefinitionEntity) |
protected boolean |
DeployCmd.deploymentsDiffer(DeploymentEntity deployment,
DeploymentEntity saved) |
protected void |
DeployCmd.scheduleProcessDefinitionActivation(CommandContext commandContext,
DeploymentEntity deployment) |
protected void |
AbstractDynamicInjectionCmd.storeBpmnModelAsByteArray(CommandContext commandContext,
org.flowable.bpmn.model.BpmnModel bpmnModel,
DeploymentEntity deploymentEntity,
String resourceName) |
protected void |
InjectUserTaskInProcessInstanceCmd.updateBpmnProcess(CommandContext commandContext,
org.flowable.bpmn.model.Process process,
org.flowable.bpmn.model.BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected abstract void |
AbstractDynamicInjectionCmd.updateBpmnProcess(CommandContext commandContext,
org.flowable.bpmn.model.Process process,
org.flowable.bpmn.model.BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected void |
InjectEmbeddedSubProcessInProcessInstanceCmd.updateBpmnProcess(CommandContext commandContext,
org.flowable.bpmn.model.Process process,
org.flowable.bpmn.model.BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected void |
InjectParallelUserTaskCmd.updateBpmnProcess(CommandContext commandContext,
org.flowable.bpmn.model.Process process,
org.flowable.bpmn.model.BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected void |
InjectParallelEmbeddedSubProcessCmd.updateBpmnProcess(CommandContext commandContext,
org.flowable.bpmn.model.Process process,
org.flowable.bpmn.model.BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentEntity |
ExecutionContext.getDeployment() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BaseDynamicSubProcessInjectUtil.addResource(CommandContext commandContext,
DeploymentEntity deploymentEntity,
String resourceName,
byte[] bytes) |
static void |
DynamicSubProcessParallelInjectUtil.injectParallelSubProcess(org.flowable.bpmn.model.Process process,
org.flowable.bpmn.model.BpmnModel bpmnModel,
DynamicEmbeddedSubProcessBuilder dynamicEmbeddedSubProcessBuilder,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity,
CommandContext commandContext) |
static void |
DynamicSubProcessJoinInjectUtil.injectSubProcessWithJoin(String taskId,
org.flowable.bpmn.model.Process process,
org.flowable.bpmn.model.BpmnModel bpmnModel,
DynamicEmbeddedSubProcessBuilder dynamicEmbeddedSubProcessBuilder,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity,
CommandContext commandContext) |
protected static void |
BaseDynamicSubProcessInjectUtil.processDecisionTask(org.flowable.bpmn.model.FlowElement flowElement,
ProcessDefinition originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity,
CommandContext commandContext) |
static void |
BaseDynamicSubProcessInjectUtil.processFlowElements(CommandContext commandContext,
org.flowable.bpmn.model.FlowElementsContainer process,
org.flowable.bpmn.model.BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected static void |
BaseDynamicSubProcessInjectUtil.processSubProcessFlowElements(CommandContext commandContext,
String prefix,
org.flowable.bpmn.model.Process process,
org.flowable.bpmn.model.BpmnModel bpmnModel,
org.flowable.bpmn.model.SubProcess subProcess,
org.flowable.bpmn.model.BpmnModel subProcessBpmnModel,
ProcessDefinition originalProcessDefinition,
DeploymentEntity newDeploymentEntity,
Map<String,org.flowable.bpmn.model.FlowElement> generatedIds,
boolean includeDiInfo) |
protected static void |
BaseDynamicSubProcessInjectUtil.processUserTask(org.flowable.bpmn.model.FlowElement flowElement,
ProcessDefinition originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormHandler.parseConfiguration(List<org.flowable.bpmn.model.FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinition processDefinition) |
void |
DefaultStartFormHandler.parseConfiguration(List<org.flowable.bpmn.model.FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinition processDefinition) |
void |
DefaultFormHandler.parseConfiguration(List<org.flowable.bpmn.model.FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinition processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentManager.deploy(DeploymentEntity deployment) |
void |
DeploymentManager.deploy(DeploymentEntity deployment,
Map<String,Object> deploymentSettings) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
protected DataManager<DeploymentEntity> |
DeploymentEntityManagerImpl.getDataManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentEntityManagerImpl.insert(DeploymentEntity deployment) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentEntity |
MybatisDeploymentDataManager.create() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends DeploymentEntity> |
MybatisDeploymentDataManager.getManagedEntityClass() |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentEntity |
DeploymentBuilderImpl.deployment |
| Modifier and Type | Method and Description |
|---|---|
DeploymentEntity |
DeploymentBuilderImpl.getDeployment() |
Copyright © 2019 Flowable. All rights reserved.