Class ProcessModelParameter

java.lang.Object
de.aristaflow.ilm.model.common.SimpleParameter
de.aristaflow.ilm.model.processmodel.ProcessModelParameter
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessedProcessModelParameter

public class ProcessModelParameter extends SimpleParameter
See Also:
  • Field Details

    • locName

      public Map<@NotBlank String,@NotEmpty String> locName
      A mapping from an IETF BCP 47 language tag to the corresponding localisation.
    • desc

      @NotNull public @NotNull String desc
    • locDesc

      public Map<@NotBlank String,@NotEmpty String> locDesc
      A mapping from an IETF BCP 47 language tag to the corresponding localisation.
    • 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.
    • conf

      @Valid public @Valid ActivityConfiguration conf
    • userAttributes

      public Map<@NotBlank String,@NotNull String> userAttributes
  • Constructor Details

    • ProcessModelParameter

      public ProcessModelParameter()