Uses of Class
com.atlassian.confluence.api.model.retention.RuleScope
-
Packages that use RuleScope Package Description com.atlassian.confluence.api.model.retention com.atlassian.confluence.impl.retention.rules -
-
Uses of RuleScope in com.atlassian.confluence.api.model.retention
Methods in com.atlassian.confluence.api.model.retention that return RuleScope Modifier and Type Method Description static RuleScope
RuleScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuleScope[]
RuleScope. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RuleScope in com.atlassian.confluence.impl.retention.rules
Methods in com.atlassian.confluence.impl.retention.rules that return RuleScope Modifier and Type Method Description RuleScope
EvaluatedHistoricalVersion. getRuleScope()
RuleScope
EvaluatedTrash. getRuleScope()
Constructors in com.atlassian.confluence.impl.retention.rules with parameters of type RuleScope Constructor Description EvaluatedHistoricalVersion(HistoricalVersion historicalVersion, RuleScope ruleScope, Boolean shouldBeDeleted)
EvaluatedTrash(SpaceContentEntityObject trash, boolean shouldBeDeleted, RuleScope ruleScope)
-