| Modifier and Type | Method and Description |
|---|---|
List<JcError> |
IDBAccess.clearDatabase()
removes all nodes and relations form the graph database
|
| Modifier and Type | Method and Description |
|---|---|
List<JcError> |
AbstractEmbeddedDBAccess.clearDatabase() |
List<JcError> |
ETransactionImpl.close() |
| Modifier and Type | Method and Description |
|---|---|
static List<JcError> |
DBUtil.buildErrorList(javax.ws.rs.core.Response response,
Throwable exception) |
static List<JcError> |
DBUtil.clearDatabase(IDBAccess dbAccess) |
| Modifier and Type | Method and Description |
|---|---|
List<JcError> |
RemoteDBAccess.clearDatabase() |
List<JcError> |
RTransactionImpl.close() |
| Modifier and Type | Method and Description |
|---|---|
List<JcError> |
IGenericDomainAccess.store(DomainObject domainObject)
Store a domain object.
|
List<JcError> |
IDomainAccess.store(List<?> domainObjects)
Store a list of domain objects.
|
List<JcError> |
IGenericDomainAccess.store(List<DomainObject> domainObjects)
Store a list of domain objects.
|
List<JcError> |
IDomainAccess.store(Object domainObject)
Store a domain object.
|
| Modifier and Type | Method and Description |
|---|---|
List<JcError> |
DomainAccessSync.GenericDomainAccessSync.store(DomainObject domainObject) |
List<JcError> |
DomainAccess.GenericDomainAccess.store(DomainObject domainObject) |
List<JcError> |
DomainAccessSync.store(List<?> domainObjects) |
List<JcError> |
DomainAccess.store(List<?> domainObjects) |
List<JcError> |
DomainAccessSync.GenericDomainAccessSync.store(List<DomainObject> domainObjects) |
List<JcError> |
DomainAccess.GenericDomainAccess.store(List<DomainObject> domainObjects) |
List<JcError> |
DomainAccessSync.store(Object domainObject) |
List<JcError> |
DomainAccess.store(Object domainObject) |
| Modifier and Type | Method and Description |
|---|---|
List<JcError> |
Graph.store()
Update the underlying database with changes made on the graph
|
static List<JcError> |
GrAccess.store(Graph graph,
Map<Long,Integer> elementVersionsMap) |
| Modifier and Type | Method and Description |
|---|---|
List<JcError> |
JcQueryResult.getDBErrors() |
List<JcError> |
JcQueryResult.getGeneralErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
JcQueryResult.addGeneralError(JcError generalError)
Add a general (system) error
|
| Modifier and Type | Method and Description |
|---|---|
List<JcError> |
JcResultException.getErrors() |
| Constructor and Description |
|---|
JcResultException(List<JcError> errors) |
JcResultException(List<JcError> errors,
String message) |
| Modifier and Type | Method and Description |
|---|---|
List<JcError> |
ResultHandler.store(Map<Long,Integer> elementVersionsMap)
Update the underlying database with changes made on the graph
|
| Modifier and Type | Method and Description |
|---|---|
List<JcError> |
ITransaction.close()
Close the transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static List<JcError> |
Util.collectErrors(JcQueryResult result) |
static List<JcError> |
Util.collectErrors(List<JcQueryResult> results) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Util.appendErrorList(List<JcError> errors,
StringBuilder sb) |
Copyright © 2016. All rights reserved.