Package com.flowable.form.engine.impl
Class FormEngineImpl
java.lang.Object
com.flowable.form.engine.impl.FormEngineImpl
- All Implemented Interfaces:
FormEngine
- Author:
- Tijs Rademakers
-
Field Summary
Modifier and TypeFieldDescriptionprotected FormEngineConfiguration
protected CoreFormService
protected FormManagementService
protected String
protected FormRepositoryService
Fields inherited from interface com.flowable.form.engine.FormEngine
VERSION
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
managementService
-
repositoryService
-
formService
-
engineConfiguration
-
-
Constructor Details
-
FormEngineImpl
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceFormEngine
-
getName
Description copied from interface:FormEngine
The name as specified in 'form-engine-name' in the flowable.form.cfg.xml configuration file. The default name for a form engine is 'default- Specified by:
getName
in interfaceFormEngine
-
getFormManagementService
- Specified by:
getFormManagementService
in interfaceFormEngine
-
getFormRepositoryService
- Specified by:
getFormRepositoryService
in interfaceFormEngine
-
getFormService
- Specified by:
getFormService
in interfaceFormEngine
-
getFormEngineConfiguration
- Specified by:
getFormEngineConfiguration
in interfaceFormEngine
-