| Modifier and Type | Method and Description |
|---|---|
Step |
StepObjectManager.create() |
Step |
StepObjectManager.create(Storable parent,
String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
StepObjectManager.protectedOnRemove(Step object) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Step> |
StepRepository.getIntegrationStepsByOperation(Operation operation) |
Iterable<Step> |
StepRepository.getIntegrationStepsByOperationTemplate(OperationTemplate template) |
Iterable<Step> |
StepRepository.getIntegrationStepsByReceiver(System system) |
Iterable<Step> |
StepRepository.getIntegrationStepsBySender(System system) |
Iterable<Step> |
StepRepository.getIntegrationStepsBySystemTemplate(SystemTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
StepContainer.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
StepContainer.fillSteps(List<Step> steps) |
| Modifier and Type | Method and Description |
|---|---|
Step |
StepInstance.getStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
StepInstance.init(Step step)
Init stepInstance and the corresponding SpContext from step.
|
void |
StepInstance.init(Step step,
InstanceContext context,
SpContext spContext)
Init stepInstance and the corresponding SpContext from step, InstanceContext and SpContext.
|
void |
StepInstance.setStep(Step step) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCallChainStep |
class |
AbstractStep |
class |
EmbeddedStep |
class |
IntegrationStep |
class |
SituationStep |
| Constructor and Description |
|---|
QStep(com.querydsl.core.types.Path<? extends Step> path) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<Step,QStep> |
QSituation.steps |
| Modifier and Type | Method and Description |
|---|---|
void |
Situation.addStep(Step step) |
| Modifier and Type | Method and Description |
|---|---|
void |
Situation.fillSteps(List<Step> steps) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Step> |
AbstractTestCase.steps |
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
AbstractTestCase.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTestCase.fillSteps(List<Step> steps) |
protected void |
AbstractTestCase.setSteps(List<Step> steps)
hibernate set its proxy thru this method.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractStepIterator.setIterator(Iterator<Step> iterator) |
| Constructor and Description |
|---|
CallChainStepIterator(CallChain callChain,
AbstractContainerInstance parent,
List<Step> steps) |
StepIterator(List<Step> steps,
AbstractContainerInstance parent) |
Copyright © 2025. All rights reserved.