Directory modules/pvm/src/main/java/org/jbpm/pvm/internal/svc/

Total Files:
18
Deleted Files:
7
Lines of Code:
1257

[root]/modules/pvm/src/main/java/org/jbpm/pvm/internal/svc

Lines of Code

modules/pvm/src/main/java/org/jbpm/pvm/internal/svc/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 206 (100.0%) 2484 (100.0%) 12.0
tom.baeyens@jboss.com 199 (96.6%) 2406 (96.9%) 12.0
heiko.braun@jboss.com 3 (1.5%) 47 (1.9%) 15.6
alex.guizar@jboss.com 3 (1.5%) 16 (0.6%) 5.3
jbarrez 1 (0.5%) 15 (0.6%) 15.0

Most Recent Commits

tom.baeyens@jboss.com 2009-09-24 13:05 Rev.: 5667

JBPM-2526 split up the command executor into a requires and a requiresNew policy flavour

98 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: EnvironmentInterceptor.java (+25 -12), Policy.java (new 27), SkipInterceptor.java (new 46)
tom.baeyens@jboss.com 2009-09-16 13:52 Rev.: 5649

JBPM-2526 switched executions over to jbpm dbid generation

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: EnvironmentInterceptor.java (+1 -1)
tom.baeyens@jboss.com 2009-08-18 16:12 Rev.: 5490

JBPM-2409 JBPM-2411 JBPM-2483 added user defined transaction boundaries to allow for domain model integration

26 lines of code changed in 9 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: AsyncCommandMessage.java (+6 -3), AsyncCommandService.java (+3 -3), AuthorizationInterceptor.java (+3 -3), AuthorizationSession.java (+3 -3), DefaultCommandService.java (+3 -3), EnvironmentInterceptor.java (+4 -4), FindGroupIds.java (+2 -2), RetryInterceptor.java (+1 -1), SerializeInterceptor.java (+1 -1)
tom.baeyens@jboss.com 2009-07-16 17:17 Rev.: 5312

JBPM-2398 api preparations for task details query

9 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: HistoryServiceImpl.java (+9)
tom.baeyens@jboss.com 2009-07-16 08:24 Rev.: 5307

JBPM-2417 first part of user provided authentication through service api

13 lines of code changed in 4 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: AbstractServiceImpl.java (-35), AsyncCommandMessage.java (+2 -2), AsyncCommandService.java (+1 -1), EnvironmentInterceptor.java (+10 -13)
jbarrez 2009-07-16 08:00 Rev.: 5306

JBPM-2343: add convenience method complete task + set variables in one transaction. Also added test case for various usages of task completion.

15 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: TaskServiceImpl.java (+15 -1)
tom.baeyens@jboss.com 2009-07-09 11:33 Rev.: 5268

JBPM-2395 fix mail listener: change task variable to task scope and JBPM-2396 remove TaskServive.getVariable method

0 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: TaskServiceImpl.java (-6)
tom.baeyens@jboss.com 2009-07-08 20:37 Rev.: 5261

JBPM-2393 fixed history logs for audit purposes

3 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: HistoryServiceImpl.java (+3)
tom.baeyens@jboss.com 2009-07-07 19:00 Rev.: 5254

JBPM-2390 fix tasks and task comments the history

21 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: ExecutionServiceImpl.java (+4), HistoryServiceImpl.java (+9), TaskServiceImpl.java (+8 -4)
tom.baeyens@jboss.com 2009-07-04 12:53 Rev.: 5222

JBPM-2336 fix task delete mismatch

3 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: TaskServiceImpl.java (+3 -3)
tom.baeyens@jboss.com 2009-07-03 10:47 Rev.: 5211

JBPM-2383 made process definition query consistent wrt notSuspended() suspended() and updated the console integration query to only show the notSuspended process definitions

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: TaskServiceImpl.java (+1 -1)
tom.baeyens@jboss.com 2009-06-26 16:29 Rev.: 5135

