| Modifier and Type | Method and Description |
|---|---|
int |
addDynamicSecurity(DynamicSecurity dynamicSecurityObject,
String operator)
Add dynamic security record
|
int |
addDynamicSecurity(DynamicSecurity dynamicSecurityObject,
String operator,
boolean replaceExisted)
Add dynamic security record
|
int |
deleteDynamicSecurity(String catalogPath,
String securityFileName,
String operator)
Delete dynamic security specified by catalog path and security file name.
|
int |
deleteDynamicSecuritys(int[] idArray,
String operator) |
List<DynamicSecurity> |
getDynamicSecurities(String operator)
Gets all dynamic securities.
|
List<DynamicSecurity> |
getDynamicSecurities(String catalogPath,
String operator)
Gets all dynamic securities by specified catalog path.
|
DynamicSecurity |
getDynamicSecurity(int id,
String operator) |
DynamicSecurity |
getDynamicSecurity(String catalogPath,
String securityFileName,
String operator)
Gets all dynamic security by specified catalog path and security file name.
|
int |
setDynamicSecurityDefault(int id,
boolean isDefault,
String operator)
Set dynamic security default status, which specified by dynamic security record id.
|
int |
setDynamicSecurityDefault(String catalogPath,
String securityFileName,
boolean isDefault,
String operator)
Set dynamic security default status, which specified by catalog path and security file name.
|
int |
updateDynamicSecurity(String oldCatalogPath,
String oldSecurityFileName,
DynamicSecurity newDynamicSecurityObject,
String operator,
List<Object> errorPara)
Update dynamic security record with "newDynamicSecurityObject" specified by old catalog path and old security file name.
|
List<DynamicSecurity> getDynamicSecurities(String operator) throws RptServerException, RemoteException
RptServerExceptionRemoteExceptionList<DynamicSecurity> getDynamicSecurities(String catalogPath, String operator) throws RptServerException, RemoteException
RptServerExceptionRemoteExceptionDynamicSecurity getDynamicSecurity(String catalogPath, String securityFileName, String operator) throws RptServerException, RemoteException
RptServerExceptionRemoteExceptionDynamicSecurity getDynamicSecurity(int id, String operator) throws RptServerException, RemoteException
RptServerExceptionRemoteExceptionint addDynamicSecurity(DynamicSecurity dynamicSecurityObject, String operator) throws RptServerException, RemoteException
dynamicSecurityObject - operator - RptServerExceptionRemoteExceptionint addDynamicSecurity(DynamicSecurity dynamicSecurityObject, String operator, boolean replaceExisted) throws RptServerException, RemoteException
dynamicSecurityObject - operator - RptServerExceptionRemoteExceptionint updateDynamicSecurity(String oldCatalogPath, String oldSecurityFileName, DynamicSecurity newDynamicSecurityObject, String operator, List<Object> errorPara) throws RptServerException, RemoteException
oldCatalogPath - the specified catalog path, used to describe being updated security catalog path.oldSecurityFileName - the specified security file name, used to describe being updated security file name.newDynamicSecurityObject - this is newest dynamic security informationoperator - RptServerExceptionRemoteExceptionint setDynamicSecurityDefault(String catalogPath, String securityFileName, boolean isDefault, String operator) throws RptServerException, RemoteException
catalogPath - specified dynamic security catalog path.securityFileName - specified dynamic security file name.isDefault - default status, true means default, otherwise not default.operator - RptServerExceptionRemoteExceptionint setDynamicSecurityDefault(int id,
boolean isDefault,
String operator)
throws RptServerException,
RemoteException
id - dynamic security record idisDefault - default status, true means default, otherwise not default.operator - RptServerExceptionRemoteExceptionint deleteDynamicSecurity(String catalogPath, String securityFileName, String operator) throws RptServerException, RemoteException
catalogPath - specified dynamic security catalog path.securityFileName - specified dynamic security file name.operator - RptServerExceptionRemoteExceptionint deleteDynamicSecuritys(int[] idArray,
String operator)
throws RptServerException,
RemoteException
RptServerExceptionRemoteException© insightsoftware. All rights reserved.