workflo.macros.util.macro
component-record-symbol
(component-record-symbol name)
Returns the symbol for a component record. E.g. for user
, it will return UserComponent
.
definition-symbol
(definition-symbol name)
Returns a fully qualified definition symbol for a name. The definition symbol is the name under which the definition of e.g. a service or a command will be stored.
record-symbol
(record-symbol name)
Returns the symbol for a record. E.g. for user
, it will return User
.