Uses of Class
org.craftercms.studio.api.v2.exception.content.ContentAlreadyUnlockedException
Packages that use ContentAlreadyUnlockedException
Package
Description
-
Uses of ContentAlreadyUnlockedException in org.craftercms.studio.api.v2.service.content
Methods in org.craftercms.studio.api.v2.service.content that throw ContentAlreadyUnlockedExceptionModifier and TypeMethodDescriptionvoidContentService.unlockContent(String siteId, String path) Unlock item by path for given site -
Uses of ContentAlreadyUnlockedException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type ContentAlreadyUnlockedExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleException(javax.servlet.http.HttpServletRequest request, ContentAlreadyUnlockedException e) Methods in org.craftercms.studio.controller.rest.v2 that throw ContentAlreadyUnlockedExceptionModifier and TypeMethodDescription@Valid ResponseBodyContentController.itemUnlockByPath(@Valid UnlockItemByPathRequest request) -
Uses of ContentAlreadyUnlockedException in org.craftercms.studio.impl.v2.service.content
Methods in org.craftercms.studio.impl.v2.service.content that throw ContentAlreadyUnlockedExceptionModifier and TypeMethodDescriptionvoidContentServiceImpl.unlockContent(String siteId, String path)