|
jBPM distribution 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MenuItemDescription in org.jbpm.form.builder.services.api |
---|
Methods in org.jbpm.form.builder.services.api that return types with arguments of type MenuItemDescription | |
---|---|
Map<String,List<MenuItemDescription>> |
MenuService.listMenuItems()
|
Methods in org.jbpm.form.builder.services.api with parameters of type MenuItemDescription | |
---|---|
void |
MenuService.deleteMenuItem(String groupName,
MenuItemDescription item)
|
void |
MenuService.saveMenuItem(String groupName,
MenuItemDescription item)
|
Uses of MenuItemDescription in org.jbpm.form.builder.services.encoders |
---|
Methods in org.jbpm.form.builder.services.encoders that return types with arguments of type MenuItemDescription | |
---|---|
Map<String,List<MenuItemDescription>> |
FormRepresentationDecoderImpl.decodeMenuItemsMap(String json)
|
Uses of MenuItemDescription in org.jbpm.form.builder.services.impl.base |
---|
Methods in org.jbpm.form.builder.services.impl.base with parameters of type MenuItemDescription | |
---|---|
protected void |
BaseMenuService.addToMap(String groupName,
MenuItemDescription item,
Map<String,List<MenuItemDescription>> items)
|
protected void |
BaseMenuService.removeFromMap(String groupName,
MenuItemDescription item,
Map<String,List<MenuItemDescription>> items)
|
Method parameters in org.jbpm.form.builder.services.impl.base with type arguments of type MenuItemDescription | |
---|---|
protected void |
BaseMenuService.addToMap(String groupName,
MenuItemDescription item,
Map<String,List<MenuItemDescription>> items)
|
protected void |
BaseMenuService.removeFromMap(String groupName,
MenuItemDescription item,
Map<String,List<MenuItemDescription>> items)
|
Uses of MenuItemDescription in org.jbpm.form.builder.services.impl.fs |
---|
Methods in org.jbpm.form.builder.services.impl.fs that return types with arguments of type MenuItemDescription | |
---|---|
Map<String,List<MenuItemDescription>> |
FSMenuService.listMenuItems()
|
Methods in org.jbpm.form.builder.services.impl.fs with parameters of type MenuItemDescription | |
---|---|
void |
FSMenuService.deleteMenuItem(String groupName,
MenuItemDescription item)
|
void |
FSMenuService.saveMenuItem(String groupName,
MenuItemDescription item)
|
Uses of MenuItemDescription in org.jbpm.form.builder.services.model.forms |
---|
Methods in org.jbpm.form.builder.services.model.forms that return types with arguments of type MenuItemDescription | |
---|---|
Map<String,List<MenuItemDescription>> |
FormRepresentationDecoder.decodeMenuItemsMap(String json)
|
Method parameters in org.jbpm.form.builder.services.model.forms with type arguments of type MenuItemDescription | |
---|---|
String |
FormRepresentationEncoder.encodeMenuItemsMap(Map<String,List<MenuItemDescription>> items)
|
String |
AbstractFormRepresentationEncoder.encodeMenuItemsMap(Map<String,List<MenuItemDescription>> items)
|
|
jBPM distribution 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |