public interface PropertyExtractor
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
enrichProperties(Object event)
Enrich properties
|
String |
extractName(Object event) |
Map<String,Object> |
extractProperty(String name,
Object value) |
String |
extractRequestCorrelationId(RequestInfo request)
get requestCorrelationId
|
String |
extractSubProduct(Object event,
String product)
Determine the sub product for this event
|
String |
extractUser(Object event,
Map<String,Object> properties) |
String |
getApplicationAccess()
Get the application access for the logged in user associated with this event.
|
boolean |
isExcluded(String name) |
Map<String,Object> extractProperty(String name, Object value)
boolean isExcluded(String name)
String extractUser(Object event, Map<String,Object> properties)
Map<String,Object> enrichProperties(Object event)
String extractSubProduct(Object event, String product)
String getApplicationAccess()
String extractRequestCorrelationId(RequestInfo request)
Copyright © 2019 Atlassian. All rights reserved.