Uses of Class
ai.stapi.graphsystem.aggregatedefinition.model.CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification
Packages that use CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification
Package
Description
-
Uses of CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification in ai.stapi.graphsystem.aggregatedefinition.model
Methods in ai.stapi.graphsystem.aggregatedefinition.model that return CommandHandlerDefinitionDTO.EventFactory.EventFactoryModificationModifier and TypeMethodDescriptionCommandHandlerDefinitionDTO.EventFactory.EventFactoryModification.add(String modificationPath, @Nullable String inputValueParameterName) CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification.insert(String modificationPath, @Nullable String inputValueParameterName, @Nullable String destinationIndexParameterName) CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification.move(String modificationPath, @Nullable String inputValueParameterName, @Nullable String destinationIndexParameterName) CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification.remove(String modificationPath, @Nullable String inputValueParameterName) CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification.replace(String modificationPath, @Nullable String inputValueParameterName) Methods in ai.stapi.graphsystem.aggregatedefinition.model that return types with arguments of type CommandHandlerDefinitionDTO.EventFactory.EventFactoryModificationMethods in ai.stapi.graphsystem.aggregatedefinition.model with parameters of type CommandHandlerDefinitionDTO.EventFactory.EventFactoryModificationModifier and TypeMethodDescriptionvoidCommandHandlerDefinitionDTO.EventFactory.addModification(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modification) Method parameters in ai.stapi.graphsystem.aggregatedefinition.model with type arguments of type CommandHandlerDefinitionDTO.EventFactory.EventFactoryModificationModifier and TypeMethodDescriptionvoidCommandHandlerDefinitionDTO.EventFactory.addModifications(List<CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification> modifications) Constructor parameters in ai.stapi.graphsystem.aggregatedefinition.model with type arguments of type CommandHandlerDefinitionDTO.EventFactory.EventFactoryModificationModifierConstructorDescriptionEventFactory(EventMessageDefinitionData event, List<CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification> modification) EventFactory(String id, EventMessageDefinitionData event, List<CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification> modification) -
Uses of CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification in ai.stapi.graphsystem.aggregatedefinition.model.eventFactory
Methods in ai.stapi.graphsystem.aggregatedefinition.model.eventFactory that return types with arguments of type CommandHandlerDefinitionDTO.EventFactory.EventFactoryModificationConstructor parameters in ai.stapi.graphsystem.aggregatedefinition.model.eventFactory with type arguments of type CommandHandlerDefinitionDTO.EventFactory.EventFactoryModificationModifierConstructorDescriptionEventFactoryModificationResult(String eventFactoryId, List<CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification> eventFactoryModifications) -
Uses of CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification in ai.stapi.graphsystem.aggregategraphstatemodifier
Methods in ai.stapi.graphsystem.aggregategraphstatemodifier with parameters of type CommandHandlerDefinitionDTO.EventFactory.EventFactoryModificationModifier and TypeMethodDescriptionai.stapi.graphoperations.objectGraphMapper.model.GraphMappingResultAddAggregateGraphStateModificator.modify(String aggregateType, ai.stapi.graph.Graph currentAggregateState, DynamicCommand command, CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, ai.stapi.graphoperations.objectGraphMapper.model.MissingFieldResolvingStrategy missingFieldResolvingStrategy) ai.stapi.graphoperations.objectGraphMapper.model.GraphMappingResultAggregateGraphStateModificator.modify(String aggregateType, ai.stapi.graph.Graph currentAggregateState, DynamicCommand command, CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, ai.stapi.graphoperations.objectGraphMapper.model.MissingFieldResolvingStrategy missingFieldResolvingStrategy) ai.stapi.graphoperations.objectGraphMapper.model.GraphMappingResultGenericAggregateGraphStateModificator.modify(String aggregateType, ai.stapi.graph.Graph currentAggregateState, DynamicCommand command, CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, OperationDefinitionDTO operationDefinitionDTO, ai.stapi.graphoperations.objectGraphMapper.model.MissingFieldResolvingStrategy missingFieldResolvingStrategy) booleanAddAggregateGraphStateModificator.supports(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition) booleanAggregateGraphStateModificator.supports(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition) -
Uses of CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification in ai.stapi.graphsystem.aggregategraphstatemodifier.exceptions
Methods in ai.stapi.graphsystem.aggregategraphstatemodifier.exceptions with parameters of type CommandHandlerDefinitionDTO.EventFactory.EventFactoryModificationModifier and TypeMethodDescriptionstatic CannotAddToAggregateStateCannotAddToAggregateState.becauseModificationDefinitionDoesNotHaveInputValueParameterNameSpecified(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) static CannotAddToAggregateStateCannotAddToAggregateState.becauseModificationPathContainsFieldNameNotPresentInSchema(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) static CannotAddToAggregateStateCannotAddToAggregateState.becauseModificationPathContainsFieldNameWhichIsPrimitiveButItShouldNot(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) static CannotAddToAggregateStateCannotAddToAggregateState.becauseModificationPathDoesNotStartWithCorrectAggregateType(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition, String actualAggregateType) static CannotAddToAggregateStateCannotAddToAggregateState.becauseModificationPathIsInvalid(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) static CannotAddToAggregateStateCannotAddToAggregateState.becauseModifiedNodeSpecifiedByModificationPathWasNotPresent(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) static CannotAddToAggregateStateCannotAddToAggregateState.becauseThereAreEdgesOnPathEvenThoughtThereShouldBeMaxOne(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition, String multipleEdgesPath) static CannotAddToAggregateStateCannotAddToAggregateState.becauseThereAreIndistinguishableNodes(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition, String expectedIdSourcePath) static CannotAddToAggregateStateCannotAddToAggregateState.becauseThereAreIsNodeEdgeOnPathEvenThoughtThereShouldBeOne(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition, String multipleEdgesPath) static CannotAddToAggregateStateCannotAddToAggregateState.becauseThereAreMoreWaysToDistinguisNodes(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, String sourcePathOfId) static CannotAddToAggregateStateCannotAddToAggregateState.becauseThereIsNoNodeWithIdSpecifiedAtSourcePath(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, String sourcePathOfId, ai.stapi.identity.UniqueIdentifier id) static CannotModifyAggregateStateCannotModifyAggregateState.becauseThereWasNotExactlyOneModificatorForDefinition(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, OperationDefinitionDTO operationDefinition)