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, waitgetPriority, render, renderprotected FormManagerService formManagerService
public void setFormManagerService(FormManagerService formManagerService)
setFormManagerService in interface FormProviderprotected String getFormSuffix()
protected String getTaskFormName(org.kie.api.task.model.Task task)
protected String getFormExtension()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.