org.alfresco.repo.forms.processor
Interface FormCreationData

All Known Implementing Classes:
FormCreationDataImpl

public interface FormCreationData

Interface definition for a simple DTO containing various objects needed to generate Forms.

Since:
3.4

Method Summary
 java.util.Map getContext()
           
 java.lang.Object getItemData()
           
 boolean isForcedField(java.lang.String fieldName)
           
 

Method Detail

getItemData

java.lang.Object getItemData()
Returns:
the itemData

isForcedField

boolean isForcedField(java.lang.String fieldName)
Returns:
If the fieldName given is a forced field then returns true, otherwise returns false.

getContext

java.util.Map getContext()
Returns:
the context


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