SetupGenerator

camundala.helper.dev.update.SetupGenerator
case class SetupGenerator()(using config: DevConfig)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def createDecision(setupObject: SetupElement): Unit
def createEvent(setupElement: SetupElement, withWorker: Boolean): Unit
def createProcess(setupElement: SetupElement): Unit
def createProcessElement(setupObject: SetupElement): Unit
def createUserTask(setupObject: SetupElement): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val generate: Unit