Uses of Class
ai.stapi.graphsystem.messaging.command.AbstractCommand
Packages that use AbstractCommand
Package
Description
-
Uses of AbstractCommand in ai.stapi.graphsystem.aggregategraphstatemodifier
Methods in ai.stapi.graphsystem.aggregategraphstatemodifier with parameters of type AbstractCommandModifier 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) booleanDynamicAggregateCommandProcessor.supports(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command) -
Uses of AbstractCommand in ai.stapi.graphsystem.commandEventGraphMappingProvider
Methods in ai.stapi.graphsystem.commandEventGraphMappingProvider with parameters of type AbstractCommandModifier and TypeMethodDescriptionbooleanGenericCommandEventGraphMappingProvider.containsFor(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command) Map<Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>,ObjectGraphMapping> GenericCommandEventGraphMappingProvider.provideGraphMappings(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command) -
Uses of AbstractCommand in ai.stapi.graphsystem.commandEventGraphMappingProvider.exception
Method parameters in ai.stapi.graphsystem.commandEventGraphMappingProvider.exception with type arguments of type AbstractCommandModifier and TypeMethodDescriptionGraphMappingProviderException.becauseCommandDoesNotContainGivenField(Class<? extends AbstractCommand> classType, String fieldName) -
Uses of AbstractCommand in ai.stapi.graphsystem.commandEventGraphMappingProvider.specific
Methods in ai.stapi.graphsystem.commandEventGraphMappingProvider.specific with parameters of type AbstractCommandModifier and TypeMethodDescriptionMap<Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>,ObjectGraphMapping> SpecificCommandEventGraphMappingProvider.provideGraphMapping(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command) -
Uses of AbstractCommand in ai.stapi.graphsystem.dynamiccommandprocessor
Methods in ai.stapi.graphsystem.dynamiccommandprocessor with parameters of type AbstractCommandModifier 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) booleanBasicDynamicCommandProcessor.supports(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command) booleanSpecificDynamicCommandProcessor.supports(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command) -
Uses of AbstractCommand in ai.stapi.graphsystem.messaging.command
Subclasses of AbstractCommand in ai.stapi.graphsystem.messaging.commandModifier and TypeClassDescriptionclassAbstractPayloadCommand<T extends ai.stapi.identity.UniqueIdentifier>class -
Uses of AbstractCommand in ai.stapi.graphsystem.structuredefinition.command.importStructureDefinitionFromSource
Subclasses of AbstractCommand in ai.stapi.graphsystem.structuredefinition.command.importStructureDefinitionFromSourceModifier and TypeClassDescriptionclassclassMethods in ai.stapi.graphsystem.structuredefinition.command.importStructureDefinitionFromSource with parameters of type AbstractCommandModifier and TypeMethodDescriptionMap<Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>>,ObjectGraphMapping> ImportStructureDefinitionOgmProvider.provideGraphMapping(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command)