|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RPEDocumentSpecification | |
---|---|
com.ibm.rational.rpe.api.docgen | |
com.ibm.rational.rpe.api.docspec |
Uses of RPEDocumentSpecification in com.ibm.rational.rpe.api.docgen |
---|
Methods in com.ibm.rational.rpe.api.docgen with parameters of type RPEDocumentSpecification | |
---|---|
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. |
Uses of RPEDocumentSpecification in com.ibm.rational.rpe.api.docspec |
---|
Methods in com.ibm.rational.rpe.api.docspec that return RPEDocumentSpecification | |
---|---|
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. |
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. |
RPEDocumentSpecification |
DocumentSpecificationBuilder.makeDocSpec(java.lang.String defFile)
Creates a document specification from a definition file. |
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. |
Methods in com.ibm.rational.rpe.api.docspec with parameters of type RPEDocumentSpecification | |
---|---|
RPEOutput |
DocumentSpecificationBuilder.addOutput(RPEDocumentSpecification docspec,
java.lang.String type,
java.lang.String driver)
Adds the specified output type to the document specification. |
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. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |