org.jbpm.model.formapi.shared.form
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-2012 JBoss by Red Hat. All Rights Reserved.