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.

class Object
trait Matchable
class Any

Value members

Abstract methods

protected def docProjectUrl(project: String): String

Concrete methods

def docReference(processName: String): String
protected def docTitle(processCount: Int): String
protected def docuPath(projectPath: Path, path: Path, content: String): (String, String)
protected def findBpmnFor(processName: String): Seq[(String, Seq[(String, String)])]
protected def projectPaths: Seq[Path]

Concrete fields

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