Package | Description |
---|---|
org.docgene.api |
This package allows to generate a wiki in another application, using the docGenerator API.
|
org.docgene.model |
Contains the documentation model.
|
org.docgene.model.globals |
Contains the global elements for the wiki model.
|
Modifier and Type | Method and Description |
---|---|
ArticleCategory |
DocGeneratorAPI.createCategory(java.lang.String id)
Creates a category.
|
ArticleCategory |
DocGeneratorAPI.createCategory(java.lang.String id,
java.lang.String desc)
Creates a category.
|
Modifier and Type | Method and Description |
---|---|
ArticleCategory |
XMLCategoryReference.getCategory()
Return the referenced article.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLCategoryReference.bind(ArticleCategory refCat)
Set the referenced category.
|
Modifier and Type | Method and Description |
---|---|
ArticleCategory |
ArticlesCategories.getCategory(java.lang.String catID)
Return the category with a specified ID.
|
ArticleCategory |
ArticlesModel.getCategory(java.lang.String catID)
Return the category with a specified ID.
|
ArticleCategory |
ArticlesCategories.getDefaultCategory()
The default category is the category of articles which belong to no category.
|
ArticleCategory |
ArticlesModel.getDefaultCategory()
The default category is the category of articles which belong to no category.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ArticleCategory> |
ArticlesCategories.getCategories()
Return the categories.
|
Modifier and Type | Method and Description |
---|---|
void |
ArticlesCategories.addCategory(ArticleCategory cat)
Add a category to the model.
|
void |
ArticlesModel.addCategory(ArticleCategory cat)
Add a category to the model.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence