Class AggregateDefinitionDTO
java.lang.Object
ai.stapi.graphsystem.aggregatedefinition.model.AggregateDefinitionDTO
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAggregateDefinitionDTO(String id, String name, String description, ai.stapi.schema.structuredefinition.StructureDefinitionId structure) AggregateDefinitionDTO(String id, String name, String description, List<CommandHandlerDefinitionDTO> command, ai.stapi.schema.structuredefinition.StructureDefinitionId structure) -
Method Summary
Modifier and TypeMethodDescriptionaddCommandHandlerDefinition(CommandHandlerDefinitionDTO commandHandlerDefinition) booleancontainsOperation(String operationId) getId()getName()ai.stapi.schema.structuredefinition.StructureDefinitionId
-
Constructor Details
-
AggregateDefinitionDTO
protected AggregateDefinitionDTO() -
AggregateDefinitionDTO
public AggregateDefinitionDTO(String id, String name, String description, List<CommandHandlerDefinitionDTO> command, ai.stapi.schema.structuredefinition.StructureDefinitionId structure) -
AggregateDefinitionDTO
-
-
Method Details
-
addCommandHandlerDefinition
public AggregateDefinitionDTO addCommandHandlerDefinition(CommandHandlerDefinitionDTO commandHandlerDefinition) -
containsOperation
-
getId
-
getName
-
getDescription
-
getCommand
-
getStructure
public ai.stapi.schema.structuredefinition.StructureDefinitionId getStructure()
-