org.jbpm.kie.services.impl.form
Class FormProviderServiceImpl
java.lang.Object
org.jbpm.kie.services.impl.form.FormProviderServiceImpl
- All Implemented Interfaces:
- FormProviderService
@ApplicationScoped
public class FormProviderServiceImpl
- extends Object
- implements FormProviderService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormProviderServiceImpl
public FormProviderServiceImpl()
prepare
@PostConstruct
public void prepare()
getFormDisplayProcess
public String getFormDisplayProcess(String deploymentId,
String processId)
- Specified by:
getFormDisplayProcess
in interface FormProviderService
getFormDisplayTask
public String getFormDisplayTask(long taskId)
- Specified by:
getFormDisplayTask
in interface FormProviderService
toInputDataMap
protected Map<String,InputData> toInputDataMap(Map<String,String> inputs)
toOutputDataMap
protected Map<String,OutputData> toOutputDataMap(Map<String,String> outputs)
getMarshallerContext
protected org.kie.internal.task.api.ContentMarshallerContext getMarshallerContext(String deploymentId,
String processId)
getMarshallerContext
protected org.kie.internal.task.api.ContentMarshallerContext getMarshallerContext(Task task)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.