|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.odi.sdk.invocation.OdiCommand
oracle.odi.sdk.invocation.OdiCommandScenario
public class OdiCommandScenario
A scenario execution request.
Field Summary |
---|
Fields inherited from class oracle.odi.sdk.invocation.OdiCommand |
---|
SYNC_MODE_ASYNCHRONOUS, SYNC_MODE_SYNCHRONOUS |
Constructor Summary | |
---|---|
OdiCommandScenario()
|
Method Summary | |
---|---|
void |
addVariable(java.lang.String pName,
java.lang.String pValue)
Sets a variable's value for the scenario execution. |
java.lang.String |
getKeywords()
Returns the list of keywords used for running this scenario. |
java.lang.String |
getScenName()
Returns the name of the scenario. |
java.lang.String |
getScenVersion()
Returns the version of the scenario. |
java.lang.String |
getSessionName()
Returns the name of the session. |
void |
setKeywords(java.lang.String pKeywords)
Sets the keywords to used for running this scenario. |
void |
setScenName(java.lang.String pScenName)
Sets the scenario to run. |
void |
setScenVersion(java.lang.String pScenVersion)
Sets the version of the scenario to run. |
void |
setSessionName(java.lang.String pSessionName)
Sets the name to give to the session. |
Methods inherited from class oracle.odi.sdk.invocation.OdiCommand |
---|
getContext, getLogLevel, getSyncMode, setContext, setLogLevel, setSyncMode |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OdiCommandScenario()
Method Detail |
---|
public java.lang.String getKeywords()
public void setKeywords(java.lang.String pKeywords)
pKeywords
- Comma-separated list of keywords for the scenario.public java.lang.String getScenName()
public void setScenName(java.lang.String pScenName)
pScenName
- Name of the scenario to run.public java.lang.String getScenVersion()
public void setScenVersion(java.lang.String pScenVersion)
pScenVersion
- Scenario Version to run.public java.lang.String getSessionName()
public void setSessionName(java.lang.String pSessionName)
pSessionName
- Name of the session.public void addVariable(java.lang.String pName, java.lang.String pValue)
pName
- Variable name.pValue
- Variable value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |