Modifier and Type | Field and Description |
---|---|
protected DataAccessManager |
ResourceImpl.dataAccessManager
The data access manager is to be used only by the resource implementation and users of the
resource are not needed to use this.
|
Modifier and Type | Method and Description |
---|---|
DataAccessManager |
LogEntryCollection.getDataAccessManager()
Get the data access manager associated with the log entry.
|
Modifier and Type | Method and Description |
---|---|
void |
LogEntryCollection.setDataAccessManager(DataAccessManager dataAccessManager)
Set the data access manager associated with the log entry.
|
void |
CollectionVersionImpl.setDataAccessManager(DataAccessManager dataAccessManager) |
void |
ResourceImpl.setDataAccessManager(DataAccessManager dataAccessManager)
Method to set the data access manager.
|
Modifier and Type | Method and Description |
---|---|
static void |
NodeGroupLock.init(DataAccessManager dataAccessManager)
Initializes the Node Group Lock Object.
|
Modifier and Type | Method and Description |
---|---|
DataAccessManager |
RegistryContext.getDataAccessManager()
Return the data access manager, created using the database configuration associated with the
registry context
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryContext.setDataAccessManager(DataAccessManager dataAccessManager)
Set the data access manager.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceDAO.fillChildren(CollectionImpl collection,
DataAccessManager dataAccessManager)
Fill the children for a resource that already filled with meta data.
|
int |
ResourceDAO.getChildCount(CollectionImpl collection,
DataAccessManager dataAccessManager)
Method to return a child count of a collection (database connection should also be provided)
|
String[] |
ResourceVersionDAO.getChildPaths(ResourceIDImpl resourceID,
VersionRetriever versionRetriever,
int parentVersionIndex,
int start,
int pageLen,
long snapshotID,
DataAccessManager dataAccessManager)
Get the child paths of a resource, (should be a collection)
|
String[] |
ResourceDAO.getChildren(CollectionImpl collection,
int start,
int pageLen,
DataAccessManager dataAccessManager)
Get the children of the collection.
|
List |
LogsDAO.getLogList(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean descending,
DataAccessManager dataAccessManager)
Method to get a list of log entries.
|
LogEntry[] |
LogsDAO.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean descending,
DataAccessManager dataAccessManager)
Method to get a list of log entries.
|
LogEntry[] |
LogsDAO.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean descending,
int start,
int pageLen,
DataAccessManager dataAccessManager)
Method to get a list of log entries.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterLock.init(DataAccessManager dataAccessManager,
String clusterLockTableStatement)
Initializes the Node Group Lock Object.
|
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedRegistry.configure(DataAccessManager dataAccessManager,
org.wso2.carbon.user.core.service.RealmService realmService)
Configures and initiates the Embedded registry with a (new) data source and a realm.
|
Constructor and Description |
---|
Repository(DataAccessManager dataAccessManager,
VersionRepository versionRepository,
boolean versionOnChange,
RecursionRepository recursionRepository)
Constructs a Repository
|
VersionRepository(DataAccessManager dataAccessManager)
Constructor accepting data access manager.
|
Modifier and Type | Method and Description |
---|---|
void |
JDBCResourceDAO.fillChildren(CollectionImpl collection,
DataAccessManager dataAccessManager) |
int |
JDBCResourceDAO.getChildCount(CollectionImpl collection,
DataAccessManager dataAccessManager) |
String[] |
JDBCResourceVersionDAO.getChildPaths(ResourceIDImpl resourceID,
VersionRetriever versionRetriever,
int parentVersionIndex,
int start,
int pageLen,
long snapshotID,
DataAccessManager dataAccessManager) |
String[] |
JDBCResourceDAO.getChildren(CollectionImpl collection,
int start,
int pageLen,
DataAccessManager dataAccessManager) |
List |
JDBCLogsDAO.getLogList(String path,
int action,
String userName,
Date from,
Date to,
boolean descending,
DataAccessManager dataAccessManager) |
LogEntry[] |
JDBCLogsDAO.getLogs(String path,
int action,
String userName,
Date from,
Date to,
boolean descending,
DataAccessManager dataAccessManager) |
LogEntry[] |
JDBCLogsDAO.getLogs(String path,
int action,
String userName,
Date from,
Date to,
boolean descending,
int start,
int pageLen,
DataAccessManager dataAccessManager) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCDataAccessManager
An implementation of
DataAccessManager to access a back-end
JDBC-based database. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCClusterLock.init(DataAccessManager dataAccessManager,
String clusterLockTableStatement) |
Constructor and Description |
---|
JDBCTransactionManager(DataAccessManager dataAccessManager)
Creates a JDBC Transaction manager using the given data access manager.
|
SQLQueryProcessor(DataAccessManager dataAccessManager)
Initialize the sql query processor
|
Constructor and Description |
---|
QueryProcessorManager(DataAccessManager dataAccessManager,
RegistryContext registryContext)
Construct a query processor manager object from the data source and registry context.
|
Modifier and Type | Method and Description |
---|---|
static void |
Transaction.init(DataAccessManager dataAccessManager)
Initializes the Transaction Object.
|
Constructor and Description |
---|
LogWriter(LogQueue logQueue,
DataAccessManager dataAccessManager)
Constructor accepting a queue of logs.
|
Copyright © 2016 WSO2 Inc. All Rights Reserved.