OSID Logo
OSID Specifications
resource package
Version 3.1.0
Interfaceosid.resource.Bin
Implementsosid.OsidCatalog
Used Byosid.resource.BinAdminSession
osid.resource.BinList
osid.resource.BinLookupSession
osid.resource.BinNode
osid.resource.GroupAssignmentSession
osid.resource.GroupHierarchySession
osid.resource.GroupNotificationSession
osid.resource.GroupSession
osid.resource.MembershipSession
osid.resource.ResourceAdminSession
show 24 more…
osid.resource.ResourceAgentAssignmentSession
osid.resource.ResourceAgentSession
osid.resource.ResourceLookupSession
osid.resource.ResourceNotificationSession
osid.resource.ResourceQuerySession
osid.resource.ResourceRelationshipAdminSession
osid.resource.ResourceRelationshipLookupSession
osid.resource.ResourceRelationshipNotificationSession
osid.resource.ResourceRelationshipQuerySession
osid.resource.ResourceRelationshipSmartBinSession
osid.resource.ResourceSmartBinSession
osid.resource.demographic.DemographicAdminSession
osid.resource.demographic.DemographicBuilderSession
osid.resource.demographic.DemographicEnablerAdminSession
osid.resource.demographic.DemographicEnablerLookupSession
osid.resource.demographic.DemographicEnablerNotificationSession
osid.resource.demographic.DemographicEnablerQuerySession
osid.resource.demographic.DemographicEnablerRuleApplicationSession
osid.resource.demographic.DemographicEnablerRuleLookupSession
osid.resource.demographic.DemographicEnablerSmartBinSession
osid.resource.demographic.DemographicLookupSession
osid.resource.demographic.DemographicNotificationSession
osid.resource.demographic.DemographicQuerySession
osid.resource.demographic.DemographicSmartBinSession
Description

An inventory defines a collection of resources.

MethodgetBinRecord
Description

Gets the bin record corresponding to the given Bin record Type.This method is used to retrieve an object implementing the requested record. The binRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(binRecordType) is true.

Parametersosid.type.TypebinRecordType the bin record type
Returnosid.resource.records.BinRecord the bin record
ErrorsNULL_ARGUMENT binRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(binRecordType) is false
Compliancemandatory This method must be implemented.