public interface Notes2PageTranslatorService
PageModel related Notes to
CommentModels. The
CommentModels will be populated by the converter and its given
populators.| Modifier and Type | Method and Description |
|---|---|
boolean |
translate(Notes notes,
PageModel page)
|
boolean |
validate(Notes notes,
PageModel page)
|
boolean translate(Notes notes, PageModel page)
notes - The comment and job list which has been pushed back via InDesign.page - The page where the notes should be pushed to.boolean validate(Notes notes, PageModel page) throws CometException
Notes against the given PageModel. If validation fails, false may be returned or a
CometException may be thrown.notes - The comment and job list which has been pushed back via InDesign.page - The page where the notes should be pushed to.CometException - whenever a severe error occurred.Copyright © 2017 SAP SE. All Rights Reserved.