| Modifier and Type | Method and Description |
|---|---|
Collection<? extends CallChain> |
CallChainObjectManager.getByLabel(String label)
Deprecated.
|
Collection<CallChain> |
CallChainObjectManager.getByLabel(String label,
BigInteger projectId) |
List<CallChain> |
CallChainObjectManager.getByNameAndProjectId(String name,
BigInteger projectId) |
List<CallChain> |
CallChainObjectManager.getByPieceOfNameAndProjectId(String name,
BigInteger projectId) |
Collection<CallChain> |
CallChainObjectManager.getByProjectId(BigInteger projectId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CallChainObjectManager.protectedOnRemove(CallChain object) |
| Modifier and Type | Method and Description |
|---|---|
List<CallChain> |
CallChainRepository.findByNameAndProjectId(String name,
BigInteger projectId) |
List<CallChain> |
CallChainRepository.findByPieceOfNameAndProjectId(String name,
BigInteger projectId) |
| Modifier and Type | Method and Description |
|---|---|
void |
StepRepository.onDeleteCallChain(CallChain callChain) |
| Constructor and Description |
|---|
QCallChain(Class<? extends CallChain> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QCallChain(com.querydsl.core.types.Path<? extends CallChain> path) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SimplePath<Class<CallChain>> |
QChainFolder.genericType |
com.querydsl.core.types.dsl.ListPath<CallChain,QCallChain> |
QChainFolder.objects |
static Class<CallChain> |
ChainFolder.TYPE |
| Modifier and Type | Method and Description |
|---|---|
Folder<CallChain> |
StubProject.getCallchains() |
Folder<CallChain> |
StubContainer.getCallchains() |
| Modifier and Type | Method and Description |
|---|---|
void |
StubProject.setCallchains(Folder<CallChain> callchains) |
void |
StubContainer.setCallchains(Folder<CallChain> starterChains) |
| Modifier and Type | Method and Description |
|---|---|
CallChain |
EmbeddedStep.getChain() |
CallChain |
EmbeddedStep.getParent() |
CallChain |
SituationStep.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedStep.setChain(CallChain chain) |
void |
EmbeddedStep.setParent(CallChain parent) |
void |
SituationStep.setParent(CallChain parent) |
| Modifier and Type | Method and Description |
|---|---|
CallChain |
NestedChainDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
EngineControlIntegration.configure(CallChain callChain,
IntegrationConfig integrationConf,
Map<String,String> properties,
BigInteger projectId) |
void |
EngineControlIntegration.create(CallChain callChain,
IntegrationConfig integrationConf,
Map<String,String> properties,
BigInteger projectId) |
void |
EngineControlIntegration.delete(CallChain callChain,
IntegrationConfig integrationConf,
Map<String,String> properties,
BigInteger projectId) |
| Constructor and Description |
|---|
CallChainStepIterator(CallChain callChain,
AbstractContainerInstance parent)
TODO: Add JavaDoc.
|
CallChainStepIterator(CallChain callChain,
AbstractContainerInstance parent,
List<Step> steps) |
Copyright © 2025. All rights reserved.