Package | Description |
---|---|
cz.cesnet.cloud.occi | |
cz.cesnet.cloud.occi.core |
Modifier and Type | Method and Description |
---|---|
Action |
Model.findAction(String term)
Finds action with given term in model.
|
Action |
Model.findAction(URI identifier)
Finds action with given identifier (schema+term) in model.
|
Action |
Model.getAction(String actionIdentifier)
Retrieves a action from the model.
|
Modifier and Type | Method and Description |
---|---|
Set<Action> |
Model.getActions()
Returns all actions from the model in a form of set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Model.addAction(Action action)
Adds action to the model.
|
boolean |
Model.containsAction(Action action)
Checks whether model contains a action
|
boolean |
Model.removeAction(Action action)
Removes action from model.
|
Modifier and Type | Method and Description |
---|---|
Action |
ActionInstance.getAction()
Returns action of this instance.
|
Action |
Category.getAction(String actionIdentifier)
Returns action from category.
|
Action |
Resource.getAction(String actionIdentifier)
Returns resource's action.
|
Modifier and Type | Method and Description |
---|---|
Set<Action> |
Category.getActions()
Returns all category's actions in form of set.
|
Set<Action> |
Resource.getActions()
Returns all resource's actions in form of set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Category.addAction(Action action)
Adds given action to category.
|
boolean |
Resource.addAction(Action action)
Adds action to the resource.
|
int |
Action.compareTo(Action a)
Comapres two actions lexicographically based on their identifier.
|
boolean |
Category.containsAction(Action action)
Checks whether category has given action.
|
boolean |
Resource.containsAction(Action action)
Checks whether resource contains given action.
|
boolean |
Category.removeAction(Action action)
Removes action from category
|
boolean |
Resource.removeAction(Action action)
Removes action from resource.
|
void |
ActionInstance.setAction(Action action)
Sets action for this instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Resource.addActions(Collection<Action> actions)
Adds actions to the resource.
|
Constructor and Description |
---|
ActionInstance(Action action)
Constructor.
|
Copyright © 2016. All Rights Reserved.