com.jaspersoft.jasperserver.export.modules.scheduling
Class ReportJobsImporter
java.lang.Object
com.jaspersoft.jasperserver.export.modules.BaseImporterModule
com.jaspersoft.jasperserver.export.modules.scheduling.ReportJobsImporter
- All Implemented Interfaces:
- ImporterModule
public class ReportJobsImporter
- extends BaseImporterModule
- Version:
- $Id: ReportJobsImporter.java 8408 2007-05-29 23:29:12Z melih $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configuration
protected SchedulingModuleConfiguration configuration
ReportJobsImporter
public ReportJobsImporter()
init
public void init(ImporterModuleContext moduleContext)
- Specified by:
init
in interface ImporterModule
- Overrides:
init
in class BaseImporterModule
getPrependPath
protected java.lang.String getPrependPath()
process
public void process()
initProcess
protected void initProcess()
processReportUnit
protected void processReportUnit(java.lang.String uri)
checkReportUnit
protected boolean checkReportUnit(java.lang.String uri)
getJobFilename
protected java.lang.String getJobFilename(long jobId)
userExists
protected boolean userExists(java.lang.String username)
importJob
protected void importJob(java.lang.String newUri,
ReportJobBean jobBean)
prependedPath
protected java.lang.String prependedPath(java.lang.String uri)
getConfiguration
public SchedulingModuleConfiguration getConfiguration()
setConfiguration
public void setConfiguration(SchedulingModuleConfiguration configuration)
getPrependPathArg
public java.lang.String getPrependPathArg()
setPrependPathArg
public void setPrependPathArg(java.lang.String prependPathArg)
Copyright © 2007. All Rights Reserved.