JBPM-2348 long taskDbid --> String taskId

74 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: ExecutionServiceImpl.java (+8 -8), TaskServiceImpl.java (+66 -47)
tom.baeyens@jboss.com 2009-06-26 13:04 Rev.: 5129

JBPM-2348 long commentDbid --> String commentId

4 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: TaskServiceImpl.java (+4 -4)
tom.baeyens@jboss.com 2009-06-26 12:51 Rev.: 5128

JBPM-2348 long jobDbid --> String jobId

2 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: ManagementServiceImpl.java (+2 -2)
tom.baeyens@jboss.com 2009-06-23 21:29 Rev.: 5099

JBPM-2307 moved api package env to pvm internal

10 lines of code changed in 8 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: AbstractServiceImpl.java (+1 -1), AsyncCommandMessage.java (+1 -1), AsyncCommandService.java (+1 -1), AuthorizationInterceptor.java (+1 -1), AuthorizationSession.java (+1 -1), DefaultCommandService.java (+1 -1), EnvironmentInterceptor.java (+3 -3), FindGroupIds.java (+1 -1)
tom.baeyens@jboss.com 2009-06-23 16:17 Rev.: 5096

JBPM-2307 moved client and env packages from api to internal

15 lines of code changed in 12 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: AbstractServiceImpl.java (+1 -1), AsyncCommandMessage.java (+2 -2), AsyncCommandService.java (+2 -2), AuthorizationInterceptor.java (+1 -1), AuthorizationSession.java (+1 -1), DefaultCommandService.java (+2 -2), EnvironmentInterceptor.java (+1 -1), FindGroupIds.java (+1 -1), IdentityServiceImpl.java (+1 -1), Interceptor.java (+1 -1), RetryInterceptor.java (+1 -1), SerializeInterceptor.java (+1 -1)
tom.baeyens@jboss.com 2009-06-08 12:49 Rev.: 5005

JBPM-2004 finished cleanup of test data

19 lines of code changed in 4 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: ExecutionServiceImpl.java (+4 -1), HistoryServiceImpl.java (+8 -2), ManagementServiceImpl.java (+4 -1), TaskServiceImpl.java (+3 -1)
tom.baeyens@jboss.com 2009-06-04 12:04 Rev.: 4987

JBPM-2147 fixing the integration tests

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: TaskServiceImpl.java (+1 -2)
tom.baeyens@jboss.com 2009-05-30 18:11 Rev.: 4953

JBPM-2048 simplify the DbSession and moved all Sessions to the implementation

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: AsyncCommandService.java (+1 -1)
alex.guizar@jboss.com 2009-05-21 10:29 Rev.: 4867

JBPM-2254 restore build broken by query change in IdentitySessionImpl; reintroduce variable API change after clarifying the intent

5 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: ExecutionServiceImpl.java (+5 -8)
tom.baeyens@jboss.com 2009-05-21 08:42 Rev.: 4866

JBPM-2254 rolling back r4865. build broken and not discussed api change.

8 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: ExecutionServiceImpl.java (+8 -5)
alex.guizar@jboss.com 2009-05-21 07:16 Rev.: 4865

CODING IN PROGRESS - issue JBPM-2254: task notify and reminder emails
https://jira.jboss.org/jira/browse/JBPM-2254

5 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: ExecutionServiceImpl.java (+5 -8)
tom.baeyens@jboss.com 2009-05-19 10:58 Rev.: 4843

JBPM-2250 renamed task lists to findPersonalTasks and findGroupTasks

3 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: TaskServiceImpl.java (+3 -3)
tom.baeyens@jboss.com 2009-05-19 10:28 Rev.: 4842

JBPM-2220 added TaskService.getOutcomes(long taskDbid)

4 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: TaskServiceImpl.java (+4)
tom.baeyens@jboss.com 2009-05-18 17:53 Rev.: 4833

JBPM-2256 introducing async continuations

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: AsyncCommandMessage.java (+1 -1)
tom.baeyens@jboss.com 2009-05-16 11:33 Rev.: 4828

