A C D E F G H I J K L M N P R S T V 

A

Action - Class in cz.cesnet.cloud.occi.core
Class representing an OCCI Action structure.
Action(URI, String, String, Collection<Attribute>) - Constructor for class cz.cesnet.cloud.occi.core.Action
Constructor.
Action(URI, String) - Constructor for class cz.cesnet.cloud.occi.core.Action
Constructor.
ActionInstance - Class in cz.cesnet.cloud.occi.core
Class representing an instance of Action
ActionInstance(Action) - Constructor for class cz.cesnet.cloud.occi.core.ActionInstance
Constructor.
add(Attribute, String) - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Stores attribute and its value.
add(E) - Method in class cz.cesnet.cloud.occi.collection.SetCover
Adds element to the set.
addAction(ActionInstance) - Method in class cz.cesnet.cloud.occi.Collection
Adds action instance to the collection.
addAction(Action) - Method in class cz.cesnet.cloud.occi.core.Category
Adds given action to category.
addAction(Action) - Method in class cz.cesnet.cloud.occi.core.Resource
Adds action to the resource.
addAction(Action) - Method in class cz.cesnet.cloud.occi.Model
Adds action to the model.
addActions(Collection<Action>) - Method in class cz.cesnet.cloud.occi.core.Resource
Adds actions to the resource.
addAll(Collection<E>) - Method in class cz.cesnet.cloud.occi.collection.SetCover
Adds all elements from the collection to the set.
addAttribute(Attribute) - Method in class cz.cesnet.cloud.occi.core.Action
Adds attribute to the action.
addAttribute(Attribute, String) - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Adds attribute and its value for the instance.
addAttribute(Attribute) - Method in class cz.cesnet.cloud.occi.core.Category
Adds given attribute to category.
addAttribute(String, String) - Method in class cz.cesnet.cloud.occi.core.Entity
Adds attribute and its value.
addAttributes(Map<String, String>) - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Adds all attributes and their values from the given map.
addAttributes(Map<String, String>) - Method in class cz.cesnet.cloud.occi.core.Entity
Adds attributes and their values.
addEntity(Entity) - Method in class cz.cesnet.cloud.occi.core.Category
Adds given entity to category.
addKind(Kind) - Method in class cz.cesnet.cloud.occi.Model
Adds kind to the model.
addLink(Link) - Method in class cz.cesnet.cloud.occi.Collection
Adds link instance to the collection.
addLink(Link) - Method in class cz.cesnet.cloud.occi.core.Resource
Adds link to the resource and automatically sets link's source to resource.
addLinks(Collection<Link>) - Method in class cz.cesnet.cloud.occi.core.Resource
Adds links to the resource and automatically sets all links' sources to resource.
addMixin(Mixin) - Method in class cz.cesnet.cloud.occi.core.Entity
Adds mixin to the entity.
addMixin(Mixin) - Method in class cz.cesnet.cloud.occi.Model
Adds mixin to the model.
addMixins(Collection<Mixin>) - Method in class cz.cesnet.cloud.occi.core.Entity
Adds all the mixins from given collection to the entity.
addRelation(Kind) - Method in class cz.cesnet.cloud.occi.core.Kind
Creates a relation with given kind.
addRelation(Mixin) - Method in class cz.cesnet.cloud.occi.core.Mixin
Creates a relation with given mixin.
addResource(Resource) - Method in class cz.cesnet.cloud.occi.Collection
Adds resource instance to the collection.
ADDRESS_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
 
ADDRESS_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
 
Allocation - Enum in cz.cesnet.cloud.occi.infrastructure.enumeration
 
ALLOCATION_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
 
ALLOCATION_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
 
AmbiguousIdentifierException - Exception in cz.cesnet.cloud.occi.exception
 
AmbiguousIdentifierException(String) - Constructor for exception cz.cesnet.cloud.occi.exception.AmbiguousIdentifierException
 
AmbiguousIdentifierException(String, Throwable) - Constructor for exception cz.cesnet.cloud.occi.exception.AmbiguousIdentifierException
 
APPLICATION_JSON - Static variable in class cz.cesnet.cloud.occi.parser.MediaType
 
Architecture - Enum in cz.cesnet.cloud.occi.infrastructure.enumeration
 
ARCHITECTURE_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.Compute
 
Attribute - Class in cz.cesnet.cloud.occi.core
Class representing an OCCI attribute.
Attribute(String, boolean, boolean, String, String, String, String) - Constructor for class cz.cesnet.cloud.occi.core.Attribute
Constructor.
Attribute(String, boolean, boolean) - Constructor for class cz.cesnet.cloud.occi.core.Attribute
Constructor.
Attribute(String) - Constructor for class cz.cesnet.cloud.occi.core.Attribute
Constructor.
ATTRIBUTE_HEADER - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
AttributeMapCover - Class in cz.cesnet.cloud.occi.collection
Class representing attributes and their values.
AttributeMapCover() - Constructor for class cz.cesnet.cloud.occi.collection.AttributeMapCover
 
attributesToHeaders() - Method in class cz.cesnet.cloud.occi.core.Entity
Returns an occi text representation of entity's attributes in form of headers.
attributesToOneLineText() - Method in class cz.cesnet.cloud.occi.core.Entity
Returns text representation of entity's attributes in one line.
attributesToPrefixText() - Method in class cz.cesnet.cloud.occi.core.Entity
Returns a text representation of entity's attributes with prefix.

C

Category - Class in cz.cesnet.cloud.occi.core
Class representing an OCCI Category.
Category(URI, String, String, URI, Collection<Attribute>) - Constructor for class cz.cesnet.cloud.occi.core.Category
Constructor.
Category(URI, String) - Constructor for class cz.cesnet.cloud.occi.core.Category
Constructor.
CATEGORY_HEADER - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
clear() - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Removes all attributes and their values from the collection.
clear() - Method in class cz.cesnet.cloud.occi.collection.SetCover
Removes all the elements from the set.
clearActions() - Method in class cz.cesnet.cloud.occi.Collection
Removes all actions from the collection.
clearActions() - Method in class cz.cesnet.cloud.occi.core.Category
Removes all actions from category.
clearActions() - Method in class cz.cesnet.cloud.occi.core.Resource
Removes all actions from resource.
clearActions() - Method in class cz.cesnet.cloud.occi.Model
Remove all actions from the model.
clearAttributes() - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Removes all attributes with their values from the instance.
clearAttributes() - Method in class cz.cesnet.cloud.occi.core.Category
Removes all attributes from category.
clearAttributes() - Method in class cz.cesnet.cloud.occi.core.Entity
Removes all entity's attributes.
clearEntities() - Method in class cz.cesnet.cloud.occi.core.Category
Removes all entities from category.
clearKinds() - Method in class cz.cesnet.cloud.occi.Model
Remove all kinds from the model.
clearLinks() - Method in class cz.cesnet.cloud.occi.Collection
Removes all links from the collection.
clearLinks() - Method in class cz.cesnet.cloud.occi.core.Resource
Removes all links from resource.
clearMixins() - Method in class cz.cesnet.cloud.occi.core.Entity
Removes all mixins from entity.
clearMixins() - Method in class cz.cesnet.cloud.occi.Model
Remove all mixins from the model.
clearRelations() - Method in class cz.cesnet.cloud.occi.core.Kind
Remove all relations.
clearRelations() - Method in class cz.cesnet.cloud.occi.core.Mixin
Remove all relations.
clearResources() - Method in class cz.cesnet.cloud.occi.Collection
Removes all resources from the collection.
Collection - Class in cz.cesnet.cloud.occi
Class representing a collection of OCCI instances.
Collection() - Constructor for class cz.cesnet.cloud.occi.Collection
Creates an empty collection instance.
CollectionType - Enum in cz.cesnet.cloud.occi.parser
 
compareTo(Action) - Method in class cz.cesnet.cloud.occi.core.Action
Comapres two actions lexicographically based on their identifier.
compareTo(ActionInstance) - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Comapres two instances lexicographically based on their actions.
compareTo(Attribute) - Method in class cz.cesnet.cloud.occi.core.Attribute
Comapres two attributes lexicographically based on their identifier.
compareTo(Category) - Method in class cz.cesnet.cloud.occi.core.Category
Comapres two cetegories lexicographically based on their identifier.
compareTo(Entity) - Method in class cz.cesnet.cloud.occi.core.Entity
Comapres two entities lexicographically based on their identifier.
Compute - Class in cz.cesnet.cloud.occi.infrastructure
Class representing an OCCI Compute
Compute(String, Kind, String, Model, String) - Constructor for class cz.cesnet.cloud.occi.infrastructure.Compute
Constructor.
Compute(String, Kind) - Constructor for class cz.cesnet.cloud.occi.infrastructure.Compute
Constructor.
ComputeState - Enum in cz.cesnet.cloud.occi.infrastructure.enumeration
 
contains(E) - Method in class cz.cesnet.cloud.occi.collection.SetCover
Checks whether set contains the element.
contains(String) - Method in class cz.cesnet.cloud.occi.collection.SetCover
Checks whether set contains an element specified by the identifier.
containsAction(ActionInstance) - Method in class cz.cesnet.cloud.occi.Collection
Checks whether collection contains the action.
containsAction(String) - Method in class cz.cesnet.cloud.occi.Collection
Checks whether collection contains the action specified by its identifier.
containsAction(Action) - Method in class cz.cesnet.cloud.occi.core.Category
Checks whether category has given action.
containsAction(String) - Method in class cz.cesnet.cloud.occi.core.Category
Checks whether category has given action.
containsAction(Action) - Method in class cz.cesnet.cloud.occi.core.Resource
Checks whether resource contains given action.
containsAction(String) - Method in class cz.cesnet.cloud.occi.core.Resource
Checks whether resource contains given action.
containsAction(Action) - Method in class cz.cesnet.cloud.occi.Model
Checks whether model contains a action
containsAction(String) - Method in class cz.cesnet.cloud.occi.Model
Checks whether model contains a action specified by the identifier
containsAttribute(Attribute) - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Checks whether collection contains the attribute.
containsAttribute(String) - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Checks whether collection contains the attribute.
containsAttribute(Attribute) - Method in class cz.cesnet.cloud.occi.core.Action
Checks whether action has the attribute.
containsAttribute(String) - Method in class cz.cesnet.cloud.occi.core.Action
Checks whether action has the attribute.
containsAttribute(Attribute) - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Checks whether the instance has an attribute.
containsAttribute(String) - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Checks whether the instance has an attribute.
containsAttribute(Attribute) - Method in class cz.cesnet.cloud.occi.core.Category
Checks whether category has given attribute.
containsAttribute(String) - Method in class cz.cesnet.cloud.occi.core.Category
Checks whether category has given attribute.
containsAttribute(Attribute) - Method in class cz.cesnet.cloud.occi.core.Entity
Checks whether entity has given attribute.
containsAttribute(String) - Method in class cz.cesnet.cloud.occi.core.Entity
Checks whether entity has given attribute.
containsEntity(Entity) - Method in class cz.cesnet.cloud.occi.core.Category
Checks whether category has given entity.
containsEntity(String) - Method in class cz.cesnet.cloud.occi.core.Category
Checks whether category has given entity.
containsKind(Kind) - Method in class cz.cesnet.cloud.occi.Model
Checks whether model contains a kind
containsKind(String) - Method in class cz.cesnet.cloud.occi.Model
Checks whether model contains a kind specified by the identifier
containsLink(Link) - Method in class cz.cesnet.cloud.occi.Collection
Checks whether collection contains the link.
containsLink(String) - Method in class cz.cesnet.cloud.occi.Collection
Checks whether collection contains the link specified by its identifier.
containsLink(Link) - Method in class cz.cesnet.cloud.occi.core.Resource
Checks whether resource contains given link.
containsLink(String) - Method in class cz.cesnet.cloud.occi.core.Resource
Checks whether resource contains link which kind has given term.
containsLink(URI) - Method in class cz.cesnet.cloud.occi.core.Resource
Checks whether resource contains link which kind has given identifier.
containsMixin(Mixin) - Method in class cz.cesnet.cloud.occi.core.Entity
Checks whether the entity has given mixin.
containsMixin(String) - Method in class cz.cesnet.cloud.occi.core.Entity
Checks whether the entity has given mixin.
containsMixin(Mixin) - Method in class cz.cesnet.cloud.occi.Model
Checks whether model contains a mixin
containsMixin(String) - Method in class cz.cesnet.cloud.occi.Model
Checks whether model contains a mixin specified by the identifier
containsResource(Resource) - Method in class cz.cesnet.cloud.occi.Collection
Checks whether collection contains the resource.
containsResource(String) - Method in class cz.cesnet.cloud.occi.Collection
Checks whether collection contains the resource specified by its identifier.
CORES_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.Compute
 
cz.cesnet.cloud.occi - package cz.cesnet.cloud.occi
 
cz.cesnet.cloud.occi.collection - package cz.cesnet.cloud.occi.collection
 
cz.cesnet.cloud.occi.core - package cz.cesnet.cloud.occi.core
 
cz.cesnet.cloud.occi.exception - package cz.cesnet.cloud.occi.exception
 
cz.cesnet.cloud.occi.infrastructure - package cz.cesnet.cloud.occi.infrastructure
 
cz.cesnet.cloud.occi.infrastructure.enumeration - package cz.cesnet.cloud.occi.infrastructure.enumeration
 
cz.cesnet.cloud.occi.parser - package cz.cesnet.cloud.occi.parser
 
cz.cesnet.cloud.occi.renderer - package cz.cesnet.cloud.occi.renderer
 
cz.cesnet.cloud.occi.type - package cz.cesnet.cloud.occi.type
 

D

DEVICE_ID_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.StorageLink
 
divideUriByLastSegment(String) - Static method in class cz.cesnet.cloud.occi.parser.TextParser
 

E

Entity - Class in cz.cesnet.cloud.occi.core
Abstract class representing an OCCI Entity.
Entity(String, Kind, String, Model) - Constructor for class cz.cesnet.cloud.occi.core.Entity
Constructor.
Entity(String, Kind) - Constructor for class cz.cesnet.cloud.occi.core.Entity
Constructor.
equals(Object) - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
 
equals(Object) - Method in class cz.cesnet.cloud.occi.Collection
 
equals(Object) - Method in class cz.cesnet.cloud.occi.collection.SetCover
 
