Uses of Class
ai.stapi.graphsystem.aggregategraphstatemodifier.exceptions.CannotAddToAggregateState
Packages that use CannotAddToAggregateState
-
Uses of CannotAddToAggregateState in ai.stapi.graphsystem.aggregategraphstatemodifier.exceptions
Methods in ai.stapi.graphsystem.aggregategraphstatemodifier.exceptions that return CannotAddToAggregateStateModifier 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) Constructor parameters in ai.stapi.graphsystem.aggregategraphstatemodifier.exceptions with type arguments of type CannotAddToAggregateStateModifierConstructorDescriptionCannotAddToAggregateState(List<CannotAddToAggregateState> cannotAddToAggregateStateList)