| |
|
| java.lang.Object edu.indiana.lib.osid.base.repository.Repository edu.indiana.lib.osid.base.repository.http.Repository
addAsset | protected void addAsset(org.osid.repository.Asset asset) throws org.osid.repository.RepositoryException(Code) | | |
getAssetTypes | public org.osid.shared.TypeIterator getAssetTypes() throws org.osid.repository.RepositoryException(Code) | | |
getAssetsBySearch | public org.osid.repository.AssetIterator getAssetsBySearch(java.io.Serializable searchCriteria, org.osid.shared.Type searchType, org.osid.shared.Properties searchProperties) throws org.osid.repository.RepositoryException(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) | | |
getMandatoryRecordStructures | public org.osid.repository.RecordStructureIterator getMandatoryRecordStructures(org.osid.shared.Type assetType) throws org.osid.repository.RepositoryException(Code) | | |
getProperties | public org.osid.shared.PropertiesIterator getProperties() throws org.osid.repository.RepositoryException(Code) | | |
getPropertiesByType | public org.osid.shared.Properties getPropertiesByType(org.osid.shared.Type propertiesType) throws org.osid.repository.RepositoryException(Code) | | |
getPropertyTypes | public org.osid.shared.TypeIterator getPropertyTypes() throws org.osid.repository.RepositoryException(Code) | | |
getRecordStructures | public org.osid.repository.RecordStructureIterator getRecordStructures() throws org.osid.repository.RepositoryException(Code) | | |
getRecordStructuresByType | public org.osid.repository.RecordStructureIterator getRecordStructuresByType(org.osid.shared.Type recordStructureType) throws org.osid.repository.RepositoryException(Code) | | |
getSearchTypes | public org.osid.shared.TypeIterator getSearchTypes() throws org.osid.repository.RepositoryException(Code) | | |
getStatus | public org.osid.shared.Type getStatus(org.osid.shared.Id assetId) throws org.osid.repository.RepositoryException(Code) | | |
getStatusTypes | public org.osid.shared.TypeIterator getStatusTypes() throws org.osid.repository.RepositoryException(Code) | | |
getType | public org.osid.shared.Type getType() throws org.osid.repository.RepositoryException(Code) | | |
supportsUpdate | public boolean supportsUpdate() throws org.osid.repository.RepositoryException(Code) | | |
supportsVersioning | public boolean supportsVersioning() throws org.osid.repository.RepositoryException(Code) | | |
validateAsset | public boolean validateAsset(org.osid.shared.Id assetId) throws org.osid.repository.RepositoryException(Code) | | |
Methods inherited from edu.indiana.lib.osid.base.repository.Repository | protected void addAsset(org.osid.repository.Asset asset) throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.shared.Id copyAsset(org.osid.repository.Asset asset) throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.repository.Asset createAsset(String displayName, String description, org.osid.shared.Type assetType) throws org.osid.repository.RepositoryException(Code)(Java Doc) public void deleteAsset(org.osid.shared.Id assetId) throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.repository.Asset getAsset(org.osid.shared.Id assetId) throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.repository.Asset getAssetByDate(org.osid.shared.Id assetId, long date) throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.shared.LongValueIterator getAssetDates(org.osid.shared.Id assetId) throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.shared.TypeIterator getAssetTypes() throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.repository.AssetIterator getAssets() throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.repository.AssetIterator getAssetsBySearch(java.io.Serializable searchCriteria, org.osid.shared.Type searchType, org.osid.shared.Properties searchProperties) throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.repository.AssetIterator getAssetsByType(org.osid.shared.Type assetType) throws org.osid.repository.RepositoryException(Code)(Java Doc) public String getDescription() throws org.osid.repository.RepositoryException(Code)(Java Doc) public String getDisplayName() throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.shared.Id getId() throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.repository.RecordStructureIterator getMandatoryRecordStructures(org.osid.shared.Type assetType) throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.shared.PropertiesIterator getProperties() throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.shared.Properties getPropertiesByType(org.osid.shared.Type propertiesType) throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.shared.TypeIterator getPropertyTypes() throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.repository.RecordStructureIterator getRecordStructures() throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.repository.RecordStructureIterator getRecordStructuresByType(org.osid.shared.Type recordStructureType) throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.shared.TypeIterator getSearchTypes() throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.shared.Type getStatus(org.osid.shared.Id assetId) throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.shared.TypeIterator getStatusTypes() throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.shared.Type getType() throws org.osid.repository.RepositoryException(Code)(Java Doc) public void invalidateAsset(org.osid.shared.Id assetId) throws org.osid.repository.RepositoryException(Code)(Java Doc) public boolean supportsUpdate() throws org.osid.repository.RepositoryException(Code)(Java Doc) public boolean supportsVersioning() throws org.osid.repository.RepositoryException(Code)(Java Doc) public void updateDescription(String description) throws org.osid.repository.RepositoryException(Code)(Java Doc) public void updateDisplayName(String displayName) throws org.osid.repository.RepositoryException(Code)(Java Doc) public boolean validateAsset(org.osid.shared.Id assetId) throws org.osid.repository.RepositoryException(Code)(Java Doc)
|
|
|
|