Class Part
- java.lang.Object
-
- edu.indiana.lib.osid.base.repository.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 Summary
Constructors Constructor Description Part()
-
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 partStructureId)StringgetDisplayName()org.osid.shared.IdgetId()org.osid.repository.PartIteratorgetParts()org.osid.repository.PartStructuregetPartStructure()SerializablegetValue()voidupdateDisplayName(String displayName)voidupdateValue(Serializable value)
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName() throws org.osid.repository.RepositoryException
- Specified by:
getDisplayNamein interfaceorg.osid.repository.Part- Throws:
org.osid.repository.RepositoryException
-
getId
public org.osid.shared.Id getId() throws org.osid.repository.RepositoryException- Specified by:
getIdin interfaceorg.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:
createPartin interfaceorg.osid.repository.Part- Throws:
org.osid.repository.RepositoryException
-
deletePart
public void deletePart(org.osid.shared.Id partStructureId) throws org.osid.repository.RepositoryException- Specified by:
deletePartin interfaceorg.osid.repository.Part- Throws:
org.osid.repository.RepositoryException
-
updateDisplayName
public void updateDisplayName(String displayName) throws org.osid.repository.RepositoryException
- Specified by:
updateDisplayNamein interfaceorg.osid.repository.Part- Throws:
org.osid.repository.RepositoryException
-
getParts
public org.osid.repository.PartIterator getParts() throws org.osid.repository.RepositoryException- Specified by:
getPartsin interfaceorg.osid.repository.Part- Throws:
org.osid.repository.RepositoryException
-
getPartStructure
public org.osid.repository.PartStructure getPartStructure() throws org.osid.repository.RepositoryException- Specified by:
getPartStructurein interfaceorg.osid.repository.Part- Throws:
org.osid.repository.RepositoryException
-
getValue
public Serializable getValue() throws org.osid.repository.RepositoryException
- Specified by:
getValuein interfaceorg.osid.repository.Part- Throws:
org.osid.repository.RepositoryException
-
updateValue
public void updateValue(Serializable value) throws org.osid.repository.RepositoryException
- Specified by:
updateValuein interfaceorg.osid.repository.Part- Throws:
org.osid.repository.RepositoryException
-
-