/* Persisting the document objects */
navDoc = documentService.createDocument(navDoc);
coverDoc = documentService.createDocument(coverDoc);
ltrDoc = documentService.createDocument(ltrDoc);
Diese Elemente können als ReadyToPublish gekennzeichnet und anschließend mithilfe der folgenden APIs veröffentlicht werden: PortfolioDocument als ReadyToPublish kennzeichnen public PortfolioDocument markReadyToPublish(String documentID)
PortfolioDocument veröffentlichen public PortfolioDocument publishDocument(String documentID)
|
|
|