public class AuditLogContextInternalImpl extends Object implements AuditLogContextInternal
| Constructor and Description |
|---|
AuditLogContextInternalImpl() |
| Modifier and Type | Method and Description |
|---|---|
Optional<AuditLogAuthor> |
getAuthor() |
Optional<AuditLogEventSource> |
getSource() |
<T> T |
withAuditLogAuthor(AuditLogAuthor author,
AuditLogContextCallback<T> callback) |
<T> T |
withAuditLogSource(AuditLogEventSource source,
AuditLogContextCallback<T> callback) |
public Optional<AuditLogAuthor> getAuthor()
getAuthor in interface AuditLogContextInternalpublic Optional<AuditLogEventSource> getSource()
getSource in interface AuditLogContextInternalpublic <T> T withAuditLogAuthor(AuditLogAuthor author, AuditLogContextCallback<T> callback) throws Exception
withAuditLogAuthor in interface AuditLogContextExceptionpublic <T> T withAuditLogSource(AuditLogEventSource source, AuditLogContextCallback<T> callback) throws Exception
withAuditLogSource in interface AuditLogContextExceptionCopyright © 2023 Atlassian. All rights reserved.