Directory modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl/

Directory Created:
2009-02-03 17:55
Total Files:
7
Deleted Files:
1
Lines of Code:
969

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 64 (100.0%) 1982 (100.0%) 30.9
tom.baeyens@jboss.com 48 (75.0%) 1638 (82.6%) 34.1
alex.guizar@jboss.com 10 (15.6%) 225 (11.4%) 22.5
jeff.yuchang 3 (4.7%) 98 (4.9%) 32.6
heiko.braun@jboss.com 3 (4.7%) 21 (1.1%) 7.0

Most Recent Commits

tom.baeyens@jboss.com 2009-09-16 15:31 Rev.: 5651

JBPM-2526 switched the other persistent entities over to jbpm dbid generation

26 lines of code changed in 4 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: GroupImpl.java (+3), IdentitySessionImpl.java (+15 -3), MembershipImpl.java (+4), UserImpl.java (+4)
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

2 lines of code changed in 1 file:

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

JBPM-2307 moved api package env to pvm internal

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: JbpmIdentityStore.java (+1 -1)
jeff.yuchang 2009-06-22 18:03 Rev.: 5082

JBPM-2172
* Finish the jbpmGroupId <-> idmGroupId as a current solution, will switch to other if we've reached another solution.
* Update the qa build script to get the idm component correctly.
* Will release the idm beta1 tomorrow, and then update the version into beta1. Then this jira issue should be resolved.

60 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: JBossIdmIdentitySessionImpl.java (+60 -27)
jeff.yuchang 2009-06-16 05:33 Rev.: 5041

* JBPM-2172 update identity api usage and idmIdentitySessionImpl class.

38 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: JBossIdmIdentitySessionImpl.java (+38 -32)
jeff.yuchang 2009-06-02 06:39 Rev.: 4969

* JBMP-2172, the StandardTransaction is not required.

0 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: JBossIdmIdentitySessionImpl.java (-6)
tom.baeyens@jboss.com 2009-05-26 19:11 Rev.: 4904

JBPM-2172 integrate jboss identity component, fixed JTA transaction wiring problem and fixed mail templates

152 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentitySessionResource.java (+1 -1), JBossIdmIdentitySessionImpl.java (+150 -106), JbpmIdentityStore.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

38 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentitySessionImpl.java (+38 -43)
tom.baeyens@jboss.com 2009-05-21 08:42 Rev.: 4866

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

45 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentitySessionImpl.java (+45 -41)
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

41 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentitySessionImpl.java (+41 -45)
alex.guizar@jboss.com 2009-05-12 01:05 Rev.: 4782

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

96 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentitySessionImpl.java (+69 -76), JBossIdmIdentitySessionImpl.java (+4 -3), UserImpl.java (+23 -21)
alex.guizar@jboss.com 2009-04-28 12:06 Rev.: 4653

[JBPM-2058] parse and execute mail activity,
supply default mail properties,
write mail example with inline template,
register test dependency on wiser

24 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentitySessionImpl.java (+13 -3), JBossIdmIdentitySessionImpl.java (+11 -8)
tom.baeyens@jboss.com 2009-04-18 18:43 Rev.: 4578

JBPM-2162 revert process archive deployment in examples

34 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentitySessionImpl.java (+32), UserImpl.java (+2 -1)
alex.guizar@jboss.com 2009-04-16 23:39 Rev.: 4573

merge r4409:4572 from email branch

26 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentitySessionImpl.java (+8), JBossIdmIdentitySessionImpl.java (+7), UserImpl.java (+11 -4)
tom.baeyens@jboss.com 2009-04-16 20:28 Rev.: 4570

JBPM-2173 add api to api packages

13 lines of code changed in 7 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: GroupImpl.java (+1 -1), IdentitySessionImpl.java (+3 -3), IdentitySessionResource.java (+1 -1), JBossIdmIdentitySessionImpl.java (+4 -4), JbpmIdentityStore.java (+1 -1), MembershipImpl.java (+2 -2), UserImpl.java (+1 -1)
tom.baeyens@jboss.com 2009-03-31 10:48 Rev.: 4366

fixed task lists interface

9 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentitySessionImpl.java (+9 -2)
heiko.braun@jboss.com 2009-03-30 14:27 Rev.: 4356

Use IdendityRef where appropriate. Query tasks by Participation.

21 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentitySessionImpl.java (+8 -6), JBossIdmIdentitySessionImpl.java (+4 -1), MembershipImpl.java (+9 -6)
tom.baeyens@jboss.com 2009-03-25 08:29 Rev.: 4324

JBPM-2104 task handler

4 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: JBossIdmIdentitySessionImpl.java (+4 -2)
tom.baeyens@jboss.com 2009-03-24 12:05 Rev.: 4313

refactored task completion and added password to userimpl

13 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentitySessionImpl.java (+2 -1), JBossIdmIdentitySessionImpl.java (+4 -1), UserImpl.java (+7)
tom.baeyens@jboss.com 2009-03-20 21:39 Rev.: 4302

JBPM-2118 process variables

0 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentityServiceImpl.java (del)
tom.baeyens@jboss.com 2009-03-20 17:51 Rev.: 4301

JBPM-2080 task candidates

16 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentityServiceImpl.java (+13 -1), IdentitySessionImpl.java (+3 -2)
tom.baeyens@jboss.com 2009-03-19 16:00 Rev.: 4298

task candidates

183 lines of code changed in 5 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: GroupImpl.java (+9 -2), IdentityServiceImpl.java (+33 -22), IdentitySessionImpl.java (+67 -52), JBossIdmIdentitySessionImpl.java (+66 -55), UserImpl.java (+8 -8)
tom.baeyens@jboss.com 2009-03-18 09:06 Rev.: 4269

introducing config tool

459 lines of code changed in 5 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: GroupImpl.java (+25 -1), IdentitySessionImpl.java (+68 -231), JBossIdmIdentitySessionImpl.java (new 290), MembershipImpl.java (new 60), UserImpl.java (+16)
tom.baeyens@jboss.com 2009-02-09 10:43 Rev.: 3802

JBPM-1993 Interface with the JBoss identity component

3 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: IdentitySessionImpl.java (+3 -1)
tom.baeyens@jboss.com 2009-02-04 16:06 Rev.: 3775

JBPM-1993 further work out the identity integration

150 lines of code changed in 4 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: GroupImpl.java (+2 -7), IdentityServiceImpl.java (+23 -13), IdentitySessionImpl.java (+118 -50), UserImpl.java (+7 -7)
tom.baeyens@jboss.com 2009-02-03 17:55 Rev.: 3754

JBPM-1993 first cut at integrating the jboss identity component

528 lines of code changed in 6 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/identity/impl: GroupImpl.java (new 50), IdentityServiceImpl.java (new 72), IdentitySessionImpl.java (new 221), IdentitySessionResource.java (new 68), JbpmIdentityStore.java (new 53), UserImpl.java (new 64)
Generated by StatSVN 0.5.0