| java.lang.Object edu.indiana.lib.osid.base.repository.RepositoryManager
All known Subclasses: edu.indiana.lib.osid.base.repository.http.RepositoryManager,
RepositoryManager | abstract public class RepositoryManager implements org.osid.repository.RepositoryManager(Code) | | $URL: https://source.sakaiproject.org/svn/citations/tags/sakai_2-4-1/citations-osid/web2bridge/src/java/edu/indiana/lib/osid/base/repository/RepositoryManager.java $
$Id: RepositoryManager.java 22657 2007-03-15 13:21:23Z jimeng@umich.edu $
Copyright (c) 2003, 2004, 2005 The Regents of the University of Michigan, Trustees of Indiana University,
Board of Trustees of the Leland Stanford, Jr., University, and The MIT Corporation
Licensed under the Educational Community License Version 1.0 (the "License");
By obtaining, using and/or copying this Original Work, you agree that you have read,
understand, and will comply with the terms and conditions of the Educational Community License.
You may obtain a copy of the License at:
http://cvs.sakaiproject.org/licenses/license_1_0.html
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
assignConfiguration | public void assignConfiguration(java.util.Properties configuration) throws org.osid.repository.RepositoryException(Code) | | |
assignOsidContext | public void assignOsidContext(org.osid.OsidContext context) throws org.osid.repository.RepositoryException(Code) | | |
copyAsset | public org.osid.shared.Id copyAsset(org.osid.repository.Repository repository, org.osid.shared.Id assetId) throws org.osid.repository.RepositoryException(Code) | | |
createRepository | public org.osid.repository.Repository createRepository(String displayName, String description, org.osid.shared.Type repositoryType) throws org.osid.repository.RepositoryException(Code) | | |
deleteRepository | public void deleteRepository(org.osid.shared.Id repositoryId) throws org.osid.repository.RepositoryException(Code) | | |
getAsset | public org.osid.repository.Asset getAsset(org.osid.shared.Id assetId) throws org.osid.repository.RepositoryException(Code) | | |
getAssetByDate | public org.osid.repository.Asset getAssetByDate(org.osid.shared.Id assetId, long date) throws org.osid.repository.RepositoryException(Code) | | |
getAssetDates | public org.osid.shared.LongValueIterator getAssetDates(org.osid.shared.Id assetId) throws org.osid.repository.RepositoryException(Code) | | |
getAssetsBySearch | public org.osid.repository.AssetIterator getAssetsBySearch(org.osid.repository.Repository[] repositories, java.io.Serializable searchCriteria, org.osid.shared.Type searchType, org.osid.shared.Properties searchProperties) throws org.osid.repository.RepositoryException(Code) | | |
getOsidContext | public org.osid.OsidContext getOsidContext() throws org.osid.repository.RepositoryException(Code) | | |
getRepositories | public org.osid.repository.RepositoryIterator getRepositories() throws org.osid.repository.RepositoryException(Code) | | |
getRepositoriesByType | public org.osid.repository.RepositoryIterator getRepositoriesByType(org.osid.shared.Type repositoryType) throws org.osid.repository.RepositoryException(Code) | | |
getRepository | public org.osid.repository.Repository getRepository(org.osid.shared.Id repositoryId) throws org.osid.repository.RepositoryException(Code) | | |
getRepositoryTypes | public org.osid.shared.TypeIterator getRepositoryTypes() throws org.osid.repository.RepositoryException(Code) | | |
osidVersion_2_0 | public void osidVersion_2_0() throws org.osid.repository.RepositoryException(Code) | | |
|
|