| java.lang.Object org.pentaho.plugin.quartz.QuartzBackgroundExecutionHelper
All known Subclasses: org.pentaho.plugin.quartz.SecurityAwareBackgroundExecutionHelper,
Inner Class :public static class BackgroundExecuteListener implements JobListener | |
Method Summary | |
public String | backgroundExecuteAction(IPentahoSession userSession, IParameterProvider parameterProvider) | protected JobDetail | createDetailFromParameterProvider(IParameterProvider parameterProvider, IPentahoSession userSession, String outputContentGUID, String solutionName, String actionPath, String actionName, String jobGroup) | public IContentItem | getBackgroundContent(String contentGUID, IPentahoSession userSession) | public List | getBackgroundExecutedContentList(IPentahoSession userSession) | public IOutputHandler | getContentOutputHandler(String location, String fileName, String solutionName, IPentahoSession userSession, IParameterProvider parameterProvider) | public IPentahoSession | getEffectiveUserSession(String user) | public List | getScheduledAndExecutingBackgroundJobs(IPentahoSession userSession) | public void | removeBackgroundExecutedContentForID(String contentGUID, IPentahoSession userSession) | public void | trackBackgroundExecution(IPentahoSession userSession, String GUID) |
BACKGROUND_CONTENT_COOKIE_PREFIX | final public static String BACKGROUND_CONTENT_COOKIE_PREFIX(Code) | | |
BACKGROUND_CONTENT_GUID_STR | final public static String BACKGROUND_CONTENT_GUID_STR(Code) | | |
BACKGROUND_CONTENT_LOCATION_STR | final public static String BACKGROUND_CONTENT_LOCATION_STR(Code) | | |
BACKGROUND_EXECUTION_FLAG | final public static String BACKGROUND_EXECUTION_FLAG(Code) | | |
BACKGROUND_USER_NAME_STR | final public static String BACKGROUND_USER_NAME_STR(Code) | | |
DEFAULT_BACKGROUND_LOCATION | final public static String DEFAULT_BACKGROUND_LOCATION(Code) | | |
DEFAULT_JOB_NAME | final public static String DEFAULT_JOB_NAME(Code) | | |
DEFAULT_TRIGGER_NAME | final public static String DEFAULT_TRIGGER_NAME(Code) | | |
removeBackgroundExecutedContentForID | public void removeBackgroundExecutedContentForID(String contentGUID, IPentahoSession userSession)(Code) | | |
|
|