Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

GATEWAY_TIMEOUT - Enum constant in enum net.aifusion.cimserver.HttpStatus
504 - Gateway Timeout
GAUGE - Enum constant in enum net.aifusion.metamodel.StandardQualifierType
Qualifier GAUGE : Boolean = false, Scope(METHOD, PROPERTY, PARAMETER)), Policy(DISABLEOVERRIDE)
GENERAL_CONSTRAINT - Enum constant in enum net.aifusion.asn.AsnProduction
 
GENERAL_STRING - Enum constant in enum net.aifusion.asn.Tag
General String value
GENERAL_STRING - Enum constant in enum net.aifusion.asn.TokenType
 
GENERAL_STRING_TYPE - Enum constant in enum net.aifusion.asn.AsnProduction
 
GENERALIZED_TIME - Enum constant in enum net.aifusion.asn.Tag
Generalized Time value
GENERALIZED_TIME - Enum constant in enum net.aifusion.asn.TokenType
 
GENERALIZED_TIME_TYPE - Enum constant in enum net.aifusion.asn.AsnProduction
 
GeneralizedTimeValue - Class in net.aifusion.asn
Class to represent a Generalized Time Value
GeneralizedTimeValue(String) - Constructor for class net.aifusion.asn.GeneralizedTimeValue
Create a Generalized time value
generatePublicKeyPair() - Static method in class net.aifusion.utils.EncryptionUtility
Generate a private/public key pair usable by this class
generatePublicKeyPair(byte[], byte[]) - Static method in class net.aifusion.utils.EncryptionUtility
Generate the private/public keys from encoded key data
generateSecretKey() - Static method in class net.aifusion.utils.EncryptionUtility
Generate a secret key
generateSecretKey(byte[], char[]) - Static method in class net.aifusion.utils.EncryptionUtility
Generate a password-based secret key.
generateStub(NamedElement) - Method in class net.aifusion.utils.Cim2Java
Return a string containing the generated java class stub
get(String) - Method in class net.aifusion.asn.SymbolTable
Get the symbol associated with a given symbol
get(ObjectPath) - Method in class net.aifusion.cimserver.CimClient
 
get(ObjectPath) - Method in class net.aifusion.metamodel.BufferedCache
Deprecated.
Get a named element from the buffer.
get(ObjectPath) - Method in class net.aifusion.metamodel.InMemoryCache
 
get(ObjectPath) - Method in class net.aifusion.metamodel.InMemoryRepository
 
get(ObjectPath) - Method in class net.aifusion.metamodel.PersistentCache
 
get(ObjectPath) - Method in interface net.aifusion.metamodel.Repository
Get a named element from the repository
get(ObjectPath) - Method in class net.aifusion.providers.BasicProvider
 
