Class Node
java.lang.Object
de.aristaflow.ilm.model.processmodel.Node
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StructuralNode
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription@NotNull String@Valid ExecutableBusinessProcess@NotNull IntegerA 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 String@Size(min=1) StringThis is used as additional information for rich type hierarchies.Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
subClass
This is used as additional information for rich type hierarchies. -
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. -
iconId
-
assignmentRule
-
ebp
-
autoStart
-
groupName
-
groupExecutionContext
-
sysInParams
-
sysOutParams
-
inParamConns
-
outParamConns
-
sysInParamConns
-
sysOutParamConns
-
userAttributes
-
-
Constructor Details
-
Node
public Node()The constructor required for bean deserialisation.
-