Uses of Class
net.aifusion.metamodel.StructureValue
Packages that use StructureValue
Package
Description
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
This package implements a query facility based on the DMTF
CIM Query Language (CQL).
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.
-
Uses of StructureValue in net.aifusion.cimserver
Methods in net.aifusion.cimserver that return types with arguments of type StructureValueModifier and TypeMethodDescriptionCimClient.executeQuery
(String query) CimClient.filter
(ObjectPath path, CimFilter filter) Constructors in net.aifusion.cimserver with parameters of type StructureValueModifierConstructorDescriptionHttpConfiguration
(StructureValue configuration) Create a CIMServer configuration -
Uses of StructureValue in net.aifusion.cql
Methods in net.aifusion.cql that return types with arguments of type StructureValueModifier and TypeMethodDescriptionCimQuery.executeQuery
(Repository repository) Execute this query against a repository -
Uses of StructureValue in net.aifusion.metamodel
Subclasses of StructureValue in net.aifusion.metamodelMethods in net.aifusion.metamodel that return StructureValueModifier and TypeMethodDescriptionstatic StructureValue
JavaModelMapper.createCimValueFromJavaObject
(CimStructure cimStruct, Object javaObject) Create a StructureValue by introspection of a java objectstatic StructureValue
StructureValue.createStructureValue
(CimStructure struct, Map<String, DataValue> propertyValues, String alias) Create a new Structure value from a given structure, and associated property valuesMOFParser.parseValue
(InputStream in, NameSpacePath path) Parse values from an input streamMOFParser.parseValue
(String indication, NameSpacePath path) Parser.parseValue
(String indication, NameSpacePath path) Parse a structure value from an incoming indicationMethods in net.aifusion.metamodel that return types with arguments of type StructureValueModifier and TypeMethodDescriptionInMemoryCache.filter
(ObjectPath path, CimFilter filter) InMemoryRepository.filter
(ObjectPath path, CimFilter filter) Repository.filter
(ObjectPath structPath, CimFilter filter) Find all structure value instances based on some filter criteriaMethods in net.aifusion.metamodel with parameters of type StructureValueModifier and TypeMethodDescriptionstatic Object
JavaModelMapper.createJavaObjectForCim
(StructureValue structureValue, Class<?> javaClass) Create an instance of a java class based on values defined in a structure value.
See Cim2Java for required constructor (use non-structurevalue constructor)boolean
CimFilter.satisfies
(StructureValue value, Repository repository) Check if the filter is satisfied by the given structure valueboolean
FqlFilter.satisfies
(StructureValue value, Repository repository) -
Uses of StructureValue in net.aifusion.providers
Methods in net.aifusion.providers that return types with arguments of type StructureValueModifier and TypeMethodDescriptionBasicProvider.executeQuery
(String query) Provider.executeQuery
(String query) Execute a query against this provider, and return the result setBasicProvider.filter
(ObjectPath path, CimFilter filter)