Modifier and Type | Method and Description |
---|---|
StateChangeInformation.MessageLevel |
StateChangeInformationJson.getLevel() |
Constructor and Description |
---|
StateChangeInformationJson(long id,
String message,
StateChangeInformation.MessageLevel level,
long eventTimestampMilli) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
StateChangeInformation(long id,
String message,
StateChangeInformation.MessageLevel level,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
void |
DenormalisedPermissionStateLogService.addMessageToStateLog(StateChangeInformation.MessageLevel messageLevel,
String message)
Saves information about changed state (or about an important event) to a dedicated table
|
void |
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) |
Modifier and Type | Method and Description |
---|---|
void |
DenormalisedChangeLogDao.addMessage(StateChangeInformation.MessageLevel level,
String message) |
Copyright © 2003–2021 Atlassian. All rights reserved.