Class IgnoreModeSettings

java.lang.Object
com.aquima.interactions.test.templates.process.IgnoreModeSettings
All Implemented Interfaces:
com.aquima.interactions.process.IIgnoreModeSettings
Direct Known Subclasses:
ProcessListSettings

public abstract class IgnoreModeSettings extends Object implements com.aquima.interactions.process.IIgnoreModeSettings
  • Constructor Details

    • IgnoreModeSettings

      public IgnoreModeSettings(com.aquima.interactions.process.IgnoreMode globalIgnore, Map<String,com.aquima.interactions.process.IgnoreMode> appIgnore)
  • Method Details

    • getGlobalIgnoreMode

      public com.aquima.interactions.process.IgnoreMode getGlobalIgnoreMode()
    • getIgnoreMode

      public com.aquima.interactions.process.IgnoreMode getIgnoreMode(com.aquima.interactions.foundation.ApplicationID appId)
      Specified by:
      getIgnoreMode in interface com.aquima.interactions.process.IIgnoreModeSettings
    • getIgnoreMode

      public com.aquima.interactions.process.IgnoreMode getIgnoreMode(String applicationName)
      Specified by:
      getIgnoreMode in interface com.aquima.interactions.process.IIgnoreModeSettings