Uses of Interface
com.atlassian.confluence.api.model.validation.MergeValidationResult
-
-
Uses of MergeValidationResult in com.atlassian.confluence.api.impl.service.content.draft
Methods in com.atlassian.confluence.api.impl.service.content.draft that return MergeValidationResult Modifier and Type Method Description MergeValidationResultLegacyDraftValidator. validateContentForPageCreate(Content content)MergeValidationResultLegacyDraftValidator. validateContentForPageUpdate(Content content, ContentDraftService.ConflictPolicy conflictPolicy) -
Uses of MergeValidationResult in com.atlassian.confluence.api.model.validation
Classes in com.atlassian.confluence.api.model.validation that implement MergeValidationResult Modifier and Type Class Description classSimpleMergeValidationResultMethods in com.atlassian.confluence.api.model.validation that return MergeValidationResult Modifier and Type Method Description MergeValidationResultSimpleMergeValidationResult.Builder. build() -
Uses of MergeValidationResult in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return MergeValidationResult Modifier and Type Method Description MergeValidationResultContentDraftService.DraftValidator. validateContentForPageCreate(Content content)Validate the publish new draft operation.MergeValidationResultContentDraftService.DraftValidator. validateContentForPageUpdate(Content content, ContentDraftService.ConflictPolicy conflictPolicy)Validate the publish edit draft operation.
-