Class RuleEngineCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

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

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

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

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

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

        public static final java.lang.String LOCKACQUIRED
        Generated constant - Attribute key of RuleEngineCronJob.lockAcquired attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 Detail

      • getEnableIncrementalUpdate

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

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

        @Accessor(qualifier="sourceRules",
                  type=GETTER)
        public java.util.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 java.lang.String getSrcModuleName()
        Generated method - Getter of the RuleEngineCronJob.srcModuleName attribute defined at extension ruleengineservices.
        Returns:
        the srcModuleName
      • getTargetModuleName

        @Accessor(qualifier="targetModuleName",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.lang.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​(java.util.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​(java.lang.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​(java.lang.String value)
        Generated method - Setter of RuleEngineCronJob.targetModuleName attribute defined at extension ruleengineservices.
        Parameters:
        value - the targetModuleName