Class EvaluatedHistoricalVersion
- java.lang.Object
-
- com.atlassian.confluence.impl.retention.rules.EvaluatedHistoricalVersion
-
public class EvaluatedHistoricalVersion extends Object
-
-
Constructor Summary
Constructors Constructor Description EvaluatedHistoricalVersion(HistoricalVersion historicalVersion, RuleScope ruleScope, Boolean shouldBeDeleted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
HistoricalVersion
getHistoricalVersion()
RuleScope
getRuleScope()
Boolean
getShouldBeDeleted()
int
hashCode()
-
-
-
Constructor Detail
-
EvaluatedHistoricalVersion
public EvaluatedHistoricalVersion(HistoricalVersion historicalVersion, RuleScope ruleScope, Boolean shouldBeDeleted)
-
-
Method Detail
-
getRuleScope
public RuleScope getRuleScope()
-
getShouldBeDeleted
public Boolean getShouldBeDeleted()
-
getHistoricalVersion
public HistoricalVersion getHistoricalVersion()
-
-