Package | Description |
---|---|
cz.cesnet.cloud.occi | |
cz.cesnet.cloud.occi.core | |
cz.cesnet.cloud.occi.infrastructure | |
cz.cesnet.cloud.occi.parser |
Modifier and Type | Method and Description |
---|---|
Model |
Collection.getModel()
Returns collection's model.
|
Modifier and Type | Method and Description |
---|---|
void |
Collection.setModel(Model model)
Sets model for the whole collection (all the resources, links and actions
in the collection)
|
Modifier and Type | Method and Description |
---|---|
Model |
Entity.getModel()
Returns entity's model.
|
Model |
ActionInstance.getModel()
Returns instance's model.
|
Modifier and Type | Method and Description |
---|---|
void |
Entity.setModel(Model model)
Sets entity's model.
|
void |
ActionInstance.setModel(Model model)
Sets model for the instance.
|
Constructor and Description |
---|
Entity(String id,
Kind kind,
String title,
Model model)
Constructor.
|
Link(String id,
Kind kind,
String title,
Model model)
Constructor.
|
Resource(String id,
Kind kind,
String title,
Model model,
String summary)
Constructor.
|
Constructor and Description |
---|
Compute(String id,
Kind kind,
String title,
Model model,
String summary)
Constructor.
|
IPNetwork(String id,
Kind kind,
String title,
Model model,
String summary)
Constructor.
|
IPNetworkInterface(String id,
Kind kind,
String title,
Model model)
Constructor.
|
Network(String id,
Kind kind,
String title,
Model model,
String summary)
Constructor.
|
NetworkInterface(String id,
Kind kind,
String title,
Model model)
Constructor.
|
Storage(String id,
Kind kind,
String title,
Model model,
String summary)
Constructor.
|
StorageLink(String id,
Kind kind,
String title,
Model model)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Model |
JSONParser.parseModel(String mediaType,
String body,
com.sun.net.httpserver.Headers headers) |
Model |
Parser.parseModel(String mediaType,
String body,
com.sun.net.httpserver.Headers headers)
Parses an OCCI model either from body or headers depending on mediaType.
|
Model |
TextParser.parseModel(String mediaType,
String body,
com.sun.net.httpserver.Headers headers) |
Copyright © 2016. All Rights Reserved.