| Modifier and Type | Method and Description |
|---|---|
IUseCase |
IExtension.getExtendingUseCase()
Returns the extending use case of the extension.
|
IUseCase |
IScenario.getUseCase()
Returns the use case which this scenario is the main scenario or an extension
scenario (immediate or transitive) of.
|
IUseCase |
IGoal.getUseCase()
Returns the use case the goal belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IUseCase> |
IUseCaseDataProvider.getAllUseCases()
Returns all use cases of the project.
|
java.util.List<? extends IUseCase> |
IUseCaseDataProvider.getAllUseCases(int sortingCriterion)
Returns all use cases of the project.
|
java.util.List<? extends IUseCase> |
IUseCaseDataProvider.getAllUseCases(java.lang.String sortingProperty)
Returns all use cases of the project.
|
java.util.List<? extends IUseCase> |
IUseCaseDataProvider.getAllUseCasesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyEntry)
Returns all use cases which have been modified the last time with the
commit identified by the history item.
|
java.util.List<? extends IUseCase> |
IUseCaseDataProvider.getAllUseCasesWithCategory(java.lang.String categoryID)
Returns all use cases of the project that belong to the specified category.
|
java.util.List<? extends IUseCase> |
IUseCaseDataProvider.getAllUseCasesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all use cases of the project that belong to the specified category.
|
java.util.List<? extends IUseCase> |
IUseCaseDataProvider.getAllUseCasesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all use cases of the project that belong to the specified category.
|
java.util.List<? extends IUseCase> |
IUseCaseDataProvider.getAllUseCasesWithDefaultCategory()
Returns all use cases of the project that belong to the default category.
|
java.util.List<? extends IUseCase> |
IUseCaseDataProvider.getAllUseCasesWithDefaultCategory(int sortingCriterion)
Returns all use cases of the project that belong to the default category.
|
java.util.List<? extends IUseCase> |
IUseCaseDataProvider.getAllUseCasesWithDefaultCategory(java.lang.String sortingProperty)
Returns all use cases of the project that belong to the default category.
|
java.util.List<? extends IUseCase> |
IActionStepEnd.getEndingExtensionUseCases()
Returns the extension use cases ending at the action step.
|
java.util.List<? extends IUseCase> |
IActionStep.getEndingExtensionUseCases()
Returns the extension use cases ending at the action step.
|
java.util.List<? extends IUseCase> |
IActionStepEnd.getEndingExtensionUseCases(int sortingCriterion)
Returns the extension use cases ending at the action step.
|
java.util.List<? extends IUseCase> |
IActionStep.getEndingExtensionUseCases(int sortingCriterion)
Returns the extension use cases ending at the action step.
|
java.util.List<? extends IUseCase> |
IActionStepEnd.getEndingExtensionUseCases(java.lang.String sortingProperty)
Returns the extension use cases ending at the action step.
|
java.util.List<? extends IUseCase> |
IActionStep.getEndingExtensionUseCases(java.lang.String sortingProperty)
Returns the extension use cases ending at the action step.
|
java.util.List<? extends IUseCase> |
IUseCase.getExtensionUseCases()
Returns all extension use cases of the use case, i.e. the immediate
extensions of the main scenario.
|
java.util.List<? extends IUseCase> |
IScenario.getExtensionUseCases()
Returns all immediate extension use cases of the scenario.
|
java.util.List<? extends IUseCase> |
IUseCase.getExtensionUseCases(int sortingCriterion)
Returns all extension use cases of the use case, i.e. the immediate
extensions of the main scenario.
|
java.util.List<? extends IUseCase> |
IScenario.getExtensionUseCases(int sortingCriterion)
Returns all immediate extension use cases of the scenario.
|
java.util.List<? extends IUseCase> |
IUseCase.getExtensionUseCases(java.lang.String sortingProperty)
Returns all extension use cases of the use case, i.e. the immediate
extensions of the main scenario.
|
java.util.List<? extends IUseCase> |
IScenario.getExtensionUseCases(java.lang.String sortingProperty)
Returns all immediate extension use cases of the scenario.
|
java.util.List<? extends IUseCase> |
IActionStepEnd.getStartingExtensionUseCases()
Returns the extension use cases starting at the action step.
|
java.util.List<? extends IUseCase> |
IActionStep.getStartingExtensionUseCases()
Returns the extension use cases starting at the action step.
|
java.util.List<? extends IUseCase> |
IActionStepEnd.getStartingExtensionUseCases(int sortingCriterion)
Returns the extension use cases starting at the action step
|
java.util.List<? extends IUseCase> |
IActionStep.getStartingExtensionUseCases(int sortingCriterion)
Returns the extension use cases starting at the action step.
|
java.util.List<IUseCase> |
IActionStepEnd.getStartingExtensionUseCases(java.lang.String sortingProperty)
Returns the extension use cases starting at the action step.
|
java.util.List<? extends IUseCase> |
IActionStep.getStartingExtensionUseCases(java.lang.String sortingProperty)
Returns the extension use cases starting at the action step.
|
java.util.List<? extends IUseCase> |
IUseCaseCategory.getUseCases()
Returns all use cases of the category.
|
java.util.List<? extends IUseCase> |
IUseCaseCategory.getUseCases(int sortingCriterion)
Returns all use cases of the category.
|
java.util.List<? extends IUseCase> |
IUseCaseCategory.getUseCases(java.lang.String sortingProperty)
Returns all use cases of the category.
|
java.util.List<? extends IUseCase> |
IUseCaseDataProvider.getUseCasesForUniqueElement(java.lang.String uniqueElementUID)
Returns all use cases that are linked to a unique element.
|
java.util.List<? extends IUseCase> |
IUseCaseDataProvider.getUseCasesForUniqueElement(java.lang.String uniqueElementUID,
int sortingCriterion)
Returns all use cases that are linked to a unique element.
|
java.util.List<? extends IUseCase> |
IUseCaseDataProvider.getUseCasesForUniqueElement(java.lang.String uniqueElementUID,
java.lang.String sortingProperty)
Returns all use cases that are linked to a unique element.
|
java.util.List<? extends IUseCase> |
IUseCaseCategory.getUseCasesWithCategory(java.lang.String categoryID)
Returns all use cases of the category that belongs to the specified category.
|
java.util.List<? extends IUseCase> |
IUseCaseCategory.getUseCasesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all use cases of the category that belongs to the specified category.
|
java.util.List<? extends IUseCase> |
IUseCaseCategory.getUseCasesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all use cases of the category that belongs to the specified category.
|
java.util.List<? extends IUseCase> |
IUseCaseCategory.getUseCasesWithDefaultCategory()
Returns all use cases of the category that belongs to the default category.
|
java.util.List<? extends IUseCase> |
IUseCaseCategory.getUseCasesWithDefaultCategory(int sortingCriterion)
Returns all use cases of the category that belongs to the default category.
|
java.util.List<? extends IUseCase> |
IUseCaseCategory.getUseCasesWithDefaultCategory(java.lang.String sortingProperty)
Returns all use cases of the category that belongs to the default category.
|