Class SubFormItemListMapGenerator
Object
SubFormItemListMapGenerator
- All Implemented Interfaces:
Serializable,TaskListener
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Expressionprotected Expressionprotected Expressionprotected Expressionprotected FormServiceprotected ExpressionFields inherited from interface TaskListener
EVENTNAME_ALL_EVENTS, EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE, EVENTNAME_DELETE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidExpressionExpressionExpressionExpressionExpressionvoidnotify(DelegateTask delegateTask) voidsetCreateIncompleteItens(Expression createIncompleteItens) voidsetDataVariable(Expression dataVariable) voidsetFieldMap(Expression fieldMap) voidsetFormImplementation(Expression formImplementation) voidsetSubFormKey(Expression subFormKey)
-
Field Details
-
subFormKey
protected Expression subFormKey -
fieldMap
protected Expression fieldMap -
dataVariable
protected Expression dataVariable -
createIncompleteItens
protected Expression createIncompleteItens -
formImplementation
protected Expression formImplementation -
formService
-
-
Constructor Details
-
SubFormItemListMapGenerator
public SubFormItemListMapGenerator()
-
-
Method Details
-
notify
public void notify(DelegateTask delegateTask) - Specified by:
notifyin interfaceTaskListener
-
ensureRequiredFields
protected void ensureRequiredFields() -
getSubFormKey
public Expression getSubFormKey() -
setSubFormKey
public void setSubFormKey(Expression subFormKey) -
getFieldMap
public Expression getFieldMap() -
setFieldMap
public void setFieldMap(Expression fieldMap) -
getDataVariable
public Expression getDataVariable() -
setDataVariable
public void setDataVariable(Expression dataVariable) -
getCreateIncompleteItens
public Expression getCreateIncompleteItens() -
setCreateIncompleteItens
public void setCreateIncompleteItens(Expression createIncompleteItens) -
getFormImplementation
public Expression getFormImplementation() -
setFormImplementation
public void setFormImplementation(Expression formImplementation)
-