Uses of Annotation Interface
org.craftercms.studio.api.v2.annotation.RequireContentExists
Packages that use RequireContentExists
Package
Description
-
Uses of RequireContentExists in org.craftercms.studio.impl.v1.service.content
Methods in org.craftercms.studio.impl.v1.service.content with annotations of type RequireContentExistsModifier and TypeMethodDescription@javax.validation.Valid booleanContentServiceImpl.renameContent(String site, String path, String name) -
Uses of RequireContentExists in org.craftercms.studio.impl.v1.service.dependency
Methods in org.craftercms.studio.impl.v1.service.dependency with annotations of type RequireContentExistsModifier and TypeMethodDescriptionDependencyServiceImpl.getItemDependencies(String site, String path, int depth) DependencyServiceImpl.getItemsDependingOn(String site, String path, int depth) -
Uses of RequireContentExists in org.craftercms.studio.impl.v2.service.clipboard
Methods in org.craftercms.studio.impl.v2.service.clipboard with annotations of type RequireContentExists -
Uses of RequireContentExists in org.craftercms.studio.impl.v2.service.clipboard.internal
Methods in org.craftercms.studio.impl.v2.service.clipboard.internal with annotations of type RequireContentExistsModifier and TypeMethodDescriptionClipboardServiceInternalImpl.duplicateItem(String siteId, String path) -
Uses of RequireContentExists in org.craftercms.studio.impl.v2.service.content
Methods in org.craftercms.studio.impl.v2.service.content with annotations of type RequireContentExistsModifier and TypeMethodDescriptionContentServiceImpl.getContentVersionHistory(String siteId, String path) ContentServiceImpl.getItemByPath(String siteId, String path, boolean preferContent)