Interface InstanceTemplateManager

All Known Implementing Classes:
CachingInstanceTemplateManager

public interface InstanceTemplateManager
Used by CompactInstanceWrapper to retrieve the template FormInstances (from the original FormDef) necessary to unambiguously deserialize the compact models
Author:
Drew Roos
  • Method Summary

    Modifier and Type Method Description
    FormInstance getTemplateInstance​(int formID)
    return FormInstance for the FormDef with the given form ID
  • Method Details

    • getTemplateInstance

      FormInstance getTemplateInstance​(int formID)
      return FormInstance for the FormDef with the given form ID
      Parameters:
      formID -
      Returns: