| Modifier and Type | Method and Description |
|---|---|
TransportConfiguration |
TransportConfigurationObjectManager.create(Storable system,
String name,
String type,
Map parameters)
create method.
|
TransportConfiguration |
TransportConfigurationObjectManager.findByEcLabel(String ecLabel,
BigInteger projectId) |
TransportConfiguration |
TransportConfigurationObjectManager.getByEcId(String ecId,
Object... objects) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TransportConfiguration> |
TransportConfigurationObjectManager.findUsagesTemplateOnTransport(BigInteger templateId)
Find usages of storable (template) by Id in diamerer transport configurations under Systems.
|
Collection<TransportConfiguration> |
TransportConfigurationObjectManager.getByEcProjectId(String ecProjectId) |
Collection<TransportConfiguration> |
TransportConfigurationObjectManager.getByProjectId(BigInteger projectId) |
| Modifier and Type | Method and Description |
|---|---|
InboundTransportConfiguration |
ServerObjectManager.getInbound(Server server,
TransportConfiguration configuration)
Find inbound configuration under Server + TransportConfiguration.
|
void |
TransportConfigurationObjectManager.protectedOnRemove(TransportConfiguration transportConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
TransportConfiguration |
InboundTransportConfigurationRepository.findFirstTransport(BigInteger id) |
TransportConfiguration |
TransportConfigurationRepository.findTransportByEcId(String ecId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TransportConfiguration> |
TransportConfigurationRepository.findByProjectId(BigInteger projectId) |
Collection<TransportConfiguration> |
TransportConfigurationRepository.findUsagesTemplateOnTransport(BigInteger templateId) |
Collection<TransportConfiguration> |
TransportConfigurationRepository.getTransportsByEcProject(String ecProjectId) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationRepository.onDeleteTransport(TransportConfiguration configuration) |
void |
InboundTransportConfigurationRepository.onDeleteTransport(TransportConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
TransportConfiguration |
InstanceContext.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceContext.setTransport(TransportConfiguration transport) |
| Modifier and Type | Method and Description |
|---|---|
TransportConfiguration |
InboundTransportConfiguration.getReferencedConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
InboundTransportConfiguration.setReferencedConfiguration(TransportConfiguration referencedConfiguration)
Set referenced configuration link (link to Transport under a System).
|
| Constructor and Description |
|---|
InboundTransportConfiguration(TransportConfiguration referencedConfiguration,
Server parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportConfigurationInterceptor.setParent(TransportConfiguration parent) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<TransportConfiguration,QTransportConfiguration> |
QSystem.transports |
| Modifier and Type | Method and Description |
|---|---|
void |
System.addTransport(TransportConfiguration transports) |
| Modifier and Type | Method and Description |
|---|---|
void |
System.fillTransports(Set<TransportConfiguration> transports) |
| Modifier and Type | Method and Description |
|---|---|
TransportConfiguration |
Operation.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setTransport(TransportConfiguration transport) |
| Constructor and Description |
|---|
QTransportConfiguration(Class<? extends TransportConfiguration> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QTransportConfiguration(com.querydsl.core.types.Path<? extends TransportConfiguration> path) |
| Modifier and Type | Method and Description |
|---|---|
TransportConfiguration |
TransportConfigurationDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionProperties |
ServerUtils.calculate(Server server,
System receiver,
TransportConfiguration configuration,
Message message,
Template template)
Calculate ConnectionProperties by combining them from different sources.
|
static ConnectionProperties |
ServerUtils.calculate(Server server,
System receiver,
TransportConfiguration configuration,
Message message,
Template template,
InstanceContext instanceContext)
Calculate ConnectionProperties by combining them from different sources.
|
Copyright © 2025. All rights reserved.