Interface SpecificGraphEventFactory

All Known Implementing Classes:
StructureDefinitionImportedGraphEventFactory

public interface SpecificGraphEventFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>
    createEvent(ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph graph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> elementsForRemoval)
     
    boolean
    supports(Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>> event)
     
  • Method Details

    • createEvent

      AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier> createEvent(ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph graph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> elementsForRemoval)
    • supports

      boolean supports(Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>> event)