Class FilePlanIdentifierDataExtractor
java.lang.Object
org.alfresco.repo.audit.extractor.AbstractDataExtractor
org.alfresco.module.org_alfresco_module_rm.audit.extractor.FilePlanIdentifierDataExtractor
- All Implemented Interfaces:
DataExtractor,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
An extractor that gets a node's
identifier property.
This will only extract data if the node is a
Record component identifier.- Since:
- 3.2
- Author:
- Derek Hulley
-
Field Summary
Fields inherited from class org.alfresco.repo.audit.extractor.AbstractDataExtractor
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanextractData(Serializable value) inthashCode()booleanisSupported(Serializable data) voidsetNodeService(NodeService nodeService) Used to check that the node in the context is a fileplan componentMethods inherited from class org.alfresco.repo.audit.extractor.AbstractDataExtractor
afterPropertiesSet, setBeanName, setRegistry
-
Constructor Details
-
FilePlanIdentifierDataExtractor
public FilePlanIdentifierDataExtractor()
-
-
Method Details
-
setNodeService
Used to check that the node in the context is a fileplan component -
isSupported
- Returns:
- Returns true if the data is a NodeRef and it represents a fileplan component
-
extractData
-
equals
- Overrides:
equalsin classAbstractDataExtractor
-
hashCode
public int hashCode()
-