Uses of Class
com.ibm.rational.rpe.api.docspec.RPEDocumentSpecification

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.
 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 a given Document Specification.
 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.
 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.
 

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 using 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)
           
 RPEDocumentSpecification DocumentSpecificationBuilder.load(java.lang.String configPath, java.lang.String docSpecPath, java.lang.String srcDocSpecPath, boolean strict)
           
 RPEDocumentSpecification DocumentSpecificationBuilder.makeDocSpec(java.lang.String defFile)
          Creates a Document Specification from a definition file.
 RPEDocumentSpecification DocumentSpecificationBuilder.unpackDocumentSpecification(java.net.URI file)
          Builds a Document Specification from the provided file.
 

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 a zip archive with the Document Specification, the Document Templates it refers and all the stylesheets 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)
           
 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 usernames or passwords it contains for templates, stylesheets and data sources.
 void DocumentSpecificationBuilder.syncDocumentSpecification(RPEDocumentSpecification docSpec, java.lang.String configFile)
          Synchronizes a Document Specification with its Document Templates by adding/removing Data Sources and Variables
 void DocumentSpecificationBuilder.syncDocumentSpecification(RPEDocumentSpecification docSpec, java.lang.String configFile, boolean strict)