Class AbstractRulesModuleModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DroolsKIEModuleModel

public class AbstractRulesModuleModel extends ItemModel
Generated model class for type AbstractRulesModule first defined at extension ruleengine.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String NAME
      Generated constant - Attribute key of AbstractRulesModule.name attribute defined at extension ruleengine.
      See Also:
    • RULETYPE

      public static final String RULETYPE
      Generated constant - Attribute key of AbstractRulesModule.ruleType attribute defined at extension ruleengine.
      See Also:
    • ACTIVE

      public static final String ACTIVE
      Generated constant - Attribute key of AbstractRulesModule.active attribute defined at extension ruleengine.
      See Also:
    • VERSION

      public static final String VERSION
      Generated constant - Attribute key of AbstractRulesModule.version attribute defined at extension ruleengine.
      See Also:
    • CATALOGVERSIONS

      public static final String CATALOGVERSIONS
      Generated constant - Attribute key of AbstractRulesModule.catalogVersions attribute defined at extension ruleengine.
      See Also:
    • ALLOWEDTARGETS

      public static final String ALLOWEDTARGETS
      Generated constant - Attribute key of AbstractRulesModule.allowedTargets attribute defined at extension ruleengine.
      See Also:
    • LOCKACQUIRED

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

    • AbstractRulesModuleModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public AbstractRulesModuleModel(String _name, Long _version)
      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:
      _name - initial attribute declared by type AbstractRulesModule at extension ruleengine
      _version - initial attribute declared by type AbstractRulesModule at extension ruleengine
    • AbstractRulesModuleModel

      @Deprecated(since="4.1.1", forRemoval=true) public AbstractRulesModuleModel(String _name, ItemModel _owner, Long _version)
      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:
      _name - initial attribute declared by type AbstractRulesModule at extension ruleengine
      _owner - initial attribute declared by type Item at extension core
      _version - initial attribute declared by type AbstractRulesModule at extension ruleengine
  • Method Details

    • getActive

      @Accessor(qualifier="active", type=GETTER) public Boolean getActive()
      Generated method - Getter of the AbstractRulesModule.active attribute defined at extension ruleengine.
      Returns:
      the active - Is module active
    • getAllowedTargets

      @Accessor(qualifier="allowedTargets", type=GETTER) public List<AbstractRulesModuleModel> getAllowedTargets()
      Generated method - Getter of the AbstractRulesModule.allowedTargets attribute defined at extension ruleengine. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the allowedTargets - List of the allowed module targets to perform synchronisation to.
    • getCatalogVersions

      @Accessor(qualifier="catalogVersions", type=GETTER) public Collection<CatalogVersionModel> getCatalogVersions()
      Generated method - Getter of the AbstractRulesModule.catalogVersions dynamic attribute defined at extension ruleengine. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the catalogVersions - Catalog version if mapped.
    • getLockAcquired

      @Accessor(qualifier="lockAcquired", type=GETTER) public Boolean getLockAcquired()
      Generated method - Getter of the AbstractRulesModule.lockAcquired attribute defined at extension ruleengine.
      Returns:
      the lockAcquired - Lock indicator used to indicate whether module is taking part in a blocking type operation.
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the AbstractRulesModule.name attribute defined at extension ruleengine.
      Returns:
      the name
    • getRuleType

      @Accessor(qualifier="ruleType", type=GETTER) public RuleType getRuleType()
      Generated method - Getter of the AbstractRulesModule.ruleType attribute defined at extension ruleengine.
      Returns:
      the ruleType
    • getVersion

      @Accessor(qualifier="version", type=GETTER) public Long getVersion()
      Generated method - Getter of the AbstractRulesModule.version attribute defined at extension ruleengine.
      Returns:
      the version - unique module version
    • setActive

      @Accessor(qualifier="active", type=SETTER) public void setActive(Boolean value)
      Generated method - Setter of AbstractRulesModule.active attribute defined at extension ruleengine.
      Parameters:
      value - the active - Is module active
    • setAllowedTargets

      @Accessor(qualifier="allowedTargets", type=SETTER) public void setAllowedTargets(List<AbstractRulesModuleModel> value)
      Generated method - Setter of AbstractRulesModule.allowedTargets attribute defined at extension ruleengine.
      Parameters:
      value - the allowedTargets - List of the allowed module targets to perform synchronisation to.
    • setLockAcquired

      @Accessor(qualifier="lockAcquired", type=SETTER) public void setLockAcquired(Boolean value)
      Generated method - Setter of AbstractRulesModule.lockAcquired attribute defined at extension ruleengine.
      Parameters:
      value - the lockAcquired - Lock indicator used to indicate whether module is taking part in a blocking type operation.
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Initial setter of AbstractRulesModule.name attribute defined at extension ruleengine. Can only be used at creation of model - before first save.
      Parameters:
      value - the name
    • setRuleType

      @Accessor(qualifier="ruleType", type=SETTER) public void setRuleType(RuleType value)
      Generated method - Setter of AbstractRulesModule.ruleType attribute defined at extension ruleengine.
      Parameters:
      value - the ruleType
    • setVersion

      @Accessor(qualifier="version", type=SETTER) public void setVersion(Long value)
      Generated method - Setter of AbstractRulesModule.version attribute defined at extension ruleengine.
      Parameters:
      value - the version - unique module version