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

neil_a_wilson
05.51.2007 2a5859ba830517514ca7aa21d90988327b0b51ea
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
commit2a5859ba830517514ca7aa21d90988327b0b51ea
tree dd7a27fa738165ba2c158ee636ae5bfb7f884005 tree | zip | gz
parent 4fab9c68f1e4755b7381ecf9bd86c8b30417bd8f 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
1 files added
4 files modified
732 ■■■■■ changed files
opendj-sdk/opends/src/messages/messages/backend.properties 21 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/backends/task/TaskBackend.java 208 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/backends/task/TaskBackendTestCase.java 409 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/DummyTask.java 64 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TasksTestCase.java 30 ●●●● diff | view | raw | blame | history