Class GeneratedRuleActionDefinition

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

public abstract class GeneratedRuleActionDefinition extends GenericItem
Generated class for type RuleActionDefinition.
See Also:
  • Field Details

    • ID

      public static final String ID
      Qualifier of the RuleActionDefinition.id attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the RuleActionDefinition.name attribute
      See Also:
    • PRIORITY

      public static final String PRIORITY
      Qualifier of the RuleActionDefinition.priority attribute
      See Also:
    • TRANSLATORID

      public static final String TRANSLATORID
      Qualifier of the RuleActionDefinition.translatorId attribute
      See Also:
    • TRANSLATORPARAMETERS

      public static final String TRANSLATORPARAMETERS
      Qualifier of the RuleActionDefinition.translatorParameters attribute
      See Also:
    • CATEGORIES

      public static final String CATEGORIES
      Qualifier of the RuleActionDefinition.categories attribute
      See Also:
    • RULEACTIONDEFINITION2CATEGORYRELATION_SRC_ORDERED

      protected static String RULEACTIONDEFINITION2CATEGORYRELATION_SRC_ORDERED
      Relation ordering override parameter constants for RuleActionDefinition2CategoryRelation from ((ruleengineservices))
    • RULEACTIONDEFINITION2CATEGORYRELATION_TGT_ORDERED

      protected static String RULEACTIONDEFINITION2CATEGORYRELATION_TGT_ORDERED
    • RULEACTIONDEFINITION2CATEGORYRELATION_MARKMODIFIED

      protected static String RULEACTIONDEFINITION2CATEGORYRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for RuleActionDefinition2CategoryRelation from ((ruleengineservices))
    • PARAMETERS

      public static final String PARAMETERS
      Qualifier of the RuleActionDefinition.parameters attribute
      See Also:
    • RULETYPES

      public static final String RULETYPES
      Qualifier of the RuleActionDefinition.ruleTypes attribute
      See Also:
    • PARAMETERSHANDLER

      protected static final OneToManyHandler<RuleActionDefinitionParameter> PARAMETERSHANDLER
      OneToManyHandler for handling 1:n PARAMETERS's relation attributes from 'many' side.
    • RULETYPESHANDLER

      protected static final OneToManyHandler<RuleActionDefinitionRuleTypeMapping> RULETYPESHANDLER
      OneToManyHandler for handling 1:n RULETYPES's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedRuleActionDefinition

      public GeneratedRuleActionDefinition()
  • Method Details

    • getDefaultAttributeModes

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

      public String getBreadcrumb(SessionContext ctx)
      Generated method - Getter of the RuleActionDefinition.breadcrumb attribute.
      Returns:
      the breadcrumb
    • getBreadcrumb

      public String getBreadcrumb()
      Generated method - Getter of the RuleActionDefinition.breadcrumb attribute.
      Returns:
      the breadcrumb
    • getAllBreadcrumb

      public Map<Language,String> getAllBreadcrumb(SessionContext ctx)
      Generated method - Getter of the RuleActionDefinition.breadcrumb attribute.
      Returns:
      the localized breadcrumb
    • getAllBreadcrumb

      public Map<Language,String> getAllBreadcrumb()
      Generated method - Getter of the RuleActionDefinition.breadcrumb attribute.
      Returns:
      the localized breadcrumb
    • setBreadcrumb

      public void setBreadcrumb(SessionContext ctx, String value)
      Generated method - Setter of the RuleActionDefinition.breadcrumb attribute.
      Parameters:
      value - the breadcrumb
    • setBreadcrumb

      public void setBreadcrumb(String value)
      Generated method - Setter of the RuleActionDefinition.breadcrumb attribute.
      Parameters:
      value - the breadcrumb
    • setAllBreadcrumb

      public void setAllBreadcrumb(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the RuleActionDefinition.breadcrumb attribute.
      Parameters:
      value - the breadcrumb
    • setAllBreadcrumb

      public void setAllBreadcrumb(Map<Language,String> value)
      Generated method - Setter of the RuleActionDefinition.breadcrumb attribute.
      Parameters:
      value - the breadcrumb
    • getCategories

      public List<RuleActionDefinitionCategory> getCategories(SessionContext ctx)
      Generated method - Getter of the RuleActionDefinition.categories attribute.
      Returns:
      the categories
    • getCategories

      public List<RuleActionDefinitionCategory> getCategories()
      Generated method - Getter of the RuleActionDefinition.categories attribute.
      Returns:
      the categories
    • getCategoriesCount

      public long getCategoriesCount(SessionContext ctx)
    • getCategoriesCount

      public long getCategoriesCount()
    • setCategories

      public void setCategories(SessionContext ctx, List<RuleActionDefinitionCategory> value)
      Generated method - Setter of the RuleActionDefinition.categories attribute.
      Parameters:
      value - the categories
    • setCategories

      public void setCategories(List<RuleActionDefinitionCategory> value)
      Generated method - Setter of the RuleActionDefinition.categories attribute.
      Parameters:
      value - the categories
    • addToCategories

      public void addToCategories(SessionContext ctx, RuleActionDefinitionCategory value)
      Generated method - Adds value to categories.
      Parameters:
      value - the item to add to categories
    • addToCategories

      public void addToCategories(RuleActionDefinitionCategory value)
      Generated method - Adds value to categories.
      Parameters:
      value - the item to add to categories
    • removeFromCategories

      public void removeFromCategories(SessionContext ctx, RuleActionDefinitionCategory value)
      Generated method - Removes value from categories.
      Parameters:
      value - the item to remove from categories
    • removeFromCategories

      public void removeFromCategories(RuleActionDefinitionCategory value)
      Generated method - Removes value from categories.
      Parameters:
      value - the item to remove from categories
    • getId

      public String getId(SessionContext ctx)
      Generated method - Getter of the RuleActionDefinition.id attribute.
      Returns:
      the id
    • getId

      public String getId()
      Generated method - Getter of the RuleActionDefinition.id attribute.
      Returns:
      the id
    • setId

      public void setId(SessionContext ctx, String value)
      Generated method - Setter of the RuleActionDefinition.id attribute.
      Parameters:
      value - the id
    • setId

      public void setId(String value)
      Generated method - Setter of the RuleActionDefinition.id attribute.
      Parameters:
      value - the id
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the RuleActionDefinition.name attribute.
      Returns:
      the name
    • getName

      public String getName()
      Generated method - Getter of the RuleActionDefinition.name attribute.
      Returns:
      the name
    • getAllName

      public Map<Language,String> getAllName(SessionContext ctx)
      Generated method - Getter of the RuleActionDefinition.name attribute.
      Returns:
      the localized name
    • getAllName

      public Map<Language,String> getAllName()
      Generated method - Getter of the RuleActionDefinition.name attribute.
      Returns:
      the localized name
    • setName

      public void setName(SessionContext ctx, String value)
      Generated method - Setter of the RuleActionDefinition.name attribute.
      Parameters:
      value - the name
    • setName

      public void setName(String value)
      Generated method - Setter of the RuleActionDefinition.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the RuleActionDefinition.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(Map<Language,String> value)
      Generated method - Setter of the RuleActionDefinition.name attribute.
      Parameters:
      value - the name
    • getParameters

      public List<RuleActionDefinitionParameter> getParameters(SessionContext ctx)
      Generated method - Getter of the RuleActionDefinition.parameters attribute.
      Returns:
      the parameters
    • getParameters

      public List<RuleActionDefinitionParameter> getParameters()
      Generated method - Getter of the RuleActionDefinition.parameters attribute.
      Returns:
      the parameters
    • setParameters

      public void setParameters(SessionContext ctx, List<RuleActionDefinitionParameter> value)
      Generated method - Setter of the RuleActionDefinition.parameters attribute.
      Parameters:
      value - the parameters
    • setParameters

      public void setParameters(List<RuleActionDefinitionParameter> value)
      Generated method - Setter of the RuleActionDefinition.parameters attribute.
      Parameters:
      value - the parameters
    • addToParameters

      public void addToParameters(SessionContext ctx, RuleActionDefinitionParameter value)
      Generated method - Adds value to parameters.
      Parameters:
      value - the item to add to parameters
    • addToParameters

      public void addToParameters(RuleActionDefinitionParameter value)
      Generated method - Adds value to parameters.
      Parameters:
      value - the item to add to parameters
    • removeFromParameters

      public void removeFromParameters(SessionContext ctx, RuleActionDefinitionParameter value)
      Generated method - Removes value from parameters.
      Parameters:
      value - the item to remove from parameters
    • removeFromParameters

      public void removeFromParameters(RuleActionDefinitionParameter value)
      Generated method - Removes value from parameters.
      Parameters:
      value - the item to remove from parameters
    • getPriority

      public Integer getPriority(SessionContext ctx)
      Generated method - Getter of the RuleActionDefinition.priority attribute.
      Returns:
      the priority
    • getPriority

      public Integer getPriority()
      Generated method - Getter of the RuleActionDefinition.priority attribute.
      Returns:
      the priority
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RuleActionDefinition.priority attribute.
      Returns:
      the priority
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive()
      Generated method - Getter of the RuleActionDefinition.priority attribute.
      Returns:
      the priority
    • setPriority

      public void setPriority(SessionContext ctx, Integer value)
      Generated method - Setter of the RuleActionDefinition.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(Integer value)
      Generated method - Setter of the RuleActionDefinition.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(SessionContext ctx, int value)
      Generated method - Setter of the RuleActionDefinition.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(int value)
      Generated method - Setter of the RuleActionDefinition.priority attribute.
      Parameters:
      value - the priority
    • getRuleTypes

      Generated method - Getter of the RuleActionDefinition.ruleTypes attribute.
      Returns:
      the ruleTypes
    • getRuleTypes

      public List<RuleActionDefinitionRuleTypeMapping> getRuleTypes()
      Generated method - Getter of the RuleActionDefinition.ruleTypes attribute.
      Returns:
      the ruleTypes
    • setRuleTypes

      public void setRuleTypes(SessionContext ctx, List<RuleActionDefinitionRuleTypeMapping> value)
      Generated method - Setter of the RuleActionDefinition.ruleTypes attribute.
      Parameters:
      value - the ruleTypes
    • setRuleTypes

      public void setRuleTypes(List<RuleActionDefinitionRuleTypeMapping> value)
      Generated method - Setter of the RuleActionDefinition.ruleTypes attribute.
      Parameters:
      value - the ruleTypes
    • addToRuleTypes

      public void addToRuleTypes(SessionContext ctx, RuleActionDefinitionRuleTypeMapping value)
      Generated method - Adds value to ruleTypes.
      Parameters:
      value - the item to add to ruleTypes
    • addToRuleTypes

      public void addToRuleTypes(RuleActionDefinitionRuleTypeMapping value)
      Generated method - Adds value to ruleTypes.
      Parameters:
      value - the item to add to ruleTypes
    • removeFromRuleTypes

      public void removeFromRuleTypes(SessionContext ctx, RuleActionDefinitionRuleTypeMapping value)
      Generated method - Removes value from ruleTypes.
      Parameters:
      value - the item to remove from ruleTypes
    • removeFromRuleTypes

      public void removeFromRuleTypes(RuleActionDefinitionRuleTypeMapping value)
      Generated method - Removes value from ruleTypes.
      Parameters:
      value - the item to remove from ruleTypes
    • getTranslatorId

      public String getTranslatorId(SessionContext ctx)
      Generated method - Getter of the RuleActionDefinition.translatorId attribute.
      Returns:
      the translatorId
    • getTranslatorId

      public String getTranslatorId()
      Generated method - Getter of the RuleActionDefinition.translatorId attribute.
      Returns:
      the translatorId
    • setTranslatorId

      public void setTranslatorId(SessionContext ctx, String value)
      Generated method - Setter of the RuleActionDefinition.translatorId attribute.
      Parameters:
      value - the translatorId
    • setTranslatorId

      public void setTranslatorId(String value)
      Generated method - Setter of the RuleActionDefinition.translatorId attribute.
      Parameters:
      value - the translatorId
    • getAllTranslatorParameters

      public Map<String,String> getAllTranslatorParameters(SessionContext ctx)
      Generated method - Getter of the RuleActionDefinition.translatorParameters attribute.
      Returns:
      the translatorParameters
    • getAllTranslatorParameters

      public Map<String,String> getAllTranslatorParameters()
      Generated method - Getter of the RuleActionDefinition.translatorParameters attribute.
      Returns:
      the translatorParameters
    • setAllTranslatorParameters

      public void setAllTranslatorParameters(SessionContext ctx, Map<String,String> value)
      Generated method - Setter of the RuleActionDefinition.translatorParameters attribute.
      Parameters:
      value - the translatorParameters
    • setAllTranslatorParameters

      public void setAllTranslatorParameters(Map<String,String> value)
      Generated method - Setter of the RuleActionDefinition.translatorParameters attribute.
      Parameters:
      value - the translatorParameters