Class Record
- java.lang.Object
-
- edu.indiana.lib.osid.base.repository.Record
-
- All Implemented Interfaces:
Serializable,org.osid.repository.Record
- Direct Known Subclasses:
Record
public abstract class Record extends Object implements org.osid.repository.Record
$URL$ $Id$ Copyright (c) 2003, 2004, 2005, 2007, 2008 The Sakai Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.opensource.org/licenses/ECL-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Record()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osid.repository.PartcreatePart(org.osid.shared.Id partStructureId, Serializable value)voiddeletePart(org.osid.shared.Id partId)StringgetDisplayName()org.osid.shared.IdgetId()org.osid.repository.PartIteratorgetParts()org.osid.repository.RecordStructuregetRecordStructure()booleanisMultivalued()voidupdateDisplayName(String displayName)
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName() throws org.osid.repository.RepositoryException
- Specified by:
getDisplayNamein interfaceorg.osid.repository.Record- Throws:
org.osid.repository.RepositoryException
-
getId
public org.osid.shared.Id getId() throws org.osid.repository.RepositoryException- Specified by:
getIdin interfaceorg.osid.repository.Record- Throws:
org.osid.repository.RepositoryException
-
createPart
public org.osid.repository.Part createPart(org.osid.shared.Id partStructureId, Serializable value) throws org.osid.repository.RepositoryException- Specified by:
createPartin interfaceorg.osid.repository.Record- Throws:
org.osid.repository.RepositoryException
-
deletePart
public void deletePart(org.osid.shared.Id partId) throws org.osid.repository.RepositoryException- Specified by:
deletePartin interfaceorg.osid.repository.Record- Throws:
org.osid.repository.RepositoryException
-
updateDisplayName
public void updateDisplayName(String displayName) throws org.osid.repository.RepositoryException
- Specified by:
updateDisplayNamein interfaceorg.osid.repository.Record- Throws:
org.osid.repository.RepositoryException
-
getParts
public org.osid.repository.PartIterator getParts() throws org.osid.repository.RepositoryException- Specified by:
getPartsin interfaceorg.osid.repository.Record- Throws:
org.osid.repository.RepositoryException
-
getRecordStructure
public org.osid.repository.RecordStructure getRecordStructure() throws org.osid.repository.RepositoryException- Specified by:
getRecordStructurein interfaceorg.osid.repository.Record- Throws:
org.osid.repository.RepositoryException
-
isMultivalued
public boolean isMultivalued() throws org.osid.repository.RepositoryException- Throws:
org.osid.repository.RepositoryException
-
-