public class NullValueDataExtractor extends AbstractDataExtractor
logger| Constructor and Description |
|---|
NullValueDataExtractor() |
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
extractData(java.io.Serializable in)
Convert an value passed into the audit components into a value to be recorded.
|
boolean |
isSupported(java.io.Serializable data)
Determines if the extractor will be able to pull any data from the given value.
|
afterPropertiesSet, equals, setBeanName, setRegistrypublic boolean isSupported(java.io.Serializable data)
DataExtractordata - the data that might be useful to this extractor (could be null)public java.io.Serializable extractData(java.io.Serializable in)
throws java.lang.Throwable
DataExtractorin - the source datajava.lang.Throwable - All errors will be handled by the calling frameworkCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.