| Modifier and Type | Method and Description |
|---|---|
System |
SystemObjectManager.findByEcLabel(String ecLabel,
BigInteger projectId) |
System |
SystemObjectManager.getByEcId(String ecId,
Object... objects) |
| Modifier and Type | Method and Description |
|---|---|
Collection<System> |
SystemObjectManager.getByEcProjectId(String ecProjectId) |
Collection<System> |
SystemObjectManager.getByLabel(String label) |
Collection<System> |
SystemObjectManager.getByLabel(String label,
BigInteger projectId) |
Collection<System> |
SystemObjectManager.getByPieceOfNameAndProject(String name,
Object projectId) |
Collection<System> |
SystemObjectManager.getByProjectId(BigInteger projectId) |
List<System> |
SystemObjectManager.getReceiverSystemsFromCallChainSteps(Object chainId)
Method returns 'Receiver' Systems List from the call chain identified by chainId.
|
| Modifier and Type | Method and Description |
|---|---|
Storable |
SystemObjectManager.getChildByClass(System parent,
Class childrenClass,
Object... param) |
Collection<? extends Storable> |
SystemObjectManager.getChildrenByClass(System parent,
Class childrenClass,
Object... param) |
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 |
SystemObjectManager.protectedOnRemove(System object) |
| Modifier and Type | Method and Description |
|---|---|
System |
SystemRepository.findByEcLabel(String ecLabel,
BigInteger projectId) |
System |
SystemRepository.findSystemByEcId(String ecId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<System> |
SystemRepository.findByPieceOfNameAndProject(String name,
BigInteger projectId) |
Collection<System> |
SystemRepository.findByProject(BigInteger projectId) |
Collection<System> |
SystemRepository.getSystemsByEcProject(String ecProjectId) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Step> |
StepRepository.getIntegrationStepsByReceiver(System system) |
Iterable<Step> |
StepRepository.getIntegrationStepsBySender(System system) |
void |
StepRepository.onDeleteSystemReceiver(System system) |
void |
StepRepository.onDeleteSystemSender(System system) |
| 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.outbound |
| Modifier and Type | Method and Description |
|---|---|
System |
OutboundTransportConfiguration.getSystem() |
| Modifier and Type | Method and Description |
|---|---|
Map<System,Server> |
Environment.getInbound() |
Map<System,Server> |
Environment.getOutbound() |
| Modifier and Type | Method and Description |
|---|---|
void |
OutboundTransportConfiguration.setSystem(System system) |
| 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 |
|---|
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<System>> |
QSystemFolder.genericType |
com.querydsl.core.types.dsl.ListPath<System,QSystem> |
QSystemFolder.objects |
static Class<System> |
SystemFolder.TYPE |
| Modifier and Type | Method and Description |
|---|---|
System |
SystemParsingRule.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemParsingRule.setParent(System parent) |
| Modifier and Type | Method and Description |
|---|---|
System |
SystemTemplate.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemTemplate.setParent(System parent) |
| Modifier and Type | Method and Description |
|---|---|
Folder<System> |
StubProject.getSystems() |
Folder<System> |
StubContainer.getSystems() |
| Modifier and Type | Method and Description |
|---|---|
void |
StubProject.setSystems(Folder<System> systems) |
void |
StubContainer.setSystems(Folder<System> systems) |
| Modifier and Type | Method and Description |
|---|---|
System |
IntegrationStep.getReceiver() |
System |
IntegrationStep.getSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationStep.setReceiver(System receiver) |
void |
IntegrationStep.setSender(System sender) |
| Constructor and Description |
|---|
QSystem(Class<? extends System> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QSystem(com.querydsl.core.types.Path<? extends System> path) |
| Modifier and Type | Method and Description |
|---|---|
System |
Operation.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setParent(System parent) |
| Modifier and Type | Method and Description |
|---|---|
System |
TransportConfiguration.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportConfiguration.setParent(System parent) |
| Modifier and Type | Method and Description |
|---|---|
System |
SystemDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
Map<System,ServerHB> |
SystemServerMapDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Map<System,ServerHB> |
SystemServerMapDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt,
Map<System,ServerHB> intoValue) |
| Modifier and Type | Method and Description |
|---|---|
Map<System,ServerHB> |
SystemServerMapDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt,
Map<System,ServerHB> intoValue) |
| Constructor and Description |
|---|
KeyDefinitionException(System system,
Operation operation) |
| 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,
System system)
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 Server |
ServerUtils.syncInbounds(Server server,
Iterable<? extends System> systems)
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.
|
Copyright © 2025. All rights reserved.