| Modifier and Type | Method and Description |
|---|---|
List<T> |
EventTriggerManager.getAllActive(Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Operation> |
OperationObjectManager.getAllByProject(Object projectId) |
List<Operation> |
OperationObjectManager.getByNameAndProjectId(String name,
BigInteger projectId) |
Collection<Operation> |
OperationObjectManager.getByParentNameAndProject(String name,
Object projectId) |
Collection<Operation> |
OperationObjectManager.getByPieceOfNameAndProject(String name,
Object projectId) |
| Modifier and Type | Method and Description |
|---|---|
List<SituationEventTrigger> |
SituationEventTriggerObjectManager.getAllActive(Operation operation) |
List<OperationEventTrigger> |
OperationEventTriggerObjectManager.getAllActive(Operation operation) |
void |
OperationObjectManager.protectedOnRemove(Operation object) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
SystemRepository.findFirstByDefineOperation(BigInteger parentId,
String key) |
| Modifier and Type | Method and Description |
|---|---|
List<Operation> |
OperationRepository.findByNameAndProjectId(String name,
BigInteger projectId) |
Collection<Operation> |
OperationRepository.findByParentNameAndProject(String name,
BigInteger projectId) |
Collection<Operation> |
OperationRepository.findByPieceOfNameAndProject(String name,
BigInteger projectId) |
| Modifier and Type | Method and Description |
|---|---|
List<OperationEventTrigger> |
OperationEventTriggerRepository.getActiveTriggersByOperation(Operation operation) |
Iterable<Step> |
StepRepository.getIntegrationStepsByOperation(Operation operation) |
Collection<OperationEventTrigger> |
OperationEventTriggerRepository.getTriggersByOperation(Operation operation) |
void |
StepRepository.onDeleteOperation(Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
OperationParsingRule.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationParsingRule.setParent(Operation parent) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
OperationTemplate.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationTemplate.setParent(Operation parent) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
IntegrationStep.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationStep.setOperation(Operation operation) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<Operation,QOperation> |
QSystem.operations |
| Modifier and Type | Method and Description |
|---|---|
Operation |
System.defineOperation(InstanceContext context)
Define operation via Operation Definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
System.addOperation(Operation operation)
Add operation into operations collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
System.fillOperations(Set<Operation> operations) |
| Constructor and Description |
|---|
QOperation(Class<? extends Operation> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QOperation(com.querydsl.core.types.Path<? extends Operation> path) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Situation.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Situation.setParent(Operation parent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StubEndpointConfig.addResponses(FastConfigurationRequest.FastOperation fastOperation,
Operation storableOperation,
StubEndpointConfig.TransportTypes transportType) |
| Constructor and Description |
|---|
StubEndpointConfig(FastConfigurationRequest.FastSystem fastSystem,
FastConfigurationRequest.FastOperation fastOperation,
Operation storableOperation,
StubEndpointConfig.TransportTypes transportType,
String endPoint)
Constructor.
|
| Constructor and Description |
|---|
KeyDefinitionException(System system,
Operation operation) |
Copyright © 2025. All rights reserved.