equals(Object) - Method in class cz.cesnet.cloud.occi.core.Action
 
equals(Object) - Method in class cz.cesnet.cloud.occi.core.ActionInstance
 
equals(Object) - Method in class cz.cesnet.cloud.occi.core.Attribute
 
equals(Object) - Method in class cz.cesnet.cloud.occi.core.Category
 
equals(Object) - Method in class cz.cesnet.cloud.occi.core.Entity
 
equals(Object) - Method in class cz.cesnet.cloud.occi.Model
 

F

findAction(String) - Method in class cz.cesnet.cloud.occi.Model
Finds action with given term in model.
findAction(URI) - Method in class cz.cesnet.cloud.occi.Model
Finds action with given identifier (schema+term) in model.
findKind(URI) - Method in class cz.cesnet.cloud.occi.Model
Finds kind with given identifier (schema+term) in model.
findKind(String) - Method in class cz.cesnet.cloud.occi.Model
Finds kind with given term in model.
findKindType(Kind) - Method in class cz.cesnet.cloud.occi.Model
Determines CollectionType for given kind (for parsing purposes).
findKindType(String) - Method in class cz.cesnet.cloud.occi.Model
Determines CollectionType for kind with given location (for parsing purposes).
findMixin(URI) - Method in class cz.cesnet.cloud.occi.Model
Finds mixin with given identifier (schema+term) in model.
findMixin(String) - Method in class cz.cesnet.cloud.occi.Model
Finds mixin with given term in model.
findMixin(String, String) - Method in class cz.cesnet.cloud.occi.Model
Finds mixin with given term and relation in model.
findMixin(String, URI) - Method in class cz.cesnet.cloud.occi.Model
Finds mixin with given term and relation in model.
findRelatedKinds(URI) - Method in class cz.cesnet.cloud.occi.Model
Finds kinds related to kind specified by given identifier.
findRelatedKinds(String) - Method in class cz.cesnet.cloud.occi.Model
Finds kinds related to kind specified by given term.
findRelatedMixins(URI) - Method in class cz.cesnet.cloud.occi.Model
Finds mixins related to mixin specified by given identifier.
findRelatedMixins(String) - Method in class cz.cesnet.cloud.occi.Model
Finds mixins related to mixin specified by given term.

G

GATEWAY_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
 
GATEWAY_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
 
get(String) - Method in class cz.cesnet.cloud.occi.collection.SetCover
Retrieves element rom the set.
getAction(String) - Method in class cz.cesnet.cloud.occi.Collection
Retrieves the action specified by its identifier from the collection.
getAction() - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Returns action of this instance.
getAction(String) - Method in class cz.cesnet.cloud.occi.core.Category
Returns action from category.
getAction(String) - Method in class cz.cesnet.cloud.occi.core.Resource
Returns resource's action.
getAction(String) - Method in class cz.cesnet.cloud.occi.Model
Retrieves a action from the model.
getActions() - Method in class cz.cesnet.cloud.occi.Collection
Returns all actions in the collection in form of a set.
getActions() - Method in class cz.cesnet.cloud.occi.core.Category
Returns all category's actions in form of set.
getActions() - Method in class cz.cesnet.cloud.occi.core.Resource
Returns all resource's actions in form of set.
getActions() - Method in class cz.cesnet.cloud.occi.Model
Returns all actions from the model in a form of set.
getAddress() - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
Returns ipnetwork's address (attribute occi.network.address).
getAddress() - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
Returns ipnetwork interface's address (attribute occi.networkinterface.address).
getAllocation() - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
Returns ipnetwork's allocation (attribute occi.network.allocation).
getAllocation() - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
Returns ipnetwork interface's allocation (attribute occi.networkinterface.allocation).
getArchitecture() - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Returns compute's architecture (attribute occi.compute.architecture).
getAttribute(String) - Method in class cz.cesnet.cloud.occi.core.Action
Retrieves an attribute from the action.
getAttribute(String) - Method in class cz.cesnet.cloud.occi.core.Category
Returns attribute from category.
getAttributes() - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Returns all the attributes and their values in form of map.
getAttributes() - Method in class cz.cesnet.cloud.occi.core.Action
Returns all action's attribute in form of set.
getAttributes() - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Returns all instance's attributes and their values in form of map.
getAttributes() - Method in class cz.cesnet.cloud.occi.core.Category
Returns all category's attributes in form of set.
getAttributes() - Method in class cz.cesnet.cloud.occi.core.Entity
Returns all entity's attributes and their values in form of map.
getCores() - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Returns number of compute's cores (attribute occi.compute.cores).
getDefaultAttributes() - Static method in class cz.cesnet.cloud.occi.core.Entity
Returns entity's default attributes.
getDefaultAttributes() - Static method in class cz.cesnet.cloud.occi.core.Link
 
getDefaultAttributes() - Static method in class cz.cesnet.cloud.occi.core.Resource
 
getDefaultAttributes() - Static method in class cz.cesnet.cloud.occi.infrastructure.Compute
Returns compute's default attributes.
getDefaultAttributes() - Static method in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
Returns ipnetwork's default attributes.
getDefaultAttributes() - Static method in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
Returns ipnetworkinterface's default attributes.
getDefaultAttributes() - Static method in class cz.cesnet.cloud.occi.infrastructure.Network
Returns network's default attributes.
getDefaultAttributes() - Static method in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
Returns networkinterface's default attributes.
getDefaultAttributes() - Static method in class cz.cesnet.cloud.occi.infrastructure.Storage
Returns storage's default attributes.
getDefaultAttributes() - Static method in class cz.cesnet.cloud.occi.infrastructure.StorageLink
Returns storagelink's default attributes.
getDefaultKind() - Static method in class cz.cesnet.cloud.occi.core.Link
 
getDefaultKind() - Static method in class cz.cesnet.cloud.occi.core.Resource
 
