Class EbpInstanceReference

java.lang.Object
de.aristaflow.ilm.model.processmodel.EbpInstanceReference
All Implemented Interfaces:
Serializable

public class EbpInstanceReference extends Object implements Serializable
See Also:
  • Field Details

    • type

      @NotNull public @NotNull EBPType type
    • instanceId

      @NotNull public @NotNull UUID instanceId
    • instanceLogId

      @NotNull public @NotNull UUID instanceLogId
    • baseTemplateId

      @NotNull public @NotNull UUID baseTemplateId
    • nodeId

      @NotNull public @NotNull Integer nodeId
    • nodeIteration

      @NotNull public @NotNull Integer nodeIteration
    • executionManagerUris

      @NotNull public @NotNull List<@NotNull URI> executionManagerUris
    • runtimeManagerUris

      public List<@NotNull URI> runtimeManagerUris
  • Constructor Details

    • EbpInstanceReference

      public EbpInstanceReference()