Uses of Interface
org.flowable.engine.impl.persistence.entity.DeploymentEntity
-
-
Uses of DeploymentEntity in org.flowable.engine.impl.bpmn.deployer
Fields in org.flowable.engine.impl.bpmn.deployer declared as DeploymentEntity Modifier and Type Field Description protected DeploymentEntityParsedDeployment. deploymentEntityMethods in org.flowable.engine.impl.bpmn.deployer that return DeploymentEntity Modifier and Type Method Description DeploymentEntityParsedDeployment. getDeployment()Methods in org.flowable.engine.impl.bpmn.deployer with parameters of type DeploymentEntity Modifier and Type Method Description voidBpmnDeploymentHelper. 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.booleanProcessDefinitionDiagramHelper. shouldCreateDiagram(ProcessDefinitionEntity processDefinition, DeploymentEntity deployment)Constructors in org.flowable.engine.impl.bpmn.deployer with parameters of type DeploymentEntity Constructor Description ParsedDeployment(DeploymentEntity entity, List<ProcessDefinitionEntity> processDefinitions, Map<ProcessDefinitionEntity,BpmnParse> mapProcessDefinitionsToParses, Map<ProcessDefinitionEntity,EngineResource> mapProcessDefinitionsToResources) -
Uses of DeploymentEntity in org.flowable.engine.impl.cmd
Methods in org.flowable.engine.impl.cmd that return DeploymentEntity Modifier and Type Method Description protected DeploymentEntityAbstractDynamicInjectionCmd. createDerivedDeployment(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity)Methods in org.flowable.engine.impl.cmd with parameters of type DeploymentEntity Modifier and Type Method Description protected org.flowable.bpmn.model.BpmnModelAbstractDynamicInjectionCmd. createBpmnModel(CommandContext commandContext, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity)protected ProcessDefinitionEntityAbstractDynamicInjectionCmd. deployDerivedDeploymentEntity(CommandContext commandContext, DeploymentEntity deploymentEntity, ProcessDefinitionEntity originalProcessDefinitionEntity)protected booleanDeployCmd. deploymentsDiffer(DeploymentEntity deployment, DeploymentEntity saved)protected voidDeployCmd. scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment)protected voidAbstractDynamicInjectionCmd. storeBpmnModelAsByteArray(CommandContext commandContext, org.flowable.bpmn.model.BpmnModel bpmnModel, DeploymentEntity deploymentEntity, String resourceName)protected abstract voidAbstractDynamicInjectionCmd. updateBpmnProcess(CommandContext commandContext, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity)protected voidInjectEmbeddedSubProcessInProcessInstanceCmd. updateBpmnProcess(CommandContext commandContext, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity)protected voidInjectParallelEmbeddedSubProcessCmd. updateBpmnProcess(CommandContext commandContext, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity)protected voidInjectParallelUserTaskCmd. updateBpmnProcess(CommandContext commandContext, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity)protected voidInjectUserTaskInProcessInstanceCmd. updateBpmnProcess(CommandContext commandContext, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) -
Uses of DeploymentEntity in org.flowable.engine.impl.context
Methods in org.flowable.engine.impl.context that return DeploymentEntity Modifier and Type Method Description DeploymentEntityExecutionContext. getDeployment() -
Uses of DeploymentEntity in org.flowable.engine.impl.dynamic
Methods in org.flowable.engine.impl.dynamic with parameters of type DeploymentEntity Modifier and Type Method Description static voidBaseDynamicSubProcessInjectUtil. addResource(CommandContext commandContext, DeploymentEntity deploymentEntity, String resourceName, byte[] bytes)static voidDynamicSubProcessParallelInjectUtil. injectParallelSubProcess(org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.BpmnModel bpmnModel, DynamicEmbeddedSubProcessBuilder dynamicEmbeddedSubProcessBuilder, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity, CommandContext commandContext)static voidDynamicSubProcessJoinInjectUtil. 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 voidBaseDynamicSubProcessInjectUtil. processDecisionTask(org.flowable.bpmn.model.FlowElement flowElement, ProcessDefinition originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity, CommandContext commandContext)static voidBaseDynamicSubProcessInjectUtil. processFlowElements(CommandContext commandContext, org.flowable.bpmn.model.FlowElementsContainer process, org.flowable.bpmn.model.BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity)protected static voidBaseDynamicSubProcessInjectUtil. 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 voidBaseDynamicSubProcessInjectUtil. processUserTask(org.flowable.bpmn.model.FlowElement flowElement, ProcessDefinition originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity, CommandContext commandContext) -
Uses of DeploymentEntity in org.flowable.engine.impl.form
Methods in org.flowable.engine.impl.form with parameters of type DeploymentEntity Modifier and Type Method Description voidDefaultFormHandler. parseConfiguration(List<org.flowable.bpmn.model.FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition)voidDefaultStartFormHandler. parseConfiguration(List<org.flowable.bpmn.model.FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition)voidFormHandler. parseConfiguration(List<org.flowable.bpmn.model.FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition) -
Uses of DeploymentEntity in org.flowable.engine.impl.persistence.deploy
Methods in org.flowable.engine.impl.persistence.deploy with parameters of type DeploymentEntity Modifier and Type Method Description voidDeploymentManager. deploy(DeploymentEntity deployment)voidDeploymentManager. deploy(DeploymentEntity deployment, Map<String,Object> deploymentSettings) -
Uses of DeploymentEntity in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement DeploymentEntity Modifier and Type Class Description classDeploymentEntityImplMethods in org.flowable.engine.impl.persistence.entity with parameters of type DeploymentEntity Modifier and Type Method Description voidDeploymentEntityManagerImpl. insert(DeploymentEntity deployment) -
Uses of DeploymentEntity in org.flowable.engine.impl.persistence.entity.data.impl
Methods in org.flowable.engine.impl.persistence.entity.data.impl that return DeploymentEntity Modifier and Type Method Description DeploymentEntityMybatisDeploymentDataManager. create()Methods in org.flowable.engine.impl.persistence.entity.data.impl that return types with arguments of type DeploymentEntity Modifier and Type Method Description Class<? extends DeploymentEntity>MybatisDeploymentDataManager. getManagedEntityClass() -
Uses of DeploymentEntity in org.flowable.engine.impl.repository
Fields in org.flowable.engine.impl.repository declared as DeploymentEntity Modifier and Type Field Description protected DeploymentEntityDeploymentBuilderImpl. deploymentMethods in org.flowable.engine.impl.repository that return DeploymentEntity Modifier and Type Method Description DeploymentEntityDeploymentBuilderImpl. getDeployment()
-