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, setRegistry
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void afterPropertiesSet() throws Exception
AbstractDataExtractor
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class AbstractDataExtractor
Exception
public boolean isSupported(Serializable data)
DataExtractor
data
- the data that might be useful to this extractor (could be null)NodeRef
public Serializable extractData(Serializable in) throws Throwable
in
- the source dataThrowable
- All errors will be handled by the calling frameworkCopyright © 2005–2017 Alfresco Software. All rights reserved.