public abstract class Part extends Object implements org.osid.repository.Part
| Constructor and Description |
|---|
Part() |
| Modifier and Type | Method and Description |
|---|---|
org.osid.repository.Part |
createPart(org.osid.shared.Id partStructureId,
Serializable value) |
void |
deletePart(org.osid.shared.Id partStructureId) |
String |
getDisplayName() |
org.osid.shared.Id |
getId() |
org.osid.repository.PartIterator |
getParts() |
org.osid.repository.PartStructure |
getPartStructure() |
Serializable |
getValue() |
void |
updateDisplayName(String displayName) |
void |
updateValue(Serializable value) |
public String getDisplayName() throws org.osid.repository.RepositoryException
getDisplayName in interface org.osid.repository.Partorg.osid.repository.RepositoryExceptionpublic org.osid.shared.Id getId()
throws org.osid.repository.RepositoryException
getId in interface org.osid.repository.Partorg.osid.repository.RepositoryExceptionpublic org.osid.repository.Part createPart(org.osid.shared.Id partStructureId,
Serializable value)
throws org.osid.repository.RepositoryException
createPart in interface org.osid.repository.Partorg.osid.repository.RepositoryExceptionpublic void deletePart(org.osid.shared.Id partStructureId)
throws org.osid.repository.RepositoryException
deletePart in interface org.osid.repository.Partorg.osid.repository.RepositoryExceptionpublic void updateDisplayName(String displayName) throws org.osid.repository.RepositoryException
updateDisplayName in interface org.osid.repository.Partorg.osid.repository.RepositoryExceptionpublic org.osid.repository.PartIterator getParts()
throws org.osid.repository.RepositoryException
getParts in interface org.osid.repository.Partorg.osid.repository.RepositoryExceptionpublic org.osid.repository.PartStructure getPartStructure()
throws org.osid.repository.RepositoryException
getPartStructure in interface org.osid.repository.Partorg.osid.repository.RepositoryExceptionpublic Serializable getValue() throws org.osid.repository.RepositoryException
getValue in interface org.osid.repository.Partorg.osid.repository.RepositoryExceptionpublic void updateValue(Serializable value) throws org.osid.repository.RepositoryException
updateValue in interface org.osid.repository.Partorg.osid.repository.RepositoryExceptionCopyright © 2003–2020 Sakai Project. All rights reserved.