Package it.eng.spagobi.services.proxy

Examples of it.eng.spagobi.services.proxy.AuditServiceProxy.log()


      if (errorMessage != null && errorMessage.length() > 390) {
    errorMessage = errorMessage.substring(0, 390);
      }

      AuditServiceProxy proxy = new AuditServiceProxy(userId,session);
      String ris = proxy.log( auditId, startTime != null ? startTime
        .toString() : "",
        endTime != null ? endTime.toString() : "",
        executionState != null ? executionState : "",
        errorMessage != null ? errorMessage : "",
        errorCode != null ? errorCode : "");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.