Package | Description |
---|---|
org.gcube.informationsystem.collector.impl.resources |
Modifier and Type | Method and Description |
---|---|
void |
BaseDAIXResource.deserializeFromIndexing(java.lang.String content)
Deserializes the content retrieved from the XML storage
|
void |
DAIXResource.deserializeFromIndexing(java.lang.String content)
Deserializes the content retrieved from the XML storage
|
void |
GCUBEProfileResource.deserializeFromIndexing(java.lang.String content)
Deserializes the content retrieved from the XML storage
|
java.lang.String |
BaseDAIXResource.getCollectionName() |
java.lang.String |
DAIXResource.getCollectionName() |
java.lang.String |
GCUBEProfileResource.getCollectionName() |
org.w3c.dom.Document |
BaseDAIXResource.getContent() |
org.w3c.dom.Document |
DAIXResource.getContent()
The resource content as
Document |
long |
GCUBEXMLResource.getLastUpdateTimeinMills() |
java.lang.String |
DAIXResource.getResourceName() |
java.lang.String |
DAIXResource.serializeForIndexing()
Creates a serialization of the resource to be indexed
|
void |
BaseDAIXResource.setContent(org.w3c.dom.Document content) |
void |
DAIXResource.setContent(org.w3c.dom.Document content) |
void |
BaseDAIXResource.setContent(java.lang.String content) |
void |
DAIXResource.setContent(java.lang.String content) |
java.lang.String |
BaseDAIXResource.toStringFromElement(java.lang.String elementName)
Returns a sub-serialization of the given XML, starting from the element name
|
java.lang.String |
DAIXResource.toStringFromElement(java.lang.String elementName) |