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.becauseThereAlreadyIsSuchLeafAttribute(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, ai.stapi.graph.traversableGraphElements.TraversableNode modifiedNode) static CannotAddToAggregateStateCannotAddToAggregateState.becauseThereAlreadyIsSuchLeafComplexType(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, ai.stapi.graph.traversableGraphElements.TraversableNode modifiedNode) static CannotAddToAggregateStateCannotAddToAggregateState.becauseThereAreIndistinguishableNodes(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition, String expectedIdSourcePath) 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 CannotAddToAggregateStateCannotAddToAggregateState.becauseThereIsNoSourcePathAtStartIdParameterName(CommandHandlerDefinitionDTO.EventFactory.EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, ai.stapi.identity.UniqueIdentifier id, String startIdParameterName) Constructor parameters in ai.stapi.graphsystem.aggregategraphstatemodifier.exceptions with type arguments of type CannotAddToAggregateStateModifierConstructorDescriptionCannotAddToAggregateState(List<CannotAddToAggregateState> cannotAddToAggregateStateList)