Uses of Interface
org.jbpm.workbench.forms.display.FormRenderingSettings
-
-
Uses of FormRenderingSettings in org.jbpm.workbench.forms.display
Classes in org.jbpm.workbench.forms.display with type parameters of type FormRenderingSettings Modifier and Type Interface Description interfaceFormDisplayerConfig<T extends org.jbpm.workbench.common.service.ItemKey,S extends FormRenderingSettings> -
Uses of FormRenderingSettings in org.jbpm.workbench.forms.display.api
Classes in org.jbpm.workbench.forms.display.api with type parameters of type FormRenderingSettings Modifier and Type Class Description classHumanTaskDisplayerConfig<S extends FormRenderingSettings>classProcessDisplayerConfig<S extends FormRenderingSettings>Classes in org.jbpm.workbench.forms.display.api that implement FormRenderingSettings Modifier and Type Class Description classKieServerFormRenderingSettingsclassKieWorkbenchFormRenderingSettings -
Uses of FormRenderingSettings in org.jbpm.workbench.forms.service.providing
Classes in org.jbpm.workbench.forms.service.providing with type parameters of type FormRenderingSettings Modifier and Type Interface Description interfaceFormProvider<C extends FormRenderingSettings> -
Uses of FormRenderingSettings in org.jbpm.workbench.forms.service.shared
Methods in org.jbpm.workbench.forms.service.shared that return FormRenderingSettings Modifier and Type Method Description FormRenderingSettingsFormServiceEntryPoint. getFormDisplayProcess(String serverTemplateId, String domainId, String processId, boolean isDynamic)FormRenderingSettingsFormServiceEntryPoint. getFormDisplayTask(String serverTemplateId, String domainId, long taskId)
-