Uses of Annotation Interface
org.craftercms.studio.api.v2.annotation.policy.ActionContentType
Packages that use ActionContentType
-
Uses of ActionContentType in org.craftercms.studio.impl.v1.service.content
Method parameters in org.craftercms.studio.impl.v1.service.content with annotations of type ActionContentTypeModifier and TypeMethodDescriptionvoidContentServiceImpl.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)