Class FullSnIndexerCronJobModel

All Implemented Interfaces:
Serializable

public class FullSnIndexerCronJobModel extends AbstractSnIndexerCronJobModel
Generated model class for type FullSnIndexerCronJob first defined at extension searchservices.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • INDEXERITEMSOURCE

      public static final String INDEXERITEMSOURCE
      Generated constant - Attribute key of FullSnIndexerCronJob.indexerItemSource attribute defined at extension searchservices.
      See Also:
  • Constructor Details

    • FullSnIndexerCronJobModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public FullSnIndexerCronJobModel(SnIndexTypeModel _indexType, 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:
      _indexType - initial attribute declared by type AbstractSnIndexerCronJob at extension searchservices
      _job - initial attribute declared by type CronJob at extension processing
    • FullSnIndexerCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public FullSnIndexerCronJobModel(SnIndexTypeModel _indexType, 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:
      _indexType - initial attribute declared by type AbstractSnIndexerCronJob at extension searchservices
      _job - initial attribute declared by type CronJob at extension processing
      _owner - initial attribute declared by type Item at extension core
  • Method Details