| Modifier and Type | Method and Description |
|---|---|
DomainObject |
IGenericDomainAccess.loadById(String domainObjectClassName,
int resolutionDepth,
long id)
Load a generic domain object from the graph database.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainObject> |
IGenericDomainAccess.loadByIds(String domainObjectClassName,
int resolutionDepth,
long... ids)
Load a list of generic domain objects from the graph database.
|
List<DomainObject> |
IGenericDomainAccess.loadByType(String domainObjectClassName,
int resolutionDepth,
int offset,
int count)
All objects of the type specified by domainObjectClassName or of any subtype
will be loaded as generic domain objects from the domain graph and returned in a list.
|
| Modifier and Type | Method and Description |
|---|---|
SyncInfo |
IGenericDomainAccess.getSyncInfo(DomainObject domainObject)
For every domain object stored in the graph database a SyncInfo object can be retrieved.
|
List<JcError> |
IGenericDomainAccess.store(DomainObject domainObject)
Store a domain object.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyncInfo> |
IGenericDomainAccess.getSyncInfos(List<DomainObject> domainObjects)
For every domain object stored in the graph database a SyncInfo object can be retrieved.
|
List<JcError> |
IGenericDomainAccess.store(List<DomainObject> domainObjects)
Store a list of domain objects.
|
| Modifier and Type | Method and Description |
|---|---|
static DomainObject |
InternalAccess.createDomainObject(DOType doType) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
InternalAccess.getFieldValueInternal(DomainObject domainObject,
String fieldName) |
static Object |
InternalAccess.getRawObject(DomainObject domainObject) |
static void |
InternalAccess.setRawObject(DomainObject dObj,
Object rawObject) |
| Modifier and Type | Method and Description |
|---|---|
DomainObject |
DomainModel.getCreateDomainObjectFor(Object obj) |
DomainObject |
DomainModel.getNurseryObject(Object raw) |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainModel.addNurseryObject(Object raw,
DomainObject dobj) |
void |
IDOVisitor.endVisitDomainObject(DomainObject domainObject,
DOWalker.Field field,
int depth) |
boolean |
IDOVisitor.startVisitDomainObject(DomainObject domainObject,
DOWalker.Field field,
int depth)
return false if you want to stop walking the tree at this level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDOVisitor.endVisitDomainObjects(List<DomainObject> domainObjects) |
void |
IDOVisitor.startVisitDomainObjects(List<DomainObject> domainObjects) |
| Constructor and Description |
|---|
DOWalker(DomainObject domainObject,
IDOVisitor visitor) |
| Constructor and Description |
|---|
DOWalker(List<DomainObject> dobjs,
IDOVisitor visitor) |
| Modifier and Type | Method and Description |
|---|---|
DomainObject |
DomainAccess.InternalDomainAccess.getGenericDomainObject(Object object) |
DomainObject |
DomainAccessSync.GenericDomainAccessSync.loadById(String domainObjectClassName,
int resolutionDepth,
long id) |
DomainObject |
DomainAccess.GenericDomainAccess.loadById(String domainObjectClassName,
int resolutionDepth,
long id) |
| Modifier and Type | Method and Description |
|---|---|
List<DomainObject> |
DomainAccess.InternalDomainAccess.getGenericDomainObjects(List<?> objects) |
List<DomainObject> |
DomainAccessSync.GenericDomainAccessSync.loadByIds(String domainObjectClassName,
int resolutionDepth,
long... ids) |
List<DomainObject> |
DomainAccess.GenericDomainAccess.loadByIds(String domainObjectClassName,
int resolutionDepth,
long... ids) |
List<DomainObject> |
DomainAccessSync.GenericDomainAccessSync.loadByType(String domainObjectClassName,
int resolutionDepth,
int offset,
int count) |
List<DomainObject> |
DomainAccess.GenericDomainAccess.loadByType(String domainObjectClassName,
int resolutionDepth,
int offset,
int count) |
| Modifier and Type | Method and Description |
|---|---|
SyncInfo |
DomainAccessSync.GenericDomainAccessSync.getSyncInfo(DomainObject domainObject) |
SyncInfo |
DomainAccess.GenericDomainAccess.getSyncInfo(DomainObject domainObject) |
List<JcError> |
DomainAccessSync.GenericDomainAccessSync.store(DomainObject domainObject) |
List<JcError> |
DomainAccess.GenericDomainAccess.store(DomainObject domainObject) |
| Modifier and Type | Method and Description |
|---|---|
List<SyncInfo> |
DomainAccessSync.GenericDomainAccessSync.getSyncInfos(List<DomainObject> domainObjects) |
List<SyncInfo> |
DomainAccess.GenericDomainAccess.getSyncInfos(List<DomainObject> domainObjects) |
List<JcError> |
DomainAccessSync.GenericDomainAccessSync.store(List<DomainObject> domainObjects) |
List<JcError> |
DomainAccess.GenericDomainAccess.store(List<DomainObject> domainObjects) |
| Modifier and Type | Method and Description |
|---|---|
DomainObject |
DomainState.LoadInfo.getDomainObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainState.LoadInfo.setDomainObject(DomainObject domainObject) |
| Modifier and Type | Method and Description |
|---|---|
protected DomainObjectMatch<DomainObject> |
AbstractDomainQuery.createGenMatchForInternal(List<DomainObject> domainObjects,
String domainObjectTypeName)
Create a match for a list of domain objects which were retrieved by another query.
|
DomainObjectMatch<DomainObject> |
GDomainQuery.createMatch(String domainObjectTypeName)
Create a match for a specific type of domain objects.
|
DomainObjectMatch<DomainObject> |
GDomainQuery.createMatchFor(List<DomainObject> domainObjects,
String domainObjectTypeName)
Create a match for a list of domain objects which were retrieved by another query.
|
| Modifier and Type | Method and Description |
|---|---|
protected DomainObjectMatch<DomainObject> |
AbstractDomainQuery.createGenMatchForInternal(List<DomainObject> domainObjects,
String domainObjectTypeName)
Create a match for a list of domain objects which were retrieved by another query.
|
DomainObjectMatch<DomainObject> |
GDomainQuery.createMatchFor(List<DomainObject> domainObjects,
String domainObjectTypeName)
Create a match for a list of domain objects which were retrieved by another query.
|
| Modifier and Type | Method and Description |
|---|---|
DomainObjectMatch<DomainObject> |
TraversalStep.TO_GENERIC(String domainObjectTypeName)
End the traversal of the domain object graph matching a specific type of domain objects.
|
Copyright © 2016. All rights reserved.