| Modifier and Type | Method and Description |
|---|---|
static DocSaver.Op |
DocSaver.Op.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocSaver.Op[] |
DocSaver.Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocSaver.saveDoc(com.redhat.lightblue.crud.CRUDOperationContext ctx,
DocSaver.Op op,
boolean upsert,
com.mongodb.DBCollection collection,
com.redhat.lightblue.metadata.EntityMetadata md,
com.mongodb.DBObject dbObject,
com.redhat.lightblue.crud.DocCtx inputDoc)
Inserts or saves a doc
|
void |
BasicDocSaver.saveDoc(com.redhat.lightblue.crud.CRUDOperationContext ctx,
DocSaver.Op op,
boolean upsert,
com.mongodb.DBCollection collection,
com.redhat.lightblue.metadata.EntityMetadata md,
com.mongodb.DBObject dbObject,
com.redhat.lightblue.crud.DocCtx inputDoc) |
Copyright © 2014. All rights reserved.