GET - Enum constant in enum net.aifusion.cimserver.HttpMethod
Transfer a current representation of the target resource
GET_ELEMENT - Enum constant in enum net.aifusion.cimserver.CimHeader
Get a named element from the server repository
GET_ELEMENTS - Enum constant in enum net.aifusion.cimserver.CimHeader
Get a number of elements from the server
GET_METHOD_NAMES - Enum constant in enum net.aifusion.cimserver.CimHeader
Get the names of extrinsic methods defined in some class
GET_METHOD_PARAMETERS - Enum constant in enum net.aifusion.cimserver.CimHeader
Get the list of parameters defined in some extrinsic method
GET_METHOD_TYPE - Enum constant in enum net.aifusion.cimserver.CimHeader
Get the return type of some extrinsic method defined in some class
GET_NAMESPACES - Enum constant in enum net.aifusion.cimserver.CimHeader
Get the list of namespaces known to the server
GET_PROPERTY_NAMES - Enum constant in enum net.aifusion.cimserver.CimHeader
Get the names of the properties defined in a CIM named element
GET_PROPERTY_TYPE - Enum constant in enum net.aifusion.cimserver.CimHeader
Get the property type of some property
GET_PROPERTY_VALUE - Enum constant in enum net.aifusion.cimserver.CimHeader
Get the value of some property
getAcceptedClasses() - Method in enum net.aifusion.metamodel.DataType
Return an array containing java types that are accepted as valid java types for this CIM data type
getAlias() - Method in class net.aifusion.metamodel.ObjectPath
Get the alias value associated with this object path
getAlias() - Method in class net.aifusion.metamodel.StructureValue
Get the alias value associated with this structure value, if any
getAllElements(String, String, String, boolean) - Method in class net.aifusion.metamodel.BufferedCache
Deprecated.
Get all elements from the buffer (as well as from the backing store)
getAllEnumerationNames() - Method in class net.aifusion.metamodel.CimStructure
Get the names of all enumerations defined in this structure (or its supertypes)
getAllInterfaceNames() - Method in class net.aifusion.metamodel.CimStructure
Get names of interfaces defined in this structure or its superTypes.
getAllMethodNames() - Method in class net.aifusion.metamodel.CimClass
Get the names of all methods defined in this class, or its superTypes
getAllPropertyNames() - Method in class net.aifusion.metamodel.CimStructure
Get names of all properties defined in this structure or its supertypes
getAllQualifiers() - Method in class net.aifusion.metamodel.NamedElement
Get all qualifiers declared on, or inherited by this qualified Element
getAllStructureNames() - Method in class net.aifusion.metamodel.CimStructure
Get the names of locally defined structures in this structure, or its supertypes
getAnnotatedMethods(Class<?>) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get all annotated methods from a class (or superclasses/interfaces)
getArgs(String[]) - Static method in class net.aifusion.metamodel.ModelUtilities
Get a hashmap containing {name, value} pairs passed as an argument list.
getArrayType() - Method in enum net.aifusion.metamodel.DataType
Return the Array type corresponding to this data type
getAsnValue() - Method in class net.aifusion.asn.AsnNode
Get the ASN.1 value, if any
getAuthority() - Method in class net.aifusion.metamodel.NameSpacePath
Get the authority info (e.g., user:pass@host:port) for this name space path
getBackingStore() - Method in class net.aifusion.metamodel.BufferedCache
Deprecated.
Get the backing store for this repository
getBufferedElement(ObjectPath) - Method in class net.aifusion.metamodel.BufferedCache
Deprecated.
Get a named element from the buffer.
getBufferedElements() - Method in class net.aifusion.metamodel.BufferedCache
Deprecated.
Get the named elements from the buffer, but not the backing store
getCalendar() - Method in class net.aifusion.metamodel.DateTime
Get a calendar dataValue containing this time stamp dataValue.
getChild(int) - Method in class net.aifusion.asn.AsnNode
Get a given child
getChildren() - Method in class net.aifusion.asn.AsnNode
Get the children of this node
getCimClassName(Class<?>) - Static method in class net.aifusion.metamodel.JavaModelMapper
Obtain the CIM class name corresponding to some annotated java class.
getCimClassName(String) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the CIM class name corresponding to an annotated java class
getCimElementType(Class<?>) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the CIM element type (Enumeration, Interface, Structure or Class) corresponding to a java class
getCimModelListForClass(Class<?>) - Static method in class net.aifusion.utils.Java2Cim
Get all CIM classes needed to resolve a given Java class
getCimSuperClassName(Class<?>) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the CIM name of the superType of a java class.
getClassForType() - Method in enum net.aifusion.metamodel.DataType
Return the Java class corresponding to this data type
getClassVersion(Class<?>) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the version associated with with an annotated java class
getCode() - Method in enum net.aifusion.metamodel.ExceptionReason
Get the error code corresponding to this reason
getComponentType() - Method in enum net.aifusion.metamodel.DataType
Get the component type corresponding to this data type
getConfiguration(String, String, String) - Static method in class net.aifusion.cimserver.HttpConfiguration
Get a configuration corresponding to given id (must not be null)
getContainedValues() - Method in class net.aifusion.asn.SequenceValue
Get the values contained in this sequence
getContainedValues() - Method in class net.aifusion.asn.SetValue
Get the value of this sequence
getCookieStore() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the name of the cookie store to use for managing cookies, if any
getCreationClass() - Method in class net.aifusion.metamodel.CimInstance
Get the underlying Cimclass used to create this instance
getCreationStruct() - Method in class net.aifusion.metamodel.StructureValue
Get the structure used to create this value
getDataType() - Method in class net.aifusion.metamodel.CimEnumeration
Get the primitive data type for all values in this enumeration
getDataType() - Method in class net.aifusion.metamodel.CimParameter
Get the data type associated with this parameter
getDataType() - Method in class net.aifusion.metamodel.CimProperty
Get the data type associated with this property
getDataType() - Method in class net.aifusion.metamodel.EnumerationValue
Get the literal data type associated with this enumeration value
getDataType() - Method in class net.aifusion.metamodel.Qualifier
Get the data type of this qualifier dataValue
getDataType() - Method in class net.aifusion.metamodel.QualifierType
Get the data type associated with this qualifier type
getDataType() - Method in enum net.aifusion.metamodel.StandardQualifierType
Get the CIM data type of this qualifier type
getDataValue() - Method in class net.aifusion.metamodel.EnumerationValue
Get the literal data value embedded in this enumeration Value
getDataValue(String) - Method in class net.aifusion.metamodel.CimEnumeration
Get the primitive dataValue corresponding to a given key
getDefaultPropertyValue(String) - Method in class net.aifusion.metamodel.CimStructure
Get the default value of a property
getDefaultValue() - Method in class net.aifusion.metamodel.CimParameter
Get the default value of this parameter
getDefaultValue() - Method in class net.aifusion.metamodel.CimProperty
Get the default value of this property
getDefaultValue() - Method in class net.aifusion.metamodel.QualifierType
Return the default dataValue associated with this qualifier type
getDefaultValue() - Method in enum net.aifusion.metamodel.StandardQualifierType
Get the default dataValue for this qualifier type
getDefiningType() - Method in class net.aifusion.asn.Symbol
Get the name of the defining type, if any
getDefinition() - Method in class net.aifusion.asn.Symbol
Get the definition for this symbol
getDefinition(String) - Method in class net.aifusion.asn.SymbolTable
Get the definition of a symbol
getDescription() - Method in interface net.aifusion.metamodel.CimEvent
Get the description associated with the event
getDescription() - Method in class net.aifusion.metamodel.CimIndication
 
