Class DynamicFormsTemplateAutoGenerableRequiredSearchEvent


public class DynamicFormsTemplateAutoGenerableRequiredSearchEvent extends SimpleBusinessEvent<DynamicFormsTemplateAutoGenerableRequiredSearchInput,Collection<DataCollectionTemplateRelease>>
Event to search for required auto generable dynamic forms templates.

This event searches for Dynamic Forms templates that are marked as "auto generable from mobile" in the Mobile Card configuration and have an outcome rule with the "required if auto-generable" flag set to true for the specified outcome reason.

The launcher must provide a valid intervention group ID and outcome reason ID in the DynamicFormsTemplateAutoGenerableRequiredSearchInput.

The listener returns a collection of DataCollectionTemplateRelease objects that are required but missing.

Since:
22.0
GCApi:
event
Reactors:
BTDynamicFormsTemplateAutoGenerableRequiredSearch(0)
No Spouts
  • Constructor Details

    • DynamicFormsTemplateAutoGenerableRequiredSearchEvent

      public DynamicFormsTemplateAutoGenerableRequiredSearchEvent(DynamicFormsTemplateAutoGenerableRequiredSearchInput input)
      Creates a new event with the specified input.
      Parameters:
      input - the input containing intervention group and outcome reason