Package | Description |
---|---|
com.ibm.ism.script.webclient.beans.autoscript | |
com.ibm.tivoli.maximo.report.cognos.metadata.exception | |
com.ibm.tivoli.maximo.rest | |
psdi.app.recontask.engine.load | |
psdi.common.expbuilder | |
psdi.common.parse | |
psdi.iface.app.swcatalog.http | |
psdi.iface.app.swcatalog.mea | |
psdi.security |
The Security package manages runtime information pertaining to active sessions and their security profiles.
|
psdi.server | |
psdi.util |
Modifier and Type | Method and Description |
---|---|
void |
ScrSQLExpressionBldrBean.validateCustomClass(java.lang.String customClass) |
Modifier and Type | Class and Description |
---|---|
class |
CognosHandlerException
This class is the exception class used in case any error occurs while playing the Cognos action log script on the
Cognos server.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
MOSJSONStructure.covertJSONObjectToBytes(com.ibm.json.java.OrderedJSONObject ojo) |
byte[] |
MboJSONStructure.covertJSONObjectToBytes(com.ibm.json.java.OrderedJSONObject ojo) |
Modifier and Type | Method and Description |
---|---|
void |
LinkMetaDataLoader.parseAttributes(java.util.Set attributeSet,
DataSet dataSet,
boolean isDataSet1)
Splits the set of data set attributes involved in the link phase into 2
sets: data set proper and data set spec.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionBuilderRemote.validateCustomClass(java.lang.String customClass) |
void |
ExpressionBuilder.validateCustomClass(java.lang.String customClass) |
Modifier and Type | Class and Description |
---|---|
class |
ParseException
This exception is thrown when parse errors are encountered.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportClient.getCanonical(java.lang.String filename,
java.lang.String sourceDir)
Get the SwKBT export file.
|
java.lang.String |
ImportKBT.getDatabaseInstanceId(java.util.Properties props)
Extracts the databaseInstanceId out of the Properties.
|
java.lang.String |
ImportKBT.getDataVersion(java.util.Properties props)
Extracts the dataVersion out of the Properties.
|
java.lang.String |
ImportClient.getGUID()
Sends a file scheduling request to SwKBT to get the GUID.
|
java.util.Properties |
ImportKBT.getProperties(ImportClient client)
Sends an HTTP request to SwKBT to get the properties via a GetVersion call
|
java.lang.String |
ImportClient.getStatus(java.lang.String guid)
Sends a status request to SwKBT for the given request GUID.
|
java.lang.String |
ImportClient.getURLEncodedString(java.util.Map<java.lang.String,java.lang.String> requestProps)
Returns a URL-encoded string of the given request properties
|
boolean |
ImportKBT.performImport()
performImport is the start of the actual import processing. |
void |
ImportClient.pollStatus(java.lang.String guid,
int seconds,
int timeout)
Periodically sends requests for status from the SWKBT server.
|
java.io.InputStream |
ImportClient.send(java.lang.String url)
Send the requested data to the SwKBT server
|
java.io.InputStream |
ImportClient.send(java.lang.String url2,
java.lang.String url1)
Send the requested data to the SwKBT server
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalTransformation.runMeaLoad(java.lang.String xmlInputFilePath,
java.lang.String serviceName)
Process XML file data by reading the file from filesystem through Enterprise Services load.
|
void |
ExternalTransformation.transformXml(java.lang.String xslfile,
java.lang.String catalogId,
java.lang.String xmlInputFilePath,
java.lang.String xmlOutputFilePath)
Run a single xsl transformation from input file to output file using xsl file.
|
Modifier and Type | Method and Description |
---|---|
void |
UserInfo.setInsertSite(java.lang.String siteID)
Get the insert site of the user.
|
Modifier and Type | Method and Description |
---|---|
void |
CronTaskManager.add(CronTask newTask,
java.lang.String taskName,
java.lang.String instanceName)
Programmatically add a CronTask.
|
boolean |
MXRegistryStorage.configure(java.lang.String serverUrl,
java.lang.String input,
java.lang.String type)
Throws compile error exception
|
boolean |
ServiceStorage.configure(java.lang.String serverUrl,
java.lang.String input,
java.lang.String type)
"Compile" a line from the configuration file.
|
Modifier and Type | Class and Description |
---|---|
class |
MXCSRFException
This exception is used to indicate that a write to the database failed because the user did not have the proper
security context.
|
class |
MXObjectNotFoundException
Represents all the System level exceptions that can happen such
as SQL Errors.
|
class |
MXRowUpdateException
Represents exception occurred because of optimistic locking problem.
|
class |
MXUnknownObjectException
Represents all the System level exceptions that can happen such
as SQL Errors.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Properties |
MXProperties.loadProperties(java.io.InputStream in,
boolean loadSysProps)
Call
loadPropsFromStream . |