ModelerTemplateGenerator

orchescala.api.templates.ModelerTemplateGenerator

Interface for generating modeler templates for different Camunda versions. Provides abstraction over C7 and C8 template generation.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def companyName: String

The company name for template generation

The company name for template generation

Attributes

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 projectName: String

The project name for template generation

The project name for template generation

Attributes

def version: Int

The Camunda version this generator supports

The Camunda version this generator supports

Attributes