public class FormCreationDataImpl extends Object implements FormCreationData
Constructor and Description |
---|
FormCreationDataImpl(Object itemData,
List<String> forcedFields,
Map<String,Object> context) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getContext() |
Object |
getItemData() |
boolean |
isForcedField(String fieldName) |
public Object getItemData()
getItemData
in interface FormCreationData
public boolean isForcedField(String fieldName)
isForcedField
in interface FormCreationData
fieldName
given is a forced field then
returns true
, otherwise returns false
.public Map<String,Object> getContext()
getContext
in interface FormCreationData
Copyright © 2005–2017 Alfresco Software. All rights reserved.