Uses of Annotation Interface
org.craftercms.studio.api.v2.annotation.ContentPath
Packages that use ContentPath
Package
Description
-
Uses of ContentPath in org.craftercms.studio.impl.v1.service.content
Method parameters in org.craftercms.studio.impl.v1.service.content with annotations of type ContentPathModifier and TypeMethodDescription@jakarta.validation.Valid booleanContentServiceImpl.renameContent(String siteId, String path, String name) -
Uses of ContentPath in org.craftercms.studio.impl.v1.service.dependency
Method parameters in org.craftercms.studio.impl.v1.service.dependency with annotations of type ContentPathModifier and TypeMethodDescriptionDependencyServiceImpl.getDeleteDependencies(String site, String path) DependencyServiceImpl.getItemDependencies(String site, String path, int depth) DependencyServiceImpl.getItemsDependingOn(String site, String path, int depth) -
Uses of ContentPath in org.craftercms.studio.impl.v2.service.clipboard
Method parameters in org.craftercms.studio.impl.v2.service.clipboard with annotations of type ContentPath -
Uses of ContentPath in org.craftercms.studio.impl.v2.service.clipboard.internal
Method parameters in org.craftercms.studio.impl.v2.service.clipboard.internal with annotations of type ContentPathModifier and TypeMethodDescriptionClipboardServiceInternalImpl.duplicateItem(String siteId, String path) -
Uses of ContentPath in org.craftercms.studio.impl.v2.service.content
Method parameters in org.craftercms.studio.impl.v2.service.content with annotations of type ContentPathModifier and TypeMethodDescriptionContentServiceImpl.getContentVersionHistory(String siteId, String path) ContentServiceImpl.getItemByPath(String siteId, String path, boolean preferContent) -
Uses of ContentPath in org.craftercms.studio.impl.v2.service.dependency
Method parameters in org.craftercms.studio.impl.v2.service.dependency with annotations of type ContentPathModifier and TypeMethodDescriptionvoidDependencyServiceImpl.deleteItemDependencies(String site, String sourcePath) DependencyServiceImpl.getDependentItems(String siteId, String path) voidDependencyServiceImpl.upsertDependencies(String site, String path)