org.jbpm.kie.services.impl.form.model.forms
Interface FormRepresentationDecoder
public interface FormRepresentationDecoder
decode
FormRepresentation decode(String json)
throws FormEncodingException
- Throws:
FormEncodingException
decodeItem
FormItemRepresentation decodeItem(String json)
throws FormEncodingException
- Throws:
FormEncodingException
decode
Object decode(Map<String,Object> data)
throws FormEncodingException
- Throws:
FormEncodingException
decodeMenuItemsMap
Map<String,List<MenuItemDescription>> decodeMenuItemsMap(String json)
throws FormEncodingException
- Throws:
FormEncodingException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.