ProcessReferenceCreator

camundala.api.ProcessReferenceCreator

Checks all BPMNs if a process is used in another process. As result a list is created that can be included in the Documentation.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

case class UsedByReferenceCreator(refId: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UsesReferenceCreator(processName: String)

Attributes

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

Value members

Abstract methods

protected def apiConfig: ApiConfig
protected def projectName: String

Concrete methods

protected def gitBasePath: Path

Concrete fields

lazy val allBpmns: Seq[(String, Seq[(Path, String)])]