| Modifier and Type | Method and Description |
|---|---|
SpContext |
InstanceContext.getSP() |
SpContext |
InstanceContext.sp() |
| Modifier and Type | Method and Description |
|---|---|
static InstanceContext |
InstanceContext.from(TcContext tc,
SpContext sp)
TODO: Add JavaDoc.
|
void |
InstanceContext.setSP(SpContext sp) |
| Constructor and Description |
|---|
QSpContext(Class<? extends SpContext> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QSpContext(com.querydsl.core.types.Path<? extends SpContext> path) |
| Modifier and Type | Method and Description |
|---|---|
void |
StepInstance.init(Step step,
InstanceContext context,
SpContext spContext)
Init stepInstance and the corresponding SpContext from step, InstanceContext and SpContext.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EngineOnStepIntegration.executeOnStep(SituationInstance instance,
SpContext spContext,
AbstractContainerInstance initiator,
IntegrationConfig integrationConf) |
boolean |
EngineOnStepIntegration.executeOnStep(SituationInstance instance,
SpContext spContext,
AbstractContainerInstance initiator,
IntegrationConfig integrationConf,
Situation situation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportAdapter.error(AbstractInstance containerInstance,
String title,
SpContext spContext,
Throwable exception) |
static void |
Report.error(AbstractInstance instance,
String title,
SpContext spContext,
Throwable exception)
Perform 'error' method in all report adapters registered.
|
void |
ReportAdapter.info(AbstractInstance containerInstance,
String title,
SpContext spContext) |
static void |
Report.info(AbstractInstance instance,
String title,
SpContext spContext)
Perform 'info' method in all report adapters registered.
|
Copyright © 2025. All rights reserved.