Class ProcessModelParameter

    • Field Detail

      • desc

        @NotNull
        public @NotNull String desc
      • identifierId

        public UUID identifierId
      • optional

        @NotNull
        public @NotNull Boolean optional
      • virtual

        @NotNull
        public @NotNull Boolean virtual
      • failure

        @NotNull
        public @NotNull Boolean failure
      • defaultValue

        public String defaultValue
        The string representation of the value, which is either a true/false, a parsable integer or float number, a string, a date/time in ISO-8601-format, a URI, a Base64-encoded byte[] or null in case the value is ADEPT2-Null.
      • userAttributes

        public Map<@NotBlank String,​@NotBlank String> userAttributes
    • Constructor Detail

      • ProcessModelParameter

        public ProcessModelParameter()