getDefaultKind() - Static method in class cz.cesnet.cloud.occi.infrastructure.Compute
Returns compute's default kind instance.
getDefaultKind() - Static method in class cz.cesnet.cloud.occi.infrastructure.Network
Returns network's default kind instance.
getDefaultKind() - Static method in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
Returns networkinterface's default kind instance.
getDefaultKind() - Static method in class cz.cesnet.cloud.occi.infrastructure.Storage
Returns storage's default kind instance.
getDefaultKind() - Static method in class cz.cesnet.cloud.occi.infrastructure.StorageLink
Returns storagelink's default kind instance.
getDefaultKindIdentifier() - Method in class cz.cesnet.cloud.occi.core.Entity
Returns entity's default kind identifier (scheme+term).
getDefaultKindIdentifier() - Method in class cz.cesnet.cloud.occi.core.Link
Returns link's default identifier 'http://schemas.ogf.org/occi/core#link'
getDefaultKindIdentifier() - Method in class cz.cesnet.cloud.occi.core.Resource
Returns resource's default identifier 'http://schemas.ogf.org/occi/core#resource'
getDefaultKindIdentifier() - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Returns compute's default identifier 'http://schemas.ogf.org/occi/infrastructure#compute'
getDefaultKindIdentifier() - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
Returns ipnetwork's default identifier 'http://schemas.ogf.org/occi/infrastructure/network#ipnetworking'
getDefaultKindIdentifier() - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
Returns ipnetworkinterface's default identifier 'http://schemas.ogf.org/occi/infrastructure/networkinterface#ipnetworkinterface'
getDefaultKindIdentifier() - Method in class cz.cesnet.cloud.occi.infrastructure.Network
Returns network's default identifier 'http://schemas.ogf.org/occi/infrastructure#network'
getDefaultKindIdentifier() - Method in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
Returns networkinterface's default identifier 'http://schemas.ogf.org/occi/infrastructure#networkinterface'
getDefaultKindIdentifier() - Method in class cz.cesnet.cloud.occi.infrastructure.Storage
Returns storage's default identifier 'http://schemas.ogf.org/occi/infrastructure#storage'
getDefaultKindIdentifier() - Method in class cz.cesnet.cloud.occi.infrastructure.StorageLink
Returns storagelink's default identifier 'http://schemas.ogf.org/occi/infrastructure#storagelink'
getDefaultMixin() - Static method in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
Returns ipnetwork's default mixin instance.
getDefaultMixin() - Static method in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
Returns ipnetworkinterface's default mixin instance.
getDefaultValue() - Method in class cz.cesnet.cloud.occi.core.Attribute
Returns attribute's default value.
getDescription() - Method in class cz.cesnet.cloud.occi.core.Attribute
Returns attribute's description.
getDeviceId() - Method in class cz.cesnet.cloud.occi.infrastructure.StorageLink
Returns storage link's device id (attribute occi.storagelink.deviceid).
getEntities() - Method in class cz.cesnet.cloud.occi.core.Category
Returns all category's entities in form of set.
getEntity(String) - Method in class cz.cesnet.cloud.occi.core.Category
Returns entity from category.
getEntityType() - Method in class cz.cesnet.cloud.occi.core.Kind
Returns kind's entity type.
getGateway() - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
Returns ipnetwork's gateway (attribute occi.network.gateway).
getGateway() - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
Returns ipnetwork interface's gateway (attribute occi.networkinterface.gateway).
getHostname() - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Returns compute's hostname (attribute occi.compute.hostname).
getId() - Method in class cz.cesnet.cloud.occi.core.Entity
Returns entity's id.
getIdentifier() - Method in class cz.cesnet.cloud.occi.core.Action
Returns action's identifier.
getIdentifier() - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Returns action's identifier.
getIdentifier() - Method in class cz.cesnet.cloud.occi.core.Attribute
Returns attribute's identifier.
getIdentifier() - Method in class cz.cesnet.cloud.occi.core.Category
Returns category's identifier.
getIdentifier() - Method in class cz.cesnet.cloud.occi.core.Entity
Returns entity's identifier.
getIdentifier() - Method in interface cz.cesnet.cloud.occi.type.Identifiable
Returns identifier by which the object is recognized.
getKind() - Method in class cz.cesnet.cloud.occi.core.Entity
Returns entity's kind.
getKind(String) - Method in class cz.cesnet.cloud.occi.Model
Retrieves a kind from the model.
getKinds() - Method in class cz.cesnet.cloud.occi.Model
Returns all kinds from the model in a form of set.
getLabel() - Method in class cz.cesnet.cloud.occi.infrastructure.Network
Returns network's label (attribute occi.network.label).
getLink(String) - Method in class cz.cesnet.cloud.occi.Collection
Retrieves the link specified by its identifier from the collection.
getLinks() - Method in class cz.cesnet.cloud.occi.Collection
Returns all links in the collection in form of a set.
getLinks(String) - Method in class cz.cesnet.cloud.occi.core.Resource
Returns resources' links which kind has given term.
getLinks(URI) - Method in class cz.cesnet.cloud.occi.core.Resource
Returns resources' links which kind has given identifier.
getLinks() - Method in class cz.cesnet.cloud.occi.core.Resource
Returns all resource's links in form of set.
getLocation() - Method in class cz.cesnet.cloud.occi.core.Category
Returns category's location.
getLocation() - Method in class cz.cesnet.cloud.occi.core.Resource
Returns resource's location.
getMac() - Method in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
Returns network interface's mac address.
getMemory() - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Returns compute's memory (attribute occi.compute.memory).
getMixin(String) - Method in class cz.cesnet.cloud.occi.core.Entity
Returns mixin form entity.
getMixin(String) - Method in class cz.cesnet.cloud.occi.Model
Retrieves a mixin from the model.
getMixins() - Method in class cz.cesnet.cloud.occi.core.Entity
Returns all mixins from entity in form of a set.
getMixins() - Method in class cz.cesnet.cloud.occi.Model
Returns all mixins from the model in a form of set.
getModel() - Method in class cz.cesnet.cloud.occi.Collection
Returns collection's model.
getModel() - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Returns instance's model.
getModel() - Method in class cz.cesnet.cloud.occi.core.Entity
Returns entity's model.
getMountpoint() - Method in class cz.cesnet.cloud.occi.infrastructure.StorageLink
Returns storage link's mountpoint (attribute occi.storagelink.mountpoint).
getName() - Method in class cz.cesnet.cloud.occi.core.Attribute
Returns attribute's name.
getNetworkInterface() - Method in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
Returns network interface's interface (attribute occi.networkinterface.interface).
getParentKind() - Method in class cz.cesnet.cloud.occi.core.Kind
Returns kind's parent kind.
getPattern() - Method in class cz.cesnet.cloud.occi.core.Attribute
Returns attribute's pattern.
getRelatedKind(String) - Method in class cz.cesnet.cloud.occi.core.Kind
Creates a relation with given kind.
getRelatedMixin(String) - Method in class cz.cesnet.cloud.occi.core.Mixin
Creates a relation with given mixin.
getRelation() - Method in class cz.cesnet.cloud.occi.core.Link
Returns link's relation.
getRelations() - Method in class cz.cesnet.cloud.occi.core.Kind
Returns all related kinds in form of set.
getRelations() - Method in class cz.cesnet.cloud.occi.core.Mixin
Returns all related mixins in form of set.
getResource(String) - Method in class cz.cesnet.cloud.occi.Collection
Retrieves the resource specified by its identifier from the collection.
getResources() - Method in class cz.cesnet.cloud.occi.Collection
Returns all resources in the collection in form of a set.
getScheme() - Method in class cz.cesnet.cloud.occi.core.Action
Returns action's scheme.
getScheme() - Method in class cz.cesnet.cloud.occi.core.Category
Returns category's scheme.
getSchemeDefault() - Method in class cz.cesnet.cloud.occi.core.Action
Returns action's default scheme 'http://schemas.ogf.org/occi/core#'
getSchemeDefault() - Static method in class cz.cesnet.cloud.occi.infrastructure.Storage
Returns storage's default scheme 'http://schemas.ogf.org/occi/infrastructure#'
getSet() - Method in class cz.cesnet.cloud.occi.collection.SetCover
Returns unmodifiable set of elements.
getSet(boolean) - Method in class cz.cesnet.cloud.occi.collection.SetCover
Returns set of elements.
getSize() - Method in class cz.cesnet.cloud.occi.infrastructure.Storage
Returns storage's size (attribute occi.storage.size).
getSource() - Method in class cz.cesnet.cloud.occi.core.Link
Returns link's source (value of occi.core.source attribute).
getSpeed() - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Returns compute's speed (attribute occi.compute.speed).
getState() - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Returns compute's state (attribute occi.compute.state).
getState() - Method in class cz.cesnet.cloud.occi.infrastructure.Network
Returns network's state (attribute occi.network.state).
getState() - Method in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
Returns network interface's state.
getState() - Method in class cz.cesnet.cloud.occi.infrastructure.Storage
Returns storage's state (attribute occi.storage.state).
getState() - Method in class cz.cesnet.cloud.occi.infrastructure.StorageLink
Returns storage link's state (attribute occi.storagelink.state).
getSummary() - Method in class cz.cesnet.cloud.occi.core.Resource
Returns resource's summary.
getTarget() - Method in class cz.cesnet.cloud.occi.core.Link
Returns link's target (value of occi.core.terget attribute).
getTerm() - Method in class cz.cesnet.cloud.occi.core.Action
Returns action's term.
getTerm() - Method in class cz.cesnet.cloud.occi.core.Category
Returns category's term.
getTermDefault() - Method in class cz.cesnet.cloud.occi.core.Action
Returns action's default term 'term'
getTermDefault() - Static method in class cz.cesnet.cloud.occi.infrastructure.Storage
Returns storage's default term 'storage'.
getTitle() - Method in class cz.cesnet.cloud.occi.core.Action
Returns action's title.
getTitle() - Method in class cz.cesnet.cloud.occi.core.Category
Returns category's title.
getTitle() - Method in class cz.cesnet.cloud.occi.core.Entity
Returns entity's title.
getType() - Method in class cz.cesnet.cloud.occi.core.Attribute
Returns attribute's type.
getValue(Attribute) - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Returns the value for the given attribute.
getValue(String) - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Returns the value for the given attribute.
getValue(Attribute) - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Returns value of the given attribute.
getValue(String) - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Returns value of the given attribute.
getValue(Attribute) - Method in class cz.cesnet.cloud.occi.core.Entity
Returns value of given attribute.
getValue(String) - Method in class cz.cesnet.cloud.occi.core.Entity
Returns value of given attribute.
getVlan() - Method in class cz.cesnet.cloud.occi.infrastructure.Network
Returns network's vlan number (attribute occi.network.vlan).
GROUP_ACTIONS - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
GROUP_ATTRIBUTES - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
GROUP_CATEGORY - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
GROUP_CLASS - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
GROUP_LOCATION - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
GROUP_REL - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
GROUP_SCHEME - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
GROUP_SELF - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
GROUP_TERM - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
GROUP_TITLE - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
GROUP_URI - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 

