Package | Description |
---|---|
org.wso2.carbon.registry.core | |
org.wso2.carbon.registry.core.dao | |
org.wso2.carbon.registry.core.jdbc | |
org.wso2.carbon.registry.core.jdbc.dao |
Modifier and Type | Method and Description |
---|---|
ResourceDO |
ResourceImpl.getResourceDO()
Method to get the resource data object.
|
Constructor and Description |
---|
CollectionImpl(String path,
ResourceDO resourceDO)
Construct a collection with the provided path and the resource data object.
|
CollectionVersionImpl(String path,
ResourceDO resourceDO)
Constructor a CollectionVersionImpl for a provided path and a resourceDO.
|
ResourceImpl(String path,
ResourceDO resourceDO)
Construct a resource with given path and resource data object.
|
Modifier and Type | Method and Description |
---|---|
ResourceDO |
ResourceDAO.getResourceDO(long version)
Method to return resourceDO from a version number.
|
ResourceDO |
ResourceDAO.getResourceDO(ResourceIDImpl resourceID)
Method to get resource from resource id.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceDAO.addResourceDO(ResourceDO resourceDO)
Add the resource data object.
|
void |
ResourceDAO.deleteResource(ResourceDO resourceDO)
Delete the resource provided as a resource DO
|
void |
ResourceVersionDAO.putResourceToHistory(ResourceDO resourceDO)
Method to Archive Resource.
|
void |
ResourceDAO.removeProperties(ResourceDO resourceDO)
Remove properties of a resource.
|
void |
ResourceVersionDAO.versionResource(ResourceDO resourceDO,
boolean keepProperties)
Create a version of the given resource.
|
Modifier and Type | Method and Description |
---|---|
void |
Repository.deleteNode(ResourceIDImpl resourceID,
ResourceDO resourceDO,
boolean keepAuthorization)
Method to delete just the node in the collection hierarchy.
|
void |
Repository.deleteSubTree(ResourceIDImpl resourceID,
ResourceDO resourceDO,
boolean keepAuthorization)
Method to delete a sub tree of the collection hierarchy.
|
void |
RecursionRepository.deleteSubTree(ResourceIDImpl resourceID,
ResourceDO resourceDO,
boolean keepAuthorization)
Method to delete a sub tree of the collection hierarchy.
|
Modifier and Type | Method and Description |
---|---|
ResourceDO |
JDBCResourceDAO.getResourceDO(long version) |
ResourceDO |
JDBCResourceDAO.getResourceDO(ResourceIDImpl resourceID) |
Modifier and Type | Method and Description |
---|---|
void |
JDBCResourceDAO.addResourceDO(ResourceDO resourceDO) |
void |
JDBCResourceDAO.deleteResource(ResourceDO resourceDO) |
void |
JDBCResourceVersionDAO.putResourceToHistory(ResourceDO resourceDO) |
void |
JDBCResourceDAO.removeProperties(ResourceDO resourceDO) |
void |
JDBCResourceVersionDAO.versionResource(ResourceDO resourceDO,
boolean keepProperties) |
Copyright © 2015 WSO2 Inc. All Rights Reserved.