public class NodeNameDataExtractor extends AbstractDataExtractor
cm:name property from a node.logger| Constructor and Description |
|---|
NodeNameDataExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Registers the instance
|
java.io.Serializable |
extractData(java.io.Serializable in)
Gets the cm:name property from the node
|
boolean |
isSupported(java.io.Serializable data)
Determines if the extractor will be able to pull any data from the given value.
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Set the service to get the property from
|
equals, setBeanName, setRegistrypublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void afterPropertiesSet()
throws java.lang.Exception
AbstractDataExtractorafterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class AbstractDataExtractorjava.lang.Exceptionpublic boolean isSupported(java.io.Serializable data)
DataExtractordata - the data that might be useful to this extractor (could be null)NodeRefpublic java.io.Serializable extractData(java.io.Serializable in)
throws java.lang.Throwable
in - the source datajava.lang.Throwable - All errors will be handled by the calling frameworkCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.