H

hashCode() - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
 
hashCode() - Method in class cz.cesnet.cloud.occi.Collection
 
hashCode() - Method in class cz.cesnet.cloud.occi.collection.SetCover
 
hashCode() - Method in class cz.cesnet.cloud.occi.core.Action
 
hashCode() - Method in class cz.cesnet.cloud.occi.core.ActionInstance
 
hashCode() - Method in class cz.cesnet.cloud.occi.core.Attribute
 
hashCode() - Method in class cz.cesnet.cloud.occi.core.Category
 
hashCode() - Method in class cz.cesnet.cloud.occi.core.Entity
 
hashCode() - Method in class cz.cesnet.cloud.occi.Model
 
HOSTNAME_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.Compute
 

I

ID_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.core.Entity
 
Identifiable - Interface in cz.cesnet.cloud.occi.type
 
INTERFACE_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
 
InvalidAttributeException - Exception in cz.cesnet.cloud.occi.exception
 
InvalidAttributeException(String) - Constructor for exception cz.cesnet.cloud.occi.exception.InvalidAttributeException
 
InvalidAttributeException(String, Throwable) - Constructor for exception cz.cesnet.cloud.occi.exception.InvalidAttributeException
 
InvalidAttributeValueException - Exception in cz.cesnet.cloud.occi.exception
 
InvalidAttributeValueException(String) - Constructor for exception cz.cesnet.cloud.occi.exception.InvalidAttributeValueException
 
InvalidAttributeValueException(String, Throwable) - Constructor for exception cz.cesnet.cloud.occi.exception.InvalidAttributeValueException
 
IPNetwork - Class in cz.cesnet.cloud.occi.infrastructure
Class representing an OCCI IPNetwork
IPNetwork(String, Kind, String, Model, String) - Constructor for class cz.cesnet.cloud.occi.infrastructure.IPNetwork
Constructor.
IPNetwork(String, Kind) - Constructor for class cz.cesnet.cloud.occi.infrastructure.IPNetwork
Constructor.
IPNetworkInterface - Class in cz.cesnet.cloud.occi.infrastructure
Class representing an OCCI IPNetworkInterface
IPNetworkInterface(String, Kind, String, Model) - Constructor for class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
Constructor.
IPNetworkInterface(String, Kind) - Constructor for class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
Constructor.
isImmutable() - Method in class cz.cesnet.cloud.occi.core.Attribute
Returns whether atttribute is immutable.
isRequired() - Method in class cz.cesnet.cloud.occi.core.Attribute
Returns whether atttribute is required.

J

JSONParser - Class in cz.cesnet.cloud.occi.parser
 
JSONParser() - Constructor for class cz.cesnet.cloud.occi.parser.JSONParser
 

K

Kind - Class in cz.cesnet.cloud.occi.core
Class representing an OCCI Kind.
Kind(URI, String, String, URI, Collection<Attribute>) - Constructor for class cz.cesnet.cloud.occi.core.Kind
Constructor.
Kind(URI, String) - Constructor for class cz.cesnet.cloud.occi.core.Kind
Constructor.
KIND_IDENTIFIER_DEFAULT - Static variable in class cz.cesnet.cloud.occi.core.Entity
 
KIND_IDENTIFIER_DEFAULT - Static variable in class cz.cesnet.cloud.occi.core.Link
 
KIND_IDENTIFIER_DEFAULT - Static variable in class cz.cesnet.cloud.occi.core.Resource
 
KIND_IDENTIFIER_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.Compute
 
KIND_IDENTIFIER_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.Network
 
KIND_IDENTIFIER_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
 
KIND_IDENTIFIER_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.Storage
 
KIND_IDENTIFIER_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.StorageLink
 

L

LABEL_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.Network
 
Link - Class in cz.cesnet.cloud.occi.core
Class representing an OCCI Link.
Link(String, Kind, String, Model) - Constructor for class cz.cesnet.cloud.occi.core.Link
Constructor.
Link(String, Kind) - Constructor for class cz.cesnet.cloud.occi.core.Link
Constructor.
LINK_HEADER - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
LOCATION_HEADER - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 

M

MAC_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
 
MediaType - Class in cz.cesnet.cloud.occi.parser
 
MediaType() - Constructor for class cz.cesnet.cloud.occi.parser.MediaType
 
MEMORY_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.Compute
 
merge(Collection) - Method in class cz.cesnet.cloud.occi.Collection
Merges collection's content to the current collection.
Mixin - Class in cz.cesnet.cloud.occi.core
Class representing an OCCI Mixin.
Mixin(URI, String, String, URI, Collection<Attribute>) - Constructor for class cz.cesnet.cloud.occi.core.Mixin
Constructor.
Mixin(URI, String) - Constructor for class cz.cesnet.cloud.occi.core.Mixin
Constructor.
MIXIN_IDENTIFIER_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
 
