- clientId - Variable in class com.vmware.vise.usersession.UserSession
-
Id used to uniquely identify a client session.
- ClientSessionEndListener - Interface in com.vmware.vise.security
-
The interface for client session listeners.
- clone() - Method in class com.vmware.vise.data.Constraint
-
Creates and returns a copy of this object.
- clone() - Method in class com.vmware.vise.data.ParameterSpec
-
Creates and returns a copy of this object.
- clone() - Method in class com.vmware.vise.data.PropertySpec
-
Creates and returns a copy of this object.
- clone() - Method in class com.vmware.vise.data.query.CompositeConstraint
-
Creates and returns a copy of this object.
- clone() - Method in class com.vmware.vise.data.query.ObjectIdentityConstraint
-
Creates and returns a copy of this object.
- clone() - Method in class com.vmware.vise.data.query.OrderingCriteria
-
Creates and returns a copy of this object.
- clone() - Method in class com.vmware.vise.data.query.OrderingPropertySpec
-
Creates and returns a copy of this object.
- clone() - Method in class com.vmware.vise.data.query.PropertyConstraint
-
Creates and returns a copy of this object.
- clone() - Method in class com.vmware.vise.data.query.QuerySpec
-
Creates and returns a copy of this object.
- clone() - Method in class com.vmware.vise.data.query.RelationalConstraint
-
Creates and returns a copy of this object.
- clone() - Method in class com.vmware.vise.data.query.ResultSpec
-
Creates and returns a copy of this object.
- clone() - Method in class com.vmware.vise.data.ResourceSpec
-
Creates and returns a copy of this object.
- close() - Method in class com.vmware.vise.data.uri.ResourceObjectReferenceAdapterInitializer
-
- close() - Method in class com.vmware.vise.data.uri.UriSchemeInitializer
-
Clean-up method used as destroy-method in the bean declaration so that
the scheme can be unregistered automatically when the bundle is undeployed.
- com.vmware.vise.core.model - package com.vmware.vise.core.model
-
- com.vmware.vise.data - package com.vmware.vise.data
-
- com.vmware.vise.data.query - package com.vmware.vise.data.query
-
- com.vmware.vise.data.uri - package com.vmware.vise.data.uri
-
- com.vmware.vise.security - package com.vmware.vise.security
-
- com.vmware.vise.usersession - package com.vmware.vise.usersession
-
- com.vmware.vise.vim.data - package com.vmware.vise.vim.data
-
- comparableValue - Variable in class com.vmware.vise.data.query.PropertyConstraint
-
The value to compare with.
- Comparator - Enum in com.vmware.vise.data.query
-
Defines the allowable comparisons to be done
Eg.
- comparator - Variable in class com.vmware.vise.data.query.PropertyConstraint
-
The operator to compare with
- CompositeConstraint - Class in com.vmware.vise.data.query
-
Defines the matching criteria based on more than one type of Constraint
- CompositeConstraint() - Constructor for class com.vmware.vise.data.query.CompositeConstraint
-
- computedProperties - Variable in class com.vmware.vise.data.query.TypeInfo
-
Optional info describing native properties for each computed property.
- conjoiner - Variable in class com.vmware.vise.data.query.CompositeConstraint
-
The conjunction operator (i.e., "And" or "Or") to apply on the nested constraints.
- Conjoiner - Enum in com.vmware.vise.data.query
-
Defines the joining criteria used in CompositeConstraints
- Constraint - Class in com.vmware.vise.data
-
Defines the matching criteria based on type of the object.
- Constraint() - Constructor for class com.vmware.vise.data.Constraint
-
- constraint - Variable in class com.vmware.vise.data.ResourceSpec
-
The criteria for matching objects that provide properties for the resource set.
- constraintOnRelatedObject - Variable in class com.vmware.vise.data.query.RelationalConstraint
-
A constraint on the related objects by the given relationship.
- currentGenerations - Variable in class com.vmware.vise.data.query.ResourceItem
-
- getData(RequestSpec) - Method in interface com.vmware.vise.data.query.DataProviderAdapter
-
Get the data from the adapter given a set of queries.
- getData(RequestSpec) - Method in interface com.vmware.vise.data.query.DataService
-
The data getter for the service.
- getMessage() - Method in exception com.vmware.vise.core.model.MutableMessageException
-
Returns the detail message string of this exception.
- getProperties(PropertyRequestSpec) - Method in interface com.vmware.vise.data.query.PropertyProviderAdapter
-
Get the data from the adapter given a set of objects and the propertySpecs
corresponding to those objects.
- getPropValue() - Method in class com.vmware.vise.data.query.PropertyConstraint
-
- getReference(String) - Method in interface com.vmware.vise.data.query.ObjectReferenceService
-
Retuns a reference for the given uid.
- getReference(String, boolean) - Method in interface com.vmware.vise.data.query.ObjectReferenceService
-
Retuns a reference for the given uid.
- getReference(String) - Method in interface com.vmware.vise.data.query.ResourceObjectReferenceAdapter
-
Retuns a reference for a given uid.
- getReference(String, String, String) - Method in interface com.vmware.vise.vim.data.VimObjectReferenceService
-
Returns the object reference given the type, value and serverGuid which constitute
the reference.
- getResourceObjectType(Object) - Method in interface com.vmware.vise.data.query.ObjectReferenceService
-
Returns the type for the given reference.
- getResourceType(Object) - Method in interface com.vmware.vise.data.query.ResourceObjectReferenceAdapter
-
Returns the type for the given reference.
- getResourceType(URI) - Method in interface com.vmware.vise.data.uri.ResourceTypeResolver
-
Returns the type of the resource that the provided URI identifies.
- getServerGuid(Object) - Method in interface com.vmware.vise.data.query.ObjectReferenceService
-
Returns GUID of the server that owns the given reference.
- getServerGuid(Object) - Method in interface com.vmware.vise.data.query.ResourceObjectReferenceAdapter
-
Returns the serverGuid of the server that owns the given reference.
- getServerGuid(URI) - Method in interface com.vmware.vise.data.uri.ResourceTypeResolver
-
Returns the serverGuid of the resource that the provided URI identifies.
- getUid(Object) - Method in interface com.vmware.vise.data.query.ObjectReferenceService
-
Returns a uid for the given reference.
- getUid(Object, boolean) - Method in interface com.vmware.vise.data.query.ObjectReferenceService
-
Returns a uid for the given reference.
- getUid(Object) - Method in interface com.vmware.vise.data.query.ResourceObjectReferenceAdapter
-
Returns the uid for the given reference.
- getUserSession() - Method in interface com.vmware.vise.usersession.UserSessionService
-
User session details of the caller.
- getValue(Object) - Method in interface com.vmware.vise.vim.data.VimObjectReferenceService
-
Returns the value of an object reference.
- parameter - Variable in class com.vmware.vise.data.ParameterSpec
-
- parameters - Variable in class com.vmware.vise.data.PropertySpec
-
(Optional) The parameters that may be required to compute the properties.
- ParameterSpec - Class in com.vmware.vise.data
-
Class representing a parameter that maybe used to get a particular
property.
- ParameterSpec() - Constructor for class com.vmware.vise.data.ParameterSpec
-
- ping() - Method in interface com.vmware.vise.usersession.UserSessionService
-
Pings all the registered backend services to keep the underlying session alive.
- properties - Variable in exception com.vmware.vise.data.query.DataException
-
Properties that were not fetched.
- properties - Variable in class com.vmware.vise.data.query.PropertyRequestSpec
-
The PropertySpec
instances defining the properties to be retrieved.
- properties - Variable in class com.vmware.vise.data.query.ResultItem
-
Array of properties returned by the query.
- properties - Variable in class com.vmware.vise.data.query.TypeInfo
-
The array of properties considered for that type.
- PropertyConstraint - Class in com.vmware.vise.data.query
-
Defines the matching criteria based on property of the object.
- PropertyConstraint() - Constructor for class com.vmware.vise.data.query.PropertyConstraint
-
- propertyName - Variable in class com.vmware.vise.data.ParameterSpec
-
- propertyName - Variable in class com.vmware.vise.data.query.PropertyConstraint
-
The property to be matched by this constraint
Eg.
- propertyName - Variable in class com.vmware.vise.data.query.PropertyValue
-
The name of the property retrieved
- propertyNames - Variable in class com.vmware.vise.data.PropertySpec
-
The set of properties to be retrieved for the specified type.
- PropertyProviderAdapter - Interface in com.vmware.vise.data.query
-
Interface defining a property provider to the Data Service.
- PropertyRequestSpec - Class in com.vmware.vise.data.query
-
The request specification containing the definition of the properties that are
requested for a set of objects.
- PropertyRequestSpec() - Constructor for class com.vmware.vise.data.query.PropertyRequestSpec
-
- PropertySpec - Class in com.vmware.vise.data
-
Defines the specification of the properties to be fetched via the
DataService
- PropertySpec() - Constructor for class com.vmware.vise.data.PropertySpec
-
- propertySpecs - Variable in class com.vmware.vise.data.ResourceSpec
-
The list of properties on the set of objects identified by the constraint.
- PropertyValue - Class in com.vmware.vise.data.query
-
Defines the property as retrieved by the DataService
- PropertyValue() - Constructor for class com.vmware.vise.data.query.PropertyValue
-
- registerDataAdapter(DataProviderAdapter, String[]) - Method in interface com.vmware.vise.data.query.DataServiceExtensionRegistry
-
- registerDataAdapter(PropertyProviderAdapter, TypeInfo[]) - Method in interface com.vmware.vise.data.query.DataServiceExtensionRegistry
-
- registerObjectRefTypeAdapter(ResourceObjectReferenceAdapter, Class<?>, String) - Method in interface com.vmware.vise.data.query.DataServiceExtensionRegistry
-
Registers an adapter for the given object reference class (e.g., URI).
- registerSchemeResolver(String, ResourceTypeResolver) - Method in interface com.vmware.vise.data.uri.ResourceTypeResolverRegistry
-
Registers the provided ResourceTypeResolver
instance for the
given URI scheme.
- relation - Variable in class com.vmware.vise.data.PropertySpec
-
(Optional) Relationship name that determines the property path to the result object.
- relation - Variable in class com.vmware.vise.data.query.RelationalConstraint
-
The relation to match (the source type of the relation is defined by the
isSourceConstrainted property).
- RelationalConstraint - Class in com.vmware.vise.data.query
-
Defines the matching criteria based on some relation to
the object queried.
- RelationalConstraint() - Constructor for class com.vmware.vise.data.query.RelationalConstraint
-
- RequestSpec - Class in com.vmware.vise.data.query
-
The request specifications containing the definition of the data that is being requested.
- RequestSpec() - Constructor for class com.vmware.vise.data.query.RequestSpec
-
- reRegisterDataAdapter(PropertyProviderAdapter, TypeInfo[]) - Method in interface com.vmware.vise.data.query.DataServiceExtensionRegistry
-
Re-Registers a
PropertyProviderAdapter
with the Data Services Framework
registry, overriding and/or removing any previously existing registration(s) of
the adapter.
- ResourceItem - Class in com.vmware.vise.data.query
-
The resource object information.
- ResourceItem() - Constructor for class com.vmware.vise.data.query.ResourceItem
-
- resourceObject - Variable in class com.vmware.vise.data.query.ResourceItem
-
The resource object identified or represented by this item.
- ResourceObjectReferenceAdapter - Interface in com.vmware.vise.data.query
-
An custom adapter registered to provide a mapping between references and uids.
- ResourceObjectReferenceAdapterInitializer - Class in com.vmware.vise.data.uri
-
Registers ResourceObjectReferenceAdapters for custom URI types.
- ResourceObjectReferenceAdapterInitializer(DataServiceExtensionRegistry, Class<?>, String, ResourceObjectReferenceAdapter) - Constructor for class com.vmware.vise.data.uri.ResourceObjectReferenceAdapterInitializer
-
Register the objectReferenceAdapter so that it handles all URIs starting
with the uidPrefix, serializing them into referenceType objects.
- resourceSpec - Variable in class com.vmware.vise.data.query.QuerySpec
-
Specifies the target set of resources.
- ResourceSpec - Class in com.vmware.vise.data
-
Represents the specification of a set of resources.
- ResourceSpec() - Constructor for class com.vmware.vise.data.ResourceSpec
-
- ResourceTypeResolver - Interface in com.vmware.vise.data.uri
-
Defines a resolver that is able to find the type of the resource referenced
by a given set of URIs.
- ResourceTypeResolverRegistry - Interface in com.vmware.vise.data.uri
-
Defines a registry of ResourceTypeResolver
instances
organized per the URI scheme that each resolver supports.
- Response - Class in com.vmware.vise.data.query
-
The response specification containing the data returned by DataService
.
- Response() - Constructor for class com.vmware.vise.data.query.Response
-
- ResultItem - Class in com.vmware.vise.data.query
-
Defines the result set as returned by the DataService
- ResultItem() - Constructor for class com.vmware.vise.data.query.ResultItem
-
- resultSet - Variable in class com.vmware.vise.data.query.Response
-
An array of ResultSet containing the matched data by the service.
- ResultSet - Class in com.vmware.vise.data.query
-
Class representing the result of a particular query.
- ResultSet() - Constructor for class com.vmware.vise.data.query.ResultSet
-
Default constructor.
- ResultSet(ResultSet) - Constructor for class com.vmware.vise.data.query.ResultSet
-
Creates a shallow copy of the specified ResultSet
.
- resultSpec - Variable in class com.vmware.vise.data.query.QuerySpec
-
Additional transformations/filters to be applied on the discovered resource set.
- ResultSpec - Class in com.vmware.vise.data.query
-
Describes additional transformations/filters to be applied on the result set.
- ResultSpec() - Constructor for class com.vmware.vise.data.query.ResultSpec
-
- rootCause - Variable in exception com.vmware.vise.data.query.DataException
-
Error describing why the data could not be retrieved.