Class RevisionEntry
java.lang.Object
org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
- All Implemented Interfaces:
com.mongodb.DBObject
,org.bson.BSONObject
A light-weight implementation of a MongoDB DBObject for a single revision
based map entry.
-
Constructor Details
-
RevisionEntry
-
-
Method Details
-
markAsPartialObject
public void markAsPartialObject()- Specified by:
markAsPartialObject
in interfacecom.mongodb.DBObject
-
isPartialObject
public boolean isPartialObject()- Specified by:
isPartialObject
in interfacecom.mongodb.DBObject
-
put
- Specified by:
put
in interfaceorg.bson.BSONObject
-
putAll
public void putAll(org.bson.BSONObject o) - Specified by:
putAll
in interfaceorg.bson.BSONObject
-
putAll
- Specified by:
putAll
in interfaceorg.bson.BSONObject
-
get
- Specified by:
get
in interfaceorg.bson.BSONObject
-
toMap
- Specified by:
toMap
in interfaceorg.bson.BSONObject
-
removeField
- Specified by:
removeField
in interfaceorg.bson.BSONObject
-
containsKey
- Specified by:
containsKey
in interfaceorg.bson.BSONObject
-
containsField
- Specified by:
containsField
in interfaceorg.bson.BSONObject
-
keySet
- Specified by:
keySet
in interfaceorg.bson.BSONObject
-
toString
-