Class SimpleSessionContext

java.lang.Object
de.aristaflow.ilm.model.runtimeenvironment.IncompleteSessionContext
de.aristaflow.ilm.model.runtimeenvironment.SimpleSessionContext
All Implemented Interfaces:
Serializable

public class SimpleSessionContext extends IncompleteSessionContext
See Also:
  • Field Details

    • sessionId

      @NotBlank public @NotBlank String sessionId
    • resumed

      @NotNull public @NotNull Boolean resumed
    • savepoint

      public String savepoint
    • testMode

      @NotNull public @NotNull Boolean testMode
    • viewOnly

      @NotNull public @NotNull Boolean viewOnly
  • Constructor Details

    • SimpleSessionContext

      public SimpleSessionContext()