| Modifier and Type | Method and Description |
|---|---|
Server |
ServerObjectManager.create() |
Server |
ServerObjectManager.create(Storable parent) |
Server |
ServerObjectManager.findByEcLabel(String ecLabel,
BigInteger projectId) |
Server |
ServerObjectManager.getByEcId(String ecId,
Object... objects)
Find Server by ecId + Server name (objects[0]) + Server url (objects[1]).
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Server> |
ServerObjectManager.getByEcProjectId(String ecProjectId) |
List<Server> |
ServerObjectManager.getByNameAndProjectId(String name,
BigInteger projectId) |
List<Server> |
ServerObjectManager.getByProjectId(BigInteger projectId) |
List<Server> |
ServerObjectManager.getByUrlAndProjectId(String url,
BigInteger projectId) |
List<Server> |
ServerObjectManager.getByUrlSlashedAndProjectId(String url,
BigInteger projectId) |
| Modifier and Type | Method and Description |
|---|---|
InboundTransportConfiguration |
ServerObjectManager.getInbound(Server server,
TransportConfiguration configuration)
Find inbound configuration under Server + TransportConfiguration.
|
Iterable<InboundTransportConfiguration> |
ServerObjectManager.getInbounds(Server server,
System system)
Find inbound transport configurations under System + Server pair.
|
OutboundTransportConfiguration |
ServerObjectManager.getOutbound(Server server,
System system,
String type)
Get
OutboundTransportConfiguration by system-server ids and transport type name. |
Iterable<OutboundTransportConfiguration> |
ServerObjectManager.getOutbounds(Server server,
System system)
Find outbound transport configurations under System + Server pair.
|
void |
ServerObjectManager.protectedOnRemove(Server object) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerSearchRepository<T extends Server> |
| Modifier and Type | Method and Description |
|---|---|
Server |
ServerRepository.findByEcId(String ecId,
String name,
String url) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Server> |
ServerRepository.getByEcProject(String ecProjectId) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.MapPath<System,Server,com.querydsl.core.types.dsl.SimplePath<Server>> |
QEnvironment.inbound |
com.querydsl.core.types.dsl.MapPath<System,Server,com.querydsl.core.types.dsl.SimplePath<Server>> |
QEnvironment.inbound |
com.querydsl.core.types.dsl.MapPath<System,Server,com.querydsl.core.types.dsl.SimplePath<Server>> |
QEnvironment.outbound |
com.querydsl.core.types.dsl.MapPath<System,Server,com.querydsl.core.types.dsl.SimplePath<Server>> |
QEnvironment.outbound |
| Modifier and Type | Method and Description |
|---|---|
Map<System,Server> |
Environment.getInbound() |
Map<System,Server> |
Environment.getOutbound() |
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.fillInbound(Map<System,Server> inbound) |
void |
Environment.fillOutbound(Map<System,Server> outbound) |
protected void |
Environment.setInbound(Map<System,Server> inbound)
hibernate set its proxy thru this method.
|
protected void |
Environment.setOutbound(Map<System,Server> outbound)
hibernate set its proxy thru this method.
|
| Constructor and Description |
|---|
InboundTransportConfiguration(TransportConfiguration referencedConfiguration,
Server parent) |
OutboundTransportConfiguration(String type,
Server parent,
System system)
Constructor from type, parent and system parameters.
|
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SimplePath<Class<Server>> |
QServerFolder.genericType |
com.querydsl.core.types.dsl.ListPath<Server,com.querydsl.core.types.dsl.SimplePath<Server>> |
QServerFolder.objects |
com.querydsl.core.types.dsl.ListPath<Server,com.querydsl.core.types.dsl.SimplePath<Server>> |
QServerFolder.objects |
static Class<Server> |
ServerFolder.TYPE |
| Modifier and Type | Method and Description |
|---|---|
Folder<Server> |
StubProject.getServers() |
Folder<Server> |
StubContainer.getServers() |
| Modifier and Type | Method and Description |
|---|---|
void |
StubProject.setServers(Folder<Server> servers) |
void |
StubContainer.setServers(Folder<Server> servers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerHB |
| Modifier and Type | Method and Description |
|---|---|
static Server |
ServerUtils.syncInbounds(Server server,
Iterable<? extends System> systems)
opens new transaction for write operations if necessary.
|
static Server |
ServerUtils.syncInbounds(Server server,
System system)
opens new transaction for write operations if necessary.
|
static Server |
ServerUtils.syncOutbounds(Server server,
Iterable<? extends System> systems)
opens new transaction for write operations if necessary.
|
static Server |
ServerUtils.syncOutbounds(Server server,
System system)
opens new transaction for write operations if necessary.
|
| 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.
|
static Server |
ServerUtils.syncInbounds(Server server,
Iterable<? extends System> systems)
opens new transaction for write operations if necessary.
|
static Server |
ServerUtils.syncInbounds(Server server,
System system)
opens new transaction for write operations if necessary.
|
static Server |
ServerUtils.syncOutbounds(Server server,
Iterable<? extends System> systems)
opens new transaction for write operations if necessary.
|
static Server |
ServerUtils.syncOutbounds(Server server,
System system)
opens new transaction for write operations if necessary.
|
Copyright © 2025. All rights reserved.