Uses of Class
com.atlassian.confluence.security.denormalisedpermissions.StateChangeInformation.MessageLevel
-
-
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.MessageLevelStateChangeInformation. getLevel()static StateChangeInformation.MessageLevelStateChangeInformation.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 voidDenormalisedPermissionStateLogService. addMessageToStateLog(StateChangeInformation.MessageLevel messageLevel, String message)Saves information about changed state (or about an important event) to a dedicated tablevoidDenormalisedPermissionStateLogService. changeState(DenormalisedServiceStateRecord.ServiceType serviceType, DenormalisedPermissionServiceState newState, StateChangeInformation.MessageLevel messageLevel, String message, Long lastUpToDateTimestamp)voidDenormalisedPermissionStateLogService. 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 voidDenormalisedChangeLogDao. addMessage(StateChangeInformation.MessageLevel level, String message)
-