org.jbpm.form.builder.services.impl.fs
Class FSMenuService
java.lang.Object
org.jbpm.form.builder.services.impl.base.BaseMenuService
org.jbpm.form.builder.services.impl.fs.FSMenuService
- All Implemented Interfaces:
- MenuService
public class FSMenuService
- extends BaseMenuService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FSMenuService
public FSMenuService()
listOptions
public List<MenuOptionDescription> listOptions()
throws MenuServiceException
- Throws:
MenuServiceException
listMenuItems
public Map<String,List<MenuItemDescription>> listMenuItems()
throws MenuServiceException
- Throws:
MenuServiceException
listValidations
public List<ValidationDescription> listValidations()
throws MenuServiceException
- Throws:
MenuServiceException
saveMenuItem
public void saveMenuItem(String groupName,
MenuItemDescription item)
throws MenuServiceException
- Throws:
MenuServiceException
deleteMenuItem
public void deleteMenuItem(String groupName,
MenuItemDescription item)
throws MenuServiceException
- Throws:
MenuServiceException
getFormBuilderProperties
public Map<String,String> getFormBuilderProperties()
throws MenuServiceException
- Throws:
MenuServiceException
writeToURL
protected void writeToURL(URL url,
String json)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
asURL
protected URL asURL(String path)
throws URISyntaxException
- Throws:
URISyntaxException
createReader
protected Reader createReader(URL url)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
readURL
protected String readURL(URL url)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.