|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.tools.scheduler.utils.SchedulerUtilities
public class SchedulerUtilities
Constructor Summary | |
---|---|
SchedulerUtilities()
|
Method Summary | |
---|---|
static boolean |
checkResultOfWSCall(it.eng.spago.base.SourceBean resultSB)
Check result of ws call. |
static SaveInfo |
fromSaveInfoString(java.lang.String saveinfostr)
From save info string. |
static JobInfo |
getJobInfoFromJobSourceBean(it.eng.spago.base.SourceBean jobDetSB)
Gets the job info from job source bean. |
static Snapshot |
getNamedHistorySnapshot(java.util.List allsnapshots,
java.lang.String namesnap,
int hist)
Gets the named history snapshot. |
static it.eng.spago.base.SourceBean |
getSBFromWebServiceResponse(java.lang.String response)
Gets the sB from web service response. |
static java.util.List |
getSnapshotsByName(java.util.List allsnapshots,
java.lang.String namesnap)
Gets the snapshots by name. |
static TriggerInfo |
getTriggerInfoFromTriggerSourceBean(it.eng.spago.base.SourceBean triggerDetSB,
it.eng.spago.base.SourceBean jobDetSB)
Gets the trigger info from trigger source bean. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchedulerUtilities()
Method Detail |
---|
public static Snapshot getNamedHistorySnapshot(java.util.List allsnapshots, java.lang.String namesnap, int hist) throws java.lang.Exception
allsnapshots
- the allsnapshotsnamesnap
- the namesnaphist
- the hist
java.lang.Exception
- the exceptionpublic static java.util.List getSnapshotsByName(java.util.List allsnapshots, java.lang.String namesnap) throws java.lang.Exception
allsnapshots
- the allsnapshotsnamesnap
- the namesnap
java.lang.Exception
- the exceptionpublic static it.eng.spago.base.SourceBean getSBFromWebServiceResponse(java.lang.String response)
response
- the response
public static boolean checkResultOfWSCall(it.eng.spago.base.SourceBean resultSB)
resultSB
- the result sb
public static JobInfo getJobInfoFromJobSourceBean(it.eng.spago.base.SourceBean jobDetSB)
jobDetSB
- the job det sb
public static TriggerInfo getTriggerInfoFromTriggerSourceBean(it.eng.spago.base.SourceBean triggerDetSB, it.eng.spago.base.SourceBean jobDetSB)
triggerDetSB
- the trigger det sbjobDetSB
- the job det sb
public static SaveInfo fromSaveInfoString(java.lang.String saveinfostr)
saveinfostr
- the saveinfostr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |