131013111312131313141315131613171318131913201321
updateBackendCaches(core); } else { // Could not find document, maybe already deleted. Will use WGDocumentFake WGFakeDocument fakeDoc = new WGFakeDocument(db, getType()); fakeDoc.setDeleted(true); return fakeDoc; } } return core; }
376377378379380381382
/* (Kein Javadoc) * @see de.innovationgate.webgate.api.WGDatabaseCore#getDummyContent(java.lang.String) */ public WGDocumentCore getDummyContent(String language) throws WGAPIException { return new WGFakeDocument(_db, WGDocument.TYPE_CONTENT); }