Class GeneratedSolrExtIndexerCronJob

    • Field Detail

      • INDEXEDTYPE

        public static final java.lang.String INDEXEDTYPE
        Qualifier of the SolrExtIndexerCronJob.indexedType attribute
        See Also:
        Constant Field Values
      • INDEXEDPROPERTIES

        public static final java.lang.String INDEXEDPROPERTIES
        Qualifier of the SolrExtIndexerCronJob.indexedProperties attribute
        See Also:
        Constant Field Values
      • QUERY

        public static final java.lang.String QUERY
        Qualifier of the SolrExtIndexerCronJob.query attribute
        See Also:
        Constant Field Values
      • QUERYPARAMETERPROVIDER

        public static final java.lang.String QUERYPARAMETERPROVIDER
        Qualifier of the SolrExtIndexerCronJob.queryParameterProvider 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

      • GeneratedSolrExtIndexerCronJob

        public GeneratedSolrExtIndexerCronJob()
    • Method Detail

      • getIndexedProperties

        public java.util.Collection<java.lang.String> getIndexedProperties​(SessionContext ctx)
        Generated method - Getter of the SolrExtIndexerCronJob.indexedProperties attribute.
        Returns:
        the indexedProperties
      • getIndexedProperties

        public java.util.Collection<java.lang.String> getIndexedProperties()
        Generated method - Getter of the SolrExtIndexerCronJob.indexedProperties attribute.
        Returns:
        the indexedProperties
      • setIndexedProperties

        public void setIndexedProperties​(SessionContext ctx,
                                         java.util.Collection<java.lang.String> value)
        Generated method - Setter of the SolrExtIndexerCronJob.indexedProperties attribute.
        Parameters:
        value - the indexedProperties
      • setIndexedProperties

        public void setIndexedProperties​(java.util.Collection<java.lang.String> value)
        Generated method - Setter of the SolrExtIndexerCronJob.indexedProperties attribute.
        Parameters:
        value - the indexedProperties
      • getIndexedType

        public java.lang.String getIndexedType​(SessionContext ctx)
        Generated method - Getter of the SolrExtIndexerCronJob.indexedType attribute.
        Returns:
        the indexedType
      • getIndexedType

        public java.lang.String getIndexedType()
        Generated method - Getter of the SolrExtIndexerCronJob.indexedType attribute.
        Returns:
        the indexedType
      • setIndexedType

        public void setIndexedType​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the SolrExtIndexerCronJob.indexedType attribute.
        Parameters:
        value - the indexedType
      • setIndexedType

        public void setIndexedType​(java.lang.String value)
        Generated method - Setter of the SolrExtIndexerCronJob.indexedType attribute.
        Parameters:
        value - the indexedType
      • getQuery

        public java.lang.String getQuery​(SessionContext ctx)
        Generated method - Getter of the SolrExtIndexerCronJob.query attribute.
        Returns:
        the query
      • getQuery

        public java.lang.String getQuery()
        Generated method - Getter of the SolrExtIndexerCronJob.query attribute.
        Returns:
        the query
      • setQuery

        public void setQuery​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the SolrExtIndexerCronJob.query attribute.
        Parameters:
        value - the query
      • setQuery

        public void setQuery​(java.lang.String value)
        Generated method - Setter of the SolrExtIndexerCronJob.query attribute.
        Parameters:
        value - the query
      • getQueryParameterProvider

        public java.lang.String getQueryParameterProvider​(SessionContext ctx)
        Generated method - Getter of the SolrExtIndexerCronJob.queryParameterProvider attribute.
        Returns:
        the queryParameterProvider
      • getQueryParameterProvider

        public java.lang.String getQueryParameterProvider()
        Generated method - Getter of the SolrExtIndexerCronJob.queryParameterProvider attribute.
        Returns:
        the queryParameterProvider
      • setQueryParameterProvider

        public void setQueryParameterProvider​(SessionContext ctx,
                                              java.lang.String value)
        Generated method - Setter of the SolrExtIndexerCronJob.queryParameterProvider attribute.
        Parameters:
        value - the queryParameterProvider
      • setQueryParameterProvider

        public void setQueryParameterProvider​(java.lang.String value)
        Generated method - Setter of the SolrExtIndexerCronJob.queryParameterProvider attribute.
        Parameters:
        value - the queryParameterProvider