public interface IDomainAccessFactory
| Modifier and Type | Field and Description |
|---|---|
static IDomainAccessFactory |
INSTANCE |
static IDomainAccessFactory |
INSTANCE_SYNCHRONIZED |
| Modifier and Type | Method and Description |
|---|---|
IDomainAccess |
createDomainAccess(IDBAccess dbAccess,
String domainName)
Create a domain accessor.
|
IDomainAccess |
createDomainAccess(IDBAccess dbAccess,
String domainName,
IDomainAccess.DomainLabelUse domainLabelUse)
Create a domain accessor.
|
IGenericDomainAccess |
createGenericDomainAccess(IDBAccess dbAccess,
String domainName)
Create a domain accessor which works with a generic domain model.
|
IGenericDomainAccess |
createGenericDomainAccess(IDBAccess dbAccess,
String domainName,
IDomainAccess.DomainLabelUse domainLabelUse)
Create a domain accessor which works with a generic domain model.
|
static final IDomainAccessFactory INSTANCE
static final IDomainAccessFactory INSTANCE_SYNCHRONIZED
IDomainAccess createDomainAccess(IDBAccess dbAccess, String domainName)
dbAccess - the graph database connectiondomainName - IDomainAccess createDomainAccess(IDBAccess dbAccess, String domainName, IDomainAccess.DomainLabelUse domainLabelUse)
dbAccess - the graph database connectiondomainName - domainLabelUse - --Note: Consistency may be corrupted, if you change domainLabelUse
on different creations of DomainAccess to the same domain.IGenericDomainAccess createGenericDomainAccess(IDBAccess dbAccess, String domainName)
dbAccess - the graph database connectiondomainName - IGenericDomainAccess createGenericDomainAccess(IDBAccess dbAccess, String domainName, IDomainAccess.DomainLabelUse domainLabelUse)
dbAccess - the graph database connectiondomainName - domainLabelUse - --Note: Consistency may be corrupted, if you change domainLabelUse
on different creations of DomainAccess to the same domain.Copyright © 2016. All rights reserved.