| Modifier and Type | Method and Description |
|---|---|
IPublicationsFolder |
IChangeDocumentationDataProvider.findPublicationsFolder(java.lang.String path)
Searches for the publications folder item with the specified path.
|
IPublicationsFolder |
IPublicationsFolder.getParentPublicationsFolder()
Returns the parent publications folder.
|
IPublicationsFolder |
IPublication.getParentPublicationsFolder()
Returns the parent publications folder.
|
IPublicationsFolder |
ICoordination.getParentPublicationsFolder()
Returns the parent publications folder.
|
IPublicationsFolder |
IApproval.getParentPublicationsFolder()
Returns the parent publications folder.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllPublicationsFolders()
Returns all publications folder items of the project.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllPublicationsFolders(int sortingCriterion)
Returns all publications folder items of the project.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllPublicationsFolders(java.lang.String sortingProperty)
Returns all publications folder items of the project.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllPublicationsFoldersForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all publications folder 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 IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllPublicationsFoldersWithCategory(java.lang.String categoryID)
Returns all publications folder items of the project that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllPublicationsFoldersWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all publications folder items of the project that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllPublicationsFoldersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all publications folder items of the project that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllPublicationsFoldersWithDefaultCategory()
Returns all publications folder items of the project that belong to the default category.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllPublicationsFoldersWithDefaultCategory(int sortingCriterion)
Returns all publications folder items of the project that belong to the default category.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllPublicationsFoldersWithDefaultCategory(java.lang.String sortingProperty)
Returns all publications folder items of the project that belong to the default category.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllRootPublicationsFolders()
Returns all root publications folder items of the project.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllRootPublicationsFolders(int sortingCriterion)
Returns all root publications folder items of the project.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllRootPublicationsFolders(java.lang.String sortingProperty)
Returns all root publications folder items of the project.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllRootPublicationsFoldersWithCategory(java.lang.String categoryID)
Returns all root publications folder items of the project that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllRootPublicationsFoldersWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root publications folder items of the project that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllRootPublicationsFoldersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root publications folder items of the project that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllRootPublicationsFoldersWithDefaultCategory()
Returns all root publications folder items of the project that belong to the default category.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllRootPublicationsFoldersWithDefaultCategory(int sortingCriterion)
Returns all root publications folder items of the project that belong to the default category.
|
java.util.List<? extends IPublicationsFolder> |
IChangeDocumentationDataProvider.getAllRootPublicationsFoldersWithDefaultCategory(java.lang.String sortingProperty)
Returns all root publications folder items of the project that belong to the default category.
|
java.util.List<? extends IPublicationsFolder> |
IPublicationsFolder.getPublicationsFolderChildren()
Returns the publications folder children.
|
java.util.List<? extends IPublicationsFolder> |
IPublicationsFolder.getPublicationsFolderChildren(int sortingCriterion)
Returns the publications folder children.
|
java.util.List<? extends IPublicationsFolder> |
IPublicationsFolder.getPublicationsFolderChildren(java.lang.String sortingProperty)
Returns the publications folder children.
|
java.util.List<? extends IPublicationsFolder> |
IPublicationsFolder.getPublicationsFolderChildrenWithCategory(java.lang.String categoryID)
Returns the publications folder children that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
IPublicationsFolder.getPublicationsFolderChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the publications folder children that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
IPublicationsFolder.getPublicationsFolderChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the publications folder children that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
IPublicationsFolder.getPublicationsFolderChildrenWithDefaultCategory()
Returns the publications folder children that belong to the default category.
|
java.util.List<? extends IPublicationsFolder> |
IPublicationsFolder.getPublicationsFolderChildrenWithDefaultCategory(int sortingCriterion)
Returns the publications folder children that belong to the default category.
|
java.util.List<? extends IPublicationsFolder> |
IPublicationsFolder.getPublicationsFolderChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the publications folder children that belong to the default category.
|