| Modifier and Type | Method and Description |
|---|---|
StepInstance |
StepEvent.getStepInstance() |
| Constructor and Description |
|---|
Finish(StepInstance stepInstance) |
NextEmbeddedStepEvent(String parentId,
StepInstance instance) |
Skip(StepInstance stepInstance) |
Start(StepInstance stepInstance) |
Terminate(StepInstance stepInstance) |
| Modifier and Type | Method and Description |
|---|---|
StepInstance |
SpContext.getStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpContext.setStep(StepInstance step) |
| Constructor and Description |
|---|
SpContext(StepInstance step)
Constructor of SpContext for step parameter.
|
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<StepInstance,QStepInstance> |
QSituationInstance.stepInstances |
com.querydsl.core.types.dsl.ListPath<StepInstance,QStepInstance> |
QAbstractContainerInstance.stepInstances |
| Modifier and Type | Method and Description |
|---|---|
List<StepInstance> |
AbstractContainerInstance.getStepInstances() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContainerInstance.fillStepInstances(List<StepInstance> stepInstances) |
protected void |
AbstractContainerInstance.setStepInstances(List<StepInstance> stepInstances)
hibernate set its proxy thru this method.
|
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<StepInstance,QStepInstance> |
QCallChainInstance.stepInstances |
| Constructor and Description |
|---|
QStepInstance(Class<? extends StepInstance> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QStepInstance(com.querydsl.core.types.Path<? extends StepInstance> path) |
| Modifier and Type | Method and Description |
|---|---|
StepInstance |
AbstractStepIterator.current() |
StepInstance |
AbstractStepIterator.next() |
Copyright © 2025. All rights reserved.