Package com.flowable.form.engine.impl
Class FormEngineImpl
java.lang.Object
com.flowable.form.engine.impl.FormEngineImpl
- All Implemented Interfaces:
FormEngine
,org.flowable.common.engine.api.Engine
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FormEngineConfiguration
protected CoreFormService
protected org.flowable.form.api.FormManagementService
protected String
protected CoreFormRepositoryService
Fields inherited from interface com.flowable.form.engine.FormEngine
VERSION
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
managementService
protected org.flowable.form.api.FormManagementService managementService -
repositoryService
-
formService
-
engineConfiguration
-
-
Constructor Details
-
FormEngineImpl
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceorg.flowable.common.engine.api.Engine
-
getName
- Specified by:
getName
in interfaceorg.flowable.common.engine.api.Engine
-
getFormManagementService
public org.flowable.form.api.FormManagementService getFormManagementService()- Specified by:
getFormManagementService
in interfaceFormEngine
-
getFormRepositoryService
- Specified by:
getFormRepositoryService
in interfaceFormEngine
-
getFormService
- Specified by:
getFormService
in interfaceFormEngine
-
getFormEngineConfiguration
- Specified by:
getFormEngineConfiguration
in interfaceFormEngine
-