Uses of Enum Class
ch.admin.bit.jeap.archrepo.metamodel.Importer
Packages that use Importer
Package
Description
-
Uses of Importer in ch.admin.bit.jeap.archrepo.metamodel
Methods in ch.admin.bit.jeap.archrepo.metamodel that return ImporterModifier and TypeMethodDescriptionImportable.getImporter()static ImporterReturns the enum constant of this class with the specified name.static Importer[]Importer.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.admin.bit.jeap.archrepo.metamodel that return types with arguments of type ImporterMethods in ch.admin.bit.jeap.archrepo.metamodel with parameters of type ImporterModifier and TypeMethodDescriptionvoidMultipleImportable.addImporter(Importer importer) static <T extends MultipleImportable>
List<T> MultipleImportable.filterByImportedOnlyByImporter(List<T> importables, Importer importer) static <T extends Importable>
List<T> Importable.filterByImporter(List<T> importables, Importer importer) ArchitectureModel.getAllSystemComponentsByImporter(Importer importer) voidArchitectureModel.removeAllByImporter(Importer importer) voidImportable.setImporter(Importer importer) -
Uses of Importer in ch.admin.bit.jeap.archrepo.metamodel.message
Methods in ch.admin.bit.jeap.archrepo.metamodel.message that return ImporterMethods in ch.admin.bit.jeap.archrepo.metamodel.message with parameters of type ImporterConstructors in ch.admin.bit.jeap.archrepo.metamodel.message with parameters of type Importer -
Uses of Importer in ch.admin.bit.jeap.archrepo.metamodel.relation
Methods in ch.admin.bit.jeap.archrepo.metamodel.relation that return types with arguments of type ImporterMethods in ch.admin.bit.jeap.archrepo.metamodel.relation with parameters of type ImporterMethod parameters in ch.admin.bit.jeap.archrepo.metamodel.relation with type arguments of type ImporterModifier and TypeMethodDescriptionConstructors in ch.admin.bit.jeap.archrepo.metamodel.relation with parameters of type ImporterModifierConstructorDescriptionprotectedAbstractRelation(System definingSystem, String providerName, String consumerName, Importer importer) CommandRelation(System definingSystem, String providerName, String consumerName, Importer importer, @NonNull String commandName) EventRelation(System definingSystem, String providerName, String consumerName, Importer importer, @NonNull String eventName) RestApiRelation(System definingSystem, String providerName, String consumerName, Importer importer, String pactUrl, RestApi restApi, ZonedDateTime lastSeen) -
Uses of Importer in ch.admin.bit.jeap.archrepo.metamodel.restapi
Methods in ch.admin.bit.jeap.archrepo.metamodel.restapi that return types with arguments of type ImporterMethods in ch.admin.bit.jeap.archrepo.metamodel.restapi with parameters of type ImporterModifier and TypeMethodDescriptionvoidRestApi.addImporter(Importer importer) voidRestApi.removeImporter(Importer importer) Constructors in ch.admin.bit.jeap.archrepo.metamodel.restapi with parameters of type ImporterModifierConstructorDescriptionRestApi(@NonNull SystemComponent provider, @NonNull String method, @NonNull String path, Importer importer) -
Uses of Importer in ch.admin.bit.jeap.archrepo.metamodel.system
Methods in ch.admin.bit.jeap.archrepo.metamodel.system that return ImporterMethods in ch.admin.bit.jeap.archrepo.metamodel.system with parameters of type ImporterModifier and TypeMethodDescriptionstatic SystemComponentSystemComponentFactory.createSystemComponent(System system, String cfAppName, Importer importer) voidSystemComponent.setImporter(Importer importer) Constructors in ch.admin.bit.jeap.archrepo.metamodel.system with parameters of type ImporterModifierConstructorDescriptionSystemComponent(UUID id, @NonNull String name, String description, Team ownedBy, Importer importer, System parent, ZonedDateTime createdAt, ZonedDateTime lastSeen)