Class GeneratedDynamicMaintenanceCleanupJob

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

public abstract class GeneratedDynamicMaintenanceCleanupJob extends MaintenanceCleanupJob
Generated class for type DynamicMaintenanceCleanupJob.
See Also:
  • Field Details

    • SEARCHSCRIPT

      public static final String SEARCHSCRIPT
      Qualifier of the DynamicMaintenanceCleanupJob.searchScript attribute
      See Also:
    • PROCESSSCRIPT

      public static final String PROCESSSCRIPT
      Qualifier of the DynamicMaintenanceCleanupJob.processScript attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedDynamicMaintenanceCleanupJob

      public GeneratedDynamicMaintenanceCleanupJob()
  • Method Details

    • getDefaultAttributeModes

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

      public String getProcessScript(SessionContext ctx)
      Generated method - Getter of the DynamicMaintenanceCleanupJob.processScript attribute.
      Returns:
      the processScript
    • getProcessScript

      public String getProcessScript()
      Generated method - Getter of the DynamicMaintenanceCleanupJob.processScript attribute.
      Returns:
      the processScript
    • setProcessScript

      public void setProcessScript(SessionContext ctx, String value)
      Generated method - Setter of the DynamicMaintenanceCleanupJob.processScript attribute.
      Parameters:
      value - the processScript
    • setProcessScript

      public void setProcessScript(String value)
      Generated method - Setter of the DynamicMaintenanceCleanupJob.processScript attribute.
      Parameters:
      value - the processScript
    • getSearchScript

      public String getSearchScript(SessionContext ctx)
      Generated method - Getter of the DynamicMaintenanceCleanupJob.searchScript attribute.
      Returns:
      the searchScript
    • getSearchScript

      public String getSearchScript()
      Generated method - Getter of the DynamicMaintenanceCleanupJob.searchScript attribute.
      Returns:
      the searchScript
    • setSearchScript

      public void setSearchScript(SessionContext ctx, String value)
      Generated method - Setter of the DynamicMaintenanceCleanupJob.searchScript attribute.
      Parameters:
      value - the searchScript
    • setSearchScript

      public void setSearchScript(String value)
      Generated method - Setter of the DynamicMaintenanceCleanupJob.searchScript attribute.
      Parameters:
      value - the searchScript