Protected
Readonly
_fileProtected
Readonly
_templateProtected
Readonly
_templateProtected
getRetrieves the title of a template page in the specified language.
An object containing language-specific titles.
The language identifier for the title. Defaults to "en", if not provided.
The page title in the specified language, or the first available language if not found.
This method is responsible for the population of the application layer template for instance edit capability. When all dependencies needed by template (@see {EditInstanceCapabilityAppLayerTemplate} for more details) are populated, the template renderer is invoked to generate the resulting code.
The promise which results to a LayerArtifact
instance - the application layer code of the instance edit capability.
EditInstanceAppLayerTemplateProcessor
class is responsible for generating the application layer using template approach for update / edit capability. This class provides specific logic for the generation of template and dependencies needed for the application layer of the edit capability of the generated application.Template: EditInstanceCapabilityAppLayerTemplate
The type of the update capability application layer template model.