| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IResourceLocator> |
IDocumentDataProvider.getAllResourceLocatorsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyEntry)
Returns all resource locators which have been modified the last time with the
commit identified by the history item.
|
java.util.List<? extends IResourceLocator> |
IDocumentContainer.getFileLinks()
Returns all contained file links.
|
java.util.List<? extends IResourceLocator> |
IDocumentContainer.getFileLinksWithCategory(java.lang.String categoryID)
Returns all contained file links that belong to the specified category.
|
java.util.List<? extends IResourceLocator> |
IDocumentContainer.getFileLinksWithDefaultCategory()
Returns all contained file links that belong to the default category.
|
java.util.List<? extends IResourceLocator> |
IDocumentContainer.getResourceLocators()
Returns all contained resource locators.
|
java.util.List<? extends IResourceLocator> |
IDocumentContainer.getWebLinks()
Returns all contained web links.
|
java.util.List<? extends IResourceLocator> |
IDocumentContainer.getWebLinksWithCategory(java.lang.String categoryID)
Returns all contained web links that belong to the specified category.
|
java.util.List<? extends IResourceLocator> |
IDocumentContainer.getWebLinksWithDefaultCategory()
Returns all contained web links that belong to the default category.
|