| Modifier and Type | Method and Description |
|---|---|
Collection<TriggerConfiguration> |
TriggerConfigurationObjectManager.getAllActiveAndErrorTriggersByProjectId(BigInteger projectId) |
Collection<TriggerConfiguration> |
TriggerConfigurationObjectManager.getAllActiveTriggersByProjectId(BigInteger projectId) |
Collection<TriggerConfiguration> |
TriggerConfigurationObjectManager.getAllTriggersByProjectId(BigInteger projectId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TriggerConfiguration> |
TriggerConfigurationRepository.getAllActiveAndErrorTriggersByProjectId(BigInteger projectId) |
Collection<TriggerConfiguration> |
TriggerConfigurationRepository.getAllActiveTriggersByProjectId(BigInteger projectId) |
Collection<TriggerConfiguration> |
TriggerConfigurationRepository.getAllTriggersByProjectId(BigInteger projectId) |
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerConfigurationRepository.onDeleteTrigger(TriggerConfiguration configuration) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<TriggerConfiguration,QTriggerConfiguration> |
QInboundTransportConfiguration.triggerConfigurations |
| Modifier and Type | Method and Description |
|---|---|
Set<TriggerConfiguration> |
InboundTransportConfiguration.getTriggerConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
InboundTransportConfiguration.fillTriggerConfigurations(Set<TriggerConfiguration> triggerConfigurations) |
protected void |
InboundTransportConfiguration.setTriggerConfigurations(Set<TriggerConfiguration> triggerConfigurations)
hibernate set its proxy thru this method.
|
| Constructor and Description |
|---|
QTriggerConfiguration(Class<? extends TriggerConfiguration> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QTriggerConfiguration(com.querydsl.core.types.Path<? extends TriggerConfiguration> path) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TriggerConfiguration> |
TransportConfiguration.getTriggers(BigInteger projectId)
TODO: Add JavaDoc.
|
Copyright © 2025. All rights reserved.