camundala.simulation

Members list

Packages

Type members

Classlikes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SScenario
class Object
trait Matchable
class Any
Show all
case class ExternalTaskScenario(name: String, process: ExternalTask[_, _, _], isIgnored: Boolean, testOverrides: Option[TestOverrides], startType: ProcessStartType) extends IsProcessScenario, WithTestOverrides[ExternalTaskScenario]

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SScenario
class Object
trait Matchable
class Any
Show all
case class IncidentServiceScenario(name: String, process: ExternalTask[_, _, _], incidentMsg: String, isIgnored: Boolean) extends IsIncidentScenario

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SScenario
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait SScenario
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

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

Attributes

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

Attributes

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

Attributes

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, WithTestOverrides[ProcessScenario]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SScenario
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
sealed trait SEvent extends SInServiceOuttep

Attributes

Supertypes
trait SStep
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Supertypes
trait SStep
class Object
trait Matchable
class Any
Show all
Known subtypes
trait SEvent
class SSignalEvent
class STimerEvent
class SSubProcess
class SUserTask
Show all
case class SMessageEvent(name: String, inOut: MessageEvent[_], optReadyVariable: Option[String], readyValue: Any, processInstanceId: Boolean, testOverrides: Option[TestOverrides]) extends SEvent

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class SSignalEvent(name: String, inOut: SignalEvent[_], readyVariable: String, readyValue: Any, testOverrides: Option[TestOverrides]) extends SEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SEvent
trait SStep
class Object
trait Matchable
class Any
Show all
case class SSimulation(scenarios: List[SScenario])

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait SEvent
class SSignalEvent
class STimerEvent
class SSubProcess
class SUserTask
class SWaitTime
Show all
case class SSubProcess(name: String, process: Process[_, _], steps: List[SStep], testOverrides: Option[TestOverrides]) extends SInServiceOuttep, HasProcessSteps

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SStep
class Object
trait Matchable
class Any
Show all
case class STimerEvent(name: String, inOut: TimerEvent, optReadyVariable: Option[String], readyValue: Any, testOverrides: Option[TestOverrides]) extends SEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SEvent
trait SStep
class Object
trait Matchable
class Any
Show all
case class SUserTask(name: String, inOut: UserTask[_, _], testOverrides: Option[TestOverrides], waitForSec: Option[Int]) extends SInServiceOuttep

Attributes

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

Attributes

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

Attributes

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)

Type parameters

B

Builder for Authentication and preRequest

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TestOverride

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TestOverrides

Attributes

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

Attributes

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