Interface | osid.tracking.BranchedIssueAdminSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session branches issues. | ||
Method | getFrontOfficeId | ||
Description |
Gets the | ||
Return | osid.id.Id | the FrontOffice Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getFrontOffice | ||
Description |
Gets the | ||
Return | osid.tracking.FrontOffice | the front office | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canBranchIssues | ||
Description |
Tests if this user can branch | ||
Return | boolean | false if Issue branching is not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | branchIssue | ||
Description |
Branches an | ||
Parameters | osid.id.Id | issueId | the Id of the Issue |
Return | osid.tracking.Issue | the new Issue | |
Errors | NOT_FOUND | issueId not found | |
NULL_ARGUMENT | issueId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | copyLogEntry | ||
Description |
Copies a log entry from the root issue to be visible in the branched issue. | ||
Parameters | osid.id.Id | branchedIssueId | the Id of the Issue |
osid.id.Id | logEntryId | the Id of the Issue | |
Errors | ALREADY_EXISTS | branchedIssueId already has logEntryId | |
NOT_FOUND | branchedIssueId or logEntryId not found | ||
NULL_ARGUMENT | branchedIssueId or logEntryId is null
| ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | removeLogEntry | ||
Description |
Removes a log entry from the branch issue. | ||
Parameters | osid.id.Id | branchedIssueId | the Id of the Issue |
osid.id.Id | logEntryId | the Id of the Issue | |
Errors | NOT_FOUND | logEntryId is not in branchedIssueId | |
NULL_ARGUMENT | branchedIssueId or logEntryId is null
| ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |