Uses of Class
org.flowable.ui.modeler.model.form.FormRepresentation
-
Packages that use FormRepresentation Package Description org.flowable.ui.modeler.model org.flowable.ui.modeler.service -
-
Uses of FormRepresentation in org.flowable.ui.modeler.model
Fields in org.flowable.ui.modeler.model declared as FormRepresentation Modifier and Type Field Description protected FormRepresentationFormSaveRepresentation. formRepresentationMethods in org.flowable.ui.modeler.model that return FormRepresentation Modifier and Type Method Description FormRepresentationFormSaveRepresentation. getFormRepresentation()Methods in org.flowable.ui.modeler.model with parameters of type FormRepresentation Modifier and Type Method Description voidFormSaveRepresentation. setFormRepresentation(FormRepresentation formRepresentation) -
Uses of FormRepresentation in org.flowable.ui.modeler.service
Methods in org.flowable.ui.modeler.service that return FormRepresentation Modifier and Type Method Description protected FormRepresentationFlowableFormService. createFormRepresentation(AbstractModel model)FormRepresentationFlowableFormService. getForm(String formId)FormRepresentationFlowableFormService. getFormHistory(String formId, String formHistoryId)FormRepresentationFlowableFormService. saveForm(String formId, FormSaveRepresentation saveRepresentation)Methods in org.flowable.ui.modeler.service that return types with arguments of type FormRepresentation Modifier and Type Method Description List<FormRepresentation>FlowableFormService. getForms(String[] formIds)
-