|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionInstance | |
---|---|
it.eng.spagobi.analiticalmodel.document.handlers | |
it.eng.spagobi.behaviouralmodel.lov.bo | |
it.eng.spagobi.container | |
it.eng.spagobi.engines.kpi.utils |
Uses of ExecutionInstance in it.eng.spagobi.analiticalmodel.document.handlers |
---|
Methods in it.eng.spagobi.analiticalmodel.document.handlers that return ExecutionInstance | |
---|---|
ExecutionInstance |
ExecutionManager.getExecution(java.lang.String executionId)
Gets the execution. |
static ExecutionInstance |
ExecutionInstance.getExecutionInstanceByLabel(ExecutionInstance instance,
java.lang.String biobjectLabel,
java.util.Locale locale)
|
ExecutionInstance |
ExecutionManager.getLastExecutionInstance(java.lang.String flowId)
Gets the last execution instance. |
ExecutionInstance |
ExecutionManager.recoverExecution(java.lang.String flowId,
java.lang.String executionId)
Recover execution. |
Methods in it.eng.spagobi.analiticalmodel.document.handlers with parameters of type ExecutionInstance | |
---|---|
static ExecutionInstance |
ExecutionInstance.getExecutionInstanceByLabel(ExecutionInstance instance,
java.lang.String biobjectLabel,
java.util.Locale locale)
|
java.lang.String |
LovResultCacheManager.getLovResult(it.eng.spago.security.IEngUserProfile profile,
BIObjectParameter parameter,
ExecutionInstance executionInstance,
boolean retrieveIfNotcached)
Returns the LOV result. |
void |
ExecutionManager.registerExecution(ExecutionInstance instance)
Registers execution |
Uses of ExecutionInstance in it.eng.spagobi.behaviouralmodel.lov.bo |
---|
Fields in it.eng.spagobi.behaviouralmodel.lov.bo declared as ExecutionInstance | |
---|---|
protected ExecutionInstance |
AbstractJavaClassLov.executionInstance
|
Methods in it.eng.spagobi.behaviouralmodel.lov.bo that return ExecutionInstance | |
---|---|
ExecutionInstance |
AbstractJavaClassLov.getExecutionInstance()
|
Methods in it.eng.spagobi.behaviouralmodel.lov.bo with parameters of type ExecutionInstance | |
---|---|
java.lang.String |
FixedListDetail.getLovResult(it.eng.spago.security.IEngUserProfile profile,
java.util.List<ObjParuse> dependencies,
ExecutionInstance executionInstance)
|
java.lang.String |
QueryDetail.getLovResult(it.eng.spago.security.IEngUserProfile profile,
java.util.List<ObjParuse> dependencies,
ExecutionInstance executionInstance)
|
java.lang.String |
ScriptDetail.getLovResult(it.eng.spago.security.IEngUserProfile profile,
java.util.List<ObjParuse> dependencies,
ExecutionInstance executionInstance)
|
java.lang.String |
JavaClassDetail.getLovResult(it.eng.spago.security.IEngUserProfile profile,
java.util.List<ObjParuse> dependencies,
ExecutionInstance executionInstance)
|
java.lang.String |
ILovDetail.getLovResult(it.eng.spago.security.IEngUserProfile profile,
java.util.List<ObjParuse> dependencies,
ExecutionInstance executionInstance)
Returns the result of the lov for a given user and for a particular execution instance with the given dependencies (optional). |
java.lang.String |
QueryDetail.getWrappedStatement(java.util.List<ObjParuse> dependencies,
ExecutionInstance executionInstance)
This methods builds the in-line view that filters the original lov using the dependencies. |
void |
AbstractJavaClassLov.setExecutionInstance(ExecutionInstance executionInstance)
|
Uses of ExecutionInstance in it.eng.spagobi.container |
---|
Methods in it.eng.spagobi.container that return ExecutionInstance | |
---|---|
ExecutionInstance |
CoreContextManager.getExecutionInstance(java.lang.String key)
TO BE USED ONLY INSIDE SPAGOBI CORE, NOT INSIDE EXTERNAL ENGINES. |
Methods in it.eng.spagobi.container that return types with arguments of type ExecutionInstance | |
---|---|
java.util.Map<java.lang.Integer,ExecutionInstance> |
CoreContextManager.getExecutionInstancesAsMap(java.lang.String key)
In case of massive Export a map of execution instances is returned, each associated with the biObjId referring |
Uses of ExecutionInstance in it.eng.spagobi.engines.kpi.utils |
---|
Methods in it.eng.spagobi.engines.kpi.utils with parameters of type ExecutionInstance | |
---|---|
void |
KpiGUIUtil.setExecutionInstance(ExecutionInstance instance,
java.util.Locale locale)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |