Uses of Class
com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation
-
-
Uses of StateChangeInformation in com.atlassian.confluence.security.denormalisedpermissions
Methods in com.atlassian.confluence.security.denormalisedpermissions that return types with arguments of type StateChangeInformation Modifier and Type Method Description List<StateChangeInformation>DenormalisedPermissionStateManager. getStateChangeLog(int limit)Returns a list of service state change events -
Uses of StateChangeInformation in com.atlassian.confluence.security.denormalisedpermissions.impl
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl that return types with arguments of type StateChangeInformation Modifier and Type Method Description List<StateChangeInformation>DenormalisedPermissionStateManagerImpl. getStateChangeLog(int limit)Returns a list of service state change events -
Uses of StateChangeInformation in com.atlassian.confluence.security.denormalisedpermissions.impl.manage
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.manage that return types with arguments of type StateChangeInformation Modifier and Type Method Description List<StateChangeInformation>DenormalisedPermissionStateLogService. getStateChangeLog(int limit)Retrives latest messages from the service state log
-