Class GeneratedRuleEngineCronJob

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

public abstract class GeneratedRuleEngineCronJob extends CronJob
Generated class for type RuleEngineCronJob.
See Also:
  • Field Details

    • SOURCERULES

      public static final String SOURCERULES
      Qualifier of the RuleEngineCronJob.sourceRules attribute
      See Also:
    • SRCMODULENAME

      public static final String SRCMODULENAME
      Qualifier of the RuleEngineCronJob.srcModuleName attribute
      See Also:
    • TARGETMODULENAME

      public static final String TARGETMODULENAME
      Qualifier of the RuleEngineCronJob.targetModuleName attribute
      See Also:
    • ENABLEINCREMENTALUPDATE

      public static final String ENABLEINCREMENTALUPDATE
      Qualifier of the RuleEngineCronJob.enableIncrementalUpdate attribute
      See Also:
    • LOCKACQUIRED

      public static final String LOCKACQUIRED
      Qualifier of the RuleEngineCronJob.lockAcquired attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedRuleEngineCronJob

      public GeneratedRuleEngineCronJob()
  • Method Details

    • getDefaultAttributeModes

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

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

      public 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, 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
    • 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 Boolean isLockAcquired(SessionContext ctx)
      Generated method - Getter of the RuleEngineCronJob.lockAcquired attribute.
      Returns:
      the lockAcquired
    • isLockAcquired

      public 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, 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
    • 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 List<SourceRule> getSourceRules(SessionContext ctx)
      Generated method - Getter of the RuleEngineCronJob.sourceRules attribute.
      Returns:
      the sourceRules
    • getSourceRules

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

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

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

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

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

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

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

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

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

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

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