Uses of Annotation Interface
org.craftercms.studio.api.v2.annotation.policy.ActionTargetFilename
Packages that use ActionTargetFilename
-
Uses of ActionTargetFilename in org.craftercms.studio.impl.v1.service.content
Method parameters in org.craftercms.studio.impl.v1.service.content with annotations of type ActionTargetFilenameModifier and TypeMethodDescription@javax.validation.Valid booleanContentServiceImpl.createFolder(String site, String path, String name) @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