Interface | osid.provisioning.DistributorHierarchySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session defines methods for traversing a hierarchy of
A user may not be authorized to traverse the entire
hierarchy. Parts of the hierarchy may be made invisible
through omission from the returns of This session defines views that offer differing behaviors when retrieving multiple objects.
| ||
Method | getDistributorHierarchyId | ||
Description |
Gets the hierarchy | ||
Return | osid.id.Id | the hierarchy Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getDistributorHierarchy | ||
Description |
Gets the hierarchy associated with this session. | ||
Return | osid.hierarchy.Hierarchy | the hierarchy associated with this session | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canAccessDistributorHierarchy | ||
Description |
Tests if this user can perform hierarchy queries. A
return of true does not guarantee successful
authorization. A return of false indicates that it is
known all methods in this session will result in a | ||
Return | boolean | false if hierarchy traversal methods are not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | useComparativeDistributorView | ||
Description |
The returns from the distributor methods may omit or translate elements based on this session, such as authorization, and not result in an error. This view is used when greater interoperability is desired at the expense of precision. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | usePlenaryDistributorView | ||
Description |
A complete view of the | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getRootDistributorIds | ||
Description |
Gets the root distributor | ||
Return | osid.id.IdList | the root distributor Ids | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getRootDistributors | ||
Description |
Gets the root distributor in the distributor hierarchy.
A distributor with no parents is an orphan. While all
distributor | ||
Return | osid.provisioning.DistributorList | the root distributors | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method is must be implemented. | |
Method | hasParentDistributors | ||
Description |
Tests if the | ||
Parameters | osid.id.Id | distributorId | a distributor Id |
Return | boolean | true if the distributor has parents, f alse
otherwise | |
Errors | NOT_FOUND | distributorId is not found | |
NULL_ARGUMENT | distributorId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | isParentOfDistributor | ||
Description |
Tests if an | ||
Parameters | osid.id.Id | id | an Id |
osid.id.Id | distributorId | the Id of a distributor | |
Return | boolean | true if this id is a parent of
distributorId, f alse otherwise | |
Errors | NOT_FOUND | distributorId is not found | |
NULL_ARGUMENT | id or distributorId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Provider Notes |
If | ||
Method | getParentDistributorIds | ||
Description |
Gets the parent | ||
Parameters | osid.id.Id | distributorId | a distributor Id |
Return | osid.id.IdList | the parent Ids of the distributor | |
Errors | NOT_FOUND | distributorId is not found | |
NULL_ARGUMENT | distributorId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getParentDistributors | ||
Description |
Gets the parents of the given distributor. | ||
Parameters | osid.id.Id | distributorId | the Id to query |
Return | osid.provisioning.DistributorList | the parents of the distributor | |
Errors | NOT_FOUND | distributorId not found | |
NULL_ARGUMENT | distributorId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | isAncestorOfDistributor | ||
Description |
Tests if an | ||
Parameters | osid.id.Id | id | an Id |
osid.id.Id | distributorId | the Id of a distributor | |
Return | boolean | tru e if this id is an ancestor of
distributorId, false otherwise | |
Errors | NOT_FOUND | distributorId not found | |
NULL_ARGUMENT | distributorId or id is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Provider Notes |
If | ||
Method | hasChildDistributors | ||
Description |
Tests if a distributor has any children. | ||
Parameters | osid.id.Id | distributorId | a distributor Id |
Return | boolean | true if the distributorId has children,
false otherwise | |
Errors | NOT_FOUND | distributorId not found | |
NULL_ARGUMENT | distributorId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | isChildOfDistributor | ||
Description |
Tests if a distributor is a direct child of another. | ||
Parameters | osid.id.Id | id | an Id |
osid.id.Id | distributorId | the Id of a distributor | |
Return | boolean | true if the id is a child of
distributorId, false otherwise | |
Errors | NOT_FOUND | distributorId not found | |
NULL_ARGUMENT | id or distributorId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Provider Notes |
If | ||
Method | getChildDistributorIds | ||
Description |
Gets the child | ||
Parameters | osid.id.Id | distributorId | the Id to query |
Return | osid.id.IdList | the children of the distributor | |
Errors | NOT_FOUND | distributorId not found | |
NULL_ARGUMENT | distributorId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getChildDistributors | ||
Description |
Gets the children of the given distributor. | ||
Parameters | osid.id.Id | distributorId | the Id to query |
Return | osid.provisioning.DistributorList | the children of the distributor | |
Errors | NOT_FOUND | distributorId not found | |
NULL_ARGUMENT | distributorId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | isDescendantOfDistributor | ||
Description |
Tests if an | ||
Parameters | osid.id.Id | id | an Id |
osid.id.Id | distributorId | the Id of a distributor | |
Return | boolean | true if the id is a descendant of the
distributorId, false otherwise | |
Errors | NOT_FOUND | distributorId not found | |
NULL_ARGUMENT | id or distributorId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Provider Notes |
If | ||
Method | getDistributorNodeIds | ||
Description |
Gets a portion of the hierarchy for the given distributor. | ||
Parameters | osid.id.Id | distributorId | the Id to query |
cardinal | ancestorLevels | the maximum number of ancestor levels to include. A value of 0 returns no parents in the distributor. | |
cardinal | descendantLevels | the maximum number of descendant levels to include. A value of 0 returns no children in the distributor. | |
boolean | includeSiblings | true to include the siblings of the given distributor,
false to omit the siblings | |
Return | osid.hierarchy.Node | a distributor node | |
Errors | NOT_FOUND | distributorId not found | |
NULL_ARGUMENT | distributorId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDistributorNodes | ||
Description |
Gets a portion of the hierarchy for the given distributor. | ||
Parameters | osid.id.Id | distributorId | the Id to query |
cardinal | ancestorLevels | the maximum number of ancestor levels to include. A value of 0 returns no parents in the hierarchy. | |
cardinal | descendantLevels | the maximum number of descendant levels to include. A value of 0 returns no children in the hierarchy. | |
boolean | includeSiblings | true to include the siblings of the given distributor,
false to omit the siblings | |
Return | osid.provisioning.DistributorNode | a distributor node | |
Errors | NOT_FOUND | distributorId not found | |
NULL_ARGUMENT | distributorId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |