Uses of Class
it.eng.spagobi.tools.scheduler.to.DispatchContext

Packages that use DispatchContext
it.eng.spagobi.tools.scheduler.dispatcher   
it.eng.spagobi.tools.scheduler.to   
it.eng.spagobi.tools.scheduler.utils   
 

Uses of DispatchContext in it.eng.spagobi.tools.scheduler.dispatcher
 

Methods in it.eng.spagobi.tools.scheduler.dispatcher with parameters of type DispatchContext
static boolean FunctionalityTreeDocumentDispatchChannel.canDispatch(DispatchContext dispatchContext, BIObject document, it.eng.spagobi.tools.dataset.common.datastore.IDataStore folderDispatchDataStore)
           
static boolean MailDocumentDispatchChannel.canDispatch(DispatchContext dispatchContext, BIObject document, it.eng.spagobi.tools.dataset.common.datastore.IDataStore emailDispatchDataStore)
           
 void SnapshootDocumentDispatchChannel.setDispatchContext(DispatchContext dispatchContext)
           
 void DocumentDispatcher.setDispatchContext(DispatchContext dispatchContext)
           
 void FunctionalityTreeDocumentDispatchChannel.setDispatchContext(DispatchContext dispatchContext)
           
 void MailDocumentDispatchChannel.setDispatchContext(DispatchContext dispatchContext)
           
 void FileSystemDocumentDispatcher.setDispatchContext(DispatchContext dispatchContext)
           
 void JavaClassDocumentDispatchChannel.setDispatchContext(DispatchContext dispatchContext)
           
 void IDocumentDispatchChannel.setDispatchContext(DispatchContext dispatchContext)
           
 void DistributionListDocumentDispatchChannel.setDispatchContext(DispatchContext dispatchContext)
           
 

Constructors in it.eng.spagobi.tools.scheduler.dispatcher with parameters of type DispatchContext
DistributionListDocumentDispatchChannel(DispatchContext dispatchContext)
           
DocumentDispatcher(DispatchContext dispatchContext)
           
FileSystemDocumentDispatcher(DispatchContext dispatchContext)
           
FunctionalityTreeDocumentDispatchChannel(DispatchContext dispatchContext)
           
JavaClassDocumentDispatchChannel(DispatchContext dispatchContext)
           
MailDocumentDispatchChannel(DispatchContext dispatchContext)
           
SnapshootDocumentDispatchChannel(DispatchContext dispatchContext)
           
 

Uses of DispatchContext in it.eng.spagobi.tools.scheduler.to
 

Methods in it.eng.spagobi.tools.scheduler.to that return types with arguments of type DispatchContext
 java.util.Map<java.lang.String,DispatchContext> TriggerInfo.getSaveOptions()
          Gets the save options.
 

Method parameters in it.eng.spagobi.tools.scheduler.to with type arguments of type DispatchContext
 void TriggerInfo.setSaveOptions(java.util.Map<java.lang.String,DispatchContext> saveOptions)
          Sets the save options.
 

Uses of DispatchContext in it.eng.spagobi.tools.scheduler.utils
 

Methods in it.eng.spagobi.tools.scheduler.utils that return DispatchContext
static DispatchContext SchedulerUtilities.decodeDispatchContext(java.lang.String encodedDispatchContext)
          From save info string.