Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.core.service.caseimporter.sourcenodes
Class CaseSourceNode

java.lang.Object
  extended by org.nuxeo.cm.core.service.caseimporter.sourcenodes.CaseSourceNode
All Implemented Interfaces:
org.nuxeo.ecm.platform.importer.source.SourceNode

public class CaseSourceNode
extends Object
implements org.nuxeo.ecm.platform.importer.source.SourceNode


Method Summary
 org.nuxeo.ecm.core.api.blobholder.BlobHolder getBlobHolder()
           
 org.dom4j.Document getCaseDocument()
           
 org.dom4j.Element getCaseElement()
           
 List<org.nuxeo.ecm.platform.importer.source.SourceNode> getChildren()
           
 DistributionInfo getDistributionInfo()
           
 String getName()
           
 String getSourcePath()
           
 boolean isFolderish()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBlobHolder

public org.nuxeo.ecm.core.api.blobholder.BlobHolder getBlobHolder()
Specified by:
getBlobHolder in interface org.nuxeo.ecm.platform.importer.source.SourceNode

getChildren

public List<org.nuxeo.ecm.platform.importer.source.SourceNode> getChildren()
Specified by:
getChildren in interface org.nuxeo.ecm.platform.importer.source.SourceNode

getName

public String getName()
Specified by:
getName in interface org.nuxeo.ecm.platform.importer.source.SourceNode

getSourcePath

public String getSourcePath()
Specified by:
getSourcePath in interface org.nuxeo.ecm.platform.importer.source.SourceNode

isFolderish

public boolean isFolderish()
Specified by:
isFolderish in interface org.nuxeo.ecm.platform.importer.source.SourceNode

getCaseElement

public org.dom4j.Element getCaseElement()

getCaseDocument

public org.dom4j.Document getCaseDocument()

getDistributionInfo

public DistributionInfo getDistributionInfo()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.