org.droolsjbpm.services.impl.form
Class FormProviderServiceImpl
java.lang.Object
org.droolsjbpm.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()
putEffectsForItem
public void putEffectsForItem(String className,
List<String> effectClassNames)
putActionsForItem
public void putActionsForItem(String className,
List<String> actionClassNames)
getFormDisplayProcess
public String getFormDisplayProcess(String processId)
- Specified by:
getFormDisplayProcess
in interface FormProviderService
getFormDisplayTask
public String getFormDisplayTask(long taskId)
- Specified by:
getFormDisplayTask
in interface FormProviderService
render
public String render(String name,
InputStream src,
Map<String,Object> renderContext)
toInputDataMap
protected Map<String,InputData> toInputDataMap(Map<String,String> inputs)
toOutputDataMap
protected Map<String,OutputData> toOutputDataMap(Map<String,String> outputs)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.