|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RPEException | |
---|---|
com.ibm.rational.rpe.api.docgen | |
com.ibm.rational.rpe.api.docspec | |
com.ibm.rational.rpe.common.auth |
Uses of RPEException in com.ibm.rational.rpe.api.docgen |
---|
Methods in com.ibm.rational.rpe.api.docgen that throw RPEException | |
---|---|
java.lang.Thread |
RemoteDocumentGenerator.connectToJob(java.lang.String job)
Connects to an existing job. |
com.ibm.rational.rpe.engine.RRDGEngine.EngineStatus |
RemoteDocumentGenerator.connectToJobSynch(java.lang.String job)
Connects to an existing job and waits until the job is completed. |
java.lang.Thread |
LocalDocumentGenerator.publish(RPEDocumentSpecification docSpec)
Deprecated. |
java.lang.Thread |
RemoteDocumentGenerator.publish(RPEDocumentSpecification docSpec)
Deprecated. |
java.lang.Thread |
LocalDocumentGenerator.publish(RPEDocumentSpecification docSpec,
int previewLimit)
Starts the publishing process for a given document specification in a separate thread. |
java.lang.Thread |
IDocumentGenerator.publish(RPEDocumentSpecification docSpec,
int previewQueryLimit)
Publishes the document asynchronously. |
java.lang.Thread |
RemoteDocumentGenerator.publish(RPEDocumentSpecification docSpec,
int previewQueryLimit)
Starts the publishing process for the given Document Specification and returns the thread that monitors the remote execution. |
void |
LocalDocumentGenerator.publishSync(RPEDocumentSpecification docSpec)
Deprecated. |
void |
RemoteDocumentGenerator.publishSync(RPEDocumentSpecification docSpec)
Deprecated. |
com.ibm.rational.rpe.engine.RRDGEngine.EngineStatus |
LocalDocumentGenerator.publishSync(RPEDocumentSpecification docSpec,
int previewLimit)
Starts the publishing process for a given document specification in the calling thread. |
com.ibm.rational.rpe.engine.RRDGEngine.EngineStatus |
IDocumentGenerator.publishSync(RPEDocumentSpecification docspec,
int previewQueryLimit)
Publishes the document asynchronously. |
com.ibm.rational.rpe.engine.RRDGEngine.EngineStatus |
RemoteDocumentGenerator.publishSync(RPEDocumentSpecification docSpec,
int previewQueryLimit)
Starts the publishing process for a given Document Specification in the calling thread. |
java.net.URI |
RemoteDocumentGenerator.readJobLogURI()
Reads the log URI for the current job from the server. |
java.net.URI |
RemoteDocumentGenerator.readJobResultsURI()
Reads the log results URI for the current job from the server. |
java.lang.String |
RemoteDocumentGenerator.readJobStatus()
Reads the status for the current job from the server. |
Uses of RPEException in com.ibm.rational.rpe.api.docspec |
---|
Methods in com.ibm.rational.rpe.api.docspec that throw RPEException | |
---|---|
void |
RPEOutput.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
|
void |
RPEDocumentSpecification.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
|
void |
RPETemplate.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
|
void |
RPEDataSource.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
Implementation for DocumentSpecificationVisitable.accept(DocumentSpecificationVisitor) |
void |
RPERuntime.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
|
void |
RPEMetadata.accept(com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitor v)
|
RPEOutput |
DocumentSpecificationBuilder.addOutput(RPEDocumentSpecification docspec,
java.lang.String type,
java.lang.String driver)
Adds the specified output type to the document specification. |
RPEDocumentSpecification |
DocumentSpecificationBuilder.create(java.lang.String configFile)
Creates an empty document specification. |
RPEDocumentSpecification |
DocumentSpecificationBuilder.create(java.lang.String configFile,
java.util.List<java.lang.String> templatesFile)
Creates a new document specification from a list of document templates. |
RPETemplate |
DocumentSpecificationBuilder.createRuntimeTemplate(java.lang.String configFile,
com.ibm.rational.rpe.common.template.model.Template template,
java.lang.String path,
Credential credential)
Creates and returns a RPETemplate object from the given arguments. |
Feature |
DocumentSpecificationBuilder.getConfigurationForDatasource(java.lang.String configPath,
java.lang.String type)
Builds the configuration feature for the given data source type. |
com.ibm.rational.rpe.api.docspec.RPEConfiguration |
DocumentSpecificationBuilder.load(java.lang.String configPath)
Loads a configuration file. |
RPEDocumentSpecification |
DocumentSpecificationBuilder.load(java.lang.String configPath,
java.lang.String docSpecPath)
Loads a document specification from the specified path. |
RPEDocumentSpecification |
DocumentSpecificationBuilder.load(java.lang.String configPath,
java.lang.String docSpecPath,
boolean strict)
Loads a document specification from the specified path. |
RPEDocumentSpecification |
DocumentSpecificationBuilder.load(java.lang.String configPath,
java.lang.String docSpecPath,
java.lang.String srcDocSpecPath,
boolean strict)
Loads a document specification from the specified path. |
RPETemplate |
DocumentSpecificationBuilder.loadTemplate(java.lang.String configFile,
java.lang.String templPath)
Loads a template and returns a RPETemplate object. |
RPETemplate |
DocumentSpecificationBuilder.loadTemplate(java.lang.String configFile,
java.lang.String baseURI,
java.lang.String templateURI,
Credential credential)
Loads a document template from the given path. |
RPEDocumentSpecification |
DocumentSpecificationBuilder.makeDocSpec(java.lang.String defFile)
Creates a document specification from a definition file. |
java.io.File |
DocumentSpecificationBuilder.packDocumentSpecification(RPEDocumentSpecification docSpec,
boolean includeDynamicReferences,
java.lang.String docSpecName)
Creates an archive file that contains the document specification, the document templates that the document specification includes, and all of the style sheets that are used. |
static void |
ConfigurationLayer.readConfigurationOptions(com.ibm.rational.rpe.common.template.model.ConfigurationMetadata cfgMetadata,
Credential credential,
java.util.List<ConfigurationLayer.ConfigurationValue> data)
Deprecated. |
void |
ConfigurationLayer.readConfigurationOptions(com.ibm.rational.rpe.common.template.model.ConfigurationMetadata cfgMetadata,
java.lang.String entityName,
java.util.List<ConfigurationLayer.ConfigurationValue> data,
Credential credential)
Resolves the configuration metadata, if not empty. |
RPETemplate |
DocumentSpecificationBuilder.replaceTemplate(RPEDocumentSpecification docSpec,
RPETemplate oldTemplate,
java.lang.String newTemplatePath,
Credential credential,
java.lang.String configFile)
For a given document specification, this method replaces an existing document template with a new one. |
RPETemplate |
DocumentSpecificationBuilder.replaceTemplate(RPEDocumentSpecification docSpec,
java.lang.String oldTemplatePath,
java.lang.String newTemplatePath,
Credential credential,
java.lang.String configFile)
For a given document specification, this method replaces an existing template with a new one. |
RPETemplate |
DocumentSpecificationBuilder.replaceTemplate(RPEDocumentSpecification docSpec,
java.lang.String oldTemplatePath,
java.lang.String newTemplatePath,
java.lang.String configFile)
For a given document specification, this method replaces an existing document template with a new one. |
void |
DocumentSpecificationBuilder.save(RPEDocumentSpecification docSpec,
java.lang.String fileName)
Saves a document specification to a file. |
void |
DocumentSpecificationBuilder.stripCredentials(RPEDocumentSpecification docSpec)
For the given document specification, this method removes any user names and passwords that are defined for templates, style sheets, and data sources. |
void |
DocumentSpecificationBuilder.syncDocumentSpecification(RPEDocumentSpecification docSpec,
java.lang.String configFile)
Synchronizes a document specification with its document templates by adding or removing data sources and variables |
void |
DocumentSpecificationBuilder.syncDocumentSpecification(RPEDocumentSpecification docSpec,
java.lang.String configFile,
boolean strict)
Updates the document specification to reflect the current state of the templates. |
RPEDocumentSpecification |
DocumentSpecificationBuilder.unpackDocumentSpecification(java.net.URI file)
Unpacks a document specification and its related artifacts from the archive file that is provided through the file argument. |
Uses of RPEException in com.ibm.rational.rpe.common.auth |
---|
Subclasses of RPEException in com.ibm.rational.rpe.common.auth | |
---|---|
class |
AuthenticationException
An exception is thrown for any authentication errors. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |