Uses of Class
net.aifusion.metamodel.NamedElement
Packages that use NamedElement
Package
Description
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
This package contains the basic implementation classes needed for the CIM metamodel, as well as a MOF parser.
This package contains the API used by all CIM providers, and the implementation of a basic in-memory provider.
This package contains a number of tools, and a dispatcher for them.
-
Uses of NamedElement in net.aifusion.cimserver
Methods in net.aifusion.cimserver that return NamedElementMethods in net.aifusion.cimserver that return types with arguments of type NamedElementModifier and TypeMethodDescriptionCimClient.getElements
(String elementTypes, String localNameSpaces, String elementNames, boolean locateSubTypes) Methods in net.aifusion.cimserver with parameters of type NamedElement -
Uses of NamedElement in net.aifusion.metamodel
Subclasses of NamedElement in net.aifusion.metamodelModifier and TypeClassDescriptionclass
Class to represent a CIM Class definition.class
Class to represent a CIM Enumeration.class
Class to represent a CIM Instance.class
Class to represent a CIM Interface.class
Class to model a CIM CimStructure.class
Element to represent a Qualifier Typeclass
Class to represent CimStructure values.Methods in net.aifusion.metamodel that return NamedElementModifier and TypeMethodDescriptionBufferedCache.get
(ObjectPath path) Deprecated, for removal: This API element is subject to removal in a future version.Get a named element from the buffer.InMemoryCache.get
(ObjectPath path) InMemoryRepository.get
(ObjectPath path) PersistentCache.get
(ObjectPath path) Repository.get
(ObjectPath path) Get a named element from the repositoryBufferedCache.getBufferedElement
(ObjectPath path) Deprecated, for removal: This API element is subject to removal in a future version.Get a named element from the buffer.NamedElement.getSuperType()
Get the direct superType of this element, if anyMethods in net.aifusion.metamodel that return types with arguments of type NamedElementModifier and TypeMethodDescriptionBufferedCache.getAllElements
(String elementTypes, String localNameSpaces, String elementNames, boolean locateSubtypes) Deprecated, for removal: This API element is subject to removal in a future version.Get all elements from the buffer (as well as from the backing store)BufferedCache.getBufferedElements()
Deprecated, for removal: This API element is subject to removal in a future version.Get the named elements from the buffer, but not the backing storeInMemoryCache.getElements
(String elementTypes, String localNameSpaces, String elementNames, boolean locateSubTypes) InMemoryRepository.getElements
(String elementTypes, String localNameSpaces, String elementNames, boolean locateSubTypes) PersistentCache.getElements
(String elementTypes, String localNameSpaces, String elementNames, boolean locateSubTypes) Get elements from this repository.Repository.getElements
(String elementTypes, String localNameSpaces, String elementNames, boolean locateSubTypes) Get elements from this repository.Methods in net.aifusion.metamodel with parameters of type NamedElementModifier and TypeMethodDescriptionboolean
InMemoryCache.put
(NamedElement element) boolean
InMemoryRepository.put
(NamedElement element) boolean
PersistentCache.put
(NamedElement element) boolean
Repository.put
(NamedElement element) Put a named element into the repository -
Uses of NamedElement in net.aifusion.providers
Methods in net.aifusion.providers that return NamedElementMethods in net.aifusion.providers that return types with arguments of type NamedElementModifier and TypeMethodDescriptionBasicProvider.getElements
(String elementTypes, String localNameSpaces, String elementNames, boolean locateSubTypes) Methods in net.aifusion.providers with parameters of type NamedElement -
Uses of NamedElement in net.aifusion.utils
Methods in net.aifusion.utils that return NamedElementModifier and TypeMethodDescriptionstatic NamedElement
Java2Cim.getModelForClass
(Class<?> javaClass, Repository repository) Get the CIM Element definition corresponding to an Exported java class using the provided repository.Methods in net.aifusion.utils that return types with arguments of type NamedElementModifier and TypeMethodDescriptionstatic List
<NamedElement> Java2Cim.getCimModelListForClass
(Class<?> cls) Get all CIM classes needed to resolve a given Java classMethods in net.aifusion.utils with parameters of type NamedElementModifier and TypeMethodDescriptionCim2Java.generateStub
(NamedElement c) Return a string containing the generated java class stub