camundala.simulation

Members list

Concise view

Type members

Classlikes

case class BadScenario(name: String, process: Process[_, _], status: Int, errorMsg: Option[String], isIgnored: Boolean) extends IsProcessScenario

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SScenario
class Object
trait Matchable
class Any
case class DmnScenario(name: String, inOut: DecisionDmn[_, _], isIgnored: Boolean, testOverrides: Option[TestOverrides]) extends SScenario with WithTestOverrides[DmnScenario]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SScenario
class Object
trait Matchable
class Any
sealed trait HasProcessSteps extends ScenarioOrStep

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class IncidentScenario(name: String, process: Process[_, _], steps: List[SStep], incidentMsg: String, isIgnored: Boolean) extends IsProcessScenario

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SScenario
class Object
trait Matchable
class Any
sealed trait IsProcessScenario extends HasProcessSteps with SScenario

Attributes

Graph
Supertypes
trait SScenario
class Object
trait Matchable
class Any
Known subtypes
case class LogEntry(logLevel: LogLevel, msg: String, timestamp: LocalDateTime)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
enum LogLevel(val color: String) extends Ordered[LogLevel]

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
trait Ordered[LogLevel]
trait Comparable[LogLevel]
class Object
trait Matchable
class Any
trait Logging

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class ProcessScenario(name: String, process: Process[_, _], steps: List[SStep], isIgnored: Boolean, testOverrides: Option[TestOverrides], startType: ProcessStartType) extends IsProcessScenario with WithTestOverrides[ProcessScenario]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SScenario
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
sealed trait SEvent extends SInOutStep

Attributes

Graph
Supertypes
trait SStep
class Object
trait Matchable
class Any
Known subtypes
sealed trait SInOutStep extends SStep with WithTestOverrides[SInOutStep]

Attributes

Graph
Supertypes
trait SStep
class Object
trait Matchable
class Any
Known subtypes
case class SReceiveMessageEvent(name: String, inOut: ReceiveMessageEvent[_], optReadyVariable: Option[String], readyValue: Any, processInstanceId: Boolean, testOverrides: Option[TestOverrides]) extends SEvent

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SEvent
trait SStep
class Object
trait Matchable
class Any
case class SReceiveSignalEvent(name: String, inOut: ReceiveSignalEvent[_], readyVariable: String, readyValue: Any, testOverrides: Option[TestOverrides]) extends SEvent

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SEvent
trait SStep
class Object
trait Matchable
class Any
sealed trait SScenario extends ScenarioOrStep

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class SSimulation(scenarios: List[SScenario])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait SStep extends ScenarioOrStep

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class SSubProcess(name: String, process: Process[_, _], steps: List[SStep], testOverrides: Option[TestOverrides]) extends SInOutStep with HasProcessSteps

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SStep
class Object
trait Matchable
class Any
case class SUserTask(name: String, inOut: UserTask[_, _], testOverrides: Option[TestOverrides]) extends SInOutStep

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SStep
class Object
trait Matchable
class Any
case class SWaitTime(seconds: Int) extends SStep

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SStep
class Object
trait Matchable
class Any
sealed trait ScenarioOrStep

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class SimulationConfig[B](tenantId: Option[String], maxCount: Int, endpoint: String, authHeader: B => B, logLevel: LogLevel)

Attributes

B

Builder for Authentication and preRequest

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class TestOverride(key: Option[String], overrideType: TestOverrideType, value: Option[CamundaVariable])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class TestOverrides(overrides: Seq[TestOverride])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait WithTestOverrides[T <: WithTestOverrides[T]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

def addOverride[T <: Product](model: T, key: Option[String], overrideType: TestOverrideType, value: Option[CamundaVariable]): TestOverrides

Concrete fields

lazy val dtf: DateTimeFormatter
lazy val notSet: String