| Interface | Description |
|---|---|
| Configuration.Property |
Represents a single configuration property.
|
| Environments.Multiple |
Interface for traversing over a set of environments.
|
| Environments.Read | |
| Environments.ReadContained |
Provides read-only access to environments.
|
| Environments.ReadWrite |
Provides methods for read-write access to environments.
|
| Environments.Single |
Interface for accessing a single environment in a writable manner.
|
| FeedIdStrategy |
A
FeedIdStrategy is a service that can supply unique IDs for feeds registering with the inventory. |
| Feeds.Multiple | |
| Feeds.Read | |
| Feeds.ReadContained | |
| Feeds.ReadWrite | |
| Feeds.Single | |
| Inventory |
Inventory stores "resources" which are groupings of measurements and other data.
|
| Log | |
| Metrics.Multiple |
Interface for traversing over a set of metrics.
|
| Metrics.Read |
Provides read-only access to metrics that are related to the entity(ies) on the current position in the
inventory traversal (as a target of
Relationships.WellKnown.defines). |
| Metrics.ReadAssociate |
Provides read-only access to metrics with the additional ability to relate the metrics to the current
position in the inventory traversal.
|
| Metrics.ReadContained |
Provides read-only access to metrics that are contained in the entity(ies) on the current position in the
inventory traversal.
|
| Metrics.ReadWrite |
Provides read-write access to metrics.
|
| Metrics.Single |
Interface for accessing a single metric in a writable manner.
|
| MetricTypes.Multiple |
Interface for traversing over a set of metric types.
|
| MetricTypes.Read | |
| MetricTypes.ReadAssociate |
Provides read-only access to metric types with the additional ability to relate the metric types to the current
position in the inventory traversal.
|
| MetricTypes.ReadContained |
Provides read-only access to metric types.
|
| MetricTypes.ReadWrite |
Provides read-write access to metric types.
|
| MetricTypes.Single |
Interface for accessing a single metric type in a writable manner.
|
| ReadInterface<Single,Multiple,Address> |
Generic methods for readonly access to entities.
|
| Relatable<Access> |
The contract for resolvable interfaces (
ResolvableToMany and ResolvableToMany) that also support
relationships. |
| Relationships.Multiple |
Interface for traversing over a set of relationships.
|
| Relationships.Read |
Provides read access to relationships.
|
| Relationships.ReadWrite |
Provides read-write access to relationships.
|
| Relationships.Single |
Interface for accessing a single relationship.
|
| ResolvableToMany<Entity> |
Base interface for all browser interfaces over multiple entities.
|
| ResolvableToManyWithRelationships<Entity> |
Base interface of all browser interfaces over multiple entities that can have relations.
|
| ResolvableToSingle<Entity,Update> |
Base interface for all browser interfaces over a single entity.
|
| ResolvableToSingleWithRelationships<Entity,Update> |
Base interface of all browser interfaces over a single entity that can have relations.
|
| ResolvingToMultiple<Multiple> |
This is the most generic interface for positions in the graph traversal from which one can resolve a many entities
using some filters.
|
| ResolvingToSingle<Single,Address> |
This is the most generic interface for positions in the graph traversal from which one can resolve a single entity
using its id.
|
| Resources.Multiple |
Interface for traversing over a set of resources.
|
| Resources.Read |
Provides read-only access to resources from positions that follow associations without the possibility to
introduce ambiguity when addressing using a relative path.
|
| Resources.ReadAssociate |
This interface enables the creation of "alternative" tree hierarchies of resources using the
Relationships.WellKnown.isParentOf relationship. |
| Resources.ReadBase<Address> | |
| Resources.ReadContained |
Provides read-only access to resources following the containment chain.
|
| Resources.ReadWrite |
Provides read-write access to resources.
|
| Resources.Single |
Interface for accessing a single resource in a writable manner.
|
| ResourceTypes.Multiple |
Interface for traversing over a set of resource types.
|
| ResourceTypes.Read | |
| ResourceTypes.ReadContained |
Provides read-only access to resource types.
|
| ResourceTypes.ReadWrite |
Provides read-write access to resource types.
|
| ResourceTypes.Single |
Interface for accessing a single resource type in a writable manner.
|
| ResultFilter |
An SPI interface to be used by the implementations to filter the results before they're returned to the API caller.
|
| Tenants.Multiple |
Interface for traversing over a set of tenants.
|
| Tenants.Read | |
| Tenants.ReadContained |
Provides readonly access to tenants.
|
| Tenants.ReadWrite |
Provides methods for read-write access to tenants.
|
| Tenants.Single |
Interface for accessing a single tenant in a writable manner.
|
| WriteInterface<Update,Blueprint extends Entity.Blueprint,Single> |
Generic methods to write access to entities.
|
| Enum | Description |
|---|---|
| Action.Enumerated | |
| Relationships.Direction |
The list of possible relationship (aka edges) direction.
|
| Relationships.WellKnown |
The list of well-known relationships (aka edges) between entities (aka vertices).
|
| Exception | Description |
|---|---|
| EntityAlreadyExistsException | |
| EntityNotFoundException | |
| FeedAlreadyRegisteredException | |
| InventoryException | |
| RelationAlreadyExistsException | |
| RelationNotFoundException |
Copyright © 2015 Red Hat, Inc.. All rights reserved.