Uses of Interface
io.vertigo.core.node.definition.Definition
Packages that use Definition
Package
Description
-
Uses of Definition in io.vertigo.core.analytics.health.definitions
Classes in io.vertigo.core.analytics.health.definitions that implement DefinitionModifier and TypeClassDescriptionfinal classThis defines a health check with - a definition name - a health check name - a checker - a way to test that provides a HealthMeasure -
Uses of Definition in io.vertigo.core.analytics.metric.definitions
Classes in io.vertigo.core.analytics.metric.definitions that implement DefinitionModifier and TypeClassDescriptionfinal classThis definition defines a metric - a definition name - a way to get a list of metrics -
Uses of Definition in io.vertigo.core.daemon.definitions
Classes in io.vertigo.core.daemon.definitions that implement DefinitionModifier and TypeClassDescriptionfinal classRepresents the definition of a daemon. -
Uses of Definition in io.vertigo.core.impl.analytics
Methods in io.vertigo.core.impl.analytics that return types with arguments of type DefinitionModifier and TypeMethodDescriptionList<? extends Definition> AnalyticsManagerImpl.provideDefinitions(DefinitionSpace definitionSpace) -
Uses of Definition in io.vertigo.core.impl.daemon
Methods in io.vertigo.core.impl.daemon that return types with arguments of type DefinitionModifier and TypeMethodDescriptionList<? extends Definition> DaemonManagerImpl.provideDefinitions(DefinitionSpace definitionSpace) -
Uses of Definition in io.vertigo.core.node.definition
Classes in io.vertigo.core.node.definition with type parameters of type DefinitionModifier and TypeClassDescriptionclassAbstractDefinition<D extends Definition>final classDefinitionId<D extends Definition>A definition is identified by an id called DefinitionId This id is composed of - a prefix - a shortName - a link towards the Definition fullName = prefix + shortNameinterfaceSimpleEnumDefinitionProvider<D extends Definition>Provides a list of definitions through an enum.Classes in io.vertigo.core.node.definition that implement DefinitionMethods in io.vertigo.core.node.definition with type parameters of type DefinitionModifier and TypeMethodDescription<C extends Definition>
Set<C> Gets an ordered set of all objects for a specified definition type.<D extends Definition>
DResolves a definition from its name and class type.Methods in io.vertigo.core.node.definition that return DefinitionModifier and TypeMethodDescriptionDefinitionSupplier.get(DefinitionSpace definitionSpace) Provide a definition with a definitionSpace a in parameter for composite definitionsMethods in io.vertigo.core.node.definition that return types with arguments of type DefinitionModifier and TypeMethodDescriptionSet<Class<? extends Definition>> DefinitionSpace.getAllTypes()Gets a list of all types of definitions managed within this space.List<? extends Definition> SimpleDefinitionProvider.provideDefinitions(DefinitionSpace definitionSpace) Provide definitions to be registered in the definitionSpace -
Uses of Definition in io.vertigo.core.node.definition.loader
Methods in io.vertigo.core.node.definition.loader with type parameters of type DefinitionModifier and TypeMethodDescription<C extends Definition>
Set<C> Gets an ordered set of all objects for a specified definition type.<D extends Definition>
DResolves a definition from its name and class type.Methods in io.vertigo.core.node.definition.loader that return types with arguments of type DefinitionModifier and TypeMethodDescriptionSet<Class<? extends Definition>> DefinitionSpaceWritable.getAllTypes()Gets a list of all types of definitions managed within this space.Methods in io.vertigo.core.node.definition.loader with parameters of type DefinitionModifier and TypeMethodDescriptionvoidDefinitionSpaceWritable.registerDefinition(Definition definition) Registers a new definition.