EvaluateDecision

case
class EvaluateDecision[In <: Product, Out <: Product](decisionDmn: DecisionDmn[In, Out], restApi: CamundaRestApi[In, Out])(implicit evidence$1: Encoder[In], evidence$2: Decoder[In], evidence$3: Schema[In], evidence$4: ClassTag[In], evidence$5: Encoder[Out], evidence$6: Decoder[Out], evidence$7: Schema[Out], evidence$8: ClassTag[Out]) extends ApiEndpoint[In, Out, EvaluateDecision[In, Out]]
trait Serializable
trait ApiEndpoint[In, Out, EvaluateDecision[In, Out]]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def createPostman()(using tenantId: Option[String]): Seq[Endpoint[_, _, _, _, _]]
def withRestApi(restApi: CamundaRestApi[In, Out]): EvaluateDecision[In, Out]

Inherited methods

def create(): Seq[Endpoint[_, _, _, _, _]]
Inherited from
ApiEndpoint
protected
def definitionKeyPath(key: String): EndpointInput[_]
Inherited from
ApiEndpoint
protected
def inMapper(): Option[EndpointInput[_]]
Inherited from
ApiEndpoint
protected
def outMapper(): Option[EndpointOutput[_]]
Inherited from
ApiEndpoint
def postmanBaseEndpoint: Endpoint[_, _, _, _, _]
Inherited from
ApiEndpoint
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
protected
def tenantIdPath(id: String): EndpointInput[_]
Inherited from
ApiEndpoint
def withDescr(description: String): EvaluateDecision[In, Out]
Inherited from
ApiEndpoint
def withInExample(label: String, example: In): EvaluateDecision[In, Out]
Inherited from
ApiEndpoint
def withName(n: String): EvaluateDecision[In, Out]
Inherited from
ApiEndpoint
def withOutExample(label: String, example: Out): EvaluateDecision[In, Out]
Inherited from
ApiEndpoint
def withTag(t: String): EvaluateDecision[In, Out]
Inherited from
ApiEndpoint

Concrete fields

val apiName: String
lazy override
val descr: String
val endpointType: String

Inherited fields

lazy
val inExample: In
Inherited from
ApiEndpoint
lazy
val outExample: Out
Inherited from
ApiEndpoint
lazy
val postmanName: String
Inherited from
ApiEndpoint
lazy
val tag: String
Inherited from
ApiEndpoint

Implicits

Implicits

implicit lazy
implicit lazy
implicit lazy