Class GeneratedCxPersonalizationProcessCleanupCronJob

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

public abstract class GeneratedCxPersonalizationProcessCleanupCronJob extends CronJob
Generated class for type CxPersonalizationProcessCleanupCronJob.
See Also:
  • Field Details

    • PROCESSSTATES

      public static final String PROCESSSTATES
      Qualifier of the CxPersonalizationProcessCleanupCronJob.processStates attribute
      See Also:
    • MAXPROCESSAGE

      public static final String MAXPROCESSAGE
      Qualifier of the CxPersonalizationProcessCleanupCronJob.maxProcessAge attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedCxPersonalizationProcessCleanupCronJob

      public GeneratedCxPersonalizationProcessCleanupCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public String getMaxProcessAge(SessionContext ctx)
      Generated method - Getter of the CxPersonalizationProcessCleanupCronJob.maxProcessAge attribute.
      Returns:
      the maxProcessAge - After this time (counting from process creation date), CxPersonalizationProcesses with processStates will be deleted
    • getMaxProcessAge

      public String getMaxProcessAge()
      Generated method - Getter of the CxPersonalizationProcessCleanupCronJob.maxProcessAge attribute.
      Returns:
      the maxProcessAge - After this time (counting from process creation date), CxPersonalizationProcesses with processStates will be deleted
    • setMaxProcessAge

      public void setMaxProcessAge(SessionContext ctx, String value)
      Generated method - Setter of the CxPersonalizationProcessCleanupCronJob.maxProcessAge attribute.
      Parameters:
      value - the maxProcessAge - After this time (counting from process creation date), CxPersonalizationProcesses with processStates will be deleted
    • setMaxProcessAge

      public void setMaxProcessAge(String value)
      Generated method - Setter of the CxPersonalizationProcessCleanupCronJob.maxProcessAge attribute.
      Parameters:
      value - the maxProcessAge - After this time (counting from process creation date), CxPersonalizationProcesses with processStates will be deleted
    • getProcessStates

      public Collection<EnumerationValue> getProcessStates(SessionContext ctx)
      Generated method - Getter of the CxPersonalizationProcessCleanupCronJob.processStates attribute.
      Returns:
      the processStates - Filter: Process states that will be taken into account during cleanup process
    • getProcessStates

      public Collection<EnumerationValue> getProcessStates()
      Generated method - Getter of the CxPersonalizationProcessCleanupCronJob.processStates attribute.
      Returns:
      the processStates - Filter: Process states that will be taken into account during cleanup process
    • setProcessStates

      public void setProcessStates(SessionContext ctx, Collection<EnumerationValue> value)
      Generated method - Setter of the CxPersonalizationProcessCleanupCronJob.processStates attribute.
      Parameters:
      value - the processStates - Filter: Process states that will be taken into account during cleanup process
    • setProcessStates

      public void setProcessStates(Collection<EnumerationValue> value)
      Generated method - Setter of the CxPersonalizationProcessCleanupCronJob.processStates attribute.
      Parameters:
      value - the processStates - Filter: Process states that will be taken into account during cleanup process