|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteVersionAmountLimitTable
Interface RemoteVersionAmountTable contains version amount records in
the report server.
| Method Summary | |
|---|---|
void |
commit()
Commit changes into the disk. |
void |
disableVersionAmount(java.lang.String catalog,
java.lang.String report,
java.lang.String user)
Disable max version amount through the catalog and the report. |
int |
getVersionAmount(java.lang.String catalog,
java.lang.String report,
java.lang.String user)
Get max version amount through the catalog and the report. |
void |
setVersionAmount(java.lang.String catalog,
java.lang.String report,
java.lang.String user,
int amount)
Set max version amount through the catalog and the report. |
| Method Detail |
|---|
int getVersionAmount(java.lang.String catalog,
java.lang.String report,
java.lang.String user)
throws java.rmi.RemoteException,
RptServerException
catalog - the catalog path in the report server. For example: /SunVMDemo/SunVMDemo.cat.report - the report name. For example:invoice.cls.
java.rmi.RemoteException - if a RemoteException occurs.
RptServerException - if a RptServerException occurs.
void setVersionAmount(java.lang.String catalog,
java.lang.String report,
java.lang.String user,
int amount)
throws java.rmi.RemoteException,
RptServerException
catalog - the catalog path in the report server. For example: /SunVMDemo/SunVMDemo.cat.report - the report name. For example:invoice.cls.user - the user id. For example:adminamount - the max version amount of the report.
java.rmi.RemoteException - if a RemoteException occurs.
RptServerException - if a RptServerException occurs.
void disableVersionAmount(java.lang.String catalog,
java.lang.String report,
java.lang.String user)
throws java.rmi.RemoteException,
RptServerException
catalog - the catalog path in the report server. For example: /SunVMDemo/SunVMDemo.cat.report - the report name. For example:invoice.cls.user - the user id. For example:admin
java.rmi.RemoteException - if a RemoteException occurs.
RptServerException - if a RptServerException occurs.
void commit()
throws java.rmi.RemoteException,
RptServerException
java.rmi.RemoteException - if a RemoteException occurs.
RptServerException - if a RptServerException occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||