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

Packages that use RPETemplate
com.ibm.rational.rpe.api.docspec   
 

Uses of RPETemplate in com.ibm.rational.rpe.api.docspec
 

Methods in com.ibm.rational.rpe.api.docspec that return RPETemplate
 RPETemplate DocumentSpecificationBuilder.createRuntimeTemplate(java.lang.String configFile, com.ibm.rational.rpe.common.template.model.Template template, java.lang.String path, Credential credential)
           
 RPETemplate RPERuntime.getTemplate(java.lang.String templName)
          Retrieves a template with a given name.
 RPETemplate DocumentSpecificationBuilder.loadTemplate(java.lang.String configFile, java.lang.String templPath)
           
 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.
 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.
 

Methods in com.ibm.rational.rpe.api.docspec that return types with arguments of type RPETemplate
 java.util.List<RPETemplate> RPERuntime.getTemplates()
          Retrieves the list of templates associated with a Document Specification.
 

Methods in com.ibm.rational.rpe.api.docspec with parameters of type RPETemplate
 void RPERuntime.addTemplate(RPETemplate templ)
          Adds a template to the runtime information.
 int RPERuntime.getTemplatePosition(RPETemplate templ)
          Retrieves the position of a template.
 void RPERuntime.removeTemplate(RPETemplate templ)
          Removes a template from the runtime information.
 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.
 void RPERuntime.setTemplatePosition(RPETemplate templ, int position)
          Sets a template position in the runtime section.