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
|
Serializable |
extractData(Serializable in)
Gets the cm:name property from the node
|
boolean |
isSupported(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 Exception
AbstractDataExtractorafterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class AbstractDataExtractorExceptionpublic boolean isSupported(Serializable data)
DataExtractordata - the data that might be useful to this extractor (could be null)NodeRefpublic Serializable extractData(Serializable in) throws Throwable
in - the source dataThrowable - All errors will be handled by the calling frameworkCopyright © 2005–2018 Alfresco Software. All rights reserved.