Interface JobInput

  • All Known Implementing Classes:
    WebJobInput

    public interface JobInput
    Author:
    Alex
    • Method Detail

      • getIds

        java.util.Collection<java.lang.String> getIds()
        Returns:
        IDs
      • getExtraValue

        java.lang.String getExtraValue()
        Returns:
        extra value
      • getType

        java.lang.String getType()
        Returns:
        type
      • getCaseSensitive

        java.lang.Boolean getCaseSensitive()
        Returns:
        true if case sensitive
      • getWildCards

        java.lang.Boolean getWildCards()
        Returns:
        wildcards
      • getIgnoreConfig

        java.lang.Boolean getIgnoreConfig()
        There is config that allows mines to configure match behaviour. e.g. matchOnFirst let's you select the first / best match. This parameter overrides that setting. see #1494 Basically we want to use this NOT in LOOKUPs but only in the list upload. However there is only one bag query runner and it's used on both so we have to set this param for each request.
        Returns:
        TRUE if you should ignore config