|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VersionAmountLimitTable
Interface VersionAmountTable contains version amount records in
the report server.
| Method Summary | |
|---|---|
void |
commit()
Commits changes into the disk. |
void |
disableVersionAmount(java.lang.String catalog,
java.lang.String report,
java.lang.String user)
Disables maximum version amount using the catalog and the report. |
int |
getVersionAmount(java.lang.String catalog,
java.lang.String report,
java.lang.String user)
Gets maximum version amount using the catalog and the report. |
void |
setVersionAmount(java.lang.String catalog,
java.lang.String report,
java.lang.String user,
int amount)
Sets maximum version amount using the catalog and the report. |
| Method Detail |
|---|
int getVersionAmount(java.lang.String catalog,
java.lang.String report,
java.lang.String user)
throws RptServerException
catalog - the catalog path in the report server, for example, /SunVMDemo/SunVMDemo.cat.report - the report name, for example, invoice.cls.
RptServerException - if an RptServerException occurs.
void setVersionAmount(java.lang.String catalog,
java.lang.String report,
java.lang.String user,
int amount)
throws 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 maximum version amount of the report.
RptServerException - if an RptServerException occurs.
void disableVersionAmount(java.lang.String catalog,
java.lang.String report,
java.lang.String user)
throws 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
RptServerException - if an RptServerException occurs.
void commit()
throws RptServerException
RptServerException - if an RptServerException occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||