Modifier and Type | Method and Description |
---|---|
AuditLogEventType |
AuditLogChangeset.getEventType() |
AuditLogEventType |
ImmutableAuditLogChangeset.getEventType() |
static AuditLogEventType |
AuditLogEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogEventType[] |
AuditLogEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.setEventType(AuditLogEventType eventType) |
Constructor and Description |
---|
ImmutableAuditLogChangeset(Long id,
Instant timestamp,
AuditLogAuthorType authorType,
Long authorId,
String authorName,
AuditLogEventType eventType,
AuditLogEntityType entityType,
Long entityId,
String entityName,
String ipAddress,
String eventMessage,
List<ImmutableAuditLogEntry> entries)
Deprecated.
Use the
ImmutableAuditLogChangeset.Builder instead |
Modifier and Type | Method and Description |
---|---|
List<AuditLogEventType> |
AuditLogQuery.getActions() |
Modifier and Type | Method and Description |
---|---|
AuditLogQueryBuilder<RESULT> |
AuditLogQueryBuilder.addAction(AuditLogEventType action) |
Modifier and Type | Method and Description |
---|---|
AuditLogQueryBuilder<RESULT> |
AuditLogQueryBuilder.addAllActions(Collection<AuditLogEventType> actions) |
Modifier and Type | Method and Description |
---|---|
AuditLogEventType |
AssembledAuditLogChangeset.getEventType() |
Modifier and Type | Method and Description |
---|---|
List<AuditLogEntry> |
AuditLogUserMapperImpl.calculateDifference(AuditLogEventType eventType,
User oldUser,
User newUser) |
List<AuditLogEntry> |
AuditLogUserMapper.calculateDifference(AuditLogEventType eventType,
User oldUser,
User newUser) |
Modifier and Type | Method and Description |
---|---|
AuditLogEventType |
AuditLogChangesetEntity.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
AuditLogChangesetEntity.setEventType(AuditLogEventType eventType) |
Modifier and Type | Method and Description |
---|---|
AuditLogEventType |
AuditLogChangesetRestDTO.getEventType() |
AuditLogEventType |
AuditLogEventTypeRestDTO.getType() |
Modifier and Type | Method and Description |
---|---|
AuditLogChangesetRestDTO.Builder |
AuditLogChangesetRestDTO.Builder.setEventType(AuditLogEventType eventType) |
Constructor and Description |
---|
AuditLogChangesetRestDTO(Long id,
Date timestamp,
AuditLogAuthorRestDTO author,
AuditLogAuthorType authorType,
Long authorId,
String authorName,
AuditLogEventType eventType,
AuditLogEntityType entityType,
Long entityId,
String entityName,
Set<AuditLogEntityRestDTO> entities,
String ipAddress,
String eventMessage,
AuditLogEventSource source,
Set<AuditLogEntryRestDTO> entries) |
AuditLogEventTypeRestDTO(AuditLogEventType type,
String displayName) |
Modifier and Type | Method and Description |
---|---|
List<AuditLogEventType> |
AuditLogQueryRestDTO.getActions() |
Modifier and Type | Method and Description |
---|---|
AuditLogQueryRestDTO.Builder |
AuditLogQueryRestDTO.Builder.addAction(AuditLogEventType action) |
Modifier and Type | Method and Description |
---|---|
AuditLogQueryRestDTO.Builder |
AuditLogQueryRestDTO.Builder.addActions(Iterable<AuditLogEventType> actions) |
AuditLogQueryRestDTO.Builder |
AuditLogQueryRestDTO.Builder.setActions(List<AuditLogEventType> actions) |
Constructor and Description |
---|
AuditLogQueryRestDTO(Date onOrAfter,
Date beforeOrOn,
List<AuditLogEventType> actions,
List<AuditLogEventSource> sources,
List<AuditLogAuthorRestrictionRestDTO> authors,
List<AuditLogEntityRestrictionRestDTO> users,
List<AuditLogEntityRestrictionRestDTO> groups,
List<AuditLogEntityRestrictionRestDTO> applications,
List<AuditLogEntityRestrictionRestDTO> directories) |
Modifier and Type | Method and Description |
---|---|
List<AuditLogEventTypeRestDTO> |
AuditEntityTranslator.translateEventTypes(Collection<AuditLogEventType> types) |
Modifier and Type | Method and Description |
---|---|
AuditLogChangesetMatcher.Builder |
AuditLogChangesetMatcher.Builder.withEventType(AuditLogEventType eventType) |
Copyright © 2020 Atlassian. All rights reserved.