Class Parameter

    • Field Detail

      • value

        protected String value
      • description

        protected String description
      • activationExpression

        protected Expression activationExpression
      • priority

        protected Integer priority
      • protectedValue

        protected Boolean protectedValue
      • encryptedValue

        protected String encryptedValue
        When running with an encryption manager, the value of protected Parameters is encrypted and the encrypted value is stored into this field
      • scopeEntity

        protected String scopeEntity
    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • setActivationExpression

        public void setActivationExpression​(Expression activationExpression)
      • setPriority

        public void setPriority​(Integer priority)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getProtectedValue

        public Boolean getProtectedValue()
      • setProtectedValue

        public void setProtectedValue​(Boolean protectedValue)
      • getEncryptedValue

        public String getEncryptedValue()
      • setEncryptedValue

        public void setEncryptedValue​(String encryptedValue)
      • getScopeEntity

        public String getScopeEntity()
        Returns:
        the name of the entity this parameter is restricted to. For instance: if the scope of a Parameter is set to FUNCTION, the scopeEntity represent the name of the Function for which this parameter applies
      • setScopeEntity

        public void setScopeEntity​(String scopeEntity)