Class StructureDefinitionImportedGraphEventFactory
java.lang.Object
ai.stapi.graphsystem.structuredefinition.command.importStructureDefinitionFromSource.StructureDefinitionImportedGraphEventFactory
- All Implemented Interfaces:
SpecificGraphEventFactory
public class StructureDefinitionImportedGraphEventFactory
extends Object
implements SpecificGraphEventFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>createEvent(ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph graph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> elementsForRemoval) booleansupports(Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>> event)
-
Constructor Details
-
StructureDefinitionImportedGraphEventFactory
public StructureDefinitionImportedGraphEventFactory()
-
-
Method Details
-
createEvent
public AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier> createEvent(ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph graph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> elementsForRemoval) - Specified by:
createEventin interfaceSpecificGraphEventFactory
-
supports
public boolean supports(Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>> event) - Specified by:
supportsin interfaceSpecificGraphEventFactory
-