Uses of Class
com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation.MessageLevel
-
-
Uses of StateChangeInformation.MessageLevel in com.atlassian.confluence.plugins.denormalisedpermissions.state
Methods in com.atlassian.confluence.plugins.denormalisedpermissions.state that return StateChangeInformation.MessageLevel Modifier and Type Method Description StateChangeInformation.MessageLevel
StateChangeInformationJson. getLevel()
Constructors in com.atlassian.confluence.plugins.denormalisedpermissions.state with parameters of type StateChangeInformation.MessageLevel Constructor Description StateChangeInformationJson(long id, String message, StateChangeInformation.MessageLevel level, long eventTimestampMilli)
-
Uses of StateChangeInformation.MessageLevel in com.atlassian.confluence.security.denormalisedpermissions
Methods in com.atlassian.confluence.security.denormalisedpermissions that return StateChangeInformation.MessageLevel Modifier and Type Method Description StateChangeInformation.MessageLevel
StateChangeInformation. getLevel()
static StateChangeInformation.MessageLevel
StateChangeInformation.MessageLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static StateChangeInformation.MessageLevel[]
StateChangeInformation.MessageLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.security.denormalisedpermissions with parameters of type StateChangeInformation.MessageLevel Constructor Description StateChangeInformation(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.MessageLevel Modifier and Type Method Description void
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.MessageLevel Modifier and Type Method Description void
DenormalisedChangeLogDao. addMessage(StateChangeInformation.MessageLevel level, String message)
-