Modifier and Type | Field and Description |
---|---|
protected ResourceDAO |
ResourceImpl.resourceDAO
Resource DAO instance to access the database directly.
|
Modifier and Type | Method and Description |
---|---|
ResourceDAO |
DAOManager.getResourceDAO()
Method to obtain an instance of a resource data access object.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCResourceDAO
An implementation of the
ResourceDAO to store resources on a JDBC-based database. |
Modifier and Type | Method and Description |
---|---|
ResourceDAO |
JDBCDAOManager.getResourceDAO() |
Modifier and Type | Method and Description |
---|---|
static ResourceImpl |
RegistryUtils.getResourceWithMinimumData(String path,
ResourceDAO resourceDAO,
boolean versioned)
Gets the resource with sufficient data to differentiate it from another resource.
|
static boolean |
RegistryUtils.systemResourceShouldBeAdded(ResourceDAO dataAccessObject,
String absolutePath)
Method to determine whether a system resource (or collection) is existing or whether it
should be created.
|
Copyright © 2016 WSO2 Inc. All Rights Reserved.