Class GeneratedRuleActionDefinition

    • Field Detail

      • ID

        public static final java.lang.String ID
        Qualifier of the RuleActionDefinition.id attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the RuleActionDefinition.name attribute
        See Also:
        Constant Field Values
      • PRIORITY

        public static final java.lang.String PRIORITY
        Qualifier of the RuleActionDefinition.priority attribute
        See Also:
        Constant Field Values
      • BREADCRUMB

        public static final java.lang.String BREADCRUMB
        Qualifier of the RuleActionDefinition.breadcrumb attribute
        See Also:
        Constant Field Values
      • TRANSLATORID

        public static final java.lang.String TRANSLATORID
        Qualifier of the RuleActionDefinition.translatorId attribute
        See Also:
        Constant Field Values
      • TRANSLATORPARAMETERS

        public static final java.lang.String TRANSLATORPARAMETERS
        Qualifier of the RuleActionDefinition.translatorParameters attribute
        See Also:
        Constant Field Values
      • CATEGORIES

        public static final java.lang.String CATEGORIES
        Qualifier of the RuleActionDefinition.categories attribute
        See Also:
        Constant Field Values
      • RULEACTIONDEFINITION2CATEGORYRELATION_SRC_ORDERED

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

        protected static java.lang.String RULEACTIONDEFINITION2CATEGORYRELATION_TGT_ORDERED
      • RULEACTIONDEFINITION2CATEGORYRELATION_MARKMODIFIED

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

        public static final java.lang.String PARAMETERS
        Qualifier of the RuleActionDefinition.parameters attribute
        See Also:
        Constant Field Values
      • RULETYPES

        public static final java.lang.String RULETYPES
        Qualifier of the RuleActionDefinition.ruleTypes 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

      • GeneratedRuleActionDefinition

        public GeneratedRuleActionDefinition()
    • Method Detail

      • getBreadcrumb

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

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

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

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

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

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

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

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

        public java.util.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,
                                  java.util.List<RuleActionDefinitionCategory> value)
        Generated method - Setter of the RuleActionDefinition.categories attribute.
        Parameters:
        value - the categories
      • setCategories

        public void setCategories​(java.util.List<RuleActionDefinitionCategory> value)
        Generated method - Setter of the RuleActionDefinition.categories attribute.
        Parameters:
        value - the 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 java.lang.String getId​(SessionContext ctx)
        Generated method - Getter of the RuleActionDefinition.id attribute.
        Returns:
        the id
      • getId

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

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

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

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

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

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

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

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

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

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

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

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

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

        public void setParameters​(java.util.List<RuleActionDefinitionParameter> value)
        Generated method - Setter of the RuleActionDefinition.parameters attribute.
        Parameters:
        value - the 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 java.lang.Integer getPriority​(SessionContext ctx)
        Generated method - Getter of the RuleActionDefinition.priority attribute.
        Returns:
        the priority
      • getPriority

        public java.lang.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,
                                java.lang.Integer value)
        Generated method - Setter of the RuleActionDefinition.priority attribute.
        Parameters:
        value - the priority
      • setPriority

        public void setPriority​(java.lang.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

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

        public void setRuleTypes​(java.util.List<RuleActionDefinitionRuleTypeMapping> value)
        Generated method - Setter of the RuleActionDefinition.ruleTypes attribute.
        Parameters:
        value - the 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​(RuleActionDefinitionRuleTypeMapping value)
        Generated method - Removes value from ruleTypes.
        Parameters:
        value - the item to remove from ruleTypes
      • getTranslatorId

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

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

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

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

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

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

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

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