Class GeneratedSolrExtIndexerCronJob

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

public abstract class GeneratedSolrExtIndexerCronJob extends SolrIndexerCronJob
Generated class for type SolrExtIndexerCronJob.
See Also:
  • Field Details

    • INDEXEDTYPE

      public static final String INDEXEDTYPE
      Qualifier of the SolrExtIndexerCronJob.indexedType attribute
      See Also:
    • INDEXEDPROPERTIES

      public static final String INDEXEDPROPERTIES
      Qualifier of the SolrExtIndexerCronJob.indexedProperties attribute
      See Also:
    • QUERY

      public static final String QUERY
      Qualifier of the SolrExtIndexerCronJob.query attribute
      See Also:
    • QUERYPARAMETERPROVIDER

      public static final String QUERYPARAMETERPROVIDER
      Qualifier of the SolrExtIndexerCronJob.queryParameterProvider attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedSolrExtIndexerCronJob

      public GeneratedSolrExtIndexerCronJob()
  • Method Details

    • getDefaultAttributeModes

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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