Package com.atlassian.crowd.audit
Interface AuditLogContextCallback<T>
- Type Parameters:
T
- result of the set of operations
- All Known Implementing Classes:
ChainFilterAuditLogContextCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a set of operations which should be executed on behalf of
AuditLogAuthor
.-
Method Summary
Modifier and TypeMethodDescriptionexecute()
Operations which should be executed in given AuthorContextAuditLogContext
AuditLogAuthor
-
Method Details
-
execute
Operations which should be executed in given AuthorContextAuditLogContext
AuditLogAuthor
- Returns:
- result of the set of operations
- Throws:
Exception
- the exception thrown from the callback (if any)
-