Uses of Enum Class
com.atlassian.confluence.api.model.retention.RuleScope
Packages that use RuleScope
Package
Description
-
Uses of RuleScope in com.atlassian.confluence.api.model.retention
Methods in com.atlassian.confluence.api.model.retention that return RuleScope -
Uses of RuleScope in com.atlassian.confluence.impl.retention
Methods in com.atlassian.confluence.impl.retention with parameters of type RuleScopeModifier and TypeMethodDescriptionprotected List<DeletedHistoricalVersionSummary>
AbstractVersionRemovalService.deleteForRule
(List<EvaluatedHistoricalVersion> evaluated, RuleScope ruleScope) -
Uses of RuleScope in com.atlassian.confluence.impl.retention.manager
Methods in com.atlassian.confluence.impl.retention.manager with parameters of type RuleScopeModifier and TypeMethodDescriptionprotected void
AbstractTrashRemovalManager.deleteForRule
(List<EvaluatedTrash> evaluatedTrashes, RuleScope ruleScope) -
Uses of RuleScope in com.atlassian.confluence.impl.retention.rules
Methods in com.atlassian.confluence.impl.retention.rules that return RuleScopeModifier and TypeMethodDescriptionEvaluatedHistoricalVersion.getRuleScope()
EvaluatedTrash.getRuleScope()
Constructors in com.atlassian.confluence.impl.retention.rules with parameters of type RuleScopeModifierConstructorDescriptionEvaluatedHistoricalVersion
(HistoricalVersion historicalVersion, RuleScope ruleScope, Boolean shouldBeDeleted) EvaluatedTrash
(SpaceContentEntityObject trash, boolean shouldBeDeleted, RuleScope ruleScope)