Uses of Interface
com.atlassian.confluence.core.service.ServiceCommandValidator
Packages that use ServiceCommandValidator
Package
Description
- 
Uses of ServiceCommandValidator in com.atlassian.confluence.content.serviceMethods in com.atlassian.confluence.content.service with parameters of type ServiceCommandValidatorModifier and TypeMethodDescriptionprotected voidRenderContentCommandImpl.validateInternal(ServiceCommandValidator validator) 
- 
Uses of ServiceCommandValidator in com.atlassian.confluence.content.service.blogpostMethods in com.atlassian.confluence.content.service.blogpost with parameters of type ServiceCommandValidatorModifier and TypeMethodDescriptionprotected voidCreateBlogPostCommandImpl.validateInternal(ServiceCommandValidator validator) Ensure that a page has been provided and that its title will not be a duplicate in the target space.protected voidMoveBlogPostToTopOfSpaceCommand.validateInternal(ServiceCommandValidator validator) protected voidRevertBlogPostCommand.validateInternal(ServiceCommandValidator validator) 
- 
Uses of ServiceCommandValidator in com.atlassian.confluence.content.service.commentMethods in com.atlassian.confluence.content.service.comment with parameters of type ServiceCommandValidatorModifier and TypeMethodDescriptionprotected voidCreateCommentCommandImpl.validateInternal(ServiceCommandValidator validator) protected voidCreateCommentFromEditorCommand.validateInternal(ServiceCommandValidator validator) protected voidDeleteCommentCommandImpl.validateInternal(ServiceCommandValidator validator) protected voidEditCommentCommandImpl.validateInternal(ServiceCommandValidator validator) protected voidEditCommentFromEditorCommand.validateInternal(ServiceCommandValidator validator) 
- 
Uses of ServiceCommandValidator in com.atlassian.confluence.content.service.pageMethods in com.atlassian.confluence.content.service.page with parameters of type ServiceCommandValidatorModifier and TypeMethodDescriptionvoidRevertContentToVersionCommand.validate(ServiceCommandValidator validator, ContentEntityObject ceo, ContentEntityObject possibleConflictingCeo, int versionToRevert, boolean revertTitle) protected voidConvertPageToBlogPostCommand.validateInternal(ServiceCommandValidator validator) protected voidCreateAbstractPageCommandImpl.validateInternal(ServiceCommandValidator validator) Ensure that an AbstractPage has been provided and that its title is valid.protected voidCreatePageCommandImpl.validateInternal(ServiceCommandValidator validator) Ensure that a page has been provided and that its title will not be a duplicate in the target space.protected voidCreatePageFromExistingCommandImpl.validateInternal(ServiceCommandValidator validator) protected voidDeleteBlogPostCommand.validateInternal(ServiceCommandValidator validator) protected voidDeletePageCommand.validateInternal(ServiceCommandValidator validator) protected voidMovePageCommandImpl.validateInternal(ServiceCommandValidator validator) protected voidMovePageToTopOfSpaceCommand.validateInternal(ServiceCommandValidator validator) protected voidRemoveAbstractPageVersionCommand.validateInternal(ServiceCommandValidator validator) protected voidRevertPageCommand.validateInternal(ServiceCommandValidator validator) protected voidRevertPageOrderCommand.validateInternal(ServiceCommandValidator validator) protected voidSetPageOrderCommand.validateInternal(ServiceCommandValidator validator) 
- 
Uses of ServiceCommandValidator in com.atlassian.confluence.core.serviceClasses in com.atlassian.confluence.core.service that implement ServiceCommandValidatorMethods in com.atlassian.confluence.core.service with parameters of type ServiceCommandValidatorModifier and TypeMethodDescriptionprotected abstract voidAbstractServiceCommand.validateInternal(ServiceCommandValidator validator) Template method for implementations to perform validation.
- 
Uses of ServiceCommandValidator in com.atlassian.confluence.labels.serviceMethods in com.atlassian.confluence.labels.service with parameters of type ServiceCommandValidatorModifier and TypeMethodDescriptionprotected voidAddLabelsCommandImpl.validateInternal(ServiceCommandValidator validator) protected voidRemoveLabelCommandImpl.validateInternal(ServiceCommandValidator validator) protected voidValidateLabelsCommandImpl.validateInternal(ServiceCommandValidator validator)