| Modifier and Type | Method and Description |
|---|---|
IText |
ITextReference.getReferenceto()
Returns the linked reference to or null if none is linked.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IText> |
IDocumentContentDataProvider.getAllTexts()
Returns all text items of the project.
|
java.util.List<? extends IText> |
IDocumentContentDataProvider.getAllTexts(int sortingCriterion)
Returns all text items of the project.
|
java.util.List<? extends IText> |
IDocumentContentDataProvider.getAllTexts(java.lang.String sortingProperty)
Returns all text items of the project.
|
java.util.List<? extends IText> |
IDocumentContentDataProvider.getAllTextsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all text 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 IText> |
IDocumentContentDataProvider.getAllTextsWithCategory(java.lang.String categoryID)
Returns all text items of the project that belong to the specified category.
|
java.util.List<? extends IText> |
IDocumentContentDataProvider.getAllTextsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all text items of the project that belong to the specified category.
|
java.util.List<? extends IText> |
IDocumentContentDataProvider.getAllTextsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all text items of the project that belong to the specified category.
|
java.util.List<? extends IText> |
IDocumentContentDataProvider.getAllTextsWithDefaultCategory()
Returns all text items of the project that belong to the default category.
|
java.util.List<? extends IText> |
IDocumentContentDataProvider.getAllTextsWithDefaultCategory(int sortingCriterion)
Returns all text items of the project that belong to the default category.
|
java.util.List<? extends IText> |
IDocumentContentDataProvider.getAllTextsWithDefaultCategory(java.lang.String sortingProperty)
Returns all text items of the project that belong to the default category.
|
java.util.List<? extends IText> |
IContainer.getTextChildren()
Returns the text children.
|
java.util.List<? extends IText> |
IContainer.getTextChildren(int sortingCriterion)
Returns the text children.
|
java.util.List<? extends IText> |
IContainer.getTextChildren(java.lang.String sortingProperty)
Returns the text children.
|
java.util.List<? extends IText> |
IContainer.getTextChildrenWithCategory(java.lang.String categoryID)
Returns the text children that belong to the specified category.
|
java.util.List<? extends IText> |
IContainer.getTextChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the text children that belong to the specified category.
|
java.util.List<? extends IText> |
IContainer.getTextChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the text children that belong to the specified category.
|
java.util.List<? extends IText> |
IContainer.getTextChildrenWithDefaultCategory()
Returns the text children that belong to the default category.
|
java.util.List<? extends IText> |
IContainer.getTextChildrenWithDefaultCategory(int sortingCriterion)
Returns the text children that belong to the default category.
|
java.util.List<? extends IText> |
IContainer.getTextChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the text children that belong to the default category.
|