| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ICrossReference> |
IDocumentContentDataProvider.getAllCrossReferences()
Returns all cross reference items of the project.
|
java.util.List<? extends ICrossReference> |
IDocumentContentDataProvider.getAllCrossReferences(int sortingCriterion)
Returns all cross reference items of the project.
|
java.util.List<? extends ICrossReference> |
IDocumentContentDataProvider.getAllCrossReferences(java.lang.String sortingProperty)
Returns all cross reference items of the project.
|
java.util.List<? extends ICrossReference> |
IDocumentContentDataProvider.getAllCrossReferencesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all cross 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 ICrossReference> |
IDocumentContentDataProvider.getAllCrossReferencesWithCategory(java.lang.String categoryID)
Returns all cross reference items of the project that belong to the specified category.
|
java.util.List<? extends ICrossReference> |
IDocumentContentDataProvider.getAllCrossReferencesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all cross reference items of the project that belong to the specified category.
|
java.util.List<? extends ICrossReference> |
IDocumentContentDataProvider.getAllCrossReferencesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all cross reference items of the project that belong to the specified category.
|
java.util.List<? extends ICrossReference> |
IDocumentContentDataProvider.getAllCrossReferencesWithDefaultCategory()
Returns all cross reference items of the project that belong to the default category.
|
java.util.List<? extends ICrossReference> |
IDocumentContentDataProvider.getAllCrossReferencesWithDefaultCategory(int sortingCriterion)
Returns all cross reference items of the project that belong to the default category.
|
java.util.List<? extends ICrossReference> |
IDocumentContentDataProvider.getAllCrossReferencesWithDefaultCategory(java.lang.String sortingProperty)
Returns all cross reference items of the project that belong to the default category.
|
java.util.List<? extends ICrossReference> |
IContainer.getCrossReferenceChildren()
Returns the cross reference children.
|
java.util.List<? extends ICrossReference> |
IContainer.getCrossReferenceChildren(int sortingCriterion)
Returns the cross reference children.
|
java.util.List<? extends ICrossReference> |
IContainer.getCrossReferenceChildren(java.lang.String sortingProperty)
Returns the cross reference children.
|
java.util.List<? extends ICrossReference> |
IContainer.getCrossReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the cross reference children that belong to the specified category.
|
java.util.List<? extends ICrossReference> |
IContainer.getCrossReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the cross reference children that belong to the specified category.
|
java.util.List<? extends ICrossReference> |
IContainer.getCrossReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the cross reference children that belong to the specified category.
|
java.util.List<? extends ICrossReference> |
IContainer.getCrossReferenceChildrenWithDefaultCategory()
Returns the cross reference children that belong to the default category.
|
java.util.List<? extends ICrossReference> |
IContainer.getCrossReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the cross reference children that belong to the default category.
|
java.util.List<? extends ICrossReference> |
IContainer.getCrossReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the cross reference children that belong to the default category.
|
java.util.Collection<ICrossReference> |
ICrossModuleLinkReportDataProvider.getCrossReferences(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData referenceTarget)
Returns the cross reference items.
|
java.util.Collection<ICrossReference> |
ICrossModuleLinkReportDataProvider.getCrossReferencesWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData referenceTarget,
java.lang.String categoryID)
Returns the cross reference items that belong to the specified category.
|
java.util.Collection<ICrossReference> |
ICrossModuleLinkReportDataProvider.getCrossReferencesWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData referenceTarget)
Returns the cross reference items that belong to the default category.
|