Skip to content
Snippets Groups Projects
Commit b26d9ca6 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-5413 Remove doc

parent 67c67295
Branches
Tags
No related merge requests found
......@@ -25,13 +25,6 @@ public class XdomeaXMLValueReader {
private static final String DATEINAME_NODE_QUERY_STRING = "//Hauptobjekt//Dateiname";
private static final XPathExpression DATEINAME_NODE_QUERY = compileXPathExpression(DATEINAME_NODE_QUERY_STRING);
/**
* Find all 'Dateiname' elements in the 'Hauptobjekt' element.
* <h4>Struktur</h4> Geschaeftsgang.Geschaeftsgang.0201 > Hauptobjekt > Dokument > Version > Format > Primaerdokument > Dateiname
*
* @param xdomeaXMLFile the xml incoming file of a xdomea Geschaeftsvorgang.Geschaeftsvorgang.0201
* @return list of file names which represent the primary document
*/
public List<String> readRepresentationFileNames(IncomingFile xdomeaXMLFile) {
return getTextsFromNodes(
queryDateinameNodeList(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment