Nuxeo ECM Projects 5.6-RC1

org.nuxeo.ecm.platform.importer.source
Interface SourceNode

All Known Implementing Classes:
CaseItemSourceNode, CaseManagementSourceNode, CaseSourceNode, FileSourceNode, FileWithIndividualMetadasSourceNode, FileWithMetadataSourceNode, RandomTextSourceNode, ReplicationSourceNode, ScanedFileSourceNode

public interface SourceNode

Interface for Source Nodes for the importer

Author:
Thierry Delprat

Method Summary
 BlobHolder getBlobHolder()
           
 List<SourceNode> getChildren()
           
 String getName()
           
 String getSourcePath()
           
 boolean isFolderish()
           
 

Method Detail

isFolderish

boolean isFolderish()

getBlobHolder

BlobHolder getBlobHolder()

getChildren

List<SourceNode> getChildren()

getName

String getName()

getSourcePath

String getSourcePath()

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.