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:
ProcessModelParameter
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @Valid ActivityConfiguration
conf
String
defaultValue
The string representation of the value, which is either atrue/false
, a parsable integer or float number, a string, a date/time in ISO-8601-format, a URI, a Base64-encodedbyte[]
ornull
in case the value is ADEPT2-Null.@NotNull String
desc
@NotNull Boolean
failure
UUID
identifierId
Map<@NotBlank String,@NotBlank String>
locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation.Map<@NotBlank String,@NotBlank String>
locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation.@NotNull Boolean
optional
Map<@NotBlank String,@NotBlank String>
userAttributes
@NotNull Boolean
virtual
-
Fields inherited from class de.aristaflow.ilm.model.common.SimpleParameter
name, subClass, type, udtName
-
-
Constructor Summary
Constructors Constructor Description ProcessModelParameter()
-
-
-
Field Detail
-
locName
public Map<@NotBlank String,@NotBlank 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,@NotBlank 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 atrue/false
, a parsable integer or float number, a string, a date/time in ISO-8601-format, a URI, a Base64-encodedbyte[]
ornull
in case the value is ADEPT2-Null.
-
conf
@Valid public @Valid ActivityConfiguration conf
-
-