Uses of Interface
org.flowable.engine.form.FormData
Packages that use FormData
Package
Description
Classes related to the
FormService.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of FormData in org.flowable.engine.form
Subinterfaces of FormData in org.flowable.engine.form -
Uses of FormData in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return FormDataModifier and TypeMethodDescriptionRuntimeServiceImpl.getFormInstanceById(String processDefinitionId) -
Uses of FormData in org.flowable.engine.impl.form
Classes in org.flowable.engine.impl.form that implement FormDataModifier and TypeClassDescriptionclassclassclassMethods in org.flowable.engine.impl.form with parameters of type FormDataModifier and TypeMethodDescriptionprotected StringJuelFormEngine.getFormTemplateString(FormData formInstance, String formKey) -
Uses of FormData in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type FormDataModifier and TypeMethodDescriptionvoidBpmnRestApiInterceptor.accessFormData(FormData formData) RestResponseFactory.createFormDataResponse(FormData formData)