Class FlexibleSearchCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class FlexibleSearchCronJobModel
    extends MediaProcessCronJobModel
    Generated model class for type FlexibleSearchCronJob first defined at extension processing.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • QUERY

        public static final java.lang.String QUERY
        Generated constant - Attribute key of FlexibleSearchCronJob.query attribute defined at extension processing.
        See Also:
        Constant Field Values
      • FAILONUNKNOWN

        public static final java.lang.String FAILONUNKNOWN
        Generated constant - Attribute key of FlexibleSearchCronJob.failOnUnknown attribute defined at extension processing.
        See Also:
        Constant Field Values
      • DONTNEEDTOTAL

        public static final java.lang.String DONTNEEDTOTAL
        Generated constant - Attribute key of FlexibleSearchCronJob.dontNeedTotal attribute defined at extension processing.
        See Also:
        Constant Field Values
      • RANGESTART

        public static final java.lang.String RANGESTART
        Generated constant - Attribute key of FlexibleSearchCronJob.rangeStart attribute defined at extension processing.
        See Also:
        Constant Field Values
      • COUNT

        public static final java.lang.String COUNT
        Generated constant - Attribute key of FlexibleSearchCronJob.count attribute defined at extension processing.
        See Also:
        Constant Field Values
      • SEARCHRESULT

        public static final java.lang.String SEARCHRESULT
        Generated constant - Attribute key of FlexibleSearchCronJob.searchResult attribute defined at extension processing.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FlexibleSearchCronJobModel

        public FlexibleSearchCronJobModel()
        Generated constructor - Default constructor for generic creation.
      • FlexibleSearchCronJobModel

        public FlexibleSearchCronJobModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • FlexibleSearchCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public FlexibleSearchCronJobModel​(JobModel _job)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _job - initial attribute declared by type CronJob at extension processing
      • FlexibleSearchCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public FlexibleSearchCronJobModel​(JobModel _job,
                                          ItemModel _owner)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _job - initial attribute declared by type CronJob at extension processing
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCount

        @Accessor(qualifier="count",
                  type=GETTER)
        public java.lang.Integer getCount()
        Generated method - Getter of the FlexibleSearchCronJob.count attribute defined at extension processing.
        Returns:
        the count
      • getDontNeedTotal

        @Accessor(qualifier="dontNeedTotal",
                  type=GETTER)
        public java.lang.Boolean getDontNeedTotal()
        Generated method - Getter of the FlexibleSearchCronJob.dontNeedTotal attribute defined at extension processing.
        Returns:
        the dontNeedTotal
      • getFailOnUnknown

        @Accessor(qualifier="failOnUnknown",
                  type=GETTER)
        public java.lang.Boolean getFailOnUnknown()
        Generated method - Getter of the FlexibleSearchCronJob.failOnUnknown attribute defined at extension processing.
        Returns:
        the failOnUnknown
      • getQuery

        @Accessor(qualifier="query",
                  type=GETTER)
        public java.lang.String getQuery()
        Generated method - Getter of the FlexibleSearchCronJob.query attribute defined at extension processing.
        Returns:
        the query
      • getRangeStart

        @Accessor(qualifier="rangeStart",
                  type=GETTER)
        public java.lang.Integer getRangeStart()
        Generated method - Getter of the FlexibleSearchCronJob.rangeStart attribute defined at extension processing.
        Returns:
        the rangeStart
      • getSearchResult

        @Accessor(qualifier="searchResult",
                  type=GETTER)
        public java.util.Collection<java.lang.String> getSearchResult()
        Generated method - Getter of the FlexibleSearchCronJob.searchResult attribute defined at extension processing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the searchResult
      • setCount

        @Accessor(qualifier="count",
                  type=SETTER)
        public void setCount​(java.lang.Integer value)
        Generated method - Setter of FlexibleSearchCronJob.count attribute defined at extension processing.
        Parameters:
        value - the count
      • setDontNeedTotal

        @Accessor(qualifier="dontNeedTotal",
                  type=SETTER)
        public void setDontNeedTotal​(java.lang.Boolean value)
        Generated method - Setter of FlexibleSearchCronJob.dontNeedTotal attribute defined at extension processing.
        Parameters:
        value - the dontNeedTotal
      • setFailOnUnknown

        @Accessor(qualifier="failOnUnknown",
                  type=SETTER)
        public void setFailOnUnknown​(java.lang.Boolean value)
        Generated method - Setter of FlexibleSearchCronJob.failOnUnknown attribute defined at extension processing.
        Parameters:
        value - the failOnUnknown
      • setQuery

        @Accessor(qualifier="query",
                  type=SETTER)
        public void setQuery​(java.lang.String value)
        Generated method - Setter of FlexibleSearchCronJob.query attribute defined at extension processing.
        Parameters:
        value - the query
      • setRangeStart

        @Accessor(qualifier="rangeStart",
                  type=SETTER)
        public void setRangeStart​(java.lang.Integer value)
        Generated method - Setter of FlexibleSearchCronJob.rangeStart attribute defined at extension processing.
        Parameters:
        value - the rangeStart