org.alfresco.web.forms
Interface FormProcessor.Session

All Superinterfaces:
java.io.Serializable
Enclosing interface:
FormProcessor

public static interface FormProcessor.Session
extends java.io.Serializable

An abstraction layer around the xml content which allows for reseting the xml content being collected by the input method.


Method Summary
 void destroy()
          Destroys the session and releases all resources used by it
 Form getForm()
          Returns the form used by the session.
 org.w3c.dom.Document getFormInstanceData()
          Returns the current state of the form instance data
 java.lang.String getFormInstanceDataName()
          Returns the name of the form instance data being modified
 

Method Detail

destroy

void destroy()
Destroys the session and releases all resources used by it


getForm

Form getForm()
Returns the form used by the session.


getFormInstanceData

org.w3c.dom.Document getFormInstanceData()
Returns the current state of the form instance data


getFormInstanceDataName

java.lang.String getFormInstanceDataName()
Returns the name of the form instance data being modified



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.