Class DenormalisedChangeLogDao
- java.lang.Object
-
- com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao.DenormalisedChangeLogDao
-
public class DenormalisedChangeLogDao extends Object
Dao for DenormalisedServiceStateChangeLog which keeps information about service state change- Since:
- 7.10.0
-
-
Constructor Summary
Constructors Constructor Description DenormalisedChangeLogDao(org.hibernate.SessionFactory sessionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMessage(StateChangeInformation.MessageLevel level, String message)
Object
clearHistory()
List<DenormalisedServiceStateChangeLog>
getLastRecords(int limit)
-
-
-
Method Detail
-
getLastRecords
public List<DenormalisedServiceStateChangeLog> getLastRecords(int limit)
-
clearHistory
public Object clearHistory()
-
addMessage
public void addMessage(StateChangeInformation.MessageLevel level, String message)
-
-