Class GeneratedRuleEngineCronJob

    • Field Detail

      • SOURCERULES

        public static final java.lang.String SOURCERULES
        Qualifier of the RuleEngineCronJob.sourceRules attribute
        See Also:
        Constant Field Values
      • SRCMODULENAME

        public static final java.lang.String SRCMODULENAME
        Qualifier of the RuleEngineCronJob.srcModuleName attribute
        See Also:
        Constant Field Values
      • TARGETMODULENAME

        public static final java.lang.String TARGETMODULENAME
        Qualifier of the RuleEngineCronJob.targetModuleName attribute
        See Also:
        Constant Field Values
      • ENABLEINCREMENTALUPDATE

        public static final java.lang.String ENABLEINCREMENTALUPDATE
        Qualifier of the RuleEngineCronJob.enableIncrementalUpdate attribute
        See Also:
        Constant Field Values
      • LOCKACQUIRED

        public static final java.lang.String LOCKACQUIRED
        Qualifier of the RuleEngineCronJob.lockAcquired 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

      • GeneratedRuleEngineCronJob

        public GeneratedRuleEngineCronJob()
    • Method Detail

      • isEnableIncrementalUpdate

        public java.lang.Boolean isEnableIncrementalUpdate​(SessionContext ctx)
        Generated method - Getter of the RuleEngineCronJob.enableIncrementalUpdate attribute.
        Returns:
        the enableIncrementalUpdate
      • isEnableIncrementalUpdate

        public java.lang.Boolean isEnableIncrementalUpdate()
        Generated method - Getter of the RuleEngineCronJob.enableIncrementalUpdate attribute.
        Returns:
        the enableIncrementalUpdate
      • isEnableIncrementalUpdateAsPrimitive

        public boolean isEnableIncrementalUpdateAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the RuleEngineCronJob.enableIncrementalUpdate attribute.
        Returns:
        the enableIncrementalUpdate
      • isEnableIncrementalUpdateAsPrimitive

        public boolean isEnableIncrementalUpdateAsPrimitive()
        Generated method - Getter of the RuleEngineCronJob.enableIncrementalUpdate attribute.
        Returns:
        the enableIncrementalUpdate
      • setEnableIncrementalUpdate

        public void setEnableIncrementalUpdate​(SessionContext ctx,
                                               java.lang.Boolean value)
        Generated method - Setter of the RuleEngineCronJob.enableIncrementalUpdate attribute.
        Parameters:
        value - the enableIncrementalUpdate
      • setEnableIncrementalUpdate

        public void setEnableIncrementalUpdate​(java.lang.Boolean value)
        Generated method - Setter of the RuleEngineCronJob.enableIncrementalUpdate attribute.
        Parameters:
        value - the enableIncrementalUpdate
      • setEnableIncrementalUpdate

        public void setEnableIncrementalUpdate​(SessionContext ctx,
                                               boolean value)
        Generated method - Setter of the RuleEngineCronJob.enableIncrementalUpdate attribute.
        Parameters:
        value - the enableIncrementalUpdate
      • setEnableIncrementalUpdate

        public void setEnableIncrementalUpdate​(boolean value)
        Generated method - Setter of the RuleEngineCronJob.enableIncrementalUpdate attribute.
        Parameters:
        value - the enableIncrementalUpdate
      • isLockAcquired

        public java.lang.Boolean isLockAcquired​(SessionContext ctx)
        Generated method - Getter of the RuleEngineCronJob.lockAcquired attribute.
        Returns:
        the lockAcquired
      • isLockAcquired

        public java.lang.Boolean isLockAcquired()
        Generated method - Getter of the RuleEngineCronJob.lockAcquired attribute.
        Returns:
        the lockAcquired
      • isLockAcquiredAsPrimitive

        public boolean isLockAcquiredAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the RuleEngineCronJob.lockAcquired attribute.
        Returns:
        the lockAcquired
      • isLockAcquiredAsPrimitive

        public boolean isLockAcquiredAsPrimitive()
        Generated method - Getter of the RuleEngineCronJob.lockAcquired attribute.
        Returns:
        the lockAcquired
      • setLockAcquired

        public void setLockAcquired​(SessionContext ctx,
                                    java.lang.Boolean value)
        Generated method - Setter of the RuleEngineCronJob.lockAcquired attribute.
        Parameters:
        value - the lockAcquired
      • setLockAcquired

        public void setLockAcquired​(java.lang.Boolean value)
        Generated method - Setter of the RuleEngineCronJob.lockAcquired attribute.
        Parameters:
        value - the lockAcquired
      • setLockAcquired

        public void setLockAcquired​(SessionContext ctx,
                                    boolean value)
        Generated method - Setter of the RuleEngineCronJob.lockAcquired attribute.
        Parameters:
        value - the lockAcquired
      • setLockAcquired

        public void setLockAcquired​(boolean value)
        Generated method - Setter of the RuleEngineCronJob.lockAcquired attribute.
        Parameters:
        value - the lockAcquired
      • getSourceRules

        public java.util.List<SourceRule> getSourceRules​(SessionContext ctx)
        Generated method - Getter of the RuleEngineCronJob.sourceRules attribute.
        Returns:
        the sourceRules
      • getSourceRules

        public java.util.List<SourceRule> getSourceRules()
        Generated method - Getter of the RuleEngineCronJob.sourceRules attribute.
        Returns:
        the sourceRules
      • setSourceRules

        public void setSourceRules​(SessionContext ctx,
                                   java.util.List<SourceRule> value)
        Generated method - Setter of the RuleEngineCronJob.sourceRules attribute.
        Parameters:
        value - the sourceRules
      • setSourceRules

        public void setSourceRules​(java.util.List<SourceRule> value)
        Generated method - Setter of the RuleEngineCronJob.sourceRules attribute.
        Parameters:
        value - the sourceRules
      • getSrcModuleName

        public java.lang.String getSrcModuleName​(SessionContext ctx)
        Generated method - Getter of the RuleEngineCronJob.srcModuleName attribute.
        Returns:
        the srcModuleName
      • getSrcModuleName

        public java.lang.String getSrcModuleName()
        Generated method - Getter of the RuleEngineCronJob.srcModuleName attribute.
        Returns:
        the srcModuleName
      • setSrcModuleName

        public void setSrcModuleName​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the RuleEngineCronJob.srcModuleName attribute.
        Parameters:
        value - the srcModuleName
      • setSrcModuleName

        public void setSrcModuleName​(java.lang.String value)
        Generated method - Setter of the RuleEngineCronJob.srcModuleName attribute.
        Parameters:
        value - the srcModuleName
      • getTargetModuleName

        public java.lang.String getTargetModuleName​(SessionContext ctx)
        Generated method - Getter of the RuleEngineCronJob.targetModuleName attribute.
        Returns:
        the targetModuleName
      • getTargetModuleName

        public java.lang.String getTargetModuleName()
        Generated method - Getter of the RuleEngineCronJob.targetModuleName attribute.
        Returns:
        the targetModuleName
      • setTargetModuleName

        public void setTargetModuleName​(SessionContext ctx,
                                        java.lang.String value)
        Generated method - Setter of the RuleEngineCronJob.targetModuleName attribute.
        Parameters:
        value - the targetModuleName
      • setTargetModuleName

        public void setTargetModuleName​(java.lang.String value)
        Generated method - Setter of the RuleEngineCronJob.targetModuleName attribute.
        Parameters:
        value - the targetModuleName