|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Creates and returns a RPETemplate object from the given arguments. |
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)
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. |
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. |
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 run time information. |
int |
RPERuntime.getTemplatePosition(RPETemplate templ)
Retrieves the position of a template. |
void |
RPERuntime.removeTemplate(RPETemplate templ)
Removes a template from the run time 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 run time section. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |