org.jbpm.formModeler.api.model
Interface DataHolder
- All Superinterfaces:
- Comparable
public interface DataHolder
- extends Comparable
getInputId
String getInputId()
getOuputId
String getOuputId()
createInstance
Object createInstance(FormRenderContext context)
throws Exception
- Throws:
Exception
writeValue
void writeValue(Object destination,
String propName,
Object value)
throws Exception
- Throws:
Exception
readFromBindingExperssion
Object readFromBindingExperssion(Object source,
String bindingExpression)
throws Exception
- Throws:
Exception
readValue
Object readValue(Object source,
String propName)
throws Exception
- Throws:
Exception
getFieldHolders
Set<DataFieldHolder> getFieldHolders()
getDataFieldHolderById
DataFieldHolder getDataFieldHolderById(String id)
getTypeCode
String getTypeCode()
getInfo
String getInfo()
setRenderColor
void setRenderColor(String renderColor)
getRenderColor
String getRenderColor()
getInputBinding
String getInputBinding(String fieldName)
getOuputBinding
String getOuputBinding(String fieldName)
containsBinding
boolean containsBinding(String bindingString)
isAssignableValue
boolean isAssignableValue(Object value)
isAssignableForField
boolean isAssignableForField(Field field)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.