JBPM-2026 updated fork and join to fit with execution.state updates in context of adding super-state

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: AsyncCommandMessage.java (+1 -1)
tom.baeyens@jboss.com 2009-05-15 20:55 Rev.: 4827

JBPM-2026 removed execution locking, moved suspend and resume to ScopeInstanceImpl and introduced suspendHistoryState all in context of adding super states

3 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: AsyncCommandMessage.java (+3 -1)
alex.guizar@jboss.com 2009-05-12 01:05 Rev.: 4782

[JBPM-2058] email resolution for users and groups did not actually work

6 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: IdentityServiceImpl.java (+6 -2)
tom.baeyens@jboss.com 2009-04-27 14:09 Rev.: 4636

distribution and qa test run updates

3 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: RetryInterceptor.java (+3)
tom.baeyens@jboss.com 2009-04-18 18:43 Rev.: 4578

JBPM-2162 revert process archive deployment in examples

28 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: FindGroupIds.java (+2 -2), IdentityServiceImpl.java (+24 -24), TaskServiceImpl.java (+2 -2)
tom.baeyens@jboss.com 2009-04-16 20:28 Rev.: 4570

JBPM-2173 add api to api packages

48 lines of code changed in 16 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: AbstractServiceImpl.java (+2 -2), AsyncCommandMessage.java (+3 -3), AsyncCommandService.java (+5 -5), AuthorizationInterceptor.java (+3 -3), AuthorizationSession.java (+2 -2), DefaultCommandService.java (+4 -4), EnvironmentInterceptor.java (+4 -4), ExecutionServiceImpl.java (+4 -4), FindGroupIds.java (+3 -3), HistoryServiceImpl.java (+3 -3), IdentityServiceImpl.java (+4 -4), Interceptor.java (+1 -1), ManagementServiceImpl.java (+2 -2), RetryInterceptor.java (+2 -2), SerializeInterceptor.java (+2 -2), TaskServiceImpl.java (+4 -4)
tom.baeyens@jboss.com 2009-04-16 14:09 Rev.: 4565

JBPM-2171 introducing ProcessInstance

20 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: ExecutionServiceImpl.java (+20 -22)
tom.baeyens@jboss.com 2009-04-15 21:01 Rev.: 4557

JBPM-2029 exposing the full execution hierarchy for obtaining wait state executions

0 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: ExecutionServiceImpl.java (-22)
tom.baeyens@jboss.com 2009-04-15 09:24 Rev.: 4554

JBPM-2029 starting to realize the execution reference problem in context of timers

3 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: ExecutionServiceImpl.java (+3 -3)
tom.baeyens@jboss.com 2009-04-14 10:47 Rev.: 4547

JBPM-2168 align query methods list and uniqueResult with hibernate

2 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: TaskServiceImpl.java (+2 -2)
tom.baeyens@jboss.com 2009-04-02 13:34 Rev.: 4391

introduce separate task take method

17 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: TaskServiceImpl.java (+17 -28)
tom.baeyens@jboss.com 2009-03-31 15:52 Rev.: 4367

fixed task and participation api

49 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: FindGroupIds.java (new 35), IdentityServiceImpl.java (+4), TaskServiceImpl.java (+10 -19)
tom.baeyens@jboss.com 2009-03-31 10:48 Rev.: 4366

fixed task lists interface

6 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: TaskServiceImpl.java (+6 -16)
tom.baeyens@jboss.com 2009-03-30 18:03 Rev.: 4359

replaced ProcessService with RepositoryService

10 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: DeploymentImpl.java (del), ExecutionServiceImpl.java (+10 -10), ProcessServiceImpl.java (del)
heiko.braun@jboss.com 2009-03-30 14:27 Rev.: 4356

Use IdendityRef where appropriate. Query tasks by Participation.

23 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/svc: TaskServiceImpl.java (+23 -26)

(37 more)

Generated by StatSVN 0.5.0