@AlfrescoPublicApi
public interface DataExtractor
supported
and will then pass it in for conversion
to the type that will be
recorded.Modifier and Type | Method and Description |
---|---|
Serializable |
extractData(Serializable value)
Convert an value passed into the audit components into a value to be recorded.
|
boolean |
isSupported(Serializable data)
Determines if the extractor will be able to pull any data from the given value.
|
boolean isSupported(Serializable data)
data
- the data that might be useful to this extractor (could be null)Serializable extractData(Serializable value) throws Throwable
value
- the source dataThrowable
- All errors will be handled by the calling frameworkCopyright © 2005–2017 Alfresco Software. All rights reserved.