Package ru.cg.webbpm.modules.bpmn.deploy
Class BpmnDeployProcessor
java.lang.Object
ru.cg.webbpm.modules.bpmn.deploy.BpmnDeployProcessor
- All Implemented Interfaces:
MultiResourceProcessor
@Component
@DependsOn({"kieDeploymentBeanHolder","jbpmInitializer"})
public class BpmnDeployProcessor
extends Object
implements MultiResourceProcessor
- Author:
- Abdulin
-
Constructor Summary
ConstructorsConstructorDescriptionBpmnDeployProcessor
(ResourceProvider resourceProvider, ProcessDeploymentService deployService) -
Method Summary
-
Constructor Details
-
BpmnDeployProcessor
@Autowired public BpmnDeployProcessor(ResourceProvider resourceProvider, ProcessDeploymentService deployService)
-
-
Method Details
-
init
@PostConstruct public void init() -
getResourcePattern
Description copied from interface:MultiResourceProcessor
Pattern требуемых ресурсов, *.bpmn2- Specified by:
getResourcePattern
in interfaceMultiResourceProcessor
- Returns:
- string
-
process
public void process()Description copied from interface:MultiResourceProcessor
Обработать все ресурсыВНИМАНИЕ: В режиме hotswap может вызываться несколько раз
- Specified by:
process
in interfaceMultiResourceProcessor
-