MIXIN_IDENTIFIER_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
 
Model - Class in cz.cesnet.cloud.occi
Class representing an OCCI model.
Model() - Constructor for class cz.cesnet.cloud.occi.Model
Creates an empty model.
MOUNTPOINT_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.StorageLink
 

N

Network - Class in cz.cesnet.cloud.occi.infrastructure
Class representing an OCCI Network
Network(String, Kind, String, Model, String) - Constructor for class cz.cesnet.cloud.occi.infrastructure.Network
Constructor.
Network(String, Kind) - Constructor for class cz.cesnet.cloud.occi.infrastructure.Network
Constructor.
NetworkInterface - Class in cz.cesnet.cloud.occi.infrastructure
Class representing an OCCI NetworkInterface
NetworkInterface(String, Kind, String, Model) - Constructor for class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
Constructor.
NetworkInterface(String, Kind) - Constructor for class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
Constructor.
NetworkState - Enum in cz.cesnet.cloud.occi.infrastructure.enumeration
 

P

parseCollection(String, String, Headers, CollectionType) - Method in class cz.cesnet.cloud.occi.parser.JSONParser
 
parseCollection(String, String, Headers, CollectionType) - Method in interface cz.cesnet.cloud.occi.parser.Parser
Parses an OCCI entity either from body or headers depending on mediaType and collectionType.
parseCollection(String, String, Headers, CollectionType) - Method in class cz.cesnet.cloud.occi.parser.TextParser
 
parseLocations(String, String, Headers) - Method in class cz.cesnet.cloud.occi.parser.JSONParser
 
parseLocations(String, String, Headers) - Method in interface cz.cesnet.cloud.occi.parser.Parser
Parses a list of locations either from body or headers depending on mediaType.
parseLocations(String, String, Headers) - Method in class cz.cesnet.cloud.occi.parser.TextParser
 
parseModel(String, String, Headers) - Method in class cz.cesnet.cloud.occi.parser.JSONParser
 
parseModel(String, String, Headers) - Method in interface cz.cesnet.cloud.occi.parser.Parser
Parses an OCCI model either from body or headers depending on mediaType.
parseModel(String, String, Headers) - Method in class cz.cesnet.cloud.occi.parser.TextParser
 
Parser - Interface in cz.cesnet.cloud.occi.parser
Interface for parser of OCCI messages.
ParsingException - Exception in cz.cesnet.cloud.occi.exception
 
ParsingException(String) - Constructor for exception cz.cesnet.cloud.occi.exception.ParsingException
 
ParsingException(String, Throwable) - Constructor for exception cz.cesnet.cloud.occi.exception.ParsingException
 
PATTERN_ATTRIBUTES - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
PATTERN_CATEGORY - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
PATTERN_LINK - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 

R

REGEXP_ACTION - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_ACTION_LIST - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_ALPHA - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_ATTRIBUTE_COMPONENT - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_ATTRIBUTE_DEF - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_ATTRIBUTE_LIST - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_ATTRIBUTE_PROPERTIES - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_ATTRIBUTE_REPR - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_ATTRIBUTES - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_BOOL - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_CATEGORY - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_CLASS - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_DIGIT - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_FLOAT - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_INT - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_LINK - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_LINK_INSTANCE - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_LINK_TYPE - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_LOALPHA - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_NUMBER - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_QUOTED_STRING - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_RESOURCE_TYPE - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_SCHEME - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_TERM - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_TYPE_IDENTIFIER - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_TYPE_IDENTIFIER_LIST - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_URI - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
REGEXP_URI_REF - Static variable in class cz.cesnet.cloud.occi.parser.TextParser
 
relatesTo(Kind) - Method in class cz.cesnet.cloud.occi.core.Kind
Checks whether this kind is in relation with given kind.
relatesTo(String) - Method in class cz.cesnet.cloud.occi.core.Kind
Checks whether this kind is in relation with given kind.
relatesTo(Mixin) - Method in class cz.cesnet.cloud.occi.core.Mixin
Checks whether this mixin is in relation with given mixin.
relatesTo(String) - Method in class cz.cesnet.cloud.occi.core.Mixin
Checks whether this mixin is in relation with given mixin.
remove(Attribute) - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Removes attribute from the collection.
remove(String) - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Removes attribute from the collection.
remove(E) - Method in class cz.cesnet.cloud.occi.collection.SetCover
Removes element from the set
removeAction(ActionInstance) - Method in class cz.cesnet.cloud.occi.Collection
Removes action from the collection.
removeAction(Action) - Method in class cz.cesnet.cloud.occi.core.Category
Removes action from category
removeAction(Action) - Method in class cz.cesnet.cloud.occi.core.Resource
Removes action from resource.
removeAction(Action) - Method in class cz.cesnet.cloud.occi.Model
Removes action from model.
removeAttribute(Attribute) - Method in class cz.cesnet.cloud.occi.core.Action
Removes attribute from the action.
removeAttribute(Attribute) - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Removes attribute and its value from the instance.
removeAttribute(Attribute) - Method in class cz.cesnet.cloud.occi.core.Category
Removes attribute from category
removeAttribute(String) - Method in class cz.cesnet.cloud.occi.core.Entity
Removes attribute from entity.
removeEntity(Entity) - Method in class cz.cesnet.cloud.occi.core.Category
Removes entity from category
removeKind(Kind) - Method in class cz.cesnet.cloud.occi.Model
Removes kind from model.
removeLink(Link) - Method in class cz.cesnet.cloud.occi.Collection
Removes link from the collection.
removeLink(Link) - Method in class cz.cesnet.cloud.occi.core.Resource
Removes link from resource.
removeMixin(Mixin) - Method in class cz.cesnet.cloud.occi.core.Entity
Removes mixin from entity.
removeMixin(Mixin) - Method in class cz.cesnet.cloud.occi.Model
Removes mixin from model.
removeRelation(Kind) - Method in class cz.cesnet.cloud.occi.core.Kind
Removes relation with given kind.
removeRelation(Mixin) - Method in class cz.cesnet.cloud.occi.core.Mixin
Removes relation with given mixin.
removeResource(Resource) - Method in class cz.cesnet.cloud.occi.Collection
Removes resource from the collection.
RenderingException - Exception in cz.cesnet.cloud.occi.exception
 
RenderingException(String) - Constructor for exception cz.cesnet.cloud.occi.exception.RenderingException
 
RenderingException(String, Throwable) - Constructor for exception cz.cesnet.cloud.occi.exception.RenderingException
 
Resource - Class in cz.cesnet.cloud.occi.core
Class representing an OCCI Resource.
Resource(String, Kind, String, Model, String) - Constructor for class cz.cesnet.cloud.occi.core.Resource
Constructor.
Resource(String, Kind) - Constructor for class cz.cesnet.cloud.occi.core.Resource
Constructor.

S

SCHEME_CORE_DEFAULT - Static variable in class cz.cesnet.cloud.occi.core.Category
 
SCHEME_DEFAULT - Static variable in class cz.cesnet.cloud.occi.core.Entity
 
SCHEME_DEFAULT - Static variable in class cz.cesnet.cloud.occi.core.Link
 
SCHEME_DEFAULT - Static variable in class cz.cesnet.cloud.occi.core.Resource
 
SCHEME_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.Compute
 
