Package | Description |
---|---|
cz.cesnet.cloud.occi.collection | |
cz.cesnet.cloud.occi.core | |
cz.cesnet.cloud.occi.infrastructure |
Modifier and Type | Method and Description |
---|---|
Map<Attribute,String> |
AttributeMapCover.getAttributes()
Returns all the attributes and their values in form of map.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeMapCover.add(Attribute attribute,
String value)
Stores attribute and its value.
|
boolean |
AttributeMapCover.containsAttribute(Attribute attribute)
Checks whether collection contains the attribute.
|
String |
AttributeMapCover.getValue(Attribute attribute)
Returns the value for the given attribute.
|
void |
AttributeMapCover.remove(Attribute attribute)
Removes attribute from the collection.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
Category.getAttribute(String attributeIdentifier)
Returns attribute from category.
|
Attribute |
Action.getAttribute(String attributeName)
Retrieves an attribute from the action.
|
Modifier and Type | Method and Description |
---|---|
Map<Attribute,String> |
Entity.getAttributes()
Returns all entity's attributes and their values in form of map.
|
Set<Attribute> |
Category.getAttributes()
Returns all category's attributes in form of set.
|
Set<Attribute> |
Action.getAttributes()
Returns all action's attribute in form of set.
|
Map<Attribute,String> |
ActionInstance.getAttributes()
Returns all instance's attributes and their values in form of map.
|
static List<Attribute> |
Link.getDefaultAttributes() |
static List<Attribute> |
Entity.getDefaultAttributes()
Returns entity's default attributes.
|
static List<Attribute> |
Resource.getDefaultAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
Category.addAttribute(Attribute attribute)
Adds given attribute to category.
|
boolean |
Action.addAttribute(Attribute attribute)
Adds attribute to the action.
|
void |
ActionInstance.addAttribute(Attribute attribute,
String value)
Adds attribute and its value for the instance.
|
int |
Attribute.compareTo(Attribute a)
Comapres two attributes lexicographically based on their identifier.
|
boolean |
Entity.containsAttribute(Attribute attribute)
Checks whether entity has given attribute.
|
boolean |
Category.containsAttribute(Attribute attribute)
Checks whether category has given attribute.
|
boolean |
Action.containsAttribute(Attribute attribute)
Checks whether action has the attribute.
|
boolean |
ActionInstance.containsAttribute(Attribute attribute)
Checks whether the instance has an attribute.
|
String |
Entity.getValue(Attribute attribute)
Returns value of given attribute.
|
String |
ActionInstance.getValue(Attribute attribute)
Returns value of the given attribute.
|
boolean |
Category.removeAttribute(Attribute attribute)
Removes attribute from category
|
boolean |
Action.removeAttribute(Attribute attribute)
Removes attribute from the action.
|
void |
ActionInstance.removeAttribute(Attribute attribute)
Removes attribute and its value from the instance.
|
Constructor and Description |
---|
Action(URI scheme,
String term,
String title,
Collection<Attribute> attributes)
Constructor.
|
Category(URI scheme,
String term,
String title,
URI location,
Collection<Attribute> attributes)
Constructor.
|
Kind(URI scheme,
String term,
String title,
URI location,
Collection<Attribute> attributes)
Constructor.
|
Mixin(URI scheme,
String term,
String title,
URI location,
Collection<Attribute> attributes)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static List<Attribute> |
NetworkInterface.getDefaultAttributes()
Returns networkinterface's default attributes.
|
static List<Attribute> |
Compute.getDefaultAttributes()
Returns compute's default attributes.
|
static List<Attribute> |
IPNetworkInterface.getDefaultAttributes()
Returns ipnetworkinterface's default attributes.
|
static List<Attribute> |
StorageLink.getDefaultAttributes()
Returns storagelink's default attributes.
|
static List<Attribute> |
Network.getDefaultAttributes()
Returns network's default attributes.
|
static List<Attribute> |
IPNetwork.getDefaultAttributes()
Returns ipnetwork's default attributes.
|
static List<Attribute> |
Storage.getDefaultAttributes()
Returns storage's default attributes.
|
Copyright © 2016. All Rights Reserved.