com.docmosis.document
Class CoordinatedRenderResults
java.lang.Object
com.docmosis.document.CoordinatedRenderResults
public class CoordinatedRenderResults
- extends Object
The "coordinated" results of a document render. This means a
coordinator template has been used to drive the rendering of multiple other templates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoordinatedRenderResults
public CoordinatedRenderResults(List<CoordinatedRenderResult> coordinatedResults)
getCoordinatedResults
public List<CoordinatedRenderResult> getCoordinatedResults()
- Get the list coordinated renders if any. This will be populated
if the main template is a "coordinator" template.
- Returns:
- null if none present.
setCoordinatedResults
public void setCoordinatedResults(List<CoordinatedRenderResult> coordinatedResults)
get
public CoordinatedRenderResult get(int idx)
size
public int size()
Copyright © 2014–2024 Docmosis Pty Ltd. All rights reserved.