- getAttributes() - Method in class ch.agent.crnickl.mongodb.MongoDB
-
- getAttributeValue(List<Chronicle>, Attribute<?>) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getAttributeValue(List<Chronicle>, Attribute<?>) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForChroniclesAndSeries
-
The method completes the attribute with the value found for one of the
entities in the list and returns true.
- getChronicle(Chronicle) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getChronicle(Surrogate) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForChroniclesAndSeries
-
Find a chronicle corresponding to a surrogate.
- getChronicleOrNull(Chronicle, String) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getChronicleOrNull(Chronicle, String) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForChroniclesAndSeries
-
Find a chronicle with a given parent and name.
- getChronicles() - Method in class ch.agent.crnickl.mongodb.MongoDB
-
- getChroniclesByAttributeValue(Property<T>, T, int) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getChroniclesByAttributeValue(Property<T>, T, int) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForChroniclesAndSeries
-
Return a list of chronicles with a given value for a given property.
- getChroniclesByParent(Chronicle) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getChroniclesByParent(Chronicle) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForChroniclesAndSeries
-
- getCollection(Surrogate) - Method in class ch.agent.crnickl.mongodb.MongoDB
-
- getFirst(Series<T>, TimeIndex) - Method in class ch.agent.crnickl.mongodb.AccessMethodsForAny
-
- getFirst(Series<Double>, TimeIndex) - Method in class ch.agent.crnickl.mongodb.AccessMethodsForNumber
-
- getId(DBObject) - Method in class ch.agent.crnickl.mongodb.MongoDatabaseMethods
-
Return the internal ID of a database object.
- getId(Surrogate) - Method in class ch.agent.crnickl.mongodb.MongoDatabaseMethods
-
Extract the internal ID of a database object from its surrogate.
- getIdOrZero(DBObject) - Method in class ch.agent.crnickl.mongodb.MongoDatabaseMethods
-
Return the internal ID of a database object or 0 if the object is null or
is in construction.
- getInstance() - Static method in class ch.agent.crnickl.mongodb.MongoDB
-
Return the MongoDB connection.
- getLast(Series<T>, TimeIndex) - Method in class ch.agent.crnickl.mongodb.AccessMethodsForAny
-
- getLast(Series<Double>, TimeIndex) - Method in class ch.agent.crnickl.mongodb.AccessMethodsForNumber
-
- getMongoDB() - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getMongoDB(Database) - Method in class ch.agent.crnickl.mongodb.MongoDatabaseMethods
-
- getMongoDB(DBObject) - Method in class ch.agent.crnickl.mongodb.MongoDatabaseMethods
-
- getMongoDB(Surrogate) - Method in class ch.agent.crnickl.mongodb.MongoDatabaseMethods
-
- getObject(Surrogate, boolean) - Method in class ch.agent.crnickl.mongodb.MongoDatabaseMethods
-
Return the MongoDB database object corresponding to a surrogate.
- getObjectId(BasicDBObject) - Method in class ch.agent.crnickl.mongodb.MongoDatabaseMethods
-
- getProperties(String) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getProperties() - Method in class ch.agent.crnickl.mongodb.MongoDB
-
- getProperties(Database, String) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForProperty
-
Find a collection of properties with names matching a pattern.
- getProperty(Surrogate) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getProperty(String) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getProperty(Database, String) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForProperty
-
Find a property by its name in a database.
- getProperty(Surrogate) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForProperty
-
Find a property corresponding to a surrogate.
- getRange(Series<T>) - Method in class ch.agent.crnickl.mongodb.AccessMethodsForAny
-
- getRange(Series<Double>) - Method in class ch.agent.crnickl.mongodb.AccessMethodsForNumber
-
- getReadMethodsForChronicleAndSeries() - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
Return the object providing read methods for chronicles and series.
- getReadMethodsForProperty() - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
Return the object providing read methods for properties.
- getReadMethodsForSchema() - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
Return the object providing read methods for schemas.
- getReadMethodsForValueType() - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
Return the object providing read methods for value types.
- getSchema(Surrogate) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForSchema
-
Find a schema corresponding to a surrogate.
- getSchemas() - Method in class ch.agent.crnickl.mongodb.MongoDB
-
- getSchemaSurrogateList(Database, String) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForSchema
-
Find a collection of schema surrogates with labels matching a pattern.
- getSchemaSurrogates(String) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getSchemaUpdatePolicy() - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getSeries(Chronicle, String[], int[]) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getSeries(Surrogate) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getSeries() - Method in class ch.agent.crnickl.mongodb.MongoDB
-
- getSeries(Surrogate) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForChroniclesAndSeries
-
Find a series corresponding to a surrogate.
- getSeries(Chronicle, String[], int[]) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForChroniclesAndSeries
-
Return array of series in the positions corresponding to the
requested numbers.
- getUpdatableSchema(Surrogate) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getUser() - Method in class ch.agent.crnickl.mongodb.MongoDB
-
- getValues(Series<T>, Range, TimeAddressable<T>) - Method in class ch.agent.crnickl.mongodb.AccessMethodsForAny
-
- getValues(Series<Double>, Range, TimeAddressable<Double>) - Method in class ch.agent.crnickl.mongodb.AccessMethodsForNumber
-
- getValueType(String) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getValueType(Surrogate) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getValueType(Database, String) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForValueType
-
Find a value type with a given name.
- getValueType(Surrogate) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForValueType
-
Find a value type corresponding to a surrogate.
- getValueTypes(String) - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
- getValueTypes() - Method in class ch.agent.crnickl.mongodb.MongoDB
-
- getValueTypes(Database, String) - Method in class ch.agent.crnickl.mongodb.ReadMethodsForValueType
-
Find a collection of value types with names matching a pattern.
- getWriteMethodsForChroniclesAndSeries() - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
Return the object providing write methods for chronicles and series.
- getWriteMethodsForProperty() - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
Return the object providing write methods for properties.
- getWriteMethodsForSchema() - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
Return the object providing write methods for schemas.
- getWriteMethodsForValueType() - Method in class ch.agent.crnickl.mongodb.MongoDatabase
-
Return the object providing write methods for value types.