public class FormEngineImpl extends Object implements FormEngine
| Modifier and Type | Field and Description |
|---|---|
protected FormEngineConfiguration |
engineConfiguration |
protected FormService |
formService |
protected FormManagementService |
managementService |
protected String |
name |
protected FormRepositoryService |
repositoryService |
VERSION| Constructor and Description |
|---|
FormEngineImpl(FormEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
FormEngineConfiguration |
getFormEngineConfiguration() |
FormManagementService |
getFormManagementService() |
FormRepositoryService |
getFormRepositoryService() |
FormService |
getFormService() |
String |
getName()
The name as specified in 'form-engine-name' in the flowable.form.cfg.xml configuration file.
|
protected String name
protected FormManagementService managementService
protected FormRepositoryService repositoryService
protected FormService formService
protected FormEngineConfiguration engineConfiguration
public FormEngineImpl(FormEngineConfiguration engineConfiguration)
public void close()
close in interface FormEnginepublic String getName()
FormEnginegetName in interface FormEnginepublic FormManagementService getFormManagementService()
getFormManagementService in interface FormEnginepublic FormRepositoryService getFormRepositoryService()
getFormRepositoryService in interface FormEnginepublic FormService getFormService()
getFormService in interface FormEnginepublic FormEngineConfiguration getFormEngineConfiguration()
getFormEngineConfiguration in interface FormEngine