|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.document.handlers.ExecutionManager
public class ExecutionManager
Constructor Summary | |
---|---|
ExecutionManager()
Instantiates a new execution manager. |
Method Summary | |
---|---|
java.util.List |
getBIObjectsExecutionFlow(java.lang.String flowId)
Gets the bI objects execution flow. |
ExecutionInstance |
getExecution(java.lang.String executionId)
Gets the execution. |
java.lang.String |
getLastExecutionId(java.lang.String flowId)
Gets the last execution id. |
ExecutionInstance |
getLastExecutionInstance(java.lang.String flowId)
Gets the last execution instance. |
BIObject |
getLastExecutionObject(java.lang.String flowId)
Gets the last execution object. |
boolean |
isBeingReexecuteing(java.lang.String flowId,
BIObject obj)
Checks if is being reexecuteing. |
ExecutionInstance |
recoverExecution(java.lang.String flowId,
java.lang.String executionId)
Recover execution. |
void |
registerExecution(ExecutionInstance instance)
Registers execution |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionManager()
Method Detail |
---|
public void registerExecution(ExecutionInstance instance)
instance
- The ExecutionInstance to be registeredpublic ExecutionInstance getExecution(java.lang.String executionId)
executionId
- the execution id
public ExecutionInstance recoverExecution(java.lang.String flowId, java.lang.String executionId)
flowId
- the flow idexecutionId
- the execution id
public boolean isBeingReexecuteing(java.lang.String flowId, BIObject obj)
flowId
- the flow idobj
- the obj
public BIObject getLastExecutionObject(java.lang.String flowId)
flowId
- the flow id
public java.lang.String getLastExecutionId(java.lang.String flowId)
flowId
- the flow id
public ExecutionInstance getLastExecutionInstance(java.lang.String flowId)
flowId
- the flow id
public java.util.List getBIObjectsExecutionFlow(java.lang.String flowId)
flowId
- the flow id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |