Uses of Enum Class
com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation.MessageLevel
Packages that use StateChangeInformation.MessageLevel
Package
Description
-
Uses of StateChangeInformation.MessageLevel in com.atlassian.confluence.security.denormalisedpermissions
Methods in com.atlassian.confluence.security.denormalisedpermissions that return StateChangeInformation.MessageLevelModifier and TypeMethodDescriptionStateChangeInformation.getLevel()
Returns the enum constant of this class with the specified name.static StateChangeInformation.MessageLevel[]
StateChangeInformation.MessageLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.confluence.security.denormalisedpermissions with parameters of type StateChangeInformation.MessageLevelModifierConstructorDescriptionStateChangeInformation
(long id, String message, StateChangeInformation.MessageLevel level, long timestamp) -
Uses of StateChangeInformation.MessageLevel in com.atlassian.confluence.security.denormalisedpermissions.impl.manage
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.manage with parameters of type StateChangeInformation.MessageLevelModifier and TypeMethodDescriptionvoid
DenormalisedPermissionStateLogService.addMessageToStateLog
(StateChangeInformation.MessageLevel messageLevel, String message) Saves information about changed state (or about an important event) to a dedicated tablevoid
DenormalisedPermissionStateLogService.changeState
(DenormalisedServiceStateRecord.ServiceType serviceType, DenormalisedPermissionServiceState newState, StateChangeInformation.MessageLevel messageLevel, String message, Long lastUpToDateTimestamp) void
DenormalisedPermissionStateLogService.changeState
(DenormalisedServiceStateRecord stateRecord, DenormalisedPermissionServiceState newState, StateChangeInformation.MessageLevel messageLevel, String message) -
Uses of StateChangeInformation.MessageLevel in com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao with parameters of type StateChangeInformation.MessageLevelModifier and TypeMethodDescriptionvoid
DenormalisedChangeLogDao.addMessage
(StateChangeInformation.MessageLevel level, String message)