SCHEME_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
 
SCHEME_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
 
SCHEME_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.Network
 
SCHEME_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
 
SCHEME_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.Storage
 
SCHEME_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.StorageLink
 
SCHEME_INFRASTRUCTURE_DEFAULT - Static variable in class cz.cesnet.cloud.occi.core.Category
 
setAction(Action) - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Sets action for this instance.
setAddress(String) - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
Sets ipnetwork's address.
setAddress(String) - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
Sets ipnetwork interface's address.
setAllocation(Allocation) - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
Sets ipnetwork's allocation.
setAllocation(String) - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
Sets ipnetwork's allocation.
setAllocation(Allocation) - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
Sets ipnetwork interface's allocation.
setAllocation(String) - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
Sets ipnetwork interface's allocation.
setArchitecture(Architecture) - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Sets compute's architecture
setArchitecture(String) - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Sets compute's architecture
setCores(int) - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Sets number of compute's cores.
setCores(String) - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Sets number of compute's cores.
SetCover<E extends Identifiable> - Class in cz.cesnet.cloud.occi.collection
Collection class serving as a set for all classes identifiable.
SetCover() - Constructor for class cz.cesnet.cloud.occi.collection.SetCover
 
setDefaultValue(String) - Method in class cz.cesnet.cloud.occi.core.Attribute
Sets attribute's default value.
setDescription(String) - Method in class cz.cesnet.cloud.occi.core.Attribute
Sets attribute's description.
setDeviceId(String) - Method in class cz.cesnet.cloud.occi.infrastructure.StorageLink
Sets storage link's device id.
setEntityType(String) - Method in class cz.cesnet.cloud.occi.core.Kind
Sets kind's entity type.
setGateway(String) - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
Sets ipnetwork's gateway
setGateway(String) - Method in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
Sets ipnetwork interface's gateway
setHostname(String) - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Sets compute's hostname.
setId(String) - Method in class cz.cesnet.cloud.occi.core.Entity
Sets entity's id.
setImmutable(boolean) - Method in class cz.cesnet.cloud.occi.core.Attribute
Sets attribute's immutability.
setKind(Kind) - Method in class cz.cesnet.cloud.occi.core.Entity
Sets entity's kind.
setLabel(String) - Method in class cz.cesnet.cloud.occi.infrastructure.Network
Sets network's label.
setLocation(URI) - Method in class cz.cesnet.cloud.occi.core.Category
Sets category's location
setMac(String) - Method in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
Sets network interface's mac address
setMemory(float) - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Sets compute's memory.
setMemory(String) - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Sets compute's memory.
setModel(Model) - Method in class cz.cesnet.cloud.occi.Collection
Sets model for the whole collection (all the resources, links and actions in the collection)
setModel(Model) - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Sets model for the instance.
setModel(Model) - Method in class cz.cesnet.cloud.occi.core.Entity
Sets entity's model.
setMountpoint(String) - Method in class cz.cesnet.cloud.occi.infrastructure.StorageLink
Sets storage link's mountpoint
setName(String) - Method in class cz.cesnet.cloud.occi.core.Attribute
Sets attribute's name.
setNetworkInterface(String) - Method in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
Sets network interface's interface
setParentKind(Kind) - Method in class cz.cesnet.cloud.occi.core.Kind
Sets kind's parent kind.
setPattern(String) - Method in class cz.cesnet.cloud.occi.core.Attribute
Sets attribute's pattern.
setRelation(String) - Method in class cz.cesnet.cloud.occi.core.Link
Sets link's relation.
setRequired(boolean) - Method in class cz.cesnet.cloud.occi.core.Attribute
Sets attribute's requiredness.
setScheme(URI) - Method in class cz.cesnet.cloud.occi.core.Action
Sets action's scheme.
setScheme(URI) - Method in class cz.cesnet.cloud.occi.core.Category
Sets category's scheme.
setSize(float) - Method in class cz.cesnet.cloud.occi.infrastructure.Storage
Sets storage's size.
setSize(String) - Method in class cz.cesnet.cloud.occi.infrastructure.Storage
Sets storage's size.
setSource(Resource) - Method in class cz.cesnet.cloud.occi.core.Link
Sets link's source.
setSource(String) - Method in class cz.cesnet.cloud.occi.core.Link
Sets link's source.
setSpeed(float) - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Sets compute's speed.
setSpeed(String) - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Sets compute's speed.
setState(ComputeState) - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Sets compute's state.
setState(String) - Method in class cz.cesnet.cloud.occi.infrastructure.Compute
Sets compute's state.
setState(NetworkState) - Method in class cz.cesnet.cloud.occi.infrastructure.Network
Sets network's state.
setState(String) - Method in class cz.cesnet.cloud.occi.infrastructure.Network
Sets network's state.
setState(NetworkState) - Method in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
Sets network interface's state.
setState(String) - Method in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
Sets network interface's state.
setState(StorageState) - Method in class cz.cesnet.cloud.occi.infrastructure.Storage
Sets storage's state.
setState(String) - Method in class cz.cesnet.cloud.occi.infrastructure.Storage
Sets storage's state.
setState(StorageLinkState) - Method in class cz.cesnet.cloud.occi.infrastructure.StorageLink
Sets storage link's state.
setState(String) - Method in class cz.cesnet.cloud.occi.infrastructure.StorageLink
Sets storage link's state.
setSummary(String) - Method in class cz.cesnet.cloud.occi.core.Resource
Sets resource's summary.
setTarget(Resource) - Method in class cz.cesnet.cloud.occi.core.Link
Sets link's target.
setTarget(String) - Method in class cz.cesnet.cloud.occi.core.Link
Sets link's target.
setTerm(String) - Method in class cz.cesnet.cloud.occi.core.Action
Sets action's term.
setTerm(String) - Method in class cz.cesnet.cloud.occi.core.Category
Sets category's term.
setTitle(String) - Method in class cz.cesnet.cloud.occi.core.Action
Sets action's title.
setTitle(String) - Method in class cz.cesnet.cloud.occi.core.Category
Sets category's title
setTitle(String) - Method in class cz.cesnet.cloud.occi.core.Entity
Sets entity's title.
setType(String) - Method in class cz.cesnet.cloud.occi.core.Attribute
Sets attribute's type.
setVlan(int) - Method in class cz.cesnet.cloud.occi.infrastructure.Network
Sets network's vlan number.
setVlan(String) - Method in class cz.cesnet.cloud.occi.infrastructure.Network
Sets network's vlan number.
size() - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Returns the number of attributes in the collection.
size() - Method in class cz.cesnet.cloud.occi.collection.SetCover
Returns number of elements in the set.
SIZE_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.Storage
 
SOURCE_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.core.Link
 
SPEED_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.Compute
 
STATE_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.Compute
 
STATE_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.Network
 
STATE_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
 
STATE_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.Storage
 
STATE_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.StorageLink
 
