package kogito

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class ContextProviderProxy(contextPath: DMNContextPath, stillSetWhenNull: Boolean, child: Expression, config: Map[String, String], providedType: Option[DataType]) extends UnaryExpression with UnaryDMNContextProvider[Any] with Product with Serializable

    When a type is not provided attempt to late bind the type

  2. case class KogitoDDLResult(debug: Boolean, underlyingType: StructType, config: Map[String, String]) extends LeafExpression with KogitoProcess with Product with Serializable
  3. case class KogitoDMNContext(ctx: org.kie.dmn.api.core.DMNContext) extends DMNContext with Product with Serializable
  4. case class KogitoDMNContextPath(path: String) extends DMNContextPath with Product with Serializable
  5. case class KogitoDMNModel(model: org.kie.dmn.api.core.DMNModel, runtime: org.kie.dmn.api.core.DMNRuntime) extends DMNModel with Product with Serializable

    Represents an executable DMN Model

  6. class KogitoDMNRepository extends DMNRepository

    Represents a repository of DMN, this is the actual root provider

  7. case class KogitoDMNResult(result: org.kie.dmn.api.core.DMNResult) extends DMNResult with Product with Serializable
  8. case class KogitoDMNRuntime(runtime: org.kie.dmn.api.core.DMNRuntime) extends DMNRuntime with Product with Serializable
  9. case class KogitoFeelEvent(severity: String, message: String, line: Int, column: Int, sourceException: String, offendingSymbol: String) extends Serializable with Product
  10. case class KogitoJSONContextProvider(contextPath: DMNContextPath, stillSetWhenNull: Boolean, child: Expression, providedType: Option[DataType]) extends UnaryExpression with StringWithIOProcessorContextProvider[Map[String, AnyRef]] with Product with Serializable
  11. case class KogitoJSONResultProvider(debug: Boolean, config: Map[String, String]) extends LeafExpression with DMNResultProvider with KogitoProcess with Product with Serializable

  12. case class KogitoMessage(sourceId: String, sourceReference: String, exception: String, feelEvent: KogitoFeelEvent) extends Serializable with Product
  13. trait KogitoProcess extends Expression with DMNResultProvider
  14. case class KogitoResult(decisionId: String, decisionName: String, hasErrors: Boolean, messages: Seq[KogitoMessage], evaluationStatus: String) extends Serializable with Product

    Represents the DDL provider output type for debugMode

Value Members

  1. object ContextProviders
  2. object Errors
  3. object ResultProcessors
  4. object Types

Ungrouped