public class FormServiceBase extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
FormServiceBase(org.jbpm.services.api.DefinitionService definitionService,
org.jbpm.services.api.RuntimeDataService dataService,
org.jbpm.services.api.UserTaskService userTaskService,
org.jbpm.kie.services.impl.FormManagerService formManagerService) |
| Modifier and Type | Method and Description |
|---|---|
protected List<UIFormProvider> |
collectFormProviders(org.jbpm.kie.services.impl.FormManagerService formManagerService) |
String |
getFormDisplayProcess(String containerId,
String processId,
String lang) |
String |
getFormDisplayTask(long taskId,
String lang) |
public FormServiceBase(org.jbpm.services.api.DefinitionService definitionService,
org.jbpm.services.api.RuntimeDataService dataService,
org.jbpm.services.api.UserTaskService userTaskService,
org.jbpm.kie.services.impl.FormManagerService formManagerService)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.