Packages

package kogito

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Constants extends AnyRef
  2. case class KogitoFeelEvent(severity: String, message: String, line: Int, column: Int, sourceException: String, offendingSymbol: String) extends Serializable with Product
    Annotations
    @SerialVersionUID()
  3. case class KogitoMessage(sourceId: String, sourceReference: String, exception: String, feelEvent: KogitoFeelEvent) extends Serializable with Product
    Annotations
    @SerialVersionUID()
  4. 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()

Value Members

  1. object Constants extends Constants
  2. object Errors
  3. object Utils

Ungrouped