Uses of Class
org.wso2.carbon.registry.core.jdbc.dataobjects.ResourceDO

Packages that use ResourceDO
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.dao   
org.wso2.carbon.registry.core.jdbc   
org.wso2.carbon.registry.core.jdbc.dao   
 

Uses of ResourceDO in org.wso2.carbon.registry.core
 

Methods in org.wso2.carbon.registry.core that return ResourceDO
 ResourceDO ResourceImpl.getResourceDO()
          Method to get the resource data object.
 

Constructors in org.wso2.carbon.registry.core with parameters of type ResourceDO
CollectionImpl(java.lang.String path, ResourceDO resourceDO)
          Construct a collection with the provided path and the resource data object.
CollectionVersionImpl(java.lang.String path, ResourceDO resourceDO)
          Constructor a CollectionVersionImpl for a provided path and a resourceDO.
ResourceImpl(java.lang.String path, ResourceDO resourceDO)
          Construct a resource with given path and resource data object.
 

Uses of ResourceDO in org.wso2.carbon.registry.core.dao
 

Methods in org.wso2.carbon.registry.core.dao that return ResourceDO
 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.
 

Methods in org.wso2.carbon.registry.core.dao with parameters of type ResourceDO
 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.
 

Uses of ResourceDO in org.wso2.carbon.registry.core.jdbc
 

Methods in org.wso2.carbon.registry.core.jdbc with parameters of type ResourceDO
 void Repository.deleteNode(ResourceIDImpl resourceID, ResourceDO resourceDO, boolean keepAuthorization)
          Method to delete just the node in the collection hierarchy.
 void RecursionRepository.deleteSubTree(ResourceIDImpl resourceID, ResourceDO resourceDO, boolean keepAuthorization)
          Method to delete a sub tree of the collection hierarchy.
 void Repository.deleteSubTree(ResourceIDImpl resourceID, ResourceDO resourceDO, boolean keepAuthorization)
          Method to delete a sub tree of the collection hierarchy.
 

Uses of ResourceDO in org.wso2.carbon.registry.core.jdbc.dao
 

Methods in org.wso2.carbon.registry.core.jdbc.dao that return ResourceDO
 ResourceDO JDBCResourceDAO.getResourceDO(long version)
           
 ResourceDO JDBCResourceDAO.getResourceDO(ResourceIDImpl resourceID)
           
 

Methods in org.wso2.carbon.registry.core.jdbc.dao with parameters of type ResourceDO
 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 © 2011 WSO2 Inc. All Rights Reserved.