public interface IServiceDocumentationGenerator
Modifier and Type | Method and Description |
---|---|
void |
generateDocumentationForService(String serviceId,
Locale locale,
IDocumentationTemplate template)
Generates HTML documentation for the service.
|
void |
generateDocumentationForServiceInterface(String interfaceId,
Locale locale,
boolean reGenerateImages,
IDocumentationTemplate documentationTemplate)
Generates HTML documentation for the given service interface.
|
void generateDocumentationForService(String serviceId, Locale locale, IDocumentationTemplate template) throws PortalException
The HTML documentation should be generated in the root directory provided.
serviceId
- locale
- locale the locale in which the documentation should be generated.template
- the template where the generated information should be sent to for rendering.PortalException
void generateDocumentationForServiceInterface(String interfaceId, Locale locale, boolean reGenerateImages, IDocumentationTemplate documentationTemplate) throws PortalException
interfaceId
- the interface for which documentation should be generatedlocale
- locale the locale in which the documentation should be generated.reGenerateImages
- flags whether images should be generated. This may cause documentation take longer to generate.documentationTemplate
- the template where the generated information should be sent to for rendering.PortalException
Lumisportal 9.0.0.160603 - Copyright © 2006–2016 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.