getDescription() - Method in enum net.aifusion.metamodel.ExceptionReason
Get a human-readable description for the reason
getElements(String, String, String, boolean) - Method in class net.aifusion.cimserver.CimClient
 
getElements(String, String, String, boolean) - Method in class net.aifusion.metamodel.InMemoryCache
 
getElements(String, String, String, boolean) - Method in class net.aifusion.metamodel.InMemoryRepository
 
getElements(String, String, String, boolean) - Method in class net.aifusion.metamodel.PersistentCache
Get elements from this repository.
getElements(String, String, String, boolean) - Method in interface net.aifusion.metamodel.Repository
Get elements from this repository.
getElements(String, String, String, boolean) - Method in class net.aifusion.providers.BasicProvider
 
getElementType() - Method in class net.aifusion.metamodel.CimClass
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.CimEnumeration
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.CimInstance
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.CimInterface
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.CimMethod
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.CimParameter
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.CimProperty
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.CimStructure
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.EnumerationValue
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.NamedElement
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.QualifiedElement
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.Qualifier
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.QualifierType
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.StructureValue
Get the CIM type of this element
getElementType() - Method in class net.aifusion.metamodel.ObjectPath
Get the element type represented in this object path
getEncoded() - Method in enum net.aifusion.asn.Tag
Get the encoded value of this tag
getEncoded(long, TagClass, TagEncoding) - Static method in enum net.aifusion.asn.Tag
Tag Encoding
getEncodedValue() - Method in class net.aifusion.asn.AsnValue
Get the encoded value for this ASN.1 value.
getEncodedValue() - Method in class net.aifusion.asn.BitStringValue
 
getEncodedValue() - Method in class net.aifusion.asn.BMPStringValue
 
getEncodedValue() - Method in class net.aifusion.asn.BooleanValue
 
getEncodedValue() - Method in class net.aifusion.asn.EnumeratedValue
 
getEncodedValue() - Method in class net.aifusion.asn.GeneralizedTimeValue
 
getEncodedValue() - Method in class net.aifusion.asn.IA5StringValue
 
getEncodedValue() - Method in class net.aifusion.asn.IntegerValue
 
getEncodedValue() - Method in class net.aifusion.asn.LargeInteger
 
getEncodedValue() - Method in class net.aifusion.asn.NoOpValue
 
getEncodedValue() - Method in class net.aifusion.asn.NullValue
 
getEncodedValue() - Method in class net.aifusion.asn.NumericStringValue
 
getEncodedValue() - Method in class net.aifusion.asn.OctetStringValue
 
getEncodedValue() - Method in class net.aifusion.asn.OidValue
 
getEncodedValue() - Method in class net.aifusion.asn.PrintableStringValue
 
getEncodedValue() - Method in class net.aifusion.asn.RealValue
 
getEncodedValue() - Method in class net.aifusion.asn.RelativeOidValue
 
getEncodedValue() - Method in class net.aifusion.asn.SequenceValue
 
getEncodedValue() - Method in class net.aifusion.asn.SetValue
 
getEncodedValue() - Method in class net.aifusion.asn.TaggedValue
 
getEncodedValue() - Method in class net.aifusion.asn.UTCTimeValue
 
getEncodedValue() - Method in class net.aifusion.asn.Utf8StringValue
 
getEncodedValue() - Method in class net.aifusion.asn.VisibleStringValue
 
getEnum() - Method in class net.aifusion.metamodel.CimMethod
Get the enumeration associated with this method
getEnum() - Method in class net.aifusion.metamodel.CimParameter
Get the enumeration associated with this parameter
getEnum() - Method in class net.aifusion.metamodel.CimProperty
Get the enumeration associated with this property
getEnumeration(String) - Method in class net.aifusion.metamodel.CimStructure
get a local Enumeration defined in this structure
getEnumerationNames() - Method in class net.aifusion.metamodel.CimStructure
Get the names of all enumerations locally defined in this structure
getEnumName() - Method in class net.aifusion.metamodel.EnumerationValue
Get the fully qualified name of the enumeration within which this value resides
getEnumueration() - Method in class net.aifusion.metamodel.EnumerationValue
Get the Enumeration where this value exists
getExpectedTag(int) - Method in class net.aifusion.asn.TagContext
Get the expected Universal Tag type for a tag number in the current context
getExpectedTag(int, int) - Method in class net.aifusion.asn.TagContext
Get the expected Universal Tag type for a tag number in a given context
getExtension() - Method in enum net.aifusion.cimserver.MimeType
Get an extension for this type
getFeatureName(Method) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the name of the CIM feature represented by an exported Java Method
getFeatureType(Method) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the java type for a CIM feature represented by an exported Java Method
This is the java type for the property getter or setter, or type returned by a method
getFilterQuery() - Method in interface net.aifusion.metamodel.CimFilter
Get the query string defined in the filter
getFilterQuery() - Method in class net.aifusion.metamodel.FqlFilter
 
getFullName() - Method in class net.aifusion.asn.AsnNode
Get the full name of the node
getFullName() - Method in class net.aifusion.asn.Symbol
Get the fully qualified name of this symbol
getFullName() - Method in class net.aifusion.metamodel.CimMethod
Get the full name for this method.
getFullName() - Method in class net.aifusion.metamodel.CimParameter
Get the full name of the parameter.
getFullName() - Method in class net.aifusion.metamodel.CimProperty
Get the full name for this property.
getFullName() - Method in class net.aifusion.metamodel.EnumerationValue
Get the fully qualified name of this value (including the enumeration hierarchy within which it resides)
getFullName() - Method in class net.aifusion.metamodel.NamedElement
Return the full name of this Named element.
getGenerator() - Method in interface net.aifusion.metamodel.CimEvent
Get the generator that generated this event
getGenerator() - Method in class net.aifusion.metamodel.CimIndication
 
getHash(byte[]) - Static method in class net.aifusion.utils.EncryptionUtility
Hash a pass phrase.
getHostName() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the Host name for the server
getHttpMethod() - Method in enum net.aifusion.cimserver.CimHeader
Get the Http Method to use with this header
getId() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the configuration ID (unique identifier for the configuration)
getIdentifier() - Method in enum net.aifusion.asn.Tag
Return the identifier associated with this tag
getInterface(String) - Method in class net.aifusion.metamodel.CimStructure
get an interface defined within this structure or one of its supertypes
getInterfaceNames() - Method in class net.aifusion.metamodel.CimStructure
Get the names of all interfaces locally defined in this structure
getKeys() - Method in class net.aifusion.metamodel.CimEnumeration
Get the set of keys defined in this enumeration (or its superTypes)
getKeyStore() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the name of the key store to use for managing known keys, if any
getKeyStorePassword() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the password used to protect the key store, if any
getKeyValue(String) - Method in class net.aifusion.metamodel.ObjectPath
Get the value associated with a given key in this object path
getLength() - Method in class net.aifusion.asn.AsnValue
Get the encoded length of this value
getLength() - Method in class net.aifusion.asn.BitStringValue
Get the size of this bit string
getLength() - Method in enum net.aifusion.asn.Tag
Get the length needed to encode this tag
getLocalPath() - Method in class net.aifusion.metamodel.NameSpacePath
Get the local name space path from this namespace path
getLocalPath() - Method in class net.aifusion.metamodel.ObjectPath
Get the localPath corresponding to this objectPath
getLogEnabled() - Method in class net.aifusion.cimserver.HttpConfiguration
flag to indicate if logging is enabled in the server
getLogFile() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the log file used in the server
getLogLevel() - Method in class net.aifusion.cimserver.HttpConfiguration
 
getLowerBound() - Method in class net.aifusion.metamodel.DateTime
Get the lowerbound (in musec) for this date or interval
getLowerCaseName() - Method in class net.aifusion.metamodel.CimClass
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.CimEnumeration
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.CimInstance
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.CimInterface
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.CimMethod
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.CimParameter
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.CimProperty
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.CimStructure
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.EnumerationValue
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.NamedElement
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.QualifiedElement
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.Qualifier
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.QualifierType
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.StructureValue
Get the case-normalized (lower case) name for this element
getLowerCaseName() - Method in class net.aifusion.metamodel.ObjectPath
Get the normalized case name of the element in this path
getMappedJavaClassName(Method) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the name of the java class referenced by a property or returned by a method
getMappedJavaClassName(Parameter) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the name of the java class referenced by method parameter
getMappingString(Method) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the MappingString{} qualifier for an exported method that returns complex values or references
getMappingString(Parameter) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the MappingString{} qualifier for a method parameter that represents a complex value or reference
getMaxSessions() - Method in class net.aifusion.cimserver.HttpConfiguration
Get maximum sessions accepted by server.
getMessage() - Method in exception class net.aifusion.metamodel.ModelException
Get the message accompanying this exception.
getMethodNames() - Method in class net.aifusion.metamodel.CimClass
Get the names of all methods defined in this class
getMethodNames() - Method in class net.aifusion.metamodel.CimInstance
Get the names of all methods defined in this instance
getMethodNames(ObjectPath) - Method in class net.aifusion.cimserver.CimClient
 
getMethodNames(ObjectPath) - Method in class net.aifusion.providers.BasicProvider
 
getMethodNames(ObjectPath) - Method in interface net.aifusion.providers.Provider
Get the method names defined in a given CIM class
getMethodOriginClass(String) - Method in class net.aifusion.metamodel.CimClass
Get the name of the class or interface where this property or method is defined
getMethodParameters(String) - Method in class net.aifusion.metamodel.CimClass
Get the parameters associated with a given method
getMethodParameters(String) - Method in class net.aifusion.metamodel.CimInstance
Get the parameters associated with a declared method in this instance
getMethodParameters(ObjectPath, String) - Method in class net.aifusion.cimserver.CimClient
 
getMethodParameters(ObjectPath, String) - Method in class net.aifusion.providers.BasicProvider
 
getMethodParameters(ObjectPath, String) - Method in interface net.aifusion.providers.Provider
Get the parameter list associated with a method
getMethodQualifiers(String) - Method in class net.aifusion.metamodel.CimClass
Get the qualifiers declared on a method
getMethodQualifierValue(String, String) - Method in class net.aifusion.metamodel.CimClass
Get the value of a method qualifier in this class
getMethodReturnType(String) - Method in class net.aifusion.metamodel.CimClass
Get the return type of a method defined in this class
getMethodReturnType(String) - Method in class net.aifusion.metamodel.CimInstance
Get the return type for a declared method in this instance
getMethodReturnType(ObjectPath, String) - Method in class net.aifusion.cimserver.CimClient
 
getMethodReturnType(ObjectPath, String) - Method in class net.aifusion.providers.BasicProvider
 
getMethodReturnType(ObjectPath, String) - Method in interface net.aifusion.providers.Provider
Get the return type associated with a method
getModelForClass(Class<?>, Repository) - Static method in class net.aifusion.utils.Java2Cim
Get the CIM Element definition corresponding to an Exported java class using the provided repository.
getMofName() - Method in enum net.aifusion.metamodel.StandardQualifierType
Get the MOF name associated with this qualifier type
getName() - Method in class net.aifusion.asn.AsnNode
Get the name (value of token[0]) at this node
getName() - Method in class net.aifusion.asn.Symbol
Get the name of this symbol
getName() - Method in class net.aifusion.metamodel.CimClass
Get the name of this element
getName() - Method in class net.aifusion.metamodel.CimEnumeration
Get the name of this element
getName() - Method in class net.aifusion.metamodel.CimInstance
Get the name of this element
getName() - Method in class net.aifusion.metamodel.CimInterface
Get the name of this element
getName() - Method in class net.aifusion.metamodel.CimMethod
Get the name of this element
getName() - Method in class net.aifusion.metamodel.CimParameter
Get the name of this element
getName() - Method in class net.aifusion.metamodel.CimProperty
Get the name of this element
getName() - Method in class net.aifusion.metamodel.CimStructure
Get the name of this element
getName() - Method in class net.aifusion.metamodel.EnumerationValue
Get the name of this element
getName() - Method in class net.aifusion.metamodel.NamedElement
Get the name of this element
getName() - Method in class net.aifusion.metamodel.QualifiedElement
Get the name of this element
getName() - Method in class net.aifusion.metamodel.Qualifier
Get the name of this element
getName() - Method in class net.aifusion.metamodel.QualifierType
Get the name of this element
getName() - Method in class net.aifusion.metamodel.StructureValue
Get the name of this element
getName() - Method in class net.aifusion.metamodel.ObjectPath
Get the name of the element in this path
getNameSpacePath() - Method in class net.aifusion.metamodel.NamedElement
Get the namespace path for this named element
getNameSpacePath() - Method in class net.aifusion.metamodel.ObjectPath
Get the name space path associated with this object path
getNameSpacePathFromClass(Class<?>) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get a namespace path from an annotated java class
getNameSpaces() - Method in class net.aifusion.cimserver.CimClient
 
getNameSpaces() - Method in class net.aifusion.metamodel.BufferedCache
Deprecated.
Get the list of name spaces defined in the buffer (or the backing store)
getNameSpaces() - Method in class net.aifusion.metamodel.InMemoryCache
 
getNameSpaces() - Method in class net.aifusion.metamodel.InMemoryRepository
 
getNameSpaces() - Method in class net.aifusion.metamodel.PersistentCache
 
getNameSpaces() - Method in interface net.aifusion.metamodel.Repository
Get a list of all name spaces known to this repository.
getNameSpaces() - Method in class net.aifusion.providers.BasicProvider
 
