Uses of Class
ai.stapi.graphsystem.messaging.event.AggregateGraphUpdatedEvent
Packages that use AggregateGraphUpdatedEvent
Package
Description
-
Uses of AggregateGraphUpdatedEvent in ai.stapi.graphsystem.aggregategraphstatemodifier
Methods in ai.stapi.graphsystem.aggregategraphstatemodifier that return types with arguments of type AggregateGraphUpdatedEventModifier and TypeMethodDescriptionList<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>DynamicAggregateCommandProcessor.processCommand(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command, ai.stapi.graph.Graph currentAggregateState, MissingFieldResolvingStrategy missingFieldResolvingStrategy) -
Uses of AggregateGraphUpdatedEvent in ai.stapi.graphsystem.commandEventGraphMappingProvider
Methods in ai.stapi.graphsystem.commandEventGraphMappingProvider that return types with arguments of type AggregateGraphUpdatedEventModifier and TypeMethodDescriptionMap<Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>,ObjectGraphMapping> GenericCommandEventGraphMappingProvider.provideGraphMappings(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command) -
Uses of AggregateGraphUpdatedEvent in ai.stapi.graphsystem.commandEventGraphMappingProvider.specific
Methods in ai.stapi.graphsystem.commandEventGraphMappingProvider.specific that return types with arguments of type AggregateGraphUpdatedEventModifier and TypeMethodDescriptionMap<Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>,ObjectGraphMapping> SpecificCommandEventGraphMappingProvider.provideGraphMapping(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command) -
Uses of AggregateGraphUpdatedEvent in ai.stapi.graphsystem.dynamiccommandprocessor
Methods in ai.stapi.graphsystem.dynamiccommandprocessor that return types with arguments of type AggregateGraphUpdatedEventModifier and TypeMethodDescriptionList<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>BasicDynamicCommandProcessor.processCommand(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command, ai.stapi.graph.Graph currentAggregateState, MissingFieldResolvingStrategy missingFieldResolvingStrategy) default List<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>DynamicCommandProcessor.processCommand(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command, ai.stapi.graph.Graph currentAggregateState) List<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>DynamicCommandProcessor.processCommand(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command, ai.stapi.graph.Graph currentAggregateState, MissingFieldResolvingStrategy missingFieldResolvingStrategy) List<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>GenericDynamicCommandProcessor.processCommand(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command, ai.stapi.graph.Graph currentAggregateState, MissingFieldResolvingStrategy missingFieldResolvingStrategy) default List<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>SpecificDynamicCommandProcessor.processCommand(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command, ai.stapi.graph.Graph currentAggregateState) List<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>SpecificDynamicCommandProcessor.processCommand(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command, ai.stapi.graph.Graph currentAggregateState, MissingFieldResolvingStrategy missingFieldResolvingStrategy) -
Uses of AggregateGraphUpdatedEvent in ai.stapi.graphsystem.genericGraphEventFactory
Methods in ai.stapi.graphsystem.genericGraphEventFactory that return AggregateGraphUpdatedEventModifier and TypeMethodDescriptionAggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>GenericGraphEventFactory.createEvent(Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>> eventType, ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph graph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> elementsForRemoval) AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>GenericGraphEventFactory.createEvent(Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>> eventType, String eventName, ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph graph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> elementsForRemoval) Method parameters in ai.stapi.graphsystem.genericGraphEventFactory with type arguments of type AggregateGraphUpdatedEventModifier and TypeMethodDescriptionAggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>GenericGraphEventFactory.createEvent(Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>> eventType, ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph graph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> elementsForRemoval) AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>GenericGraphEventFactory.createEvent(Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>> eventType, String eventName, ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph graph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> elementsForRemoval) -
Uses of AggregateGraphUpdatedEvent in ai.stapi.graphsystem.genericGraphEventFactory.exception
Method parameters in ai.stapi.graphsystem.genericGraphEventFactory.exception with type arguments of type AggregateGraphUpdatedEventModifier and TypeMethodDescriptionGenericGraphEventFactoryException.becauseMoreThanOneSpecificFactoriesForGivenCommand(Class<? extends AggregateGraphUpdatedEvent> event) GenericGraphEventFactoryException.becauseNoSupportingSpecificFactoriesForGivenEvent(Class<? extends AggregateGraphUpdatedEvent> event) -
Uses of AggregateGraphUpdatedEvent in ai.stapi.graphsystem.genericGraphEventFactory.specific
Methods in ai.stapi.graphsystem.genericGraphEventFactory.specific that return AggregateGraphUpdatedEventModifier and TypeMethodDescriptionAggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>SpecificGraphEventFactory.createEvent(ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph graph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> elementsForRemoval) Method parameters in ai.stapi.graphsystem.genericGraphEventFactory.specific with type arguments of type AggregateGraphUpdatedEventModifier and TypeMethodDescriptionbooleanSpecificGraphEventFactory.supports(Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>> event) -
Uses of AggregateGraphUpdatedEvent in ai.stapi.graphsystem.messaging.event
Subclasses of AggregateGraphUpdatedEvent in ai.stapi.graphsystem.messaging.event -
Uses of AggregateGraphUpdatedEvent in ai.stapi.graphsystem.structuredefinition.command.importStructureDefinitionFromSource
Subclasses of AggregateGraphUpdatedEvent in ai.stapi.graphsystem.structuredefinition.command.importStructureDefinitionFromSourceMethods in ai.stapi.graphsystem.structuredefinition.command.importStructureDefinitionFromSource that return AggregateGraphUpdatedEventModifier and TypeMethodDescriptionAggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>StructureDefinitionImportedGraphEventFactory.createEvent(ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph graph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> elementsForRemoval) Methods in ai.stapi.graphsystem.structuredefinition.command.importStructureDefinitionFromSource that return types with arguments of type AggregateGraphUpdatedEventModifier and TypeMethodDescriptionMap<Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>,ObjectGraphMapping> ImportStructureDefinitionOgmProvider.provideGraphMapping(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command) Method parameters in ai.stapi.graphsystem.structuredefinition.command.importStructureDefinitionFromSource with type arguments of type AggregateGraphUpdatedEventModifier and TypeMethodDescriptionvoidImportStructureDefinitionOgmProvider.addCreatedConceptEventToMap(Map<Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>, ObjectGraphMapping> map) booleanStructureDefinitionImportedGraphEventFactory.supports(Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>> event)