Package | Description |
---|---|
com.ibm.tivoli.maximo.report.cognos.metadata.player |
Modifier and Type | Method and Description |
---|---|
void |
CognosManager.closeModel(java.lang.String projectLocation)
This method is responsible for closing the framework manager located in the specified location.
|
void |
CognosManager.createModel(java.lang.String projectLocation)
This method is responsible for creating a new framework manager model on the specified location on the Cognos
server.
|
void |
CognosManager.executeTransaction(java.lang.String projectLocation,
java.lang.String transaction)
This method is responsible for executing a transaction on a framework manager project located in the specified
location.
|
void |
CognosManager.executeTransientCreateAction(java.lang.String projectLocation,
java.lang.String transaction)
This method is responsible for creating a new framework manager model on the specified location
on the Cognos server and executing a transaction.
|
void |
CognosManager.openModel(java.lang.String projectLocation)
This method is responsible for opening the framework manager located in the specified location.
|
void |
ActionLogPlayer.playScript(java.lang.String projectBaseDir,
java.io.Reader in,
java.lang.String dataSourceName,
java.lang.String contentStorePackageLocation)
This method is responsible of executing an action log script on Cognos server.
|
void |
ActionLogPlayer.playScript(java.lang.String projectBaseDir,
java.io.Reader in,
java.lang.String dataSourceName,
java.lang.String contentStorePackageLocation,
boolean useTransientAction)
This method is responsible of executing an action log script on Cognos server.
|
void |
ActionLogPlayer.playScript(java.lang.String projectBaseDir,
java.lang.String script,
java.lang.String dataSourceName,
java.lang.String contentStorePackageLocation)
This method is responsible of executing an action log script on Cognos server.
|
void |
ActionLogPlayer.playScript(java.lang.String projectBaseDir,
java.lang.String script,
java.lang.String dataSourceName,
java.lang.String contentStorePackageLocation,
boolean useTransientAction)
This method is responsible of executing an action log script on Cognos server.
|
void |
CognosManager.saveModel(java.lang.String projectLocation)
This method is responsible for saving the framework manager located in the specified location.
|
Constructor and Description |
---|
ActionLogPlayer(java.lang.String url,
java.lang.String namespaceId,
java.lang.String userName,
java.lang.String password)
This constructor is responsible for initializing the Cognos manager
|
ActionLogPlayer(java.lang.String url,
java.lang.String namespaceId,
java.lang.String userName,
java.lang.String mxtoken,
java.lang.String mxtokenurl)
This constructor is responsible for initializing the Cognos manager
|