| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IGlossaryTerm> |
ICrmDocumentationDataProvider.getAllGlossaryTerms()
Returns all glossary term items of the project.
|
java.util.List<? extends IGlossaryTerm> |
ICrmDocumentationDataProvider.getAllGlossaryTerms(int sortingCriterion)
Returns all glossary term items of the project.
|
java.util.List<? extends IGlossaryTerm> |
ICrmDocumentationDataProvider.getAllGlossaryTerms(java.lang.String sortingProperty)
Returns all glossary term items of the project.
|
java.util.List<? extends IGlossaryTerm> |
ICrmDocumentationDataProvider.getAllGlossaryTermsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all glossary term items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IGlossaryTerm> |
ICrmDocumentationDataProvider.getAllRootGlossaryTerms()
Returns all root glossary term items of the project.
|
java.util.List<? extends IGlossaryTerm> |
ICrmDocumentationDataProvider.getAllRootGlossaryTerms(int sortingCriterion)
Returns all root glossary term items of the project.
|
java.util.List<? extends IGlossaryTerm> |
ICrmDocumentationDataProvider.getAllRootGlossaryTerms(java.lang.String sortingProperty)
Returns all root glossary term items of the project.
|
java.util.List<? extends IGlossaryTerm> |
IFolder.getGlossaryTermChildren()
Returns the glossary term children.
|
java.util.List<? extends IGlossaryTerm> |
IFolder.getGlossaryTermChildren(int sortingCriterion)
Returns the glossary term children.
|
java.util.List<? extends IGlossaryTerm> |
IFolder.getGlossaryTermChildren(java.lang.String sortingProperty)
Returns the glossary term children.
|