Package io.jmix.bpm.engine.configurer
Class BpmSpringProcessEngineConfigurationConfigurer
java.lang.Object
io.jmix.bpm.engine.configurer.BpmSpringProcessEngineConfigurationConfigurer
- All Implemented Interfaces:
org.flowable.spring.boot.EngineConfigurationConfigurer<org.flowable.spring.SpringProcessEngineConfiguration>
@Component("bpm_BpmSpringProcessEngineConfigurationConfigurer")
@Order(0)
public class BpmSpringProcessEngineConfigurationConfigurer
extends Object
implements org.flowable.spring.boot.EngineConfigurationConfigurer<org.flowable.spring.SpringProcessEngineConfiguration>
Additional Flowable Engine Configuration for Jmix BPM Add-on
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BpmProcessEngineConfigurator
protected final BpmTaskService
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionBpmSpringProcessEngineConfigurationConfigurer
(BpmTaskService bpmTaskService, ActivityCompletedEventListener activityCompletedEventListener, ActivityStartedEventListener activityStartedEventListener, ProcessCompletedEventListener processCompletedEventListener, ProcessStartedEventListener processStartedEventListener, UserTaskAssignedEventListener userTaskAssignedEventListener, UserTaskCompletedEventListener userTaskCompletedEventListener, UserTaskCreatedEventListener userTaskCreatedEventListener, BpmStartProcessInstanceInterceptor startProcessInstanceInterceptor, BpmProcessEngineConfigurator bpmProcessEngineConfigurator) -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(org.flowable.spring.SpringProcessEngineConfiguration springProcessEngineConfiguration) protected BpmDefaultActivityBehaviorFactory
protected List<org.flowable.engine.parse.BpmnParseHandler>
protected List<org.flowable.engine.parse.BpmnParseHandler>
-
Field Details
-
ORDER
public static final int ORDER- See Also:
-
bpmTaskService
-
bpmProcessEngineConfigurator
-
-
Constructor Details
-
BpmSpringProcessEngineConfigurationConfigurer
@Autowired public BpmSpringProcessEngineConfigurationConfigurer(BpmTaskService bpmTaskService, ActivityCompletedEventListener activityCompletedEventListener, ActivityStartedEventListener activityStartedEventListener, ProcessCompletedEventListener processCompletedEventListener, ProcessStartedEventListener processStartedEventListener, UserTaskAssignedEventListener userTaskAssignedEventListener, UserTaskCompletedEventListener userTaskCompletedEventListener, UserTaskCreatedEventListener userTaskCreatedEventListener, BpmStartProcessInstanceInterceptor startProcessInstanceInterceptor, BpmProcessEngineConfigurator bpmProcessEngineConfigurator)
-
-
Method Details
-
configure
public void configure(org.flowable.spring.SpringProcessEngineConfiguration springProcessEngineConfiguration) - Specified by:
configure
in interfaceorg.flowable.spring.boot.EngineConfigurationConfigurer<org.flowable.spring.SpringProcessEngineConfiguration>
-
getActivityBehaviorFactory
-
getCustomDefaultBpmnParseHandlers
-
getPostBpmnParseHandlers
-
getTypedEventListeners
-