Class Template
java.lang.Object
de.aristaflow.ilm.model.processmodel.Template
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionMap<@NotEmpty String,@Valid ConfigurationDescEntry> @Valid AfConfigurationList<@NotNull @Valid StructuralDataEdge>Map<@NotNull Integer,@NotNull @Valid DataElement> @NotEmpty List<@NotNull @Valid StructuralEdge>@NotNull Integer@NotNull UUIDMap<@NotEmpty String,@NotNull @Valid ProcessModelParameter> A mapping from an IETF BCP 47 language tag to the corresponding localisation.A mapping from an IETF BCP 47 language tag to the corresponding localisation.A mapping from an IETF BCP 47 language tag to the corresponding localisation.@NotNull StringMap<@NotNull Integer,@NotNull @Valid StructuralNode> Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> @NotNull Integer@Valid TemplateStatus@NotNull @Valid QualifiedAgent@Valid AfConfiguration -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
name
-
locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
desc
-
locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
processType
-
version
-
supervisor
-
instNameTempl
-
locInstNameTempl
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
nodes
-
startNodeId
-
endNodeId
-
edges
-
dataElements
-
dataEdges
-
inParams
-
outParams
-
confEntries
-
confValues
-
testConfValues
-
userAttributes
-
status
-
-
Constructor Details
-
Template
public Template()
-