Class AbstractWorkflowDecisionModel

    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String CODE
        Generated constant - Attribute key of AbstractWorkflowDecision.code attribute defined at extension workflow.
        See Also:
        Constant Field Values
      • NAME

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

        public static final java.lang.String DESCRIPTION
        Generated constant - Attribute key of AbstractWorkflowDecision.description attribute defined at extension workflow.
        See Also:
        Constant Field Values
      • QUALIFIER

        public static final java.lang.String QUALIFIER
        Generated constant - Attribute key of AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractWorkflowDecisionModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AbstractWorkflowDecisionModel​(java.lang.String _code,
                                             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:
        _code - initial attribute declared by type AbstractWorkflowDecision at extension workflow
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.String getCode()
        Generated method - Getter of the AbstractWorkflowDecision.code attribute defined at extension workflow.
        Returns:
        the code - unique identifier of the decision
      • getDescription

        @Accessor(qualifier="description",
                  type=GETTER)
        public java.lang.String getDescription()
        Generated method - Getter of the AbstractWorkflowDecision.description attribute defined at extension workflow.
        Returns:
        the description - description of the decision
      • getDescription

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

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

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

        @Accessor(qualifier="qualifier",
                  type=GETTER)
        public java.lang.String getQualifier()
        Generated method - Getter of the AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess.
        Returns:
        the qualifier - Used to qualify a Desicion by name
      • setCode

        @Accessor(qualifier="code",
                  type=SETTER)
        public void setCode​(java.lang.String value)
        Generated method - Initial setter of AbstractWorkflowDecision.code attribute defined at extension workflow. Can only be used at creation of model - before first save.
        Parameters:
        value - the code - unique identifier of the decision
      • setDescription

        @Accessor(qualifier="description",
                  type=SETTER)
        public void setDescription​(java.lang.String value)
        Generated method - Setter of AbstractWorkflowDecision.description attribute defined at extension workflow.
        Parameters:
        value - the description - description of the decision
      • setDescription

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

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

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

        @Accessor(qualifier="qualifier",
                  type=SETTER)
        public void setQualifier​(java.lang.String value)
        Generated method - Setter of AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess.
        Parameters:
        value - the qualifier - Used to qualify a Desicion by name