Class 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 Detail

      • Record

        public Record()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
                              throws org.osid.repository.RepositoryException
        Specified by:
        getDisplayName in interface org.osid.repository.Record
        Throws:
        org.osid.repository.RepositoryException
      • getId

        public org.osid.shared.Id getId()
                                 throws org.osid.repository.RepositoryException
        Specified by:
        getId in interface org.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:
        createPart in interface org.osid.repository.Record
        Throws:
        org.osid.repository.RepositoryException
      • deletePart

        public void deletePart​(org.osid.shared.Id partId)
                        throws org.osid.repository.RepositoryException
        Specified by:
        deletePart in interface org.osid.repository.Record
        Throws:
        org.osid.repository.RepositoryException
      • updateDisplayName

        public void updateDisplayName​(String displayName)
                               throws org.osid.repository.RepositoryException
        Specified by:
        updateDisplayName in interface org.osid.repository.Record
        Throws:
        org.osid.repository.RepositoryException
      • getParts

        public org.osid.repository.PartIterator getParts()
                                                  throws org.osid.repository.RepositoryException
        Specified by:
        getParts in interface org.osid.repository.Record
        Throws:
        org.osid.repository.RepositoryException
      • getRecordStructure

        public org.osid.repository.RecordStructure getRecordStructure()
                                                               throws org.osid.repository.RepositoryException
        Specified by:
        getRecordStructure in interface org.osid.repository.Record
        Throws:
        org.osid.repository.RepositoryException
      • isMultivalued

        public boolean isMultivalued()
                              throws org.osid.repository.RepositoryException
        Throws:
        org.osid.repository.RepositoryException