Uses of Interface
com.atlassian.confluence.core.service.ServiceCommandValidator
-
-
Uses of ServiceCommandValidator in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service with parameters of type ServiceCommandValidator Modifier and Type Method Description protected void
RenderContentCommandImpl. validateInternal(ServiceCommandValidator validator)
-
Uses of ServiceCommandValidator in com.atlassian.confluence.content.service.blogpost
Methods in com.atlassian.confluence.content.service.blogpost with parameters of type ServiceCommandValidator Modifier and Type Method Description protected void
CreateBlogPostCommandImpl. validateInternal(ServiceCommandValidator validator)
Ensure that a page has been provided and that its title will not be a duplicate in the target space.protected void
MoveBlogPostToTopOfSpaceCommand. validateInternal(ServiceCommandValidator validator)
protected void
RevertBlogPostCommand. validateInternal(ServiceCommandValidator validator)
-
Uses of ServiceCommandValidator in com.atlassian.confluence.content.service.comment
Methods in com.atlassian.confluence.content.service.comment with parameters of type ServiceCommandValidator Modifier and Type Method Description protected void
CreateCommentCommandImpl. validateInternal(ServiceCommandValidator validator)
protected void
CreateCommentFromEditorCommand. validateInternal(ServiceCommandValidator validator)
protected void
DeleteCommentCommandImpl. validateInternal(ServiceCommandValidator validator)
protected void
EditCommentCommandImpl. validateInternal(ServiceCommandValidator validator)
protected void
EditCommentFromEditorCommand. validateInternal(ServiceCommandValidator validator)
-
Uses of ServiceCommandValidator in com.atlassian.confluence.content.service.page
Methods in com.atlassian.confluence.content.service.page with parameters of type ServiceCommandValidator Modifier and Type Method Description void
RevertContentToVersionCommand. validate(ServiceCommandValidator validator, ContentEntityObject ceo, ContentEntityObject possibleConflictingCeo, int versionToRevert, boolean revertTitle)
protected void
CreateAbstractPageCommandImpl. validateInternal(ServiceCommandValidator validator)
Ensure that an AbstractPage has been provided and that its title is valid.protected void
CreatePageCommandImpl. validateInternal(ServiceCommandValidator validator)
Ensure that a page has been provided and that its title will not be a duplicate in the target space.protected void
CreatePageFromExistingCommandImpl. validateInternal(ServiceCommandValidator validator)
protected void
DeleteBlogPostCommand. validateInternal(ServiceCommandValidator validator)
protected void
DeletePageCommand. validateInternal(ServiceCommandValidator validator)
protected void
MovePageCommandImpl. validateInternal(ServiceCommandValidator validator)
protected void
MovePageToTopOfSpaceCommand. validateInternal(ServiceCommandValidator validator)
protected void
RemoveAbstractPageVersionCommand. validateInternal(ServiceCommandValidator validator)
protected void
RevertPageCommand. validateInternal(ServiceCommandValidator validator)
protected void
RevertPageOrderCommand. validateInternal(ServiceCommandValidator validator)
protected void
SetPageOrderCommand. validateInternal(ServiceCommandValidator validator)
-
Uses of ServiceCommandValidator in com.atlassian.confluence.content.service.space
Methods in com.atlassian.confluence.content.service.space with parameters of type ServiceCommandValidator Modifier and Type Method Description protected void
DeleteSpaceCommand. validateInternal(ServiceCommandValidator validator)
-
Uses of ServiceCommandValidator in com.atlassian.confluence.core.service
Classes in com.atlassian.confluence.core.service that implement ServiceCommandValidator Modifier and Type Class Description class
DefaultServiceCommandValidator
Methods in com.atlassian.confluence.core.service with parameters of type ServiceCommandValidator Modifier and Type Method Description protected abstract void
AbstractServiceCommand. validateInternal(ServiceCommandValidator validator)
Template method for implementations to perform validation. -
Uses of ServiceCommandValidator in com.atlassian.confluence.labels.service
Methods in com.atlassian.confluence.labels.service with parameters of type ServiceCommandValidator Modifier and Type Method Description protected void
AddLabelsCommandImpl. validateInternal(ServiceCommandValidator validator)
protected void
RemoveLabelCommandImpl. validateInternal(ServiceCommandValidator validator)
protected void
ValidateLabelsCommandImpl. validateInternal(ServiceCommandValidator validator)
-