| Modifier and Type | Method and Description |
|---|---|
IUseCaseCategory |
IUseCase.getCategory()
Returns the category of the use case.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IUseCaseCategory> |
IUseCaseDataProvider.getAllUseCaseCategories()
Returns all use case categories of the project.
|
java.util.List<? extends IUseCaseCategory> |
IUseCaseDataProvider.getAllUseCaseCategories(java.lang.String sortingProperty)
Returns all use case categories of the project.
|
java.util.List<? extends IUseCaseCategory> |
IUseCaseDataProvider.getAllUseCaseCategoriesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyEntry)
Returns all use case categories which have been modified the last time with the
commit identified by the history item.
|
java.util.List<? extends IUseCaseCategory> |
IUseCaseDataProvider.getAllUseCaseCategoriesWithCategory(java.lang.String categoryID)
Returns all use case categories of the project that belong to the specified category.
|
java.util.List<? extends IUseCaseCategory> |
IUseCaseDataProvider.getAllUseCaseCategoriesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all use case categories of the project that belong to the specified category.
|
java.util.List<? extends IUseCaseCategory> |
IUseCaseDataProvider.getAllUseCaseCategoriesWithDefaultCategory()
Returns all use case categories of the project that belong to the default category.
|
java.util.List<? extends IUseCaseCategory> |
IUseCaseDataProvider.getAllUseCaseCategoriesWithDefaultCategory(java.lang.String sortingProperty)
Returns all use case categories of the project that belong to the default category.
|