Class GeneratedMaintenanceCleanupJob

    • Field Detail

      • THRESHOLD

        public static final java.lang.String THRESHOLD
        Qualifier of the MaintenanceCleanupJob.threshold attribute
        See Also:
        Constant Field Values
      • SEARCHTYPE

        public static final java.lang.String SEARCHTYPE
        Qualifier of the MaintenanceCleanupJob.searchType 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

      • GeneratedMaintenanceCleanupJob

        public GeneratedMaintenanceCleanupJob()
    • Method Detail

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