Uses of Class
ai.stapi.graphsystem.aggregatedefinition.model.CommandHandlerDefinitionDTO
Packages that use CommandHandlerDefinitionDTO
-
Uses of CommandHandlerDefinitionDTO in ai.stapi.graphsystem.aggregatedefinition.model
Methods in ai.stapi.graphsystem.aggregatedefinition.model that return types with arguments of type CommandHandlerDefinitionDTOMethods in ai.stapi.graphsystem.aggregatedefinition.model with parameters of type CommandHandlerDefinitionDTOModifier and TypeMethodDescriptionAggregateDefinitionDTO.addCommandHandlerDefinition(CommandHandlerDefinitionDTO commandHandlerDefinition) Constructor parameters in ai.stapi.graphsystem.aggregatedefinition.model with type arguments of type CommandHandlerDefinitionDTOModifierConstructorDescriptionAggregateDefinitionDTO(String id, String name, String description, List<CommandHandlerDefinitionDTO> command, ai.stapi.schema.structuredefinition.StructureDefinitionId structure)