modules
Provides methods for working within a modularized process / model
Methods
loadService
loadService(
pServiceName):any[]
Provides all implementations of the service with the given name. The items inside the object array are functions, that can be executed.
Parameters
pServiceName
string | number | booleanName of the service
Returns
any[]the functions as array, or empty, if the service or no implementation could be found