Package | Description |
---|---|
com.ibm.tivoli.maximo.report.cognos.metadata.generator |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ActionLogBuilder.build(ActionLogInfo actionLogInfo)
This method is responsible for building an action log script based on a maximo xml input.
|
static void |
ActionLogBuilder.build(ActionLogInfo actionLogInfo,
java.io.Reader in,
java.io.Writer writer) |
static void |
ActionLogBuilder.build(java.io.Reader in,
java.io.Writer writer,
java.lang.String databaseType,
java.lang.String databaseSchema,
java.lang.String databaseName,
java.lang.String dataSourceName,
java.lang.String contentStorePackageLocation)
This method is responsible for building an action log script based on a maximo xml input reader.
|
static void |
ActionLogBuilder.build(java.io.Reader in,
java.io.Writer writer,
java.lang.String databaseType,
java.lang.String databaseSchema,
java.lang.String databaseName,
java.lang.String dataSourceName,
java.lang.String contentStorePackageLocation,
boolean isMultiserver)
This method is responsible for building an action log script based on a maximo xml input reader.
|
static java.lang.String |
ActionLogBuilder.build(java.lang.String inputModel,
java.lang.String databaseType,
java.lang.String databaseSchema,
java.lang.String databaseName,
java.lang.String dataSourceName,
java.lang.String contentStorePackageLocation)
This method is responsible for building an action log script based on a maximo xml input
|
static java.lang.String |
ActionLogBuilder.build(java.lang.String inputModel,
java.lang.String databaseType,
java.lang.String databaseSchema,
java.lang.String databaseName,
java.lang.String dataSourceName,
java.lang.String contentStorePackageLocation,
boolean isMultiserver)
This method is responsible for building an action log script based on a maximo xml input.
|
Node |
CognosComplexExpressionBuilder.buildComplexExpression(java.lang.String whereClause)
Givent the sql where clause, convert it to a Cognos complex relationship, or fail it, if it cannot be converted.
|
static java.lang.String |
CognosUtil.parseComplexExpression(java.lang.String childName,
java.lang.String parentName,
java.lang.String relationshipName,
java.lang.String whereClause,
java.lang.String dataSourceViewNamespace,
java.lang.String databaseType)
Convenience method that parses a MAX RELATIOHSIP where clause and converts it to a cognos XML Node, wrapped in a CDATA
element.
|
static Expression |
ExpressionParser.parseExpression(java.lang.String childName,
java.lang.String parentName,
java.lang.String relationshipName,
java.lang.String whereClause,
java.lang.String databaseType)
This method is responsible for parsing the where clause to construct the
Expression |