Docmosis API 4.8.0

com.docmosis.document
Class CoordinatedRenderResults

java.lang.Object
  extended by 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.


Constructor Summary
CoordinatedRenderResults(List<CoordinatedRenderResult> coordinatedResults)
           
 
Method Summary
 CoordinatedRenderResult get(int idx)
           
 List<CoordinatedRenderResult> getCoordinatedResults()
          Get the list coordinated renders if any.
 void setCoordinatedResults(List<CoordinatedRenderResult> coordinatedResults)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinatedRenderResults

public CoordinatedRenderResults(List<CoordinatedRenderResult> coordinatedResults)
Method Detail

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()

Docmosis API 4.8.0

Copyright © 2014–2024 Docmosis Pty Ltd. All rights reserved.