Uses of Class
ch.admin.bit.jeap.archrepo.metamodel.system.SystemComponent
Packages that use SystemComponent
Package
Description
-
Uses of SystemComponent in ch.admin.bit.jeap.archrepo.metamodel
Methods in ch.admin.bit.jeap.archrepo.metamodel that return types with arguments of type SystemComponentModifier and TypeMethodDescriptionstatic Optional<SystemComponent> ArchitectureModelHelper.findComponentByNameWithSystemPrefix(ArchitectureModel model, String name, Pattern nameParts) ArchitectureModel.findSystemComponent(String componentName) System.findSystemComponent(String name) ArchitectureModel.getAllSystemComponentsByImporter(Importer importer) System.getSystemComponents()Methods in ch.admin.bit.jeap.archrepo.metamodel with parameters of type SystemComponentModifier and TypeMethodDescriptionvoidSystem.addSystemComponent(SystemComponent systemComponent) ArchitectureModel.getRestApiForSystemComponent(SystemComponent systemComponent) voidArchitectureModel.remove(SystemComponent component) Method parameters in ch.admin.bit.jeap.archrepo.metamodel with type arguments of type SystemComponentModifier and TypeMethodDescriptionSystem.SystemBuilder.systemComponents(List<SystemComponent> systemComponents) -
Uses of SystemComponent in ch.admin.bit.jeap.archrepo.metamodel.database
Methods in ch.admin.bit.jeap.archrepo.metamodel.database that return SystemComponentMethods in ch.admin.bit.jeap.archrepo.metamodel.database with parameters of type SystemComponentModifier and TypeMethodDescriptionSystemComponentDatabaseSchema.SystemComponentDatabaseSchemaBuilder.systemComponent(@NonNull SystemComponent systemComponent) Constructors in ch.admin.bit.jeap.archrepo.metamodel.database with parameters of type SystemComponentModifierConstructorDescriptionSystemComponentDatabaseSchema(@NonNull SystemComponent systemComponent, byte[] schema, @NonNull String schemaVersion) -
Uses of SystemComponent in ch.admin.bit.jeap.archrepo.metamodel.domainevents
Methods in ch.admin.bit.jeap.archrepo.metamodel.domainevents with parameters of type SystemComponentModifier and TypeMethodDescriptionstatic SystemComponentRemovedSystemComponentRemoved.of(SystemComponent component) -
Uses of SystemComponent in ch.admin.bit.jeap.archrepo.metamodel.reaction
Methods in ch.admin.bit.jeap.archrepo.metamodel.reaction that return SystemComponentMethods in ch.admin.bit.jeap.archrepo.metamodel.reaction with parameters of type SystemComponentModifier and TypeMethodDescriptionReactionStatistics.ReactionStatisticsBuilder.component(SystemComponent component) voidReactionStatistics.setComponent(SystemComponent component) Constructors in ch.admin.bit.jeap.archrepo.metamodel.reaction with parameters of type SystemComponentModifierConstructorDescriptionReactionStatistics(SystemComponent component, String triggerType, String triggerFqn, int count, Double median, Double percentage) -
Uses of SystemComponent in ch.admin.bit.jeap.archrepo.metamodel.restapi
Methods in ch.admin.bit.jeap.archrepo.metamodel.restapi that return SystemComponentMethods in ch.admin.bit.jeap.archrepo.metamodel.restapi with parameters of type SystemComponentModifier and TypeMethodDescriptionOpenApiSpec.OpenApiSpecBuilder.provider(@NonNull SystemComponent provider) RestApi.RestApiBuilder.provider(@NonNull SystemComponent provider) Constructors in ch.admin.bit.jeap.archrepo.metamodel.restapi with parameters of type SystemComponentModifierConstructorDescriptionOpenApiSpec(@NonNull SystemComponent provider, String version, byte[] content, String serverUrl) RestApi(@NonNull SystemComponent provider, @NonNull String method, @NonNull String path, Importer importer) -
Uses of SystemComponent in ch.admin.bit.jeap.archrepo.metamodel.system
Classes in ch.admin.bit.jeap.archrepo.metamodel.system with type parameters of type SystemComponentModifier and TypeClassDescriptionstatic classSystemComponent.SystemComponentBuilder<C extends SystemComponent,B extends SystemComponent.SystemComponentBuilder<C, B>> Subclasses of SystemComponent in ch.admin.bit.jeap.archrepo.metamodel.systemModifier and TypeClassDescriptionclassclassclassclassclassMethods in ch.admin.bit.jeap.archrepo.metamodel.system that return SystemComponentModifier and TypeMethodDescriptionstatic SystemComponentSystemComponentFactory.createSystemComponent(System system, String cfAppName, Importer importer)