Uses of Interface
org.camunda.bpm.engine.form.FormData
-
Packages that use FormData Package Description org.camunda.bpm.engine.form Classes related to theFormService.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.form org.camunda.bpm.engine.impl.form.engine -
-
Uses of FormData in org.camunda.bpm.engine.form
Subinterfaces of FormData in org.camunda.bpm.engine.form Modifier and Type Interface Description interfaceStartFormDataSpecificFormDatafor starting a new process instance.interfaceTaskFormDataSpecificFormDatafor completing a task. -
Uses of FormData in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return FormData Modifier and Type Method Description protected FormDataGetDeployedTaskFormCmd. getFormData(CommandContext commandContext)FormDataRuntimeServiceImpl. getFormInstanceById(String processDefinitionId) -
Uses of FormData in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return FormData Modifier and Type Method Description protected abstract FormDataAbstractGetDeployedFormCmd. getFormData(CommandContext commandContext)protected FormDataGetDeployedStartFormCmd. getFormData(CommandContext commandContext) -
Uses of FormData in org.camunda.bpm.engine.impl.form
Classes in org.camunda.bpm.engine.impl.form that implement FormData Modifier and Type Class Description classFormDataImplclassStartFormDataImplclassTaskFormDataImpl -
Uses of FormData in org.camunda.bpm.engine.impl.form.engine
Methods in org.camunda.bpm.engine.impl.form.engine with parameters of type FormData Modifier and Type Method Description protected StringJuelFormEngine. getFormTemplateString(FormData formInstance, String formKey)protected StringAbstractRenderFormDelegate. renderFormData(FormData formData)protected StringHtmlFormEngine. renderFormData(FormData formData)
-