Uses of Interface
org.flowable.engine.form.FormData
-
Packages that use FormData Package Description org.flowable.engine.form Classes related to theFormService.org.flowable.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.flowable.engine.impl.form -
-
Uses of FormData in org.flowable.engine.form
Subinterfaces of FormData in org.flowable.engine.form Modifier and Type Interface Description interfaceStartFormDataSpecificFormDatafor starting a new process instance.interfaceTaskFormDataSpecificFormDatafor completing a task. -
Uses of FormData in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return FormData Modifier and Type Method Description FormDataRuntimeServiceImpl. getFormInstanceById(String processDefinitionId) -
Uses of FormData in org.flowable.engine.impl.form
Classes in org.flowable.engine.impl.form that implement FormData Modifier and Type Class Description classFormDataImplclassStartFormDataImplclassTaskFormDataImplMethods in org.flowable.engine.impl.form with parameters of type FormData Modifier and Type Method Description protected StringJuelFormEngine. getFormTemplateString(FormData formInstance, String formKey)
-