|
Docmosis API 4.8.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.docmosis.document.DocumentRenderResultBase
com.docmosis.document.CoordinatedRenderResult
public class CoordinatedRenderResult
The results of a the render of a "coordinated" document (driven by a coordinator template).
Constructor Summary | |
---|---|
CoordinatedRenderResult(DocumentRenderResult uncoordinatedResult)
|
|
CoordinatedRenderResult(long length,
int documentPageCount,
boolean errorsDetectedInDocument,
TemplateIdentifier templateId,
boolean isZip,
boolean padToEvenPageRequested,
boolean padToOddPageRequested,
boolean newFileRequested,
String newFileName,
boolean isSubsequentFormatSave)
|
Method Summary | |
---|---|
String |
getNewFileName()
Get the specified name (if any) of a new file request. |
boolean |
isNewFileRequested()
Determine if the coordinator template has requested a new file at this point in the coordination. |
boolean |
isPadToEvenPageRequested()
Determine whether the coordinator template specified that padding to an even page has been requested at this point in the coordination. |
boolean |
isPadToOddPageRequested()
|
boolean |
isSubsequentFormatSave()
Determine if this is a document from the same render as another document but just a format variant. |
void |
setNewFileName(String newFileName)
|
void |
setNewFileRequested(boolean newFileRequested)
|
void |
setPadToEvenPageRequested(boolean padToEvenPageRequested)
|
void |
setPadToOddPageRequested(boolean padToOddPageRequested)
|
void |
setSubsequentFormatSave(boolean isSubsequentFormatSave)
|
Methods inherited from class com.docmosis.document.DocumentRenderResultBase |
---|
getDocumentPageCount, getLength, getTemplateId, isErrorsDetectedInDocument, isZip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoordinatedRenderResult(long length, int documentPageCount, boolean errorsDetectedInDocument, TemplateIdentifier templateId, boolean isZip, boolean padToEvenPageRequested, boolean padToOddPageRequested, boolean newFileRequested, String newFileName, boolean isSubsequentFormatSave)
public CoordinatedRenderResult(DocumentRenderResult uncoordinatedResult)
Method Detail |
---|
public boolean isPadToEvenPageRequested()
public void setPadToEvenPageRequested(boolean padToEvenPageRequested)
public boolean isPadToOddPageRequested()
public void setPadToOddPageRequested(boolean padToOddPageRequested)
public boolean isNewFileRequested()
public void setNewFileRequested(boolean newFileRequested)
public boolean isSubsequentFormatSave()
public void setSubsequentFormatSave(boolean isSubsequentFormatSave)
public String getNewFileName()
public void setNewFileName(String newFileName)
|
Docmosis API 4.8.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |