| Modifier and Type | Method and Description |
|---|---|
InboundTransportConfiguration |
InboundTransportConfigurationObjectManager.findByEcLabel(String ecLabel,
BigInteger projectId) |
InboundTransportConfiguration |
InboundTransportConfigurationObjectManager.getByEcId(String ecId,
Object... objects) |
InboundTransportConfiguration |
ServerObjectManager.getInbound(Server server,
TransportConfiguration configuration)
Find inbound configuration under Server + TransportConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<InboundTransportConfiguration> |
InboundTransportConfigurationObjectManager.getByEcProjectId(String ecProjectId) |
Collection<InboundTransportConfiguration> |
InboundTransportConfigurationObjectManager.getConfigurationsByTransportId(BigInteger transportId) |
Iterable<InboundTransportConfiguration> |
ServerObjectManager.getInbounds(Server server,
System system)
Find inbound transport configurations under System + Server pair.
|
| Modifier and Type | Method and Description |
|---|---|
Storable |
InboundTransportConfigurationObjectManager.getChildByClass(InboundTransportConfiguration parent,
Class childrenClass,
Object... param) |
Collection<? extends Storable> |
InboundTransportConfigurationObjectManager.getChildrenByClass(InboundTransportConfiguration parent,
Class childrenClass,
Object... param) |
| Modifier and Type | Method and Description |
|---|---|
InboundTransportConfiguration |
InboundTransportConfigurationRepository.findByEcId(String ecId) |
InboundTransportConfiguration |
InboundTransportConfigurationRepository.findOne(BigInteger serverId,
BigInteger transportId) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<InboundTransportConfiguration> |
InboundTransportConfigurationRepository.findAll(BigInteger serverId,
BigInteger systemId) |
Collection<InboundTransportConfiguration> |
InboundTransportConfigurationRepository.getByEcProject(String ecProjectId) |
Collection<InboundTransportConfiguration> |
InboundTransportConfigurationRepository.getConfigurationsByTransportId(BigInteger transportId) |
| Modifier and Type | Method and Description |
|---|---|
InboundTransportConfiguration |
TriggerConfiguration.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerConfiguration.setParent(InboundTransportConfiguration parent) |
| Constructor and Description |
|---|
TriggerConfiguration(InboundTransportConfiguration parent)
Deprecated.
|
| Constructor and Description |
|---|
QInboundTransportConfiguration(Class<? extends InboundTransportConfiguration> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QInboundTransportConfiguration(com.querydsl.core.types.Path<? extends InboundTransportConfiguration> path) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.CollectionPath<InboundTransportConfiguration,QInboundTransportConfiguration> |
QServerHB.inbounds |
| Modifier and Type | Method and Description |
|---|---|
InboundTransportConfiguration |
ServerHB.getInbound(System system,
TransportConfiguration configuration) |
InboundTransportConfiguration |
Server.getInbound(System system,
TransportConfiguration configuration) |
InboundTransportConfiguration |
ServerHB.getInboundTransportConfiguration(TransportConfiguration configuration) |
InboundTransportConfiguration |
Server.getInboundTransportConfiguration(TransportConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Collection<InboundTransportConfiguration> |
ServerHB.getInbounds() |
Collection<InboundTransportConfiguration> |
Server.getInbounds() |
Collection<InboundTransportConfiguration> |
ServerHB.getInbounds(System system) |
Collection<InboundTransportConfiguration> |
Server.getInbounds(System system) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerHB.fillInbounds(Collection<InboundTransportConfiguration> inbounds) |
void |
Server.fillInbounds(Collection<InboundTransportConfiguration> inbounds) |
protected void |
ServerHB.setInbounds(Collection<InboundTransportConfiguration> inbounds)
Hibernate set its proxy thru this method.
|
Copyright © 2025. All rights reserved.