Class FilePlanIdentifierDataExtractor

  • All Implemented Interfaces:
    DataExtractor, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

    public final class FilePlanIdentifierDataExtractor
    extends AbstractDataExtractor
    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
    • Constructor Detail

      • FilePlanIdentifierDataExtractor

        public FilePlanIdentifierDataExtractor()
    • Method Detail

      • setNodeService

        public void setNodeService​(NodeService nodeService)
        Used to check that the node in the context is a fileplan component
      • isSupported

        public boolean isSupported​(Serializable data)
        Returns:
        Returns true if the data is a NodeRef and it represents a fileplan component
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object