@Component(value="bpm_BpmSpringProcessEngineConfigurationConfigurer")
public class BpmSpringProcessEngineConfigurationConfigurer
extends java.lang.Object
implements org.flowable.spring.boot.EngineConfigurationConfigurer<org.flowable.spring.SpringProcessEngineConfiguration>
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BpmSpringProcessEngineConfigurationConfigurer.BpmProcessEngineConfigurator  | 
| Modifier and Type | Field and Description | 
|---|---|
protected BpmTaskService | 
bpmTaskService  | 
protected io.jmix.core.UnconstrainedDataManager | 
dataManager  | 
protected io.jmix.core.Metadata | 
metadata  | 
protected io.jmix.core.MetadataTools | 
metadataTools  | 
| Constructor and Description | 
|---|
BpmSpringProcessEngineConfigurationConfigurer(BpmTaskService bpmTaskService,
                                             io.jmix.core.Metadata metadata,
                                             io.jmix.core.MetadataTools metadataTools,
                                             io.jmix.core.UnconstrainedDataManager dataManager,
                                             ActivityCompletedEventListener activityCompletedEventListener,
                                             ActivityStartedEventListener activityStartedEventListener,
                                             ProcessCompletedEventListener processCompletedEventListener,
                                             ProcessStartedEventListener processStartedEventListener,
                                             UserTaskAssignedEventListener userTaskAssignedEventListener,
                                             UserTaskCompletedEventListener userTaskCompletedEventListener,
                                             UserTaskCreatedEventListener userTaskCreatedEventListener)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
configure(org.flowable.spring.SpringProcessEngineConfiguration springProcessEngineConfiguration)  | 
protected java.util.List<org.flowable.variable.api.types.VariableType> | 
getCustomVariableTypes()  | 
protected java.util.List<org.flowable.engine.parse.BpmnParseHandler> | 
getPostBpmnParseHandlers()  | 
protected java.util.Map<java.lang.String,java.util.List<org.flowable.common.engine.api.delegate.event.FlowableEventListener>> | 
getTypedEventListeners()  | 
protected final BpmTaskService bpmTaskService
protected final io.jmix.core.Metadata metadata
protected final io.jmix.core.MetadataTools metadataTools
protected final io.jmix.core.UnconstrainedDataManager dataManager
@Autowired public BpmSpringProcessEngineConfigurationConfigurer(BpmTaskService bpmTaskService, io.jmix.core.Metadata metadata, io.jmix.core.MetadataTools metadataTools, io.jmix.core.UnconstrainedDataManager dataManager, ActivityCompletedEventListener activityCompletedEventListener, ActivityStartedEventListener activityStartedEventListener, ProcessCompletedEventListener processCompletedEventListener, ProcessStartedEventListener processStartedEventListener, UserTaskAssignedEventListener userTaskAssignedEventListener, UserTaskCompletedEventListener userTaskCompletedEventListener, UserTaskCreatedEventListener userTaskCreatedEventListener)
@Autowired public void configure(org.flowable.spring.SpringProcessEngineConfiguration springProcessEngineConfiguration)
configure in interface org.flowable.spring.boot.EngineConfigurationConfigurer<org.flowable.spring.SpringProcessEngineConfiguration>protected java.util.List<org.flowable.variable.api.types.VariableType> getCustomVariableTypes()
protected java.util.List<org.flowable.engine.parse.BpmnParseHandler> getPostBpmnParseHandlers()
protected java.util.Map<java.lang.String,java.util.List<org.flowable.common.engine.api.delegate.event.FlowableEventListener>> getTypedEventListeners()