public class MergeByDateDeploymentMergeStrategy extends Object implements DeploymentMergeStrategy
| Constructor and Description |
|---|
MergeByDateDeploymentMergeStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
extractDeploymentIds(List<ProcessDefinition> allProcessDefinitionsWithKey) |
void |
finalizeMerge(CommandContext commandContext,
String deploymentId,
String newTenantId) |
void |
prepareMerge(CommandContext commandContext,
String deploymentId,
String newTenantId) |
protected List<ProcessDefinition> |
sortProcessDefinitionsByDeploymentTime(List<ProcessDefinition> allProcessDefinitionsWithKey) |
public void prepareMerge(CommandContext commandContext, String deploymentId, String newTenantId)
prepareMerge in interface DeploymentMergeStrategypublic void finalizeMerge(CommandContext commandContext, String deploymentId, String newTenantId)
finalizeMerge in interface DeploymentMergeStrategyprotected List<ProcessDefinition> sortProcessDefinitionsByDeploymentTime(List<ProcessDefinition> allProcessDefinitionsWithKey)
protected List<String> extractDeploymentIds(List<ProcessDefinition> allProcessDefinitionsWithKey)
Copyright © 2020 Flowable. All rights reserved.