Storage - Class in cz.cesnet.cloud.occi.infrastructure
Class representing an OCCI Storage.
Storage(String, Kind, String, Model, String) - Constructor for class cz.cesnet.cloud.occi.infrastructure.Storage
Constructor.
Storage(String, Kind) - Constructor for class cz.cesnet.cloud.occi.infrastructure.Storage
Constructor.
StorageLink - Class in cz.cesnet.cloud.occi.infrastructure
Class representing an OCCI StorageLink
StorageLink(String, Kind, String, Model) - Constructor for class cz.cesnet.cloud.occi.infrastructure.StorageLink
Constructor.
StorageLink(String, Kind) - Constructor for class cz.cesnet.cloud.occi.infrastructure.StorageLink
Constructor.
StorageLinkState - Enum in cz.cesnet.cloud.occi.infrastructure.enumeration
 
StorageState - Enum in cz.cesnet.cloud.occi.infrastructure.enumeration
 
SUMMARY_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.core.Resource
 
surroundString(String) - Static method in class cz.cesnet.cloud.occi.renderer.TextRenderer
Surrounds given string with prefix '="' and suffix '";'.
surroundString(String, String, String) - Static method in class cz.cesnet.cloud.occi.renderer.TextRenderer
Surround given string with given prefix and suffix.

T

TARGET_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.core.Link
 
TERM_DEFAULT - Static variable in class cz.cesnet.cloud.occi.core.Entity
 
TERM_DEFAULT - Static variable in class cz.cesnet.cloud.occi.core.Link
 
TERM_DEFAULT - Static variable in class cz.cesnet.cloud.occi.core.Resource
 
TERM_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.Compute
 
TERM_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.IPNetwork
 
TERM_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.IPNetworkInterface
 
TERM_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.Network
 
TERM_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.NetworkInterface
 
TERM_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.Storage
 
TERM_DEFAULT - Static variable in class cz.cesnet.cloud.occi.infrastructure.StorageLink
 
TEXT_OCCI - Static variable in class cz.cesnet.cloud.occi.parser.MediaType
 
TEXT_PLAIN - Static variable in class cz.cesnet.cloud.occi.parser.MediaType
 
TEXT_URI_LIST - Static variable in class cz.cesnet.cloud.occi.parser.MediaType
 
TextParser - Class in cz.cesnet.cloud.occi.parser
 
TextParser() - Constructor for class cz.cesnet.cloud.occi.parser.TextParser
 
TextRenderer - Class in cz.cesnet.cloud.occi.renderer
Helper class for rendering specific methods.
TextRenderer() - Constructor for class cz.cesnet.cloud.occi.renderer.TextRenderer
 
TITLE_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.core.Entity
 
toHeaders() - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Returns an occi text representation of OCCI attributes in form of headers.
toHeaders(String) - Method in class cz.cesnet.cloud.occi.core.Action
Returns an occi text representation of action link as described in OCCI standard in form of headers.
toHeaders() - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Returns an occi text representation of action instance as described in OCCI standard in form of headers.
toHeaders() - Method in class cz.cesnet.cloud.occi.core.Category
Returns an occi text representation of category and its subtypes (kinds and mixins) according to OCCI standard in form of headers.
toHeaders(boolean) - Method in class cz.cesnet.cloud.occi.core.Category
Returns an occi text representation of category and its subtypes (kinds and mixins) according to OCCI standard in form of headers.
toHeaders() - Method in class cz.cesnet.cloud.occi.core.Entity
Renders entity to its occi text form as described in OCCI standard in form of headers.
toHeaders() - Method in class cz.cesnet.cloud.occi.core.Link
Returns an occi text representation of link instance as described in OCCI standard in form of headers.
toHeaders() - Method in class cz.cesnet.cloud.occi.core.Resource
Returns a occi text representation of resource instance as described in OCCI standard in form of headers.
toInlineHeaders() - Method in class cz.cesnet.cloud.occi.core.Link
Returns an inline occi text representation of link instance as described in OCCI standard in form of headers.
toInlineText() - Method in class cz.cesnet.cloud.occi.core.Link
Returns an inline plain text representation of link instance as described in OCCI standard.
toJSON() - Method in class cz.cesnet.cloud.occi.core.Entity
Renders entity to its JSON form as described in OCCI standard.
toJSON() - Method in class cz.cesnet.cloud.occi.core.Link
Returns a JSON representation of link instance as described in OCCI standard.
toJSON() - Method in class cz.cesnet.cloud.occi.core.Resource
Returns a JSON representation of resource instance as described in OCCI standard.
toOneLineText() - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Returns text representation of OCCI attributes in one line.
toPrefixText() - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Returns a text representation of OCCI attributes with prefix.
toString() - Method in class cz.cesnet.cloud.occi.collection.AttributeMapCover
Resturns string representation of the collection
toString() - Method in class cz.cesnet.cloud.occi.collection.SetCover
Resturns string representation of the set
toString() - Method in class cz.cesnet.cloud.occi.Collection
Resturns string representation of the collection
toString() - Method in class cz.cesnet.cloud.occi.core.Action
Resturns string representation of the action
toString() - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Resturns string representation of the instance
toString() - Method in class cz.cesnet.cloud.occi.core.Attribute
Resturns string representation of the attribute
toString() - Method in class cz.cesnet.cloud.occi.core.Category
Resturns string representation of the category
toString() - Method in class cz.cesnet.cloud.occi.core.Entity
Resturns string representation of the entity
toString() - Method in class cz.cesnet.cloud.occi.core.Kind
Resturns string representation of kind
toString() - Method in class cz.cesnet.cloud.occi.core.Resource
Resturns string representation of resource
toString() - Method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.Allocation
 
toString() - Method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.Architecture
 
toString() - Method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.ComputeState
 
toString() - Method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.NetworkState
 
toString() - Method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.StorageLinkState
 
toString() - Method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.StorageState
 
toString() - Method in class cz.cesnet.cloud.occi.Model
Resturns string representation of the model
toText(String) - Method in class cz.cesnet.cloud.occi.core.Action
Returns a text representation of action link as described in OCCI standard.
toText() - Method in class cz.cesnet.cloud.occi.core.ActionInstance
Returns a plain text representation of action instance as described in OCCI standard.
toText() - Method in class cz.cesnet.cloud.occi.core.Attribute
Returns plain text representation of the attribute according to OCCI standard.
toText() - Method in class cz.cesnet.cloud.occi.core.Category
Returns a plain text representation of category and its subtypes (kinds and mixins) according to OCCI standard.
toText(boolean) - Method in class cz.cesnet.cloud.occi.core.Category
Returns a plain text representation of category and its subtypes (kinds and mixins) according to OCCI standard.
toText() - Method in class cz.cesnet.cloud.occi.core.Entity
Renders entity to its plain text form as described in OCCI standard.
toText() - Method in class cz.cesnet.cloud.occi.core.Link
Returns a plain text representation of link instance as described in OCCI standard.
toText() - Method in class cz.cesnet.cloud.occi.core.Resource
Returns a plain text representation of resource instance as described in OCCI standard.

V

valueOf(String) - Static method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.Allocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.Architecture
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.ComputeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.NetworkState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.StorageLinkState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.StorageState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.cesnet.cloud.occi.parser.CollectionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.Allocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.Architecture
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.ComputeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.NetworkState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.StorageLinkState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cesnet.cloud.occi.infrastructure.enumeration.StorageState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.cesnet.cloud.occi.parser.CollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
VLAN_ATTRIBUTE_NAME - Static variable in class cz.cesnet.cloud.occi.infrastructure.Network
 
A C D E F G H I J K L M N P R S T V 

Copyright © 2016. All Rights Reserved.