Class SubFormItemListMapGenerator

Object
SubFormItemListMapGenerator
All Implemented Interfaces:
Serializable, TaskListener

public class SubFormItemListMapGenerator extends Object implements TaskListener
See Also:
  • Field Details

    • subFormKey

      protected Expression subFormKey
    • fieldMap

      protected Expression fieldMap
    • dataVariable

      protected Expression dataVariable
    • createIncompleteItens

      protected Expression createIncompleteItens
    • formImplementation

      protected Expression formImplementation
    • formService

      @Inject protected FormService formService
  • Constructor Details

    • SubFormItemListMapGenerator

      public SubFormItemListMapGenerator()
  • Method Details

    • notify

      public void notify(DelegateTask delegateTask)
      Specified by:
      notify in interface TaskListener
    • 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)