Interface IJobConfigurations

All Superinterfaces:
IConfigurationAspect, ISavableConfigurationAspect, IStorableConfiguration<IJobConfigurations>

public interface IJobConfigurations extends IStorableConfiguration<IJobConfigurations>, IConfigurationAspect
Quotas configurations
Author:
I-D Media AG
  • Method Details

    • getDefault

      @NotNull @NotNull IJobConfiguration getDefault()
      Get the default job configuration
      Returns:
    • getById

      @Nullable @Nullable IJobConfiguration getById(String sId)
      Get a configuraiton by its id
      Parameters:
      sId -
      Returns:
    • getCustomCount

      int getCustomCount()
      Number of custom jobs available
      Returns:
    • getSizeTotal

      int getSizeTotal()
      The total amount of jobs avaulable
      Returns:
    • getAll

      @NotNull @NotNull List<IJobConfiguration> getAll()
      Get default and custom configurations
      Returns: