Interface | osid.resource.demographic.Demographic | ||
---|---|---|---|
Implements | osid.OsidRule | ||
Description |
A | ||
Method | getIncludedDemographicIds | ||
Description |
Gets a list of | ||
Return | osid.id.IdList | the demographic Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getIncludedDemographics | ||
Description |
Gets a list of | ||
Return | osid.resource.demographic.DemographicList | the demographics | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getIncludedIntersectingDemographicIds | ||
Description |
Gets a list of | ||
Return | osid.id.IdList | the intersecting demographic Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getIncludedIntersectingDemographics | ||
Description |
Gets a list of | ||
Return | osid.resource.demographic.DemographicList | the intersecting demographics | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getIncludedExclusiveDemographicIds | ||
Description |
Gets a list of | ||
Return | osid.id.IdList | the exclusive demographic Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getIncludedExclusiveDemographics | ||
Description |
Gets a list of | ||
Return | osid.resource.demographic.DemographicList | the exclusive demographics | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getExcludedDemographicIds | ||
Description |
Gets a list of | ||
Return | osid.id.IdList | the excluded demographic Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getExcludedDemographics | ||
Description |
Gets a list of | ||
Return | osid.resource.demographic.DemographicList | the excluded demographics | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getIncludedResourceIds | ||
Description |
Gets a list of individual | ||
Return | osid.id.IdList | the included resource Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getIncludedResources | ||
Description |
Gets a list of individual | ||
Return | osid.resource.ResourceList | the included resources | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getExcludedResourceIds | ||
Description |
Gets a list of | ||
Return | osid.id.IdList | the excluded resource Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getExcludedResources | ||
Description |
Gets a list of | ||
Return | osid.resource.ResourceList | the exempted resource | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getDemographicRecord | ||
Description |
Gets the demographic record corresponding to the given
| ||
Parameters | osid.type.Type | demographicRecordType | the type of demographic record to retrieve |
Return | osid.resource.demographic.records.DemographicRecord | the demographic record | |
Errors | NULL_ARGUMENT | demographicRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(demographicRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |