Class Part

  • All Implemented Interfaces:
    Serializable, org.osid.repository.Part
    Direct Known Subclasses:
    Part

    public abstract class Part
    extends Object
    implements org.osid.repository.Part
    $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

      • Part

        public Part()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
                              throws org.osid.repository.RepositoryException
        Specified by:
        getDisplayName in interface org.osid.repository.Part
        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.Part
        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.Part
        Throws:
        org.osid.repository.RepositoryException
      • deletePart

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

        public void updateDisplayName​(String displayName)
                               throws org.osid.repository.RepositoryException
        Specified by:
        updateDisplayName in interface org.osid.repository.Part
        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.Part
        Throws:
        org.osid.repository.RepositoryException
      • getPartStructure

        public org.osid.repository.PartStructure getPartStructure()
                                                           throws org.osid.repository.RepositoryException
        Specified by:
        getPartStructure in interface org.osid.repository.Part
        Throws:
        org.osid.repository.RepositoryException
      • getValue

        public Serializable getValue()
                              throws org.osid.repository.RepositoryException
        Specified by:
        getValue in interface org.osid.repository.Part
        Throws:
        org.osid.repository.RepositoryException
      • updateValue

        public void updateValue​(Serializable value)
                         throws org.osid.repository.RepositoryException
        Specified by:
        updateValue in interface org.osid.repository.Part
        Throws:
        org.osid.repository.RepositoryException