public class TypePartStructure extends PartStructure
| Modifier | Constructor and Description |
|---|---|
protected |
TypePartStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDisplayName() |
org.osid.shared.Id |
getId() |
protected static TypePartStructure |
getInstance() |
static org.osid.shared.Id |
getPartStructureId()
Public method to fetch the PartStructure ID
|
org.osid.repository.PartStructureIterator |
getPartStructures() |
org.osid.repository.RecordStructure |
getRecordStructure() |
org.osid.shared.Type |
getType() |
boolean |
isMandatory() |
boolean |
isPopulatedByRepository() |
boolean |
isRepeatable() |
boolean |
validatePart(org.osid.repository.Part part) |
updateDisplayNameprotected static TypePartStructure getInstance()
public static org.osid.shared.Id getPartStructureId()
public String getDisplayName() throws org.osid.repository.RepositoryException
getDisplayName in interface org.osid.repository.PartStructuregetDisplayName in class PartStructureorg.osid.repository.RepositoryExceptionpublic String getDescription() throws org.osid.repository.RepositoryException
getDescription in interface org.osid.repository.PartStructuregetDescription in class PartStructureorg.osid.repository.RepositoryExceptionpublic boolean isMandatory()
throws org.osid.repository.RepositoryException
isMandatory in interface org.osid.repository.PartStructureisMandatory in class PartStructureorg.osid.repository.RepositoryExceptionpublic boolean isPopulatedByRepository()
throws org.osid.repository.RepositoryException
isPopulatedByRepository in interface org.osid.repository.PartStructureisPopulatedByRepository in class PartStructureorg.osid.repository.RepositoryExceptionpublic boolean isRepeatable()
throws org.osid.repository.RepositoryException
isRepeatable in interface org.osid.repository.PartStructureisRepeatable in class PartStructureorg.osid.repository.RepositoryExceptionpublic org.osid.shared.Id getId()
throws org.osid.repository.RepositoryException
getId in interface org.osid.repository.PartStructuregetId in class PartStructureorg.osid.repository.RepositoryExceptionpublic org.osid.shared.Type getType()
throws org.osid.repository.RepositoryException
getType in interface org.osid.repository.PartStructuregetType in class PartStructureorg.osid.repository.RepositoryExceptionpublic org.osid.repository.RecordStructure getRecordStructure()
throws org.osid.repository.RepositoryException
getRecordStructure in interface org.osid.repository.PartStructuregetRecordStructure in class PartStructureorg.osid.repository.RepositoryExceptionpublic boolean validatePart(org.osid.repository.Part part)
throws org.osid.repository.RepositoryException
validatePart in interface org.osid.repository.PartStructurevalidatePart in class PartStructureorg.osid.repository.RepositoryExceptionpublic org.osid.repository.PartStructureIterator getPartStructures()
throws org.osid.repository.RepositoryException
getPartStructures in interface org.osid.repository.PartStructuregetPartStructures in class PartStructureorg.osid.repository.RepositoryExceptionCopyright © 2003–2020 Sakai Project. All rights reserved.