| Interface | osid.inquiry.rules.AuditConstrainerEnablerInquestAssignmentSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.inquiry.rules.InquiryRulesManager | ||
osid.inquiry.rules.InquiryRulesProxyManager | |||
| Description |
This session provides methods to re-assign
Adding a reference of an
| ||
| Method | canAssignAuditConstrainerEnablers | ||
| Description |
Tests if this user can alter audit constrainer
enabler/inquest mappings. A return of true does not
guarantee successful authorization. A return of false
indicates that it is known mapping methods in this session
will result in a | ||
| Return | boolean | false if mapping is not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | canAssignAuditConstrainerEnablerToInquest | ||
| Description |
Tests if this user can alter audit constrainer
enabler/inquest mappings. A return of true does not
guarantee successful authorization. A return of false
indicates that it is known mapping methods in this session
will result in a | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
| Return | boolean | false if mapping is not authorized, true
otherwise | |
| Errors | NULL_ARGUMENT | inquestId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssignableInquestIds | ||
| Description |
Gets a list of inquests including and under the given inquest node in which any audit constrainer enabler can be assigned. | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
| Return | osid.id.IdList | list of assignable inquest Ids | |
| Errors | NULL_ARGUMENT | inquestId is null | |
| OPERATION_FAILED | unable to complete request | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssignableInquestIdsForAuditConstrainerEnabler | ||
| Description |
Gets a list of inquests including and under the given inquest node in which a specific audit constrainer enabler can be assigned. | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.id.Id | auditConstrainerEnablerId | the Id of the AuditConstrainerEnabler | |
| Return | osid.id.IdList | list of assignable inquest Ids | |
| Errors | NULL_ARGUMENT | inquestId or auditConstrainerEnablerId is
null | |
| OPERATION_FAILED | unable to complete request | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | assignAuditConstrainerEnablerToInquest | ||
| Description |
Adds an existing | ||
| Parameters | osid.id.Id | auditConstrainerEnablerId | the Id of the AuditConstrainerEnabler |
osid.id.Id | inquestId | the Id of the Inquest | |
| Errors | ALREADY_EXISTS | auditConstrainerEnablerId is already assigned to
inquestId | |
| NOT_FOUND | auditConstrainerEnablerId or inquestId not found | ||
| NULL_ARGUMENT | auditConstrainerEnablerId or inquestId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | unassignAuditConstrainerEnablerFromInquest | ||
| Description |
Removes an | ||
| Parameters | osid.id.Id | auditConstrainerEnablerId | the Id of the AuditConstraienrEnabler |
osid.id.Id | inquestId | the Id of the Inquest | |
| Errors | NOT_FOUND | auditConstrainerEnablerId or inquestId not found
or auditConstrainerEnablerId not assigned to
inquestId | |
| NULL_ARGUMENT | auditConstrainerEnablerId or inquestId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | reassignAuditConstrainerEnablerToInquest | ||
| Description |
Moves an | ||
| Parameters | osid.id.Id | auditConstrainerEnablerId | the Id of the AuditConstrainerEnabler |
osid.id.Id | fromInquestId | the Id of the current Inquest | |
osid.id.Id | toInquestId | the Id of the destination Inquest | |
| Errors | ALREADY_EXISTS | auditConstrainerEnablerId already assigned to
toInquestId | |
| NOT_FOUND | auditConstrainerEnablerId, fromInquestId, or
toInquestId not found or auditConstrainerEnablerId
not mapped to fromInquestId | ||
| NULL_ARGUMENT | auditConstrainerEnablerId, fromInquestId, or
toInquestId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |