Uses of Annotation Interface
org.craftercms.studio.api.v2.annotation.policy.ValidateAction
Packages that use ValidateAction
Package
Description
-
Uses of ValidateAction in org.craftercms.studio.api.v2.annotation.policy
Methods in org.craftercms.studio.api.v2.annotation.policy with parameters of type ValidateActionModifier and TypeMethodDescriptionSitePolicyAspect.validateAction(org.aspectj.lang.ProceedingJoinPoint pjp, ValidateAction actionParams) -
Uses of ValidateAction in org.craftercms.studio.impl.v1.service.content
Methods in org.craftercms.studio.impl.v1.service.content with annotations of type ValidateActionModifier 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