|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.rebean.wi.OpenDocumentParameters
public final class OpenDocumentParameters
The OpenDocumentParameters object stores the parameters required to open a document.
ReportEngine.openDocument(int, OpenDocumentParameters),
TrackData| Constructor Summary | |
|---|---|
OpenDocumentParameters()
Default constructor. |
|
OpenDocumentParameters(int tdcReferenceDocId,
boolean ignoreRefreshOnOpen,
boolean forScheduling)
Constructor. |
|
| Method Summary | |
|---|---|
MultilingualOptions |
getMultilingualOptions()
Provides access to the multilingual options. |
java.util.Properties |
getProperties()
Provides access to the additional properties. |
int |
getTrackDataReferenceDocId()
Retrieves the identifier of the document used as the new reference for Track Data Changes. |
boolean |
isForScheduling()
Returns true, if the document must be opened using
its scheduling server group, if any. |
boolean |
isIgnoreRefreshOnOpen()
Returns true, if required to skip data refresh when opening a "refresh on open" document,
otherwise false. |
void |
setForScheduling(boolean forScheduling)
Sets whether opening the document using it's scheduling server group. |
void |
setIgnoreRefreshOnOpen(boolean ignoreRefreshOnOpen)
Sets whether skipping data refresh when opening a "refresh on open" document |
void |
setTrackDataReferenceDocId(int tdcReferenceDocId)
Sets the identifier of the document containing the reference to compare data with using the Track Data Changes feature. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenDocumentParameters()
public OpenDocumentParameters(int tdcReferenceDocId,
boolean ignoreRefreshOnOpen,
boolean forScheduling)
tdcReferenceDocId - The identifier of the document used as the new reference for Track Data Changes.ignoreRefreshOnOpen - true to skip refresh for "refresh on open" documents.forScheduling - If true, the document is opened for scheduling using
ist scheduling server group, if any.| Method Detail |
|---|
public int getTrackDataReferenceDocId()
public void setTrackDataReferenceDocId(int tdcReferenceDocId)
ReportEngine.getCanTrackData() returns true.
tdcReferenceDocId - The identifier of the document, should be greater than 0.public boolean isIgnoreRefreshOnOpen()
true, if required to skip data refresh when opening a "refresh on open" document,
otherwise false.
true, if required to skip data refresh when opening a "refresh on open" document,
otherwise false.public void setIgnoreRefreshOnOpen(boolean ignoreRefreshOnOpen)
ignoreRefreshOnOpen - true to skip data refresh.public boolean isForScheduling()
true, if the document must be opened using
its scheduling server group, if any.
true, if the document must be opened using
its scheduling server group, if any.public void setForScheduling(boolean forScheduling)
forScheduling - true to use the scheduling server group.public MultilingualOptions getMultilingualOptions()
MultilingualOptions instance.MultilingualOptionspublic java.util.Properties getProperties()
Properties instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||