org.jbpm.form.builder.services.model.forms
public interface FormRepresentationDecoder
Modifier and Type | Method and Description |
---|---|
Object |
decode(Map<String,Object> data) |
FormRepresentation |
decode(String json) |
FormItemRepresentation |
decodeItem(String json) |
Map<String,List<MenuItemDescription>> |
decodeMenuItemsMap(String json) |
FormRepresentation decode(String json) throws FormEncodingException
FormEncodingException
FormItemRepresentation decodeItem(String json) throws FormEncodingException
FormEncodingException
Object decode(Map<String,Object> data) throws FormEncodingException
FormEncodingException
Map<String,List<MenuItemDescription>> decodeMenuItemsMap(String json) throws FormEncodingException
FormEncodingException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.