package kogito
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Constants extends AnyRef
- case class KogitoFeelEvent(severity: String, message: String, line: Int, column: Int, sourceException: String, offendingSymbol: String) extends Serializable with Product
- Annotations
- @SerialVersionUID()
- case class KogitoMessage(sourceId: String, sourceReference: String, exception: String, feelEvent: KogitoFeelEvent) extends Serializable with Product
- Annotations
- @SerialVersionUID()
- 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
Represents the DDL provider output type for debugMode
- Annotations
- @SerialVersionUID()