public interface FormEngine
Modifier and Type | Field and Description |
---|---|
static String |
VERSION
the version of the flowable form library
|
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.
|
static final String VERSION
String getName()
void close()
FormManagementService getFormManagementService()
FormRepositoryService getFormRepositoryService()
FormService getFormService()
FormEngineConfiguration getFormEngineConfiguration()