| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ITextReference> |
IDocumentContentDataProvider.getAllTextReferences()
Returns all text reference items of the project.
|
java.util.List<? extends ITextReference> |
IDocumentContentDataProvider.getAllTextReferences(int sortingCriterion)
Returns all text reference items of the project.
|
java.util.List<? extends ITextReference> |
IDocumentContentDataProvider.getAllTextReferences(java.lang.String sortingProperty)
Returns all text reference items of the project.
|
java.util.List<? extends ITextReference> |
IDocumentContentDataProvider.getAllTextReferencesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all text reference 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 ITextReference> |
IDocumentContentDataProvider.getAllTextReferencesWithCategory(java.lang.String categoryID)
Returns all text reference items of the project that belong to the specified category.
|
java.util.List<? extends ITextReference> |
IDocumentContentDataProvider.getAllTextReferencesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all text reference items of the project that belong to the specified category.
|
java.util.List<? extends ITextReference> |
IDocumentContentDataProvider.getAllTextReferencesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all text reference items of the project that belong to the specified category.
|
java.util.List<? extends ITextReference> |
IDocumentContentDataProvider.getAllTextReferencesWithDefaultCategory()
Returns all text reference items of the project that belong to the default category.
|
java.util.List<? extends ITextReference> |
IDocumentContentDataProvider.getAllTextReferencesWithDefaultCategory(int sortingCriterion)
Returns all text reference items of the project that belong to the default category.
|
java.util.List<? extends ITextReference> |
IDocumentContentDataProvider.getAllTextReferencesWithDefaultCategory(java.lang.String sortingProperty)
Returns all text reference items of the project that belong to the default category.
|
java.util.List<? extends ITextReference> |
IContainer.getTextReferenceChildren()
Returns the text reference children.
|
java.util.List<? extends ITextReference> |
IContainer.getTextReferenceChildren(int sortingCriterion)
Returns the text reference children.
|
java.util.List<? extends ITextReference> |
IContainer.getTextReferenceChildren(java.lang.String sortingProperty)
Returns the text reference children.
|
java.util.List<? extends ITextReference> |
IContainer.getTextReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the text reference children that belong to the specified category.
|
java.util.List<? extends ITextReference> |
IContainer.getTextReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the text reference children that belong to the specified category.
|
java.util.List<? extends ITextReference> |
IContainer.getTextReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the text reference children that belong to the specified category.
|
java.util.List<? extends ITextReference> |
IContainer.getTextReferenceChildrenWithDefaultCategory()
Returns the text reference children that belong to the default category.
|
java.util.List<? extends ITextReference> |
IContainer.getTextReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the text reference children that belong to the default category.
|
java.util.List<? extends ITextReference> |
IContainer.getTextReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the text reference children that belong to the default category.
|
java.util.List<? extends ITextReference> |
IText.getUsedbys()
Returns the used by items.
|
java.util.List<? extends ITextReference> |
IText.getUsedbys(int sortingCriterion)
Returns the used by items.
|
java.util.List<? extends ITextReference> |
IText.getUsedbys(java.lang.String sortingProperty)
Returns the used by items.
|
java.util.List<? extends ITextReference> |
IText.getUsedbysWithCategory(java.lang.String categoryID)
Returns the used by items that belong to the specified category.
|
java.util.List<? extends ITextReference> |
IText.getUsedbysWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the used by items that belong to the specified category.
|
java.util.List<? extends ITextReference> |
IText.getUsedbysWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the used by items that belong to the specified category.
|
java.util.List<? extends ITextReference> |
IText.getUsedbysWithDefaultCategory()
Returns the used by items that belong to the default category.
|
java.util.List<? extends ITextReference> |
IText.getUsedbysWithDefaultCategory(int sortingCriterion)
Returns the used by items that belong to the default category.
|
java.util.List<? extends ITextReference> |
IText.getUsedbysWithDefaultCategory(java.lang.String sortingProperty)
Returns the used by items that belong to the default category.
|