Class CreateUpdateCommandHandlerPolicy

java.lang.Object
ai.stapi.axonsystemplugin.aggregatedefinition.createCRUDCommandHandlers.AbstractCreateCRUDCommandHandlerPolicy
ai.stapi.axonsystemplugin.aggregatedefinition.createCRUDCommandHandlers.CreateUpdateCommandHandlerPolicy

public class CreateUpdateCommandHandlerPolicy extends AbstractCreateCRUDCommandHandlerPolicy
  • Constructor Summary

    Constructors
    Constructor
    Description
    CreateUpdateCommandHandlerPolicy(org.axonframework.commandhandling.gateway.CommandGateway commandGateway, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ai.stapi.schema.structureSchemaMapper.StructureDefinitionToSSMapper structureDefinitionToSSMapper, ai.stapi.graphsystem.operationdefinition.model.resourceStructureTypeOperationsMapper.UpdateResourceOperationMapper updateResourceOperationMapper, ai.stapi.graphsystem.aggregatedefinition.model.eventFactory.UpdatedOperationEventFactoriesMapper updatedOperationEventFactoriesMapper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected ai.stapi.graphsystem.aggregatedefinition.model.eventFactory.OperationEventFactoriesMapper
     
    protected ai.stapi.graphsystem.operationdefinition.model.resourceStructureTypeOperationsMapper.ResourceOperationsMapper
     

    Methods inherited from class ai.stapi.axonsystemplugin.aggregatedefinition.createCRUDCommandHandlers.AbstractCreateCRUDCommandHandlerPolicy

    on, on

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CreateUpdateCommandHandlerPolicy

      public CreateUpdateCommandHandlerPolicy(org.axonframework.commandhandling.gateway.CommandGateway commandGateway, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ai.stapi.schema.structureSchemaMapper.StructureDefinitionToSSMapper structureDefinitionToSSMapper, ai.stapi.graphsystem.operationdefinition.model.resourceStructureTypeOperationsMapper.UpdateResourceOperationMapper updateResourceOperationMapper, ai.stapi.graphsystem.aggregatedefinition.model.eventFactory.UpdatedOperationEventFactoriesMapper updatedOperationEventFactoriesMapper)
  • Method Details