org.jbpm.formbuilder.shared.menu
Class MockMenuService
java.lang.Object
org.jbpm.formbuilder.shared.menu.AbstractBaseMenuService
org.jbpm.formbuilder.shared.menu.MockMenuService
- All Implemented Interfaces:
- MenuService
public class MockMenuService
- extends AbstractBaseMenuService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockMenuService
public MockMenuService()
listOptions
public List<MenuOptionDescription> listOptions()
listValidations
public List<ValidationDescription> listValidations()
listMenuItems
public Map<String,List<MenuItemDescription>> listMenuItems()
saveMenuItem
public void saveMenuItem(String groupName,
MenuItemDescription item)
deleteMenuItem
public void deleteMenuItem(String groupName,
MenuItemDescription item)
getFormBuilderProperties
public Map<String,String> getFormBuilderProperties()
throws MenuServiceException
- Throws:
MenuServiceException
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.