Class GeneratedCxResultsCleaningCronJob

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

public abstract class GeneratedCxResultsCleaningCronJob extends CronJob
Generated class for type CxResultsCleaningCronJob.
See Also:
  • Field Details

    • MAXRESULTSAGE

      public static final String MAXRESULTSAGE
      Qualifier of the CxResultsCleaningCronJob.maxResultsAge attribute
      See Also:
    • ANONYMOUS

      public static final String ANONYMOUS
      Qualifier of the CxResultsCleaningCronJob.anonymous attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedCxResultsCleaningCronJob

      public GeneratedCxResultsCleaningCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isAnonymous(SessionContext ctx)
      Generated method - Getter of the CxResultsCleaningCronJob.anonymous attribute.
      Returns:
      the anonymous
    • isAnonymous

      public Boolean isAnonymous()
      Generated method - Getter of the CxResultsCleaningCronJob.anonymous attribute.
      Returns:
      the anonymous
    • isAnonymousAsPrimitive

      public boolean isAnonymousAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CxResultsCleaningCronJob.anonymous attribute.
      Returns:
      the anonymous
    • isAnonymousAsPrimitive

      public boolean isAnonymousAsPrimitive()
      Generated method - Getter of the CxResultsCleaningCronJob.anonymous attribute.
      Returns:
      the anonymous
    • setAnonymous

      public void setAnonymous(SessionContext ctx, Boolean value)
      Generated method - Setter of the CxResultsCleaningCronJob.anonymous attribute.
      Parameters:
      value - the anonymous
    • setAnonymous

      public void setAnonymous(Boolean value)
      Generated method - Setter of the CxResultsCleaningCronJob.anonymous attribute.
      Parameters:
      value - the anonymous
    • setAnonymous

      public void setAnonymous(SessionContext ctx, boolean value)
      Generated method - Setter of the CxResultsCleaningCronJob.anonymous attribute.
      Parameters:
      value - the anonymous
    • setAnonymous

      public void setAnonymous(boolean value)
      Generated method - Setter of the CxResultsCleaningCronJob.anonymous attribute.
      Parameters:
      value - the anonymous
    • getMaxResultsAge

      public Integer getMaxResultsAge(SessionContext ctx)
      Generated method - Getter of the CxResultsCleaningCronJob.maxResultsAge attribute.
      Returns:
      the maxResultsAge - After specified number of seconds cx results will be cleaned up. Default is 2 days.
    • getMaxResultsAge

      public Integer getMaxResultsAge()
      Generated method - Getter of the CxResultsCleaningCronJob.maxResultsAge attribute.
      Returns:
      the maxResultsAge - After specified number of seconds cx results will be cleaned up. Default is 2 days.
    • getMaxResultsAgeAsPrimitive

      public int getMaxResultsAgeAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CxResultsCleaningCronJob.maxResultsAge attribute.
      Returns:
      the maxResultsAge - After specified number of seconds cx results will be cleaned up. Default is 2 days.
    • getMaxResultsAgeAsPrimitive

      public int getMaxResultsAgeAsPrimitive()
      Generated method - Getter of the CxResultsCleaningCronJob.maxResultsAge attribute.
      Returns:
      the maxResultsAge - After specified number of seconds cx results will be cleaned up. Default is 2 days.
    • setMaxResultsAge

      public void setMaxResultsAge(SessionContext ctx, Integer value)
      Generated method - Setter of the CxResultsCleaningCronJob.maxResultsAge attribute.
      Parameters:
      value - the maxResultsAge - After specified number of seconds cx results will be cleaned up. Default is 2 days.
    • setMaxResultsAge

      public void setMaxResultsAge(Integer value)
      Generated method - Setter of the CxResultsCleaningCronJob.maxResultsAge attribute.
      Parameters:
      value - the maxResultsAge - After specified number of seconds cx results will be cleaned up. Default is 2 days.
    • setMaxResultsAge

      public void setMaxResultsAge(SessionContext ctx, int value)
      Generated method - Setter of the CxResultsCleaningCronJob.maxResultsAge attribute.
      Parameters:
      value - the maxResultsAge - After specified number of seconds cx results will be cleaned up. Default is 2 days.
    • setMaxResultsAge

      public void setMaxResultsAge(int value)
      Generated method - Setter of the CxResultsCleaningCronJob.maxResultsAge attribute.
      Parameters:
      value - the maxResultsAge - After specified number of seconds cx results will be cleaned up. Default is 2 days.