Class RuleActionDefinitionModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class RuleActionDefinitionModel
    extends ItemModel
    Generated model class for type RuleActionDefinition first defined at extension ruleengineservices.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String BREADCRUMB
      Generated constant - Attribute key of RuleActionDefinition.breadcrumb attribute defined at extension ruleengineservices.
      static java.lang.String CATEGORIES
      Generated constant - Attribute key of RuleActionDefinition.categories attribute defined at extension ruleengineservices.
      static java.lang.String ID
      Generated constant - Attribute key of RuleActionDefinition.id attribute defined at extension ruleengineservices.
      static java.lang.String NAME
      Generated constant - Attribute key of RuleActionDefinition.name attribute defined at extension ruleengineservices.
      static java.lang.String PARAMETERS
      Generated constant - Attribute key of RuleActionDefinition.parameters attribute defined at extension ruleengineservices.
      static java.lang.String PRIORITY
      Generated constant - Attribute key of RuleActionDefinition.priority attribute defined at extension ruleengineservices.
      static java.lang.String RULETYPES
      Generated constant - Attribute key of RuleActionDefinition.ruleTypes attribute defined at extension ruleengineservices.
      static java.lang.String TRANSLATORID
      Generated constant - Attribute key of RuleActionDefinition.translatorId attribute defined at extension ruleengineservices.
      static java.lang.String TRANSLATORPARAMETERS
      Generated constant - Attribute key of RuleActionDefinition.translatorParameters attribute defined at extension ruleengineservices.
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        Generated constant - Attribute key of RuleActionDefinition.id attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Generated constant - Attribute key of RuleActionDefinition.name attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
      • PRIORITY

        public static final java.lang.String PRIORITY
        Generated constant - Attribute key of RuleActionDefinition.priority attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
      • BREADCRUMB

        public static final java.lang.String BREADCRUMB
        Generated constant - Attribute key of RuleActionDefinition.breadcrumb attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
      • TRANSLATORID

        public static final java.lang.String TRANSLATORID
        Generated constant - Attribute key of RuleActionDefinition.translatorId attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
      • TRANSLATORPARAMETERS

        public static final java.lang.String TRANSLATORPARAMETERS
        Generated constant - Attribute key of RuleActionDefinition.translatorParameters attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
      • CATEGORIES

        public static final java.lang.String CATEGORIES
        Generated constant - Attribute key of RuleActionDefinition.categories attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
      • PARAMETERS

        public static final java.lang.String PARAMETERS
        Generated constant - Attribute key of RuleActionDefinition.parameters attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
      • RULETYPES

        public static final java.lang.String RULETYPES
        Generated constant - Attribute key of RuleActionDefinition.ruleTypes attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RuleActionDefinitionModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public RuleActionDefinitionModel​(ItemModel _owner)
        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:
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getBreadcrumb

        @Accessor(qualifier="breadcrumb",
                  type=GETTER)
        public java.lang.String getBreadcrumb()
        Generated method - Getter of the RuleActionDefinition.breadcrumb attribute defined at extension ruleengineservices.
        Returns:
        the breadcrumb
      • getBreadcrumb

        @Accessor(qualifier="breadcrumb",
                  type=GETTER)
        public java.lang.String getBreadcrumb​(java.util.Locale loc)
        Generated method - Getter of the RuleActionDefinition.breadcrumb attribute defined at extension ruleengineservices.
        Parameters:
        loc - the value localization key
        Returns:
        the breadcrumb
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • getCategories

        @Accessor(qualifier="categories",
                  type=GETTER)
        public java.util.List<RuleActionDefinitionCategoryModel> getCategories()
        Generated method - Getter of the RuleActionDefinition.categories attribute defined at extension ruleengineservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the categories
      • getId

        @Accessor(qualifier="id",
                  type=GETTER)
        public java.lang.String getId()
        Generated method - Getter of the RuleActionDefinition.id attribute defined at extension ruleengineservices.
        Returns:
        the id
      • getName

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

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName​(java.util.Locale loc)
        Generated method - Getter of the RuleActionDefinition.name attribute defined at extension ruleengineservices.
        Parameters:
        loc - the value localization key
        Returns:
        the name
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • getParameters

        @Accessor(qualifier="parameters",
                  type=GETTER)
        public java.util.List<RuleActionDefinitionParameterModel> getParameters()
        Generated method - Getter of the RuleActionDefinition.parameters attribute defined at extension ruleengineservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the parameters
      • getPriority

        @Accessor(qualifier="priority",
                  type=GETTER)
        public java.lang.Integer getPriority()
        Generated method - Getter of the RuleActionDefinition.priority attribute defined at extension ruleengineservices.
        Returns:
        the priority
      • getRuleTypes

        @Accessor(qualifier="ruleTypes",
                  type=GETTER)
        public java.util.List<RuleActionDefinitionRuleTypeMappingModel> getRuleTypes()
        Generated method - Getter of the RuleActionDefinition.ruleTypes attribute defined at extension ruleengineservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the ruleTypes
      • getTranslatorId

        @Accessor(qualifier="translatorId",
                  type=GETTER)
        public java.lang.String getTranslatorId()
        Generated method - Getter of the RuleActionDefinition.translatorId attribute defined at extension ruleengineservices.
        Returns:
        the translatorId
      • getTranslatorParameters

        @Accessor(qualifier="translatorParameters",
                  type=GETTER)
        public java.util.Map<java.lang.String,​java.lang.String> getTranslatorParameters()
        Generated method - Getter of the RuleActionDefinition.translatorParameters attribute defined at extension ruleengineservices.
        Returns:
        the translatorParameters
      • setBreadcrumb

        @Accessor(qualifier="breadcrumb",
                  type=SETTER)
        public void setBreadcrumb​(java.lang.String value)
        Generated method - Setter of RuleActionDefinition.breadcrumb attribute defined at extension ruleengineservices.
        Parameters:
        value - the breadcrumb
      • setBreadcrumb

        @Accessor(qualifier="breadcrumb",
                  type=SETTER)
        public void setBreadcrumb​(java.lang.String value,
                                  java.util.Locale loc)
        Generated method - Setter of RuleActionDefinition.breadcrumb attribute defined at extension ruleengineservices.
        Parameters:
        value - the breadcrumb
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setId

        @Accessor(qualifier="id",
                  type=SETTER)
        public void setId​(java.lang.String value)
        Generated method - Setter of RuleActionDefinition.id attribute defined at extension ruleengineservices.
        Parameters:
        value - the id
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value)
        Generated method - Setter of RuleActionDefinition.name attribute defined at extension ruleengineservices.
        Parameters:
        value - the name
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value,
                            java.util.Locale loc)
        Generated method - Setter of RuleActionDefinition.name attribute defined at extension ruleengineservices.
        Parameters:
        value - the name
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setPriority

        @Accessor(qualifier="priority",
                  type=SETTER)
        public void setPriority​(java.lang.Integer value)
        Generated method - Setter of RuleActionDefinition.priority attribute defined at extension ruleengineservices.
        Parameters:
        value - the priority
      • setTranslatorId

        @Accessor(qualifier="translatorId",
                  type=SETTER)
        public void setTranslatorId​(java.lang.String value)
        Generated method - Setter of RuleActionDefinition.translatorId attribute defined at extension ruleengineservices.
        Parameters:
        value - the translatorId
      • setTranslatorParameters

        @Accessor(qualifier="translatorParameters",
                  type=SETTER)
        public void setTranslatorParameters​(java.util.Map<java.lang.String,​java.lang.String> value)
        Generated method - Setter of RuleActionDefinition.translatorParameters attribute defined at extension ruleengineservices.
        Parameters:
        value - the translatorParameters