| Interface | osid.inquiry.rules.AuditProcessorEnablerAdminSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.inquiry.rules.InquiryRulesManager | ||
osid.inquiry.rules.InquiryRulesProxyManager | |||
| Description |
This session creates, updates, and deletes
Create and update operations differ in their usage. To
create an For updates, The delete operations delete
This session includes an | ||
| Method | getInquestId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Inquest Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquest | ||
| Description |
Gets the | ||
| Return | osid.inquiry.Inquest | the inquest | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canCreateAuditProcessorEnablers | ||
| Description |
Tests if this user can create
| ||
| Return | boolean | false if AuditProcessorEnabler creation is not
authorized, true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | canCreateAuditProcessorEnablerWithRecordTypes | ||
| Description |
Tests if this user can create a single
| ||
| Parameters | osid.type.Type[] | auditProcessorEnablerRecordTypes | array of audit processor enabler record types |
| Return | boolean | true if AuditProcessorEnabler creation using the
specified record Types is supported, false otherwise | |
| Errors | NULL_ARGUMENT | auditProcessorEnablerRecordTypes is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorEnablerFormForCreate | ||
| Description |
Gets the audit processor enabler form for creating new audit processor enablers. A new form should be requested for each create transaction. | ||
| Parameters | osid.type.Type[] | auditProcessorEnablerRecordTypes | array of audit processor enabler record types |
| Return | osid.inquiry.rules.AuditProcessorEnablerForm | the audit processor enabler form | |
| Errors | NULL_ARGUMENT | auditProcessorEnablerRecordTypes is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | unable to get form for requested record types | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | createAuditProcessorEnabler | ||
| Description |
Creates a new | ||
| Parameters | osid.inquiry.rules.AuditProcessorEnablerForm | auditProcessorEnablerForm | the form for this AuditProcessorEnabler |
| Return | osid.inquiry.rules.AuditProcessorEnabler | the new AuditProcessorEnabler | |
| Errors | ILLEGAL_STATE | auditProcessorEnablerForm already used in a create
transaction | |
| INVALID_ARGUMENT | one or more of the form elements is invalid | ||
| NULL_ARGUMENT | auditProcessorEnablerForm is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | auditProcessorEnablerForm did not originate from
getAuditProcessorEnablerFormForCreate() | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canUpdateAuditProcessorEnablers | ||
| Description |
Tests if this user can update
| ||
| Return | boolean | false if AuditProcessorEnabler modification is
not authorized, true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorEnablerFormForUpdate | ||
| Description |
Gets the audit processor enabler form for updating an existing audit processor enabler. A new audit processor enabler form should be requested for each update transaction. | ||
| Parameters | osid.id.Id | auditProcessorEnablerId | the Id of the AuditProcessorEnabler |
| Return | osid.inquiry.rules.AuditProcessorEnablerForm | the audit processor enabler form | |
| Errors | NOT_FOUND | auditProcessorEnablerId is not found | |
| NULL_ARGUMENT | auditProcessorEnablerId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | updateAuditProcessorEnabler | ||
| Description |
Updates an existing audit processor enabler. | ||
| Parameters | osid.inquiry.rules.AuditProcessorEnablerForm | auditProcessorEnablerForm | the form containing the elements to be updated |
| Errors | ILLEGAL_STATE | auditProcessorEnablerForm already used in an update
transaction | |
| INVALID_ARGUMENT | the form contains an invalid value | ||
| NULL_ARGUMENT | auditProcessorEnablerForm is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | auditProcessorEnablerForm did not originate from
getAuditProcessorEnablerFormForUpdate() | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canDeleteAuditProcessorEnablers | ||
| Description |
Tests if this user can delete
| ||
| Return | boolean | false if AuditProcessorEnabler deletion is not
authorized, true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deleteAuditProcessorEnabler | ||
| Description |
Deletes an | ||
| Parameters | osid.id.Id | auditProcessorEnablerId | the Id of the AuditProcessorEnabler to remove |
| Errors | NOT_FOUND | auditProcessorEnablerId not found | |
| NULL_ARGUMENT | auditProcessorEnablerId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageAuditProcessorEnablerAliases | ||
| Description |
Tests if this user can manage | ||
| Return | boolean | false if AuditProcessorEnabler aliasing is not
authorized, true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | aliasAuditProcessorEnabler | ||
| Description |
Adds an | ||
| Parameters | osid.id.Id | auditProcessorEnablerId | the Id of an AuditProcessorEnabler |
osid.id.Id | aliasId | the alias Id | |
| Errors | ALREADY_EXISTS | aliasId is already assigned | |
| NOT_FOUND | auditProcessorEnablerId not found | ||
| NULL_ARGUMENT | auditProcessorEnablerId or aliasId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |