Package com.uens.query.model

Examples of com.uens.query.model.Marker


  private void initRootMarker() throws JRScriptletException {
    try {
      ViewProcessor vp = (ViewProcessor) getParameterValue(AnalysisProcessorImpl.REPORT_VIEWPROCESSOR_PARAM);
      if (vp != null) {
        Marker m = vp.getMarker(7);
        rootMarker = m.getName();
      }
    } catch (RemoteException e) {
      throw new JRScriptletException(e.getMessage(), e);
    }
  }
View Full Code Here

TOP

Related Classes of com.uens.query.model.Marker

Copyright © 2018 www.massapicom. 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.