Class GeneratedMaintenanceCleanupJob

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
MaintenanceCleanupJob

public abstract class GeneratedMaintenanceCleanupJob extends ServicelayerJob
Generated class for type MaintenanceCleanupJob.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedMaintenanceCleanupJob

      public GeneratedMaintenanceCleanupJob()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedServicelayerJob
    • getSearchType

      public ComposedType getSearchType(SessionContext ctx)
      Generated method - Getter of the MaintenanceCleanupJob.searchType attribute.
      Returns:
      the searchType - can be used in the search part to search for this given type only
    • getSearchType

      public ComposedType getSearchType()
      Generated method - Getter of the MaintenanceCleanupJob.searchType attribute.
      Returns:
      the searchType - can be used in the search part to search for this given type only
    • setSearchType

      public void setSearchType(SessionContext ctx, ComposedType value)
      Generated method - Setter of the MaintenanceCleanupJob.searchType attribute.
      Parameters:
      value - the searchType - can be used in the search part to search for this given type only
    • setSearchType

      public void setSearchType(ComposedType value)
      Generated method - Setter of the MaintenanceCleanupJob.searchType attribute.
      Parameters:
      value - the searchType - can be used in the search part to search for this given type only
    • getThreshold

      public Integer getThreshold(SessionContext ctx)
      Generated method - Getter of the MaintenanceCleanupJob.threshold attribute.
      Returns:
      the threshold - Depending on the implemented Maintenance strategy this threeshold value can be uses as 'days old' or as max/min value ...
    • getThreshold

      public Integer getThreshold()
      Generated method - Getter of the MaintenanceCleanupJob.threshold attribute.
      Returns:
      the threshold - Depending on the implemented Maintenance strategy this threeshold value can be uses as 'days old' or as max/min value ...
    • getThresholdAsPrimitive

      public int getThresholdAsPrimitive(SessionContext ctx)
      Generated method - Getter of the MaintenanceCleanupJob.threshold attribute.
      Returns:
      the threshold - Depending on the implemented Maintenance strategy this threeshold value can be uses as 'days old' or as max/min value ...
    • getThresholdAsPrimitive

      public int getThresholdAsPrimitive()
      Generated method - Getter of the MaintenanceCleanupJob.threshold attribute.
      Returns:
      the threshold - Depending on the implemented Maintenance strategy this threeshold value can be uses as 'days old' or as max/min value ...
    • setThreshold

      public void setThreshold(SessionContext ctx, Integer value)
      Generated method - Setter of the MaintenanceCleanupJob.threshold attribute.
      Parameters:
      value - the threshold - Depending on the implemented Maintenance strategy this threeshold value can be uses as 'days old' or as max/min value ...
    • setThreshold

      public void setThreshold(Integer value)
      Generated method - Setter of the MaintenanceCleanupJob.threshold attribute.
      Parameters:
      value - the threshold - Depending on the implemented Maintenance strategy this threeshold value can be uses as 'days old' or as max/min value ...
    • setThreshold

      public void setThreshold(SessionContext ctx, int value)
      Generated method - Setter of the MaintenanceCleanupJob.threshold attribute.
      Parameters:
      value - the threshold - Depending on the implemented Maintenance strategy this threeshold value can be uses as 'days old' or as max/min value ...
    • setThreshold

      public void setThreshold(int value)
      Generated method - Setter of the MaintenanceCleanupJob.threshold attribute.
      Parameters:
      value - the threshold - Depending on the implemented Maintenance strategy this threeshold value can be uses as 'days old' or as max/min value ...