Package org.nuxeo.ecm.webengine.forms
Interface FormInstance
-
- All Superinterfaces:
FormDataProvider
- All Known Implementing Classes:
FormData
public interface FormInstance extends FormDataProvider
- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fillDocument(DocumentModel doc)
Object[]
get(String key)
Blob
getBlob(String key)
Map<String,Blob[]>
getBlobFields()
Blob[]
getBlobs(String key)
Map<String,String[]>
getFormFields()
-
Methods inherited from interface org.nuxeo.ecm.webengine.forms.FormDataProvider
getKeys, getList, getString
-
-
-
-
Method Detail
-
getFormFields
Map<String,String[]> getFormFields()
- Specified by:
getFormFields
in interfaceFormDataProvider
-
fillDocument
void fillDocument(DocumentModel doc)
-
-