Uses of Annotation Interface
org.craftercms.studio.api.v2.annotation.policy.ActionTargetPath
Packages that use ActionTargetPath
-
Uses of ActionTargetPath in org.craftercms.studio.impl.v1.service.content
Method parameters in org.craftercms.studio.impl.v1.service.content with annotations of type ActionTargetPathModifier and TypeMethodDescription@Valid StringContentServiceImpl.copyContent(String site, String fromPath, String toPath) @javax.validation.Valid booleanContentServiceImpl.createFolder(String site, String path, String name) @Valid StringContentServiceImpl.moveContent(String site, String fromPath, String toPath) @javax.validation.Valid booleanContentServiceImpl.renameContent(String site, String path, String name) voidContentServiceImpl.writeContent(String site, String path, String fileName, String contentType, InputStream input, String createFolders, String edit, String unlock) voidContentServiceImpl.writeContent(String site, String path, String fileName, String contentType, InputStream input, String createFolders, String edit, String unlock, boolean skipAuditLogInsert) voidContentServiceImpl.writeContentAndRename(String site, String path, String targetPath, String fileName, String contentType, InputStream input, String createFolders, String edit, String unlock, boolean createFolder) ContentServiceImpl.writeContentAsset(String site, String path, String assetName, InputStream in, String isImage, String allowedWidth, String allowedHeight, String allowLessSize, String draft, String unlock, String systemAsset) write content asset