sv:restApp
A RESTApp is typically a child of sv:headlessCustomModule. All RESTApps has sv:restAppRepository as parent.
Name | Type and description |
---|---|
<appName>-<appVersion> | Dynamic / Model dependent |
Name of the RESTApp and the Version, separated with dash. |
Name | Type and description |
---|---|
appAuthor | javax.jcr.PropertyType.STRING |
Author, as specified in the manifest.json of the RESTApp. | |
appDescription | javax.jcr.PropertyType.STRING |
Description, as specified in the manifest.json of the RESTApp. | |
appHelpURL | javax.jcr.PropertyType.STRING |
Help URL, as specified in the manifest.json of the RESTApp. | |
appIdentifier | javax.jcr.PropertyType.STRING |
Identifier, as specified in the manifest.json of the RESTApp. | |
appImportDate | javax.jcr.PropertyType.DATE |
The import date of a RESTApp | |
appName | javax.jcr.PropertyType.STRING |
Name, as specified in the manifest.json of the RESTApp. | |
appType | javax.jcr.PropertyType.STRING |
Type, as specified in the manifest.json of the RESTApp. | |
appVersion | javax.jcr.PropertyType.STRING |
Version, as specified in the manifest.json of the RESTApp. | |
displayName | javax.jcr.PropertyType.STRING |
Given name of the RESTApp. | |
requirePrivileged | javax.jcr.PropertyType.BOOLEAN |
Whether or not the RESTApp uses the "privileged" requireable [@since Sitevision 7] |
Sitevision Utility API tip!
- The RestAppInvoker utility can be used to execute a RESTApp from a WebApp or another RESTApp.
Note! This node type was introduced in Sitevision 4.5