|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFullClientBase
This interface inherits from IFullClientProcessingInfo and it also provides a method which allows you to retrieve the ID's of the universes that are associated with a Full Client object.
| Method Summary | |
|---|---|
java.lang.String |
getAuthor()
|
java.lang.String |
getComments()
Returns the document comments. |
int |
getDocType()
Returns the document type. |
IFullClientDataProviders |
getFullClientDataProviders()
Returns the collection of data providers associated with this document. |
IFullClientFormatOptions |
getFullClientFormatOptions()
Returns the export format options. |
java.util.Date |
getLastActionDate()
Returns the last action date. |
java.util.Date |
getLastPrintDate()
Returns the last print date. |
int |
getNbReports()
Returns the number of reports in the document. |
java.lang.String |
getOwner()
Returns the document owner. |
boolean |
getRefreshOnOpen()
Returns a boolean that indicates whether this document refreshes on open. |
int |
getRevisionNumber()
Returns the revision number. |
int |
getSize()
Returns the document size in bytes. |
java.lang.String |
getSubject()
Returns the document subject. |
java.util.Set |
getUniverses()
Returns the IDs of the universes that are assigned to this Desktop Intelligence document. |
boolean |
hasVbaMacrosInside()
Returns a boolean that indicates whether this document contains Visual Basic for Applications macros. |
boolean |
isPreCacheHTMLEnabled()
Returns a boolean that indicates whether the HTML text stream that represents
a Desktop Intelligence document will be pre-loaded into the cache. |
boolean |
isPreCachePDFEnabled()
Returns a boolean that indicates whether the Portable Document Format (PDF) that represents a
Desktop Intelligence document will be pre-loaded into the cache. |
boolean |
isPreCacheXLSEnabled()
Returns a boolean that indicates whether the Microsoft excel format (XLS) that represents a
Desktop Intelligence document will be pre-loaded into the cache. |
void |
setAuthor(java.lang.String val)
|
void |
setComments(java.lang.String val)
Sets the document comments. |
void |
setDocType(int newVal)
Sets the document type. |
void |
setLastActionDate(java.util.Date d)
Sets the last action date. |
void |
setLastPrintDate(java.util.Date d)
Sets the last print date. |
void |
setNbReports(int val)
Sets the number of reports in the document. |
void |
setOwner(java.lang.String val)
Sets the document owner. |
void |
setPreCacheHTMLEnabled(boolean bEnable)
Sets a boolean that indicates whether the HTML text stream that represents
a Desktop Intelligence document will be pre-loaded into the cache. |
void |
setPreCachePDFEnabled(boolean bEnable)
Sets a boolean that indicates whether the Portable Document Format (PDF) that represents a Desktop Intelligence document will be pre-loaded into the cache. |
void |
setPreCacheXLSEnabled(boolean bEnable)
Sets a boolean that indicates whether the Microsoft excel format (XLS) that represents a
Desktop Intelligence document will be pre-loaded into the cache. |
void |
setRefreshOnOpen(boolean val)
Sets a boolean that indicates whether this document refreshes on open. |
void |
setRevisionNumber(int val)
Sets the revision number. |
void |
setSize(int newVal)
Sets the document size in bytes. |
void |
setSubject(java.lang.String val)
Sets the document subject. |
void |
setVbaMacrosInside(boolean val)
Sets a boolean that indicates whether this document contains Visual Basic for Applications macros. |
| Methods inherited from interface com.businessobjects.sdk.plugin.desktop.fullclient.IFullClientProcessingInfo |
|---|
getFullClientPrinterOptions, getPrompts, getViewingShareInterval, hasPrompts, isPromptOnDemandViewing, isViewingShareHitDBOnRefresh, isViewingShareReport, isViewingUseReportSharingSettings, setPromptOnDemandViewing, setViewingShareHitDBOnRefresh, setViewingShareInterval, setViewingShareReport, setViewingUseReportSharingSettings |
| Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.IProcessingServerGroupInfo |
|---|
getProcessingServerGroup, getProcessingServerGroupChoice, setProcessingServerGroup, setProcessingServerGroupChoice |
| Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.ICacheServerGroupInfo |
|---|
getCacheServerGroup, getCacheServerGroupChoice, setCacheServerGroup, setCacheServerGroupChoice |
| Method Detail |
|---|
java.util.Set getUniverses()
throws SDKException
Returns the IDs of the universes that are assigned to this Desktop Intelligence document.
SDKException - Throws exception if property is not foundIUniverseBase
boolean isPreCacheHTMLEnabled()
throws SDKException
Returns a boolean that indicates whether the HTML text stream that represents
a Desktop Intelligence document will be pre-loaded into the cache.
true if the HTML format will be pre-loaded into the cache, and false otherwise.
SDKException - This is thrown if the process is unsuccessful.void setPreCacheHTMLEnabled(boolean bEnable)
Sets a boolean that indicates whether the HTML text stream that represents
a Desktop Intelligence document will be pre-loaded into the cache.
bEnable - A boolean that indicates whether the HTML format will be preloaded into the cache.
boolean isPreCachePDFEnabled()
throws SDKException
Returns a boolean that indicates whether the Portable Document Format (PDF) that represents a
Desktop Intelligence document will be pre-loaded into the cache.
true if the PDF format will be pre-loaded into the cache, and false otherwise.
SDKException - This is thrown if the process is unsuccessful.void setPreCachePDFEnabled(boolean bEnable)
Sets a boolean that indicates whether the Portable Document Format (PDF) that represents a Desktop Intelligence document will be pre-loaded into the cache.
bEnable - A boolean that indicates whether the PDF format will be preloaded into the cache.
boolean isPreCacheXLSEnabled()
throws SDKException
Returns a boolean that indicates whether the Microsoft excel format (XLS) that represents a
Desktop Intelligence document will be pre-loaded into the cache.
true if the XLS format will be pre-loaded into the cache, and false otherwise.
SDKException - This is thrown if the process is unsuccessful.
void setPreCacheXLSEnabled(boolean bEnable)
throws SDKException
Sets a boolean that indicates whether the Microsoft excel format (XLS) that represents a
Desktop Intelligence document will be pre-loaded into the cache.
bEnable - A boolean that indicates whether the XLS format will be preloaded into the cache.
SDKException - This is thrown if the process is unsuccessful.
IFullClientFormatOptions getFullClientFormatOptions()
throws SDKException
Returns the export format options.
SDKException - This is thrown if the process is unsuccessful.
int getDocType()
throws SDKException
Returns the document type.
int that indicates the document type.
SDKException - This is thrown if the process is unsuccessful.
void setDocType(int newVal)
throws SDKException
Sets the document type.
newVal - An int that indicates the document type.
SDKException - This is thrown if the process is unsuccessful.
int getSize()
throws SDKException
Returns the document size in bytes.
int that indicates the document size in bytes.
SDKException - This is thrown if the process is unsuccessful.
void setSize(int newVal)
throws SDKException
Sets the document size in bytes.
newVal - An int that indicates the document size in bytes.
SDKException - This is thrown if the process is unsuccessful.
java.lang.String getComments()
throws SDKException
Returns the document comments.
String that indicates the document comments.
SDKException - This is thrown if the process is unsuccessful.
void setComments(java.lang.String val)
throws SDKException
Sets the document comments.
val - A String that indicates the document comments.
SDKException - This is thrown if the process is unsuccessful.
java.lang.String getOwner()
throws SDKException
Returns the document owner.
String that indicates the document owner.
SDKException - This is thrown if the process is unsuccessful.
void setOwner(java.lang.String val)
throws SDKException
Sets the document owner.
val - A String that indicates the document owner.
SDKException - This is thrown if the process is unsuccessful.
java.lang.String getAuthor()
throws SDKException
SDKException
void setAuthor(java.lang.String val)
throws SDKException
SDKException
java.lang.String getSubject()
throws SDKException
Returns the document subject.
String that indicates the document subject.
SDKException - This is thrown if the process is unsuccessful.
void setSubject(java.lang.String val)
throws SDKException
Sets the document subject.
val - A String that indicates the document subject.
SDKException - This is thrown if the process is unsuccessful.
boolean hasVbaMacrosInside()
throws SDKException
Returns a boolean that indicates whether this document contains Visual Basic for Applications macros.
true if this document contains Visual Basic for Applications macros, false otherwise.
SDKException - This is thrown if the process is unsuccessful.
void setVbaMacrosInside(boolean val)
throws SDKException
Sets a boolean that indicates whether this document contains Visual Basic for Applications macros.
val - true if this document contains Visual Basic for Applications macros, false otherwise.
SDKException - This is thrown if the process is unsuccessful.
boolean getRefreshOnOpen()
throws SDKException
Returns a boolean that indicates whether this document refreshes on open.
true if this document refreshes on open, false otherwise.
SDKException - This is thrown if the process is unsuccessful.
void setRefreshOnOpen(boolean val)
throws SDKException
Sets a boolean that indicates whether this document refreshes on open.
val - true if this document refreshes on open, false otherwise.
SDKException - This is thrown if the process is unsuccessful.
int getRevisionNumber()
throws SDKException
Returns the revision number.
int that indicates the revision number.
SDKException - This is thrown if the process is unsuccessful.
void setRevisionNumber(int val)
throws SDKException
Sets the revision number.
val - An int that indicates the revision number.
SDKException - This is thrown if the process is unsuccessful.
int getNbReports()
throws SDKException
Returns the number of reports in the document.
int that indicates the number of reports in the document.
SDKException - This is thrown if the process is unsuccessful.
void setNbReports(int val)
throws SDKException
Sets the number of reports in the document.
val - An int that indicates the number of reports in the document.
SDKException - This is thrown if the process is unsuccessful.
java.util.Date getLastPrintDate()
throws SDKException
Returns the last print date.
SDKException - This is thrown if the process is unsuccessful.
void setLastPrintDate(java.util.Date d)
throws SDKException
Sets the last print date.
d - The last print date.
SDKException - This is thrown if the process is unsuccessful.
java.util.Date getLastActionDate()
throws SDKException
Returns the last action date.
SDKException - This is thrown if the process is unsuccessful.
void setLastActionDate(java.util.Date d)
throws SDKException
Sets the last action date.
d - The last action date.
SDKException - This is thrown if the process is unsuccessful.
IFullClientDataProviders getFullClientDataProviders()
throws SDKException
Returns the collection of data providers associated with this document.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||