-
Methods Method Description org.onehippo.cms7.services.contenttype.ContentType.isCascadeValidate() Use validation as offered by the hippo-services-validation module. Cascading is then obsolete.org.onehippo.cms7.services.HippoServiceRegistry.registerService(T, Class<T>) since v13.0. UseHippoServiceRegistry.register(Object, Class, Class[])
instead.org.onehippo.cms7.services.HippoServiceRegistry.unregisterService(T, Class<T>) since v13.0. UseHippoServiceRegistry.unregister(Object, Class)
instead.