Modifier and Type | Field and Description |
---|---|
protected DeploymentEntity |
ParsedDeploymentBuilder.deployment |
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.
|
void |
BpmnDeployer.deploy(DeploymentEntity deployment,
Map<String,Object> deploymentSettings) |
ParsedDeploymentBuilder |
ParsedDeploymentBuilderFactory.getBuilderForDeployment(DeploymentEntity deployment) |
ParsedDeploymentBuilder |
ParsedDeploymentBuilderFactory.getBuilderForDeploymentAndSettings(DeploymentEntity deployment,
Map<String,Object> deploymentSettings) |
boolean |
ProcessDefinitionDiagramHelper.shouldCreateDiagram(ProcessDefinitionEntity processDefinition,
DeploymentEntity deployment) |
Constructor and Description |
---|
ParsedDeployment(DeploymentEntity entity,
List<ProcessDefinitionEntity> processDefinitions,
Map<ProcessDefinitionEntity,BpmnParse> mapProcessDefinitionsToParses,
Map<ProcessDefinitionEntity,ResourceEntity> mapProcessDefinitionsToResources) |
ParsedDeploymentBuilder(DeploymentEntity deployment,
BpmnParser bpmnParser,
Map<String,Object> deploymentSettings) |
Modifier and Type | Field and Description |
---|---|
protected DeploymentEntity |
BpmnParse.deployment
The deployment to which the parsed process definitions will be added.
|
Modifier and Type | Method and Description |
---|---|
DeploymentEntity |
BpmnParse.getDeployment() |
Modifier and Type | Method and Description |
---|---|
BpmnParse |
BpmnParse.deployment(DeploymentEntity deployment) |
void |
BpmnParse.setDeployment(DeploymentEntity deployment) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DeployCmd.deploymentsDiffer(DeploymentEntity deployment,
DeploymentEntity saved) |
protected void |
DeployCmd.scheduleProcessDefinitionActivation(CommandContext commandContext,
DeploymentEntity deployment) |
Modifier and Type | Method and Description |
---|---|
DeploymentEntity |
ExecutionContext.getDeployment() |
Modifier and Type | Method and Description |
---|---|
void |
FormHandler.parseConfiguration(List<org.activiti.bpmn.model.FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition) |
void |
DefaultStartFormHandler.parseConfiguration(List<org.activiti.bpmn.model.FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition) |
void |
DefaultFormHandler.parseConfiguration(List<org.activiti.bpmn.model.FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentManager.deploy(DeploymentEntity deployment) |
void |
DeploymentManager.deploy(DeploymentEntity deployment,
Map<String,Object> deploymentSettings) |
void |
Deployer.deploy(DeploymentEntity deployment,
Map<String,Object> deploymentSettings) |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentEntityImpl |
Modifier and Type | Method and Description |
---|---|
DeploymentEntity |
DeploymentEntityManagerImpl.findLatestDeploymentByName(String deploymentName) |
DeploymentEntity |
DeploymentEntityManager.findLatestDeploymentByName(String deploymentName) |
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 |
DeploymentDataManager.findLatestDeploymentByName(String deploymentName) |
Modifier and Type | Method and Description |
---|---|
DeploymentEntity |
MybatisDeploymentDataManager.create() |
DeploymentEntity |
MybatisDeploymentDataManager.findLatestDeploymentByName(String deploymentName) |
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() |
Modifier and Type | Method and Description |
---|---|
void |
RulesDeployer.deploy(DeploymentEntity deployment,
Map<String,Object> deploymentSettings) |
Copyright © 2015 Alfresco. All rights reserved.