Class GeneratedCxPersonalizationProcessCleanupCronJob

    • Field Detail

      • PROCESSSTATES

        public static final java.lang.String PROCESSSTATES
        Qualifier of the CxPersonalizationProcessCleanupCronJob.processStates attribute
        See Also:
        Constant Field Values
      • MAXPROCESSAGE

        public static final java.lang.String MAXPROCESSAGE
        Qualifier of the CxPersonalizationProcessCleanupCronJob.maxProcessAge attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCxPersonalizationProcessCleanupCronJob

        public GeneratedCxPersonalizationProcessCleanupCronJob()
    • Method Detail

      • getMaxProcessAge

        public java.lang.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 java.lang.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,
                                     java.lang.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​(java.lang.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 java.util.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 java.util.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,
                                     java.util.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​(java.util.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