getNameToken() - Method in class net.aifusion.asn.AsnNode
Get the name token from this node
getNode() - Method in enum net.aifusion.asn.AsnProduction
Get an AST node corresponding to this production
getNode(Token) - Method in enum net.aifusion.asn.AsnProduction
Get an AST node corresponding to this production
getNode(Token, boolean) - Method in enum net.aifusion.asn.AsnProduction
Get an AST node corresponding to this production
getNode(Token, Token) - Method in enum net.aifusion.asn.AsnProduction
Get an AST node corresponding to this production
getObjectPath() - Method in class net.aifusion.metamodel.NamedElement
Get the object path for this named element
getObjectPathFromClass(Class<?>) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the object path corresponding to a Java class.
getOriginClass() - Method in class net.aifusion.metamodel.CimMethod
Get the name of the class where this method is declared
getOriginClass() - Method in class net.aifusion.metamodel.CimProperty
Get the name of the class or structure where this property is declared
getPackagePath(Class<?>) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the package path annotation needed on MOF to allow binding to a java class
getParameters() - Method in class net.aifusion.metamodel.CimMethod
Get the list of parameters defined in this method
getParent() - Method in class net.aifusion.asn.Symbol
Get the parent of this symbol, if any
getPathElements(String) - Static method in class net.aifusion.metamodel.ModelUtilities
Get path elements from a local path definition.
getPolicy() - Method in enum net.aifusion.metamodel.StandardQualifierType
Get the policy to which this qualifier type can be applied.
getProduction() - Method in class net.aifusion.asn.AsnNode
Get the production at this node
getProduction() - Method in enum net.aifusion.asn.AsnProduction
Get the name of the production
getProduction() - Method in class net.aifusion.asn.Symbol
Get the production associated with this symbol
getProduction(String) - Method in class net.aifusion.asn.SymbolTable
Get the production associated with a given symbol
getProperties(CimStructure, Map<String, String>) - Static method in class net.aifusion.metamodel.ModelUtilities
Convert a set of {propertyName, propertyValue} pairs to DataValues
getPropertyNames() - Method in class net.aifusion.metamodel.CimStructure
Get names of all properties defined in this structure
getPropertyNames() - Method in class net.aifusion.metamodel.StructureValue
Get the names of all properties defined in this structure value
getPropertyNames(ObjectPath) - Method in class net.aifusion.cimserver.CimClient
 
getPropertyNames(ObjectPath) - Method in class net.aifusion.providers.BasicProvider
 
getPropertyNames(ObjectPath) - Method in interface net.aifusion.providers.Provider
Get the property names for a given named element.
getPropertyOriginClass(String) - Method in class net.aifusion.metamodel.CimStructure
Get the origin class for a property defined in this structure
getPropertyQualifiers(String) - Method in class net.aifusion.metamodel.CimStructure
Get the qualifiers declared on a property
getPropertyQualifierValue(String, String) - Method in class net.aifusion.metamodel.CimStructure
Get the value of a property qualifier
getPropertyType(String) - Method in class net.aifusion.metamodel.CimStructure
Get the data type associated with a given property
getPropertyType(String) - Method in class net.aifusion.metamodel.StructureValue
Get the property type of a property in this structure value
getPropertyType(ObjectPath, String) - Method in class net.aifusion.cimserver.CimClient
 
getPropertyType(ObjectPath, String) - Method in class net.aifusion.providers.BasicProvider
 
getPropertyType(ObjectPath, String) - Method in interface net.aifusion.providers.Provider
Get the data type corresponding to a particular property (or enumeration key)
getPropertyValue(String) - Method in class net.aifusion.metamodel.CimStructure
Return the value of a property defined in this structure
getPropertyValue(String) - Method in class net.aifusion.metamodel.StructureValue
Get the value of a property from this structure value
getPropertyValue(ObjectPath, String) - Method in class net.aifusion.cimserver.CimClient
 
getPropertyValue(ObjectPath, String) - Method in class net.aifusion.providers.BasicProvider
 
getPropertyValue(ObjectPath, String) - Method in interface net.aifusion.providers.Provider
Get a property value from this provider, or one of its children.
getProvider() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the CIM provider used in CimHandler
getProxyHost() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the Host name for a proxy, if any defined
getProxyPort() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the server port
getQualifier() - Method in enum net.aifusion.metamodel.StandardQualifierType
Create a new Qualifier instance based on this qualifier type with the default namespace.
getQualifier(Object, NameSpacePath) - Method in enum net.aifusion.metamodel.StandardQualifierType
Create a new Qualifier instance based on this qualifier type
getQualifiers() - Method in class net.aifusion.metamodel.QualifiedElement
Get the list of qualifiers declared on this qualified element
getQualifierType() - Method in class net.aifusion.metamodel.Qualifier
Return the qualifier type associated with this qualifier
getQualifierType() - Method in enum net.aifusion.metamodel.StandardQualifierType
Get the QualifierType dataValue corresponding to this CimStandardQualifier
getQualifierType(NameSpacePath) - Method in enum net.aifusion.metamodel.StandardQualifierType
Get the QualifierType corresponding to this StandardQualifier within a given nameSpace
getQualifierTypes() - Static method in enum net.aifusion.metamodel.StandardQualifierType
Get all pre-defined qualifier types.
getQualifierValue(String) - Method in class net.aifusion.metamodel.NamedElement
Get the value of a qualifier declared on this element, inherited by it, or the default defined in standard qualifiers.
getQualifierValue(String) - Method in class net.aifusion.metamodel.QualifiedElement
Get the dataValue of a qualifier declared on this qualified element or the default defined in standard qualifiers.
getRandomString(int) - Static method in class net.aifusion.metamodel.ModelUtilities
Get a random string of ascii characters
getReason() - Method in exception class net.aifusion.metamodel.ModelException
Get the reason provided in this exception
getRefCimClass(Method) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the CIM class referenced by a java method defining a complex property or method
getRefCimClass(Parameter) - Static method in class net.aifusion.metamodel.JavaModelMapper
Get the CIM class referenced by a java parameter defining a complex property (or method)
getRefClassName() - Method in class net.aifusion.metamodel.CimMethod
Get the referenced class name for this method
getRefClassName() - Method in class net.aifusion.metamodel.CimParameter
Get the referenced class name for this parameter
getRefClassName() - Method in class net.aifusion.metamodel.CimProperty
Get the referenced class name for this property
getReferencedClass(String) - Method in class net.aifusion.metamodel.CimClass
Get the name of the referenced class returned by the method or property
getReferencedClass(String) - Method in class net.aifusion.metamodel.CimStructure
Get the name of the class referenced by a reference property
getReferencedEnum(String) - Method in class net.aifusion.metamodel.CimClass
Get the Enumeration returned by the method or property
getReferencedEnum(String) - Method in class net.aifusion.metamodel.CimStructure
Get the Enumeration associated with a EnumerationValue property
getReferencedStructure(String) - Method in class net.aifusion.metamodel.CimClass
Get the Structure returned by the method or property
getReferencedStructure(String) - Method in class net.aifusion.metamodel.CimStructure
Get the structure associated with a structureValue property
getRepository() - Method in class net.aifusion.cimserver.CimClient
 
getRepository() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the name of the repository to use
getRepository() - Method in class net.aifusion.metamodel.MOFParser
 
getRepository() - Method in interface net.aifusion.metamodel.Parser
Get the repository being used by the parser
getRepository() - Method in class net.aifusion.providers.BasicProvider
 
getRepository() - Method in interface net.aifusion.providers.Provider
Get the underlying repository for this provider
getRequestHandler() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the name of the request handler class used by this server
getRequiredLength(long) - Static method in enum net.aifusion.asn.Tag
Get the number of bytes needed to encode a given tag number
Note that the standard allows the tag number to be an arbitrary precision unsigned integer.
getResolution() - Method in class net.aifusion.metamodel.DateTime
Get the resolution of this timeStamp (or interval)
getReturnedType() - Method in class net.aifusion.metamodel.CimMethod
Get the return type associated with this method
getRootMessage() - Method in exception class net.aifusion.metamodel.ModelException
Get the message from the root cause of this exception.
getScheme() - Method in class net.aifusion.metamodel.NameSpacePath
Get the name space scheme (e.g., http or https)
getScopes() - Method in enum net.aifusion.metamodel.StandardQualifierType
Get the scopes to which this qualifier type can be applied.
getServerPort() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the server port
getServerTimeout() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the server time out
getStruct() - Method in class net.aifusion.metamodel.CimMethod
Get the structure associated with this method
getStruct() - Method in class net.aifusion.metamodel.CimParameter
Get the structure associated with this parameter
getStruct() - Method in class net.aifusion.metamodel.CimProperty
Get the structure associated with this property
getStructure(String) - Method in class net.aifusion.metamodel.CimStructure
get a structure defined within this structure, or one of its supertypes
getStructureNames() - Method in class net.aifusion.metamodel.CimStructure
Get the names of structures locally defined in this structure or interfaces implemented by it
getSuperType() - Method in class net.aifusion.metamodel.NamedElement
Get the direct superType of this element, if any
getSymbolTable() - Method in class net.aifusion.asn.AsnParser
Get the symbol table being used by the parser
getSymbolTable() - Method in class net.aifusion.asn.SymbolTable
Get the underlying map containing <symbolName,Symbol> from this symbol table
getTag() - Method in class net.aifusion.asn.AsnValue
Get the ASN.1 predefined (UNIVERSAL) tag associated with this value
getTagClass() - Method in class net.aifusion.asn.AsnValue
Get the ASN.1 Tag class for this value
getTagClass() - Method in enum net.aifusion.asn.Tag
Get the class associated with this tag
getTagClass() - Method in enum net.aifusion.asn.TagClass
Get the flag associated with this tagClass
getTagClass(byte) - Static method in enum net.aifusion.asn.TagClass
Get the tagClass associated with a tag value
getTagEncoding() - Method in class net.aifusion.asn.AsnValue
Get the ASN.1 Tag Encoding for this value
getTagEncoding() - Method in enum net.aifusion.asn.Tag
Get the encoding associated with this tag
getTagEncoding() - Method in enum net.aifusion.asn.TagEncoding
Get the flag associated with this encoding
getTagEncoding(byte) - Static method in enum net.aifusion.asn.TagEncoding
Get the encoding from an identifier
getTagNumber() - Method in class net.aifusion.asn.AsnValue
Get the value of the tag associated with this value
getTagNumber() - Method in enum net.aifusion.asn.Tag
Get the number associated with this tag
getTagNumber(byte[], int) - Static method in enum net.aifusion.asn.Tag
Get the tag number from an encoded value Note that the standard allows the tag number to be an arbitrary precision unsigned integer.
getTrustStore() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the name of the trusted certificate store to use, if any
getTrustStorePassword() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the password used to protect the trust store, if any
getType() - Method in enum net.aifusion.cimserver.MimeType
Get the mime type associated with this type
getType() - Method in interface net.aifusion.metamodel.CimEvent
Get the type of this event
getType() - Method in class net.aifusion.metamodel.CimIndication
 
getType() - Method in class net.aifusion.metamodel.DataValue
Get the type of the data dataValue
getType(String) - Method in class net.aifusion.asn.AsnModule
Get the node where a type is defined
getType(String) - Method in class net.aifusion.asn.SymbolTable
Get the primitive type associated with a symbol
getTypeForClass(Class<?>) - Static method in enum net.aifusion.metamodel.DataType
Return the CIM data type corresponding to a java class
getTypeForObject(Object) - Static method in enum net.aifusion.metamodel.DataType
Return the CIM data type corresponding to some object
getTypes() - Method in class net.aifusion.asn.AsnModule
get a hashmap containing all know types in this module
getURL() - Method in class net.aifusion.cimserver.CimClient
 
getURL() - Method in interface net.aifusion.metamodel.CimListener
Get the URL for this listener.
getURL() - Method in class net.aifusion.providers.BasicProvider
 
getURL() - Method in interface net.aifusion.providers.Provider
Get the URL for this provider
getURL(String, String) - Method in class net.aifusion.metamodel.ObjectPath
Create a URL for this objectPath targeted at a given host
getUUID() - Method in class net.aifusion.metamodel.ObjectPath
get a UUID value based on this objectPath.
getValue() - Method in class net.aifusion.asn.AsnNode
Get the value (value of token[1]) at this node
getValue() - Method in class net.aifusion.asn.BitStringValue
Get the value of this bit string.
getValue() - Method in class net.aifusion.asn.BMPStringValue
Get the value of this string
getValue() - Method in class net.aifusion.asn.BooleanValue
Get the value of this Boolean
getValue() - Method in class net.aifusion.asn.EnumeratedValue
Get the value associated with this integer value
getValue() - Method in class net.aifusion.asn.GeneralizedTimeValue
 
getValue() - Method in class net.aifusion.asn.IA5StringValue
Get the value of this string
getValue() - Method in class net.aifusion.asn.IntegerValue
Get the value associated with this integer
getValue() - Method in class net.aifusion.asn.NullValue
Get the value of this Null value
getValue() - Method in class net.aifusion.asn.NumericStringValue
 
getValue() - Method in class net.aifusion.asn.OctetStringValue
 
getValue() - Method in class net.aifusion.asn.OidValue
Get the value of this OID
getValue() - Method in class net.aifusion.asn.PrintableStringValue
Return the value of this printable String
getValue() - Method in class net.aifusion.asn.RealValue
Get the value for this real value
getValue() - Method in class net.aifusion.asn.RelativeOidValue
Get the value of this OID
getValue() - Method in class net.aifusion.asn.TaggedValue
Get the underlying value associated with this tagged value
getValue() - Method in class net.aifusion.asn.UTCTimeValue
 
getValue() - Method in class net.aifusion.asn.Utf8StringValue
Get the value of this string
getValue() - Method in class net.aifusion.asn.VisibleStringValue
Get the value of this visible string
getValue() - Method in class net.aifusion.metamodel.CimParameter
Get the value of this parameter.
getValue() - Method in class net.aifusion.metamodel.CimProperty
Get the value of this property.
getValue() - Method in class net.aifusion.metamodel.DataValue
Get the java value in this dataValue.
getValue() - Method in class net.aifusion.metamodel.OctetString
Get the value of this octetString as a byte []
getValue() - Method in enum net.aifusion.metamodel.Policy
Get the default dataValue of this policy
getValue() - Method in class net.aifusion.metamodel.Qualifier
Get the dataValue of this qualifier.
getValue(String) - Method in class net.aifusion.asn.AsnModule
Get the node where a value is defined
getValue(String) - Method in class net.aifusion.metamodel.CimEnumeration
Get the enumeration value corresponding to a given key
getValueFromString(String) - Method in enum net.aifusion.metamodel.DataType
Convert a string dataValue to a java object corresponding to this type
getValues() - Method in class net.aifusion.asn.AsnModule
Get a hashmap containing all known values in this module
getValuesFromStrings(String[]) - Method in enum net.aifusion.metamodel.DataType
Convert a string array to a java object containing the appropriate values
getValueToken() - Method in class net.aifusion.asn.AsnNode
Get the value token from this node.
getX500Principal() - Method in class net.aifusion.cimserver.HttpConfiguration
Get the X500 Principal distinguished name for server credentials
getXHeaders(CimHeader) - Static method in enum net.aifusion.cimserver.CimXHeader
Get all valid extension headers that should accompany a given CimHeader.
GLOBAL_MODULE_REFERENCE - Enum constant in enum net.aifusion.asn.AsnProduction
 
GOVERNOR - Enum constant in enum net.aifusion.asn.AsnProduction
 
GRAPHIC_STRING - Enum constant in enum net.aifusion.asn.Tag
Graphic string
GRAPHIC_STRING - Enum constant in enum net.aifusion.asn.TokenType
 
GRAPHIC_STRING_TYPE - Enum constant in enum net.aifusion.asn.AsnProduction
 
GREATER_THAN - Enum constant in enum net.aifusion.asn.TokenType
 
GROUP - Enum constant in enum net.aifusion.asn.AsnProduction
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form