| Modifier and Type | Method and Description |
|---|---|
IScenario |
IScenario.getExtendedScenario()
Returns the scenario which is extended by this scenario.
|
IScenario |
IExtension.getExtendedScenario()
Returns the extended scenario of the extension.
|
IScenario |
IUseCase.getMainScenario()
Returns the main scenario of the use case.
|
IScenario |
IActionStepEnd.getScenario()
Returns the scenario the action step belongs to.
|
IScenario |
IActionStep.getScenario()
Returns the scenario the action step belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IScenario> |
IUseCaseDataProvider.getAllScenariosForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyEntry)
Returns all scenarios which have been modified the last time with the
commit identified by the history item.
|
java.util.List<? extends IScenario> |
IActionStepEnd.getEndingExtensionScenarios()
Returns the extension scenarios ending at the action step.
|
java.util.List<? extends IScenario> |
IActionStep.getEndingExtensionScenarios()
Returns the extension scenarios ending at the action step.
|
java.util.List<? extends IScenario> |
IActionStepEnd.getEndingExtensionScenarios(java.lang.String sortingProperty)
Returns the extension scenarios ending at the action step.
|
java.util.List<? extends IScenario> |
IActionStep.getEndingExtensionScenarios(java.lang.String sortingProperty)
Returns the extension scenarios ending at the action step.
|
java.util.List<? extends IScenario> |
IUseCase.getExtendedScenarios()
Returns the scenarios which are extended by this use case.
|
java.util.List<? extends IScenario> |
IUseCase.getExtendedScenarios(java.lang.String sortingProperty)
Returns the scenarios which are extended by this use case.
|
java.util.List<? extends IScenario> |
IUseCase.getExtensionScenarios()
Returns all extension scenarios of the use case, i.e. the immediate
extensions of the main scenario.
|
java.util.List<? extends IScenario> |
IScenario.getExtensionScenarios()
Returns all immediate extension scenarios of the scenario.
|
java.util.List<? extends IScenario> |
IUseCase.getExtensionScenarios(java.lang.String sortingProperty)
Returns all extension scenarios of the use case, i.e. the immediate
extensions of the main scenario.
|
java.util.List<? extends IScenario> |
IScenario.getExtensionScenarios(java.lang.String sortingProperty)
Returns all immediate extension scenarios of the scenario.
|
java.util.List<? extends IScenario> |
IActionStepEnd.getStartingExtensionScenarios()
Returns the extension scenarios starting at the action step.
|
java.util.List<? extends IScenario> |
IActionStep.getStartingExtensionScenarios()
Returns the extension scenarios starting at the action step.
|
java.util.List<? extends IScenario> |
IActionStepEnd.getStartingExtensionScenarios(java.lang.String sortingProperty)
Returns the extension scenarios starting at the action step.
|
java.util.List<? extends IScenario> |
IActionStep.getStartingExtensionScenarios(java.lang.String sortingProperty)
Returns the extension scenarios starting at the action step.
|