Class InstanceReference
- java.lang.Object
-
- de.aristaflow.ilm.model.processmodel.InstanceReference
-
- All Implemented Interfaces:
Serializable
public class InstanceReference extends Object implements Serializable
- See Also:
InstanceReference
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull Long
creationTime
@NotNull ProcessConstants.InstanceExecutionStatus
execStatus
@NotNull UUID
id
@NotNull @Valid QualifiedAgent
initiator
Map<@NotBlank String,@NotBlank String>
locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation.@NotNull UUID
logId
Boolean
modified
@NotNull String
name
UUID
parentId
@NotNull @Valid QualifiedAgent
supervisor
@NotNull @Valid TemplateReference
templRef
Map<@NotBlank String,@NotBlank String>
userAttributes
-
Constructor Summary
Constructors Constructor Description InstanceReference()
-
-
-
Field Detail
-
id
@NotNull public @NotNull UUID id
-
logId
@NotNull public @NotNull UUID logId
-
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.
-
modified
public Boolean modified
-
templRef
@NotNull @Valid public @NotNull @Valid TemplateReference templRef
-
supervisor
@NotNull @Valid public @NotNull @Valid QualifiedAgent supervisor
-
initiator
@NotNull @Valid public @NotNull @Valid QualifiedAgent initiator
-
creationTime
@NotNull public @NotNull Long creationTime
-
parentId
public UUID parentId
-
execStatus
@NotNull public @NotNull ProcessConstants.InstanceExecutionStatus execStatus
-
-