Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.forms
Interface FormInstance

All Superinterfaces:
FormDataProvider
All Known Implementing Classes:
FormData, TestFormInstance

public interface FormInstance
extends FormDataProvider

Author:
Bogdan Stefanescu

Method Summary
 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

get

Object[] get(String key)

getBlob

Blob getBlob(String key)

getBlobs

Blob[] getBlobs(String key)

getFormFields

Map<String,String[]> getFormFields()
Specified by:
getFormFields in interface FormDataProvider

getBlobFields

Map<String,Blob[]> getBlobFields()

fillDocument

void fillDocument(DocumentModel doc)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.