Uses of Class
net.aifusion.metamodel.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
Modifier and TypeMethodDescriptionCimClient.getElements
(String elementTypes, String localNameSpaces, String elementNames, boolean locateSubTypes) -
Uses of NamedElement in net.aifusion.metamodel
Modifier 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.Modifier 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 anyModifier 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.Modifier 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
Modifier and TypeMethodDescriptionBasicProvider.getElements
(String elementTypes, String localNameSpaces, String elementNames, boolean locateSubTypes) -
Uses of NamedElement in net.aifusion.utils
Modifier and TypeMethodDescriptionstatic NamedElement
Java2Cim.getModelForClass
(Class<?> javaClass, Repository repository) Get the CIM Element definition corresponding to an Exported java class using the provided repository.Modifier and TypeMethodDescriptionstatic List
<NamedElement> Java2Cim.getCimModelListForClass
(Class<?> cls) Get all CIM classes needed to resolve a given Java classModifier and TypeMethodDescriptionCim2Java.generateStub
(NamedElement c) Return a string containing the generated java class stub