C7TemplateGenerator

orchescala.api.templates.C7TemplateGenerator
class C7TemplateGenerator(config: ModelerTemplateConfig, val projectName: String, val companyName: String, apiVersion: String) extends ModelerTemplateGenerator

Camunda 7 implementation of the ModelerTemplateGenerator interface

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def generate(apis: List[InOutApi[_, _]]): Unit

Generate templates for the given APIs

Generate templates for the given APIs

Value parameters

apis

List of APIs to generate templates for

Attributes

def mapping(name: String, elem: Any): String
def optionalMapping(name: String): String

Concrete fields

val companyName: String

The company name for template generation

The company name for template generation

Attributes

val projectName: String

The project name for template generation

The project name for template generation

Attributes

val version: Int

The Camunda version this generator supports

The Camunda version this generator supports

Attributes