| java.lang.Object edu.indiana.lib.osid.base.repository.PartStructure
All known Subclasses: edu.indiana.lib.osid.base.repository.http.TypePartStructure, edu.indiana.lib.osid.base.repository.http.ContributorPartStructure, edu.indiana.lib.osid.base.repository.http.PublisherPartStructure, edu.indiana.lib.osid.base.repository.http.SourcePartStructure, edu.indiana.lib.osid.base.repository.http.CreatorPartStructure, edu.indiana.lib.osid.base.repository.http.CoveragePartStructure, edu.indiana.lib.osid.base.repository.http.RelationPartStructure, edu.indiana.lib.osid.base.repository.http.FormatPartStructure, edu.indiana.lib.osid.base.repository.http.DatePartStructure, edu.indiana.lib.osid.base.repository.http.SubjectPartStructure, edu.indiana.lib.osid.base.repository.http.LanguagePartStructure,
PartStructure | abstract public class PartStructure implements org.osid.repository.PartStructure(Code) | | $URL: https://source.sakaiproject.org/svn/citations/tags/sakai_2-4-1/citations-osid/web2bridge/src/java/edu/indiana/lib/osid/base/repository/PartStructure.java $
$Id: PartStructure.java 22657 2007-03-15 13:21:23Z jimeng@umich.edu $
Copyright (c) 2003, 2004, 2005 The Regents of the University of Michigan, Trustees of Indiana University,
Board of Trustees of the Leland Stanford, Jr., University, and The MIT Corporation
Licensed under the Educational Community License Version 1.0 (the "License");
By obtaining, using and/or copying this Original Work, you agree that you have read,
understand, and will comply with the terms and conditions of the Educational Community License.
You may obtain a copy of the License at:
http://cvs.sakaiproject.org/licenses/license_1_0.html
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
PartStructure | protected PartStructure()(Code) | | |
getDescription | public String getDescription() throws org.osid.repository.RepositoryException(Code) | | |
getDisplayName | public String getDisplayName() throws org.osid.repository.RepositoryException(Code) | | |
getId | public org.osid.shared.Id getId() throws org.osid.repository.RepositoryException(Code) | | |
getPartStructures | public org.osid.repository.PartStructureIterator getPartStructures() throws org.osid.repository.RepositoryException(Code) | | |
getRecordStructure | public org.osid.repository.RecordStructure getRecordStructure() throws org.osid.repository.RepositoryException(Code) | | |
getType | public org.osid.shared.Type getType() throws org.osid.repository.RepositoryException(Code) | | |
isMandatory | public boolean isMandatory() throws org.osid.repository.RepositoryException(Code) | | |
isPopulatedByRepository | public boolean isPopulatedByRepository() throws org.osid.repository.RepositoryException(Code) | | |
isRepeatable | public boolean isRepeatable() throws org.osid.repository.RepositoryException(Code) | | |
updateDisplayName | public void updateDisplayName(String displayName) throws org.osid.repository.RepositoryException(Code) | | |
validatePart | public boolean validatePart(org.osid.repository.Part part) throws org.osid.repository.RepositoryException(Code) | | |
|
|