| Package | Description |
|---|---|
| org.hawkular.inventory.api | |
| org.hawkular.inventory.api.filters | |
| org.hawkular.inventory.base |
| Modifier and Type | Method and Description |
|---|---|
static Relationships.WellKnown |
Relationships.WellKnown.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Relationships.WellKnown[] |
Relationships.WellKnown.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Relationships.Multiple |
EmptyInventory.RelationshipsRead.named(Relationships.WellKnown name) |
Relationships.Multiple |
EmptyInventory.RelationshipsReadWrite.named(Relationships.WellKnown name) |
Relationships.Multiple |
Relationships.ReadWrite.named(Relationships.WellKnown name) |
Relationships.Multiple |
Relationships.Read.named(Relationships.WellKnown name) |
| Modifier and Type | Method and Description |
|---|---|
static Related |
Related.asTargetBy(Relationships.WellKnown relationship)
Overloaded version of
Related.asTargetBy(String) that uses the
Relationships.WellKnown as the name of the relationship. |
static Related |
Related.asTargetWith(CanonicalPath entityPath,
Relationships.WellKnown relationship)
An overloaded version of
Related.asTargetWith(org.hawkular.inventory.api.model.CanonicalPath, String) that uses
one of the Relationships.WellKnown as the name of the relationship. |
static Related |
Related.by(Relationships.WellKnown relationship)
Overloaded version of
Related.by(String) that uses the
Relationships.WellKnown as the name of the relationship. |
static Related |
Related.with(CanonicalPath entityPath,
Relationships.WellKnown relationship)
An overloaded version of
Related.with(org.hawkular.inventory.api.model.CanonicalPath, String) that uses one of
the Relationships.WellKnown as the name of the relationship. |
| Modifier and Type | Method and Description |
|---|---|
static <E> void |
RelationshipRules.checkCreate(InventoryBackend<E> backend,
E origin,
Relationships.Direction direction,
Relationships.WellKnown relationship,
E target) |
static <E> void |
RelationshipRules.checkDelete(InventoryBackend<E> backend,
E origin,
Relationships.Direction direction,
Relationships.WellKnown relationship,
E target) |
Relationships.Multiple |
BaseRelationships.ReadWrite.named(Relationships.WellKnown name) |
Relationships.Multiple |
BaseRelationships.Read.named(Relationships.WellKnown name) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.