public abstract class AbstractFormProvider extends Object implements FormProvider
Modifier and Type | Field and Description |
---|---|
protected FormManagerService |
formManagerService |
Constructor and Description |
---|
AbstractFormProvider() |
Modifier and Type | Method and Description |
---|---|
protected String |
getFormExtension() |
protected String |
getFormSuffix() |
protected String |
getTaskFormName(org.kie.api.task.model.Task task) |
void |
setFormManagerService(FormManagerService formManagerService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPriority, render, render
protected FormManagerService formManagerService
public void setFormManagerService(FormManagerService formManagerService)
setFormManagerService
in interface FormProvider
protected String getFormSuffix()
protected String getTaskFormName(org.kie.api.task.model.Task task)
protected String getFormExtension()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.