Uses of Class
com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.DenormalisedContentChangeLog
-
Packages that use DenormalisedContentChangeLog Package Description com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao -
-
Uses of DenormalisedContentChangeLog in com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao that return types with arguments of type DenormalisedContentChangeLog Modifier and Type Method Description List<DenormalisedContentChangeLog>DenormalisedContentChangeLogDao. findContentChangeLogRecords(int limit)Retrieves a list of space change log records sorted by id.Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao with parameters of type DenormalisedContentChangeLog Modifier and Type Method Description voidDenormalisedContentChangeLogDao. saveRecord(DenormalisedContentChangeLog log)Saves a record for testing purpose.Method parameters in com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao with type arguments of type DenormalisedContentChangeLog Modifier and Type Method Description voidDenormalisedContentChangeLogDao. removeContentChangeLogRecords(List<DenormalisedContentChangeLog> processedRecords)Remove space change log records.
-