org.jbpm.console.ng.ht.backend.server
@ApplicationScoped public class FormServiceEntryPointImpl extends Object implements FormServiceEntryPoint
Constructor and Description |
---|
FormServiceEntryPointImpl() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getFormBuilderProperties() |
String |
getFormDisplayProcess(String domainId,
String processId) |
String |
getFormDisplayTask(long taskId) |
void |
init() |
void |
listMenuItems() |
List<Map<String,Object>> |
listOptions() |
Map<String,Object> |
loadForm(String json) |
String |
saveForm(Map<String,Object> form) |
void |
saveFormItem(Map<String,Object> formItem,
String formItemName) |
@PostConstruct public void init()
public void listMenuItems()
public String getFormDisplayTask(long taskId)
getFormDisplayTask
in interface FormServiceEntryPoint
public String getFormDisplayProcess(String domainId, String processId)
getFormDisplayProcess
in interface FormServiceEntryPoint
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.