| Modifier and Type | Method and Description |
|---|---|
OperationTemplate |
OperationTemplateObjectManager.getByIdOnly(BigInteger id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OperationTemplate> |
OperationTemplateObjectManager.getByParentNameAndProject(String name,
Object projectId) |
Collection<OperationTemplate> |
OperationTemplateObjectManager.getByPieceOfNameAndProject(String name,
Object projectId) |
| Modifier and Type | Method and Description |
|---|---|
OperationTemplate |
OperationTemplateRepository.findByIdOnly(BigInteger id) |
| Modifier and Type | Method and Description |
|---|---|
List<OperationTemplate> |
OperationTemplateRepository.findByParentID(Object parentId) |
List<OperationTemplate> |
OperationTemplateRepository.findByParentIDAndName(Object parentId,
String name) |
List<OperationTemplate> |
OperationTemplateRepository.findByParentName(String name) |
Collection<OperationTemplate> |
OperationTemplateRepository.findByParentNameAndProject(String name,
BigInteger projectId) |
Collection<OperationTemplate> |
OperationTemplateRepository.findByPieceOfNameAndProject(String name,
BigInteger projectId) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Step> |
StepRepository.getIntegrationStepsByOperationTemplate(OperationTemplate template) |
| Constructor and Description |
|---|
QOperationTemplate(Class<? extends OperationTemplate> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QOperationTemplate(com.querydsl.core.types.Path<? extends OperationTemplate> path) |
| Modifier and Type | Method and Description |
|---|---|
OperationTemplate |
IntegrationStep.getOperationTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationStep.setOperationTemplate(OperationTemplate operationTemplate) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<OperationTemplate,QOperationTemplate> |
QOperation.operationTemplates |
Copyright © 2025. All rights reserved.