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 |
|---|---|
java.io.Serializable |
extractData(java.io.Serializable value)
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.
|
boolean isSupported(java.io.Serializable data)
data - the data that might be useful to this extractor (could be null)java.io.Serializable extractData(java.io.Serializable value)
throws java.lang.Throwable
value - the source datajava.lang.Throwable - All errors will be handled by the calling frameworkCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.