public class NullValueDataExtractor extends AbstractDataExtractor
logger| Constructor and Description |
|---|
NullValueDataExtractor() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
extractData(Serializable in)
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.
|
afterPropertiesSet, equals, setBeanName, setRegistrypublic boolean isSupported(Serializable data)
DataExtractordata - the data that might be useful to this extractor (could be null)public Serializable extractData(Serializable in) throws Throwable
DataExtractorin - the source dataThrowable - All errors will be handled by the calling frameworkCopyright © 2005–2018 Alfresco Software. All rights reserved.