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
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.