this.myRdf = this.myImportOpac.search(this.opacSuchfeld, this.opacSuchbegriff, coc, this.prozessKopie.getRegelsatz().getPreferences());
if (this.myImportOpac.getOpacDocType() != null) {
this.docType = this.myImportOpac.getOpacDocType().getTitle();
}
this.atstsl = this.myImportOpac.getAtstsl();
applyCopyingRules(new CopierData(myRdf, prozessVorlage));
fillFieldsFromMetadataFile();
/* über die Treffer informieren */
if (this.myImportOpac.getHitcount() == 0) {
Helper.setFehlerMeldung("No hit found", "");
}