Package com.atlassian.crowd.audit
Interface AuditLogContextCallback<T>
- Type Parameters:
T- result of the set of operations
- 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 AuthorContextAuditLogContextAuditLogAuthor
-
Method Details
-
execute
Operations which should be executed in given AuthorContextAuditLogContextAuditLogAuthor- Returns:
- result of the set of operations
- Throws:
Exception- the exception thrown from the callback (if any)
-