mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
05.51.2007 77dcb75fb0bf9c03a591297519a97f2f3b69dbf0
refs
author neil_a_wilson <neil_a_wilson@localhost>
Wednesday, September 5, 2007 08:51 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Wednesday, September 5, 2007 08:51 +0200
commit77dcb75fb0bf9c03a591297519a97f2f3b69dbf0
tree 238348bc46dc1d74a6291bec14d30985bc12d5bb tree | zip | gz
parent 111c848e2d90d962a7f48d7b4121304247829473 view | diff
Implement support for delete and modify operations in the task backend as
follows:

- Pending tasks and completed tasks may be deleted. Running tasks may not be
deleted.
- Any attributes in pending tasks may be modified.
- Only the task state in running tasks may be modified, and only to cancel the
task.
- No attributes of a completed task may be modified.

OpenDS Issue Number: 2181
4 files modified
1 files added
732 ■■■■■ changed files
opends/src/messages/messages/backend.properties 21 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/task/TaskBackend.java 208 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/task/TaskBackendTestCase.java 409 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/DummyTask.java 64 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TasksTestCase.java 30 ●●●● diff | view | raw | blame | history