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 FormEngine
public String getName()
FormEngine
getName
in interface FormEngine
public FormManagementService getFormManagementService()
getFormManagementService
in interface FormEngine
public FormRepositoryService getFormRepositoryService()
getFormRepositoryService
in interface FormEngine
public FormService getFormService()
getFormService
in interface FormEngine
public FormEngineConfiguration getFormEngineConfiguration()
getFormEngineConfiguration
in interface FormEngine