Class AuditSearchUtils
- java.lang.Object
-
- com.atlassian.confluence.impl.audit.AuditSearchUtils
-
@Deprecated public class AuditSearchUtils extends Object
Deprecated.since 7.5.0. Audit records should be persisted via atlassian-audit-plugin- Since:
- 5.10
-
-
Constructor Summary
Constructors Constructor Description AuditSearchUtils()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
computeSearchString(AuditRecordEntity entity)
Deprecated.Compute the search string for a given AuditRecordEntitystatic com.google.common.collect.ImmutableSet<String>
tokenize(String stringToTokenize)
Deprecated.Tokenize a string into search terms
-
-
-
Method Detail
-
computeSearchString
public static String computeSearchString(AuditRecordEntity entity)
Deprecated.Compute the search string for a given AuditRecordEntity
-
-