Package | Description |
---|---|
cz.cesnet.cloud.occi | |
cz.cesnet.cloud.occi.core | |
cz.cesnet.cloud.occi.infrastructure |
Modifier and Type | Method and Description |
---|---|
Link |
Collection.getLink(String linkIdentifier)
Retrieves the link specified by its identifier from the collection.
|
Modifier and Type | Method and Description |
---|---|
Set<Link> |
Collection.getLinks()
Returns all links in the collection in form of a set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Collection.addLink(Link link)
Adds link instance to the collection.
|
boolean |
Collection.containsLink(Link link)
Checks whether collection contains the link.
|
boolean |
Collection.removeLink(Link link)
Removes link from the collection.
|
Modifier and Type | Method and Description |
---|---|
Set<Link> |
Resource.getLinks()
Returns all resource's links in form of set.
|
Set<Link> |
Resource.getLinks(String term)
Returns resources' links which kind has given term.
|
Set<Link> |
Resource.getLinks(URI identifier)
Returns resources' links which kind has given identifier.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Resource.addLink(Link link)
Adds link to the resource and automatically sets link's source to
resource.
|
boolean |
Resource.containsLink(Link link)
Checks whether resource contains given link.
|
boolean |
Resource.removeLink(Link link)
Removes link from resource.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Resource.addLinks(Collection<Link> links)
Adds links to the resource and automatically sets all links' sources to
resource.
|
Modifier and Type | Class and Description |
---|---|
class |
IPNetworkInterface
Class representing an OCCI IPNetworkInterface
|
class |
NetworkInterface
Class representing an OCCI NetworkInterface
|
class |
StorageLink
Class representing an OCCI StorageLink
|
Copyright © 2016. All Rights Reserved.