@ApplicationScoped public class FormServiceEntryPointImpl extends AbstractKieServerService implements FormServiceEntryPoint
| Constructor and Description |
|---|
FormServiceEntryPointImpl(javax.enterprise.inject.Instance<FormProvider<? extends FormRenderingSettings>> providersInjected,
FormProvider<? extends FormRenderingSettings> defaultFormProvider) |
| Modifier and Type | Method and Description |
|---|---|
FormRenderingSettings |
getFormDisplayProcess(String serverTemplateId,
String domainId,
String processId) |
FormRenderingSettings |
getFormDisplayTask(String serverTemplateId,
String domainId,
long taskId) |
protected Map<String,Object> |
processData(org.kie.server.client.DocumentServicesClient documentClient,
Map<String,Object> data) |
getClient, getClient, getKieServicesClient, getKieServicesClient@Inject public FormServiceEntryPointImpl(javax.enterprise.inject.Instance<FormProvider<? extends FormRenderingSettings>> providersInjected, FormProvider<? extends FormRenderingSettings> defaultFormProvider)
public FormRenderingSettings getFormDisplayTask(String serverTemplateId, String domainId, long taskId)
getFormDisplayTask in interface FormServiceEntryPointpublic FormRenderingSettings getFormDisplayProcess(String serverTemplateId, String domainId, String processId)
getFormDisplayProcess in interface FormServiceEntryPointCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.