public interface ProfiledDocumentsI<P extends ProfiledDocument>
| Modifier and Type | Method and Description |
|---|---|
P |
createNew(org.bson.Document toCreate) |
void |
deleteById(String id) |
void |
deleteById(String id,
Boolean force) |
P |
getById(String id) |
Configuration |
getConfiguration() |
P |
performStep(String id,
String step,
org.bson.Document request) |
String |
querForJSON(QueryRequest request) |
Iterator<P> |
query(QueryRequest request) |
P createNew(org.bson.Document toCreate) throws RemoteException
RemoteExceptionvoid deleteById(String id) throws RemoteException
RemoteExceptionvoid deleteById(String id, Boolean force) throws RemoteException
RemoteExceptionP getById(String id) throws RemoteException
RemoteExceptionConfiguration getConfiguration() throws RemoteException
RemoteExceptionIterator<P> query(QueryRequest request) throws RemoteException
RemoteExceptionString querForJSON(QueryRequest request) throws RemoteException
RemoteExceptionCopyright © 2021. All Rights Reserved.