Class RuleEngineCronJobModel

All Implemented Interfaces:
Serializable

public class RuleEngineCronJobModel extends CronJobModel
Generated model class for type RuleEngineCronJob first defined at extension ruleengineservices.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String SOURCERULES
      Generated constant - Attribute key of RuleEngineCronJob.sourceRules attribute defined at extension ruleengineservices.
      See Also:
    • SRCMODULENAME

      public static final String SRCMODULENAME
      Generated constant - Attribute key of RuleEngineCronJob.srcModuleName attribute defined at extension ruleengineservices.
      See Also:
    • TARGETMODULENAME

      public static final String TARGETMODULENAME
      Generated constant - Attribute key of RuleEngineCronJob.targetModuleName attribute defined at extension ruleengineservices.
      See Also:
    • ENABLEINCREMENTALUPDATE

      public static final String ENABLEINCREMENTALUPDATE
      Generated constant - Attribute key of RuleEngineCronJob.enableIncrementalUpdate attribute defined at extension ruleengineservices.
      See Also:
    • LOCKACQUIRED

      public static final String LOCKACQUIRED
      Generated constant - Attribute key of RuleEngineCronJob.lockAcquired attribute defined at extension ruleengineservices.
      See Also:
  • Constructor Details

    • RuleEngineCronJobModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public RuleEngineCronJobModel(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
    • RuleEngineCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public RuleEngineCronJobModel(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 Details

    • getEnableIncrementalUpdate

      @Accessor(qualifier="enableIncrementalUpdate", type=GETTER) public Boolean getEnableIncrementalUpdate()
      Generated method - Getter of the RuleEngineCronJob.enableIncrementalUpdate attribute defined at extension ruleengineservices.
      Returns:
      the enableIncrementalUpdate
    • getLockAcquired

      @Accessor(qualifier="lockAcquired", type=GETTER) public Boolean getLockAcquired()
      Generated method - Getter of the RuleEngineCronJob.lockAcquired attribute defined at extension ruleengineservices.
      Returns:
      the lockAcquired
    • getSourceRules

      @Accessor(qualifier="sourceRules", type=GETTER) public List<SourceRuleModel> getSourceRules()
      Generated method - Getter of the RuleEngineCronJob.sourceRules attribute defined at extension ruleengineservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the sourceRules
    • getSrcModuleName

      @Accessor(qualifier="srcModuleName", type=GETTER) public String getSrcModuleName()
      Generated method - Getter of the RuleEngineCronJob.srcModuleName attribute defined at extension ruleengineservices.
      Returns:
      the srcModuleName
    • getTargetModuleName

      @Accessor(qualifier="targetModuleName", type=GETTER) public String getTargetModuleName()
      Generated method - Getter of the RuleEngineCronJob.targetModuleName attribute defined at extension ruleengineservices.
      Returns:
      the targetModuleName
    • setEnableIncrementalUpdate

      @Accessor(qualifier="enableIncrementalUpdate", type=SETTER) public void setEnableIncrementalUpdate(Boolean value)
      Generated method - Setter of RuleEngineCronJob.enableIncrementalUpdate attribute defined at extension ruleengineservices.
      Parameters:
      value - the enableIncrementalUpdate
    • setLockAcquired

      @Accessor(qualifier="lockAcquired", type=SETTER) public void setLockAcquired(Boolean value)
      Generated method - Setter of RuleEngineCronJob.lockAcquired attribute defined at extension ruleengineservices.
      Parameters:
      value - the lockAcquired
    • setSourceRules

      @Accessor(qualifier="sourceRules", type=SETTER) public void setSourceRules(List<SourceRuleModel> value)
      Generated method - Setter of RuleEngineCronJob.sourceRules attribute defined at extension ruleengineservices.
      Parameters:
      value - the sourceRules
    • setSrcModuleName

      @Accessor(qualifier="srcModuleName", type=SETTER) public void setSrcModuleName(String value)
      Generated method - Setter of RuleEngineCronJob.srcModuleName attribute defined at extension ruleengineservices.
      Parameters:
      value - the srcModuleName
    • setTargetModuleName

      @Accessor(qualifier="targetModuleName", type=SETTER) public void setTargetModuleName(String value)
      Generated method - Setter of RuleEngineCronJob.targetModuleName attribute defined at extension ruleengineservices.
      Parameters:
      value - the targetModuleName