Class DefaultResourceEntityDelegate

java.lang.Object
com.inductiveautomation.ignition.gateway.config.DefaultResourceEntityDelegate
All Implemented Interfaces:
ResourceEntityDelegate

public class DefaultResourceEntityDelegate extends Object implements ResourceEntityDelegate
  • Constructor Details

    • DefaultResourceEntityDelegate

      public DefaultResourceEntityDelegate()
      This constructor will decide to include or exclude the entity from the section overview based on whether the resource type is a singleton
    • DefaultResourceEntityDelegate

      public DefaultResourceEntityDelegate(@Nullable Boolean includeInSectionOverview)
      Parameters:
      includeInSectionOverview - Whether to include this resource type in the section overview page.
    • DefaultResourceEntityDelegate

      public DefaultResourceEntityDelegate(@Nullable Boolean includeInSectionOverview, boolean includeInDiagnosticOverview)
      Parameters:
      includeInSectionOverview - Whether to include this resource type in the section overview page.
      includeInDiagnosticOverview - Whether to include this resource type in the diagnostic overview page.
  • Method Details