Class TemplateReference
- java.lang.Object
-
- de.aristaflow.ilm.model.processmodel.TemplateReference
-
- All Implemented Interfaces:
Serializable
public class TemplateReference extends Object implements Serializable
- See Also:
TemplateReference
, Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TemplateReference()
-
-
-
Field Detail
-
id
@NotNull public @NotNull UUID id
-
processType
@NotNull public @NotNull String processType
-
version
@NotNull public @NotNull String version
-
name
@NotNull public @NotNull String name
-
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.
-
supervisor
@NotNull @Valid public @NotNull @Valid QualifiedAgent supervisor
-
inParams
public Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> inParams
-
outParams
public Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> outParams
-
tlUsable
@NotNull public @NotNull Boolean tlUsable
-
usageAsSubprocess
@NotNull public @NotNull ProcessConstants.TemplateUsage usageAsSubprocess
-
tlInstantiable
@NotNull public @NotNull Boolean tlInstantiable
-
spInstantiable
@NotNull public @NotNull Boolean spInstantiable
-
tlOutdated
@NotNull public @NotNull Boolean tlOutdated
-
spOutdated
@NotNull public @NotNull Boolean spOutdated
-
tlInstanceChangeable
@NotNull public @NotNull Boolean tlInstanceChangeable
-
spInstanceChangeable
@NotNull public @NotNull Boolean spInstanceChangeable
-
derivable
@NotNull public @NotNull Boolean derivable
-
tlMigratableTo
@NotNull public @NotNull Boolean tlMigratableTo
-
spMigratableTo
@NotNull public @NotNull Boolean spMigratableTo
-
buildtimeState
@NotNull public @NotNull ProcessConstants.TemplateBuildtimeState buildtimeState
-
-