|
|
@@ -217,7 +217,7 @@ public abstract class ClientDocument implements IReportAppService {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- PropertyBag bindListenersOnPreSavingEvent(Object parentFolderPath) throws ReportSDKException {
|
|
|
+ PropertyBag getPathPropertyBag(Object parentFolderPath) throws ReportSDKException {
|
|
|
if (parentFolderPath == null) {
|
|
|
return null;
|
|
|
} else {
|
|
|
@@ -407,7 +407,7 @@ public abstract class ClientDocument implements IReportAppService {
|
|
|
ReportSDKClientDocException.throwReportSDKClientDocException(var6.errorCode(), var6.getMessage());
|
|
|
}
|
|
|
|
|
|
- PropertyBag var3 = this.bindListenersOnPreSavingEvent(var1);
|
|
|
+ PropertyBag var3 = this.getPathPropertyBag(var1);
|
|
|
this.initializeReportAppSession();
|
|
|
if (var1 instanceof Agent) {
|
|
|
this.setRemoteAgent((Agent)var1);
|