A B C D E G H I K L M N O P R S T U V _

A

add(T) - Method in class org.gcube.data.gml.elements.InnerElements
Adds an element to the document, binding the element to the document.
addProperty(GCubeElementProperty) - Method in class org.gcube.data.gml.elements.BaseElement
Adds a generic property to the element, replacing any property with the same key.
ALTERNATIVE - Static variable in class org.gcube.data.gml.constants.Labels
Alternative representation property.
alternatives() - Method in class org.gcube.data.gml.elements.GCubeDocument
Returns the GCubeAlternative elements of the document for read and write access.
ANNOTATION - Static variable in class org.gcube.data.gml.constants.Labels
Annotation property.
annotation() - Method in class org.gcube.data.gml.elements.AnnotationThread
 
AnnotationElements - Class in org.gcube.data.gml.elements
 
annotations() - Method in class org.gcube.data.gml.elements.AnnotationThread
Returns the annotation in the thread.
annotations() - Method in class org.gcube.data.gml.elements.GCubeDocument
Returns the GCubeAnnotation elements of the document for read and write access.
AnnotationThread - Class in org.gcube.data.gml.elements
A tree-shaped thread of annotation.
AnnotationThread(GCubeAnnotation) - Constructor for class org.gcube.data.gml.elements.AnnotationThread
Creates a thread rooted in a given annotation.
AnnotationThread(GCubeAnnotation, List<AnnotationThread>) - Constructor for class org.gcube.data.gml.elements.AnnotationThread
Creates a thread rooted in a given annotation and with zero or more response threads.
answers() - Method in class org.gcube.data.gml.elements.AnnotationThread
Returns the threads that answer to the annotation of this thread.

B

BaseElement - Class in org.gcube.data.gml.elements
Partial implementation of GCubeElements.
BaseInnerElement - Class in org.gcube.data.gml.elements
Partial implementation of GCubeElements that occur within GCubeDocuments.
BYTESTREAM - Static variable in class org.gcube.data.gml.constants.Labels
Content property.
bytestream() - Method in class org.gcube.data.gml.elements.BaseElement
Returns the element's bytestream.
bytestream() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns the element's bytestream.
BYTESTREAM_URI - Static variable in class org.gcube.data.gml.constants.Labels
Content URL property.
bytestreamURI() - Method in class org.gcube.data.gml.elements.BaseElement
Returns a URI to the element's bytestream.
bytestreamURI() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns a URI to the element's bytestream.

C

calendarToString(Calendar) - Static method in class org.gcube.data.gml.elements.Conversions
Formats a Calendar into a String.
collectionID() - Method in class org.gcube.data.gml.elements.GCubeDocument
Returns the identifier of the document's collection
contains(GCubeAnnotation) - Method in class org.gcube.data.gml.elements.AnnotationThread
Returns true if the thread contains a given annotation.
contains(String) - Method in class org.gcube.data.gml.elements.InnerElements
Indicates the existence of an element.
Conversions - Class in org.gcube.data.gml.elements
 
Conversions() - Constructor for class org.gcube.data.gml.elements.Conversions
 
CREATION_TIME - Static variable in class org.gcube.data.gml.constants.Labels
Creation time property.
creationTime() - Method in class org.gcube.data.gml.elements.BaseElement
Returns the creation time of the element.
creationTime() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns the creation time of the element.

D

delta() - Method in class org.gcube.data.gml.elements.GCubeDocument
 
document() - Method in class org.gcube.data.gml.elements.BaseInnerElement
Returns the containing GCubeDocument.
document() - Method in interface org.gcube.data.gml.elements.GCubeInnerElement
Returns the containing GCubeDocument.

E

elements() - Method in class org.gcube.data.gml.elements.GCubeDocument
Returns all the elements of the document, in no particular order.
equals(Object) - Method in class org.gcube.data.gml.elements.BaseElement
 
equals(Object) - Method in class org.gcube.data.gml.elements.GCubeAnnotation
 
equals(Object) - Method in class org.gcube.data.gml.elements.GCubeDocument
 
equals(Object) - Method in class org.gcube.data.gml.elements.GCubeElementProperty
 
equals(Object) - Method in class org.gcube.data.gml.elements.GCubePart
 

G

GCubeAlternative - Class in org.gcube.data.gml.elements
An alternative representation of a GCubeDocument.
GCubeAlternative() - Constructor for class org.gcube.data.gml.elements.GCubeAlternative
 
GCubeAlternative(String) - Constructor for class org.gcube.data.gml.elements.GCubeAlternative
 
GCubeAnnotation - Class in org.gcube.data.gml.elements
An annotation for a GCubeDocument.
GCubeAnnotation() - Constructor for class org.gcube.data.gml.elements.GCubeAnnotation
Creates an instance.
GCubeAnnotation(String) - Constructor for class org.gcube.data.gml.elements.GCubeAnnotation
Creates an instance that act as a proxy for a given annotation.
GCubeDocument - Class in org.gcube.data.gml.elements
A gCube Document.
GCubeDocument() - Constructor for class org.gcube.data.gml.elements.GCubeDocument
Creates an instance.
GCubeDocument(String) - Constructor for class org.gcube.data.gml.elements.GCubeDocument
Creates an instance that act as a proxy for a given document.
GCubeDocument(String, String) - Constructor for class org.gcube.data.gml.elements.GCubeDocument
Creates an instance that act as a proxy for a given document in given collection.
GCubeElement - Interface in org.gcube.data.gml.elements
The read-only interface of all elements of the gCube Document Model, including GCubeDocuments and their inner elements.
GCubeElementProperty - Class in org.gcube.data.gml.elements
Defines a GCubeElement property.
GCubeElementProperty(String) - Constructor for class org.gcube.data.gml.elements.GCubeElementProperty
Creates a new property.
GCubeElementProperty(String, String) - Constructor for class org.gcube.data.gml.elements.GCubeElementProperty
Creates a new property.
GCubeElementProperty(String, String, String) - Constructor for class org.gcube.data.gml.elements.GCubeElementProperty
Creates a new property.
GCubeInnerElement - Interface in org.gcube.data.gml.elements
 
GCubeMetadata - Class in org.gcube.data.gml.elements
A metadata record for a GCubeDocument.
GCubeMetadata() - Constructor for class org.gcube.data.gml.elements.GCubeMetadata
 
GCubeMetadata(String) - Constructor for class org.gcube.data.gml.elements.GCubeMetadata
 
GCubePart - Class in org.gcube.data.gml.elements
A part of a GCubeDocument.
GCubePart() - Constructor for class org.gcube.data.gml.elements.GCubePart
 
GCubePart(String) - Constructor for class org.gcube.data.gml.elements.GCubePart
 
get(String) - Method in class org.gcube.data.gml.elements.InnerElements
Returns an element.

H

hashCode() - Method in class org.gcube.data.gml.elements.BaseElement
 
hashCode() - Method in class org.gcube.data.gml.elements.GCubeAnnotation
 
hashCode() - Method in class org.gcube.data.gml.elements.GCubeDocument
 
hashCode() - Method in class org.gcube.data.gml.elements.GCubeElementProperty
 
hashCode() - Method in class org.gcube.data.gml.elements.GCubePart
 

I

id() - Method in class org.gcube.data.gml.elements.BaseElement
Returns the identifier of the element.
id() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns the identifier of the element.
InnerElements<T extends BaseInnerElement> - Class in org.gcube.data.gml.elements
Group of typed elements of the document.
isNew() - Method in class org.gcube.data.gml.elements.BaseElement
Indicates whether the element is new within the system or if it proxies instead an existing element.
isTracked() - Method in class org.gcube.data.gml.elements.GCubeDocument
 
iterator() - Method in class org.gcube.data.gml.elements.InnerElements

K

key() - Method in class org.gcube.data.gml.elements.GCubeElementProperty
 

L

Labels - Class in org.gcube.data.gml.constants
Represents all conventional label used in gdoc model.
Labels() - Constructor for class org.gcube.data.gml.constants.Labels
 
LANGUAGE - Static variable in class org.gcube.data.gml.constants.Labels
Language property.
language() - Method in class org.gcube.data.gml.elements.BaseElement
Returns the language of the element.
language() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns the language of the element.
LAST_UPDATE - Static variable in class org.gcube.data.gml.constants.Labels
Last update property.
lastUpdate() - Method in class org.gcube.data.gml.elements.BaseElement
Returns the time of last update of the element.
lastUpdate() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns the time of last update of the element.
LENGTH - Static variable in class org.gcube.data.gml.constants.Labels
Content length property.
length() - Method in class org.gcube.data.gml.elements.BaseElement
Returns the length of the element's bytestream.
length() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns the length of the element's bytestream.

M

METADATA - Static variable in class org.gcube.data.gml.constants.Labels
Metadata property.
metadata() - Method in class org.gcube.data.gml.elements.GCubeDocument
Returns the GCubeMetadata elements of the document for read and write access.
MetadataElements - Class in org.gcube.data.gml.elements
 
MIME_TYPE - Static variable in class org.gcube.data.gml.constants.Labels
Content mime type property.
mimeType() - Method in class org.gcube.data.gml.elements.BaseElement
Returns the Mime type of the element.
mimeType() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns the Mime type of the element.

N

NAME - Static variable in class org.gcube.data.gml.constants.Labels
Name property.
name() - Method in class org.gcube.data.gml.elements.BaseElement
Returns the descriptive name of the element.
name() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns the descriptive name of the element.

O

ORDER - Static variable in class org.gcube.data.gml.constants.Labels
Part order property.
order() - Method in class org.gcube.data.gml.elements.GCubePart
Returns the order of the part within the document.
org.gcube.data.gml.constants - package org.gcube.data.gml.constants
 
org.gcube.data.gml.elements - package org.gcube.data.gml.elements
 

P

PART - Static variable in class org.gcube.data.gml.constants.Labels
Part property.
parts() - Method in class org.gcube.data.gml.elements.GCubeDocument
Returns the GCubePart elements of the document for read and write access.
postBinding(GCubeDocument) - Method in class org.gcube.data.gml.elements.BaseInnerElement
 
postBinding(GCubeDocument) - Method in class org.gcube.data.gml.elements.GCubeAnnotation
postBinding(GCubeDocument) - Method in class org.gcube.data.gml.elements.GCubePart
PREVIOUS - Static variable in class org.gcube.data.gml.constants.Labels
Previous annotation order property.
previous() - Method in class org.gcube.data.gml.elements.GCubeAnnotation
Returns the annotation that precedes this annotation in an annotation thread, if available in the containing document.
previous() - Method in class org.gcube.data.gml.elements.GCubePart
Returns the part that precedes this part.
previousID() - Method in class org.gcube.data.gml.elements.GCubeAnnotation
Returns the identifier of the annotation that precedes this element in an annotation thread.
properties() - Method in class org.gcube.data.gml.elements.BaseElement
Returns the generic properties of the element.
properties() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns the generic properties of the element.
PROPERTY - Static variable in class org.gcube.data.gml.constants.Labels
'Property' property.
property(String) - Method in class org.gcube.data.gml.elements.BaseElement
Returns a generic property of the element.
property(String) - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns a generic property of the element.
PROPERTY_TYPE - Static variable in class org.gcube.data.gml.constants.Labels
'Property Type' property.
PROPERTY_VALUE - Static variable in class org.gcube.data.gml.constants.Labels
'Property' value property.

R

remove(String) - Method in class org.gcube.data.gml.elements.InnerElements
Removes an element.
remove(T) - Method in class org.gcube.data.gml.elements.InnerElements
Removes an element from the document.
removeFromThread(GCubeAnnotation) - Method in class org.gcube.data.gml.elements.AnnotationElements
Removes an annotation and the annotation that follow it in the thread, if any.
removeFromThread(String) - Method in class org.gcube.data.gml.elements.AnnotationElements
Removes an annotation and the annotation that follow it in the thread, if any.
removeProperty(String) - Method in class org.gcube.data.gml.elements.BaseElement
Remove a generic property of the element.
resetChanges() - Method in class org.gcube.data.gml.elements.GCubeDocument
 
resolveBytestream() - Method in class org.gcube.data.gml.elements.BaseElement
Returns an InputStream over the element's bytestream, resolving it if it is referenced by a URI.
resolveBytestream() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns an InputStream over the element's bytestream, resolving it if it is referenced by a URI.

S

SCHEMA_NAME - Static variable in class org.gcube.data.gml.constants.Labels
Schema name property.
SCHEMA_URI - Static variable in class org.gcube.data.gml.constants.Labels
Schema URI property.
schemaName() - Method in class org.gcube.data.gml.elements.BaseElement
Returns the descriptive name of the element's schema.
schemaName() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns the descriptive name of the element's schema.
schemaURI() - Method in class org.gcube.data.gml.elements.BaseElement
Return the URI of the element's schema.
schemaURI() - Method in interface org.gcube.data.gml.elements.GCubeElement
Return the URI of the element's schema.
setBytestream(InputStream) - Method in class org.gcube.data.gml.elements.BaseElement
Sets the element's bytestream.
setBytestream(Reader) - Method in class org.gcube.data.gml.elements.BaseElement
Sets the element's bytestream.
setBytestream(byte[]) - Method in class org.gcube.data.gml.elements.BaseElement
Sets the element's bytestream.
setBytestreamURI(URI) - Method in class org.gcube.data.gml.elements.BaseElement
Sets the URI of the bytestream.
setCollectionID(String) - Method in class org.gcube.data.gml.elements.GCubeDocument
Sets the identifier of the document's collection.
setLanguage(Locale) - Method in class org.gcube.data.gml.elements.BaseElement
Sets the language of the element from the corresponding Locale.
setLenght(Long) - Method in class org.gcube.data.gml.elements.BaseElement
Sets the length
setMimeType(String) - Method in class org.gcube.data.gml.elements.BaseElement
Sets the content's Mime type.
setName(String) - Method in class org.gcube.data.gml.elements.BaseElement
Sets the element name.
setOrder(int) - Method in class org.gcube.data.gml.elements.GCubePart
Sets the order of the part within the document.
setPrevious(GCubeAnnotation) - Method in class org.gcube.data.gml.elements.GCubeAnnotation
Sets the annotation that precedes this annotation in an annotation thread.
setSchemaName(String) - Method in class org.gcube.data.gml.elements.BaseElement
Sets the descriptive name of the element's schema.
setSchemaURI(URI) - Method in class org.gcube.data.gml.elements.BaseElement
Sets the URI of the element's schema.
setType(String) - Method in class org.gcube.data.gml.elements.BaseElement
Sets the element type.
setType(String) - Method in class org.gcube.data.gml.elements.GCubeElementProperty
 
setValue(String) - Method in class org.gcube.data.gml.elements.GCubeElementProperty
 
size() - Method in class org.gcube.data.gml.elements.InnerElements
Returns the number of elements.

T

threads() - Method in class org.gcube.data.gml.elements.AnnotationElements
Returns the annotation threads in the document.
toDocument(Reader) - Static method in class org.gcube.data.gml.elements.Conversions
Returns a GCubeDocument from a textual stream.
toDocument(Tree) - Static method in class org.gcube.data.gml.elements.Conversions
Converts the specified Tree into a GCubeDocument.
toList() - Method in class org.gcube.data.gml.elements.InnerElements
Returns the elements.
toString() - Method in class org.gcube.data.gml.elements.AnnotationThread
toString() - Method in class org.gcube.data.gml.elements.BaseElement
toString() - Method in class org.gcube.data.gml.elements.GCubeAlternative
 
toString() - Method in class org.gcube.data.gml.elements.GCubeAnnotation
toString(List<GCubeAnnotation>, boolean) - Static method in class org.gcube.data.gml.elements.GCubeAnnotation
 
toString() - Method in class org.gcube.data.gml.elements.GCubeDocument
toString() - Method in class org.gcube.data.gml.elements.GCubeElementProperty
toString() - Method in class org.gcube.data.gml.elements.GCubeMetadata
toString() - Method in class org.gcube.data.gml.elements.GCubePart
toString() - Method in class org.gcube.data.gml.elements.InnerElements
toTree(GCubeDocument) - Static method in class org.gcube.data.gml.elements.Conversions
Converts the a GCubeDocument to a Tree.
toXML(GCubeDocument) - Static method in class org.gcube.data.gml.elements.Conversions
Converts a GCubeDocument into its textual representation.
trackChanges() - Method in class org.gcube.data.gml.elements.GCubeDocument
 
TYPE - Static variable in class org.gcube.data.gml.constants.Labels
Type property.
type() - Method in class org.gcube.data.gml.elements.BaseElement
Returns the type of the element.
type() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns the type of the element.
type() - Method in class org.gcube.data.gml.elements.GCubeElementProperty
 

U

uri() - Method in class org.gcube.data.gml.elements.BaseInnerElement
Returns the storage URI of the element.
uri() - Method in class org.gcube.data.gml.elements.GCubeDocument
Returns the storage URI of the element.
uri() - Method in interface org.gcube.data.gml.elements.GCubeElement
Returns the storage URI of the element.

V

value() - Method in class org.gcube.data.gml.elements.GCubeElementProperty
 

_

_setPrevious(GCubeAnnotation) - Method in class org.gcube.data.gml.elements.GCubeAnnotation
 

A B C D E G H I K L M N O P R S T U V _

Copyright © 2012. All Rights Reserved.