package kogito
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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
- case class KogitoDDLResult(debug: Boolean, underlyingType: StructType, config: Map[String, String]) extends LeafExpression with KogitoProcess with Product with Serializable
- case class KogitoDMNContext(ctx: org.kie.dmn.api.core.DMNContext) extends DMNContext with Product with Serializable
- case class KogitoDMNContextPath(path: String) extends DMNContextPath with Product with Serializable
-
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
-
class
KogitoDMNRepository extends DMNRepository
Represents a repository of DMN, this is the actual root provider
- case class KogitoDMNResult(result: org.kie.dmn.api.core.DMNResult) extends DMNResult with Product with Serializable
- case class KogitoDMNRuntime(runtime: org.kie.dmn.api.core.DMNRuntime) extends DMNRuntime with Product with Serializable
- case class KogitoFeelEvent(severity: String, message: String, line: Int, column: Int, sourceException: String, offendingSymbol: String) extends Serializable with Product
- case class KogitoJSONContextProvider(contextPath: DMNContextPath, stillSetWhenNull: Boolean, child: Expression, providedType: Option[DataType]) extends UnaryExpression with StringWithIOProcessorContextProvider[Map[String, AnyRef]] with Product with Serializable
- case class KogitoJSONResultProvider(debug: Boolean, config: Map[String, String]) extends LeafExpression with DMNResultProvider with KogitoProcess with Product with Serializable
- case class KogitoMessage(sourceId: String, sourceReference: String, exception: String, feelEvent: KogitoFeelEvent) extends Serializable with Product
- trait KogitoProcess extends Expression with DMNResultProvider
-
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
- object ContextProviders
- object Errors
- object ResultProcessors
- object Types