public class FormServiceBase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FormServiceBase.FormType |
| 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,
KieServerRegistry registry) |
| 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,
boolean filterContent,
String formType) |
String |
getFormDisplayTask(String containerId,
long taskId,
String userId,
String lang,
boolean filterContent,
String formType) |
protected String |
getUser(String queryParamUser) |
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,
KieServerRegistry registry)
public String getFormDisplayProcess(String containerId, String processId, String lang, boolean filterContent, String formType)
public String getFormDisplayTask(String containerId, long taskId, String userId, String lang, boolean filterContent, String formType)
protected List<UIFormProvider> collectFormProviders(org.jbpm.kie.services.impl.FormManagerService formManagerService)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.