Uses of Interface
org.camunda.bpm.engine.impl.form.engine.FormEngine

Packages that use FormEngine
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.form.engine   
 

Uses of FormEngine in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type FormEngine
protected  List<FormEngine> ProcessEngineConfigurationImpl.customFormEngines
           
protected  Map<String,FormEngine> ProcessEngineConfigurationImpl.formEngines
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type FormEngine
 List<FormEngine> ProcessEngineConfigurationImpl.getCustomFormEngines()
           
 Map<String,FormEngine> ProcessEngineConfigurationImpl.getFormEngines()
           
 

Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type FormEngine
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomFormEngines(List<FormEngine> customFormEngines)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setFormEngines(Map<String,FormEngine> formEngines)
           
 

Uses of FormEngine in org.camunda.bpm.engine.impl.form.engine
 

Classes in org.camunda.bpm.engine.impl.form.engine that implement FormEngine
 class HtmlFormEngine
          A simple FormEngine implementaiton which renders forms as HTML such that they can be used as embedded forms inside camunda Tasklist.
 class JuelFormEngine
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.