Package | Description |
---|---|
cz.cesnet.cloud.occi | |
cz.cesnet.cloud.occi.core |
Modifier and Type | Method and Description |
---|---|
ActionInstance |
Collection.getAction(String actionIdentifier)
Retrieves the action specified by its identifier from the collection.
|
Modifier and Type | Method and Description |
---|---|
Set<ActionInstance> |
Collection.getActions()
Returns all actions in the collection in form of a set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Collection.addAction(ActionInstance action)
Adds action instance to the collection.
|
boolean |
Collection.containsAction(ActionInstance action)
Checks whether collection contains the action.
|
boolean |
Collection.removeAction(ActionInstance action)
Removes action from the collection.
|
Modifier and Type | Method and Description |
---|---|
int |
ActionInstance.compareTo(ActionInstance a)
Comapres two instances lexicographically based on their actions.
|
Copyright © 2016. All Rights Reserved.