API Updates
API Updates
Below is a list of changes that have been made to the Cascade Server Public API.
- com.hannonhill.cascade.api.asset.home.FolderContainedAsset - two new methods: setHideSystemName and isHideSystemName. This is used to hide the System Name field on creation with an Asset Factory Plugin.
- See com.cms.assetfactory.DisplayToSystemNamePlugin#doPluginActionPre() for an example of how this change is used.
- com.hannonhill.cascade.api.adapters.XHTMLBlockAPIAdapter is now com.hannonhill.cascade.api.adapters.XHTMLDataDefinitionBlockAPIAdapter
- com.hannonhill.cascade.api.asset.home.XHTMLBlock is now com.hannonhill.cascade.api.asset.home.XHTMLDataDefinitionBlock

