|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.nuxeo.cm.service.caseimporter.AbstractXMLCaseReader
public abstract class AbstractXMLCaseReader
Parses xml file and returns corresponding dom4j elements for cases and caseItems
Constructor Summary | |
---|---|
AbstractXMLCaseReader()
|
Method Summary | |
---|---|
org.dom4j.Document |
extractEntireCase(org.dom4j.Element caseElement)
|
abstract String |
getCaseItemPathFile(org.dom4j.Element caseItemElement)
Gets the path of the file to be imported as a case Item |
abstract DistributionInfo |
getDistributionInfo(org.dom4j.Element caseElement)
Gets the recipients from the case for the distribution |
abstract List<org.dom4j.Element> |
loadCaseItems(org.dom4j.Element caseElement)
Loads the list of case items for a given caseElement |
abstract List<org.dom4j.Document> |
loadCases(File file)
Loads the list of cases contained into the imported file |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractXMLCaseReader()
Method Detail |
---|
public abstract List<org.dom4j.Document> loadCases(File file) throws org.nuxeo.ecm.core.api.ClientException
org.nuxeo.ecm.core.api.ClientException
public abstract List<org.dom4j.Element> loadCaseItems(org.dom4j.Element caseElement)
caseElement
-
public abstract String getCaseItemPathFile(org.dom4j.Element caseItemElement)
caseItemElement
-
public abstract DistributionInfo getDistributionInfo(org.dom4j.Element caseElement)
caseElement
-
public org.dom4j.Document extractEntireCase(org.dom4j.Element caseElement)
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |