org.jbpm.console.ng.ht.backend.server
Class FormServiceEntryPointImpl
java.lang.Object
org.jbpm.console.ng.ht.backend.server.FormServiceEntryPointImpl
- All Implemented Interfaces:
- FormServiceEntryPoint
@ApplicationScoped
public class FormServiceEntryPointImpl
- extends Object
- implements FormServiceEntryPoint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormServiceEntryPointImpl
public FormServiceEntryPointImpl()
init
@PostConstruct
public void init()
listOptions
public List<Map<String,Object>> listOptions()
listMenuItems
public void listMenuItems()
getFormBuilderProperties
public Map<String,String> getFormBuilderProperties()
getFormDisplayTask
public String getFormDisplayTask(long taskId)
- Specified by:
getFormDisplayTask
in interface FormServiceEntryPoint
saveForm
public String saveForm(Map<String,Object> form)
saveFormItem
public void saveFormItem(Map<String,Object> formItem,
String formItemName)
loadForm
public Map<String,Object> loadForm(String json)
getFormDisplayProcess
public String getFormDisplayProcess(String domainId,
String processId)
- Specified by:
getFormDisplayProcess
in interface FormServiceEntryPoint
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.