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

Total Files:
28
Deleted Files:
9
Lines of Code:
4451

[root]/modules/pvm/src/main/java/org/jbpm/pvm/internal/model
                                            directory in repo op (14 files, 1082 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 345 (100.0%) 4361 (100.0%) 12.6
tom.baeyens@jboss.com 326 (94.5%) 4275 (98.0%) 13.1
jbarrez 9 (2.6%) 47 (1.1%) 5.2
alex.guizar@jboss.com 6 (1.7%) 27 (0.6%) 4.5
koen.aers@jboss.com 3 (0.9%) 10 (0.2%) 3.3
heiko.braun@jboss.com 1 (0.3%) 2 (0.0%) 2.0

Most Recent Commits

tom.baeyens@jboss.com 2009-10-14 11:33 Rev.: 5741

JBPM-2578 adding ability to update a deployment resource for tweaking process behaviour for testing purposes

4 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ScopeInstanceImpl.java (+4)
koen.aers@jboss.com 2009-10-07 21:10 Rev.: 5713

store and retrieve migration info in parse context map instead of process definition object

0 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ProcessDefinitionImpl.java (-9)
tom.baeyens@jboss.com 2009-10-07 13:24 Rev.: 5708

JBPM-2565 refactored usercode handling of event listeners, assignment handlers, decision handlers and decision conditions

17 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+10 -6), ExpressionEvaluator.java (del), TransitionImpl.java (+7 -34)
koen.aers@jboss.com 2009-10-05 19:25 Rev.: 5695

add a migration descriptor to use during deployment

9 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ProcessDefinitionImpl.java (+9 -1)
tom.baeyens@jboss.com 2009-09-29 14:23 Rev.: 5671

JBPM-2430 classloading cleanup and added deployment classloading for user classes

17 lines of code changed in 6 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ActivityImpl.java (+3 -3), EventImpl.java (+1), EventListenerReference.java (+3 -3), ExceptionHandlerImpl.java (+8), ObservableElementImpl.java (+1), ProcessElementImpl.java (+1)
tom.baeyens@jboss.com 2009-09-25 15:04 Rev.: 5669

JBPM-2430 first cleanup of classloading

94 lines of code changed in 5 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ActivityImpl.java (+36 -42), EventImpl.java (+2 -8), EventListenerReference.java (+39 -1), ExceptionHandlerImpl.java (+17 -35), ObjectReference.java (del)
tom.baeyens@jboss.com 2009-09-16 15:31 Rev.: 5651

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

7 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+2), ScopeInstanceImpl.java (+5 -1)
tom.baeyens@jboss.com 2009-09-16 13:52 Rev.: 5649

JBPM-2526 switched executions over to jbpm dbid generation

34 lines of code changed in 4 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: DefaultIdGenerator.java (del), ExecutionImpl.java (+34 -16), IdGenerator.java (del), ProcessDefinitionImpl.java (-9)
jbarrez 2009-09-14 15:33 Rev.: 5635

Fix for JBPM-2513

2 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ScopeInstanceImpl.java (+2 -1)
jbarrez 2009-09-14 14:04 Rev.: 5633

Fix for JBPM-2494: renamed isProcessInstance() -> getIsProcessInstance()

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+1 -1)
tom.baeyens@jboss.com 2009-09-08 13:32 Rev.: 5620

moved getScriptManager() from EnvironmentDefaults to ScriptManager

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExpressionEvaluator.java (+1 -2)
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

28 lines of code changed in 9 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: DefaultIdGenerator.java (+2 -2), ExceptionHandlerImpl.java (+2 -2), ExceptionHandlerSynchronization.java (+2 -3), ExecutionImpl.java (+11 -11), ObjectReference.java (+3 -3), ProcessDefinitionImpl.java (+2 -2), ScopeInstanceImpl.java (+2 -2), VariableDefinitionImpl.java (+2 -2), VariableOutDefinitionSet.java (+2 -2)
koen.aers@jboss.com 2009-07-29 14:46 Rev.: 5375

JBPM-2419: change Job.dueDate in Job.duedate

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ScopeInstanceImpl.java (+1 -1)
tom.baeyens@jboss.com 2009-07-08 20:37 Rev.: 5261

JBPM-2393 fixed history logs for audit purposes

40 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+10 -8), ScopeInstanceImpl.java (+23 -10), VariableDefinitionImpl.java (+7)
tom.baeyens@jboss.com 2009-07-07 19:00 Rev.: 5254

JBPM-2390 fix tasks and task comments the history

9 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: CommentImpl.java (del), ExecutionImpl.java (+8 -97), ScopeInstanceImpl.java (+1 -1)
tom.baeyens@jboss.com 2009-07-06 12:08 Rev.: 5247

JBPM-2389 fixed history propagation of reassignment of tasks

4 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+4)
tom.baeyens@jboss.com 2009-07-05 11:44 Rev.: 5230

JBPM-2372 finish javadocs review

40 lines of code changed in 4 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: Condition.java (new 40), ExpressionEvaluator.java (-1), Transition.java (-1), TransitionImpl.java (-1)
tom.baeyens@jboss.com 2009-06-30 10:01 Rev.: 5162

JBPM-2309 fine tuned task activityName initialization

0 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (-1)
jbarrez 2009-06-29 17:52 Rev.: 5160

JBPM-2309: support for retrieval of current activity of a task (eg to display in an image): added executionId/activityName to Task interface.

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+1)
tom.baeyens@jboss.com 2009-06-27 14:52 Rev.: 5139

JBPM-2323 instantiate user code objects referenced by class during parsing time

3 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+3 -4)
tom.baeyens@jboss.com 2009-06-27 13:19 Rev.: 5136

JBPM-2365 adding engine and api support for start task forms

7 lines of code changed in 5 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: Activity.java (+2 -2), ActivityImpl.java (+2 -4), CompositeElement.java (+1 -1), CompositeElementImpl.java (+1 -1), ExecutionImpl.java (+1 -1)
tom.baeyens@jboss.com 2009-06-26 16:29 Rev.: 5135

JBPM-2348 long taskDbid --> String taskId

9 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: DefaultIdGenerator.java (+5 -3), ExceptionHandlerSynchronization.java (+1 -1), ExecutionImpl.java (+3 -3)
jbarrez 2009-06-26 13:51 Rev.: 5132

Went over collection return values of API (JBPM-2304)

43 lines of code changed in 6 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ActivityImpl.java (+14 -32), CommentImpl.java (+2 -10), ExecutionImpl.java (+21 -54), ProcessDefinitionImpl.java (+2 -8), ScopeElementImpl.java (+3 -11), ScopeInstanceImpl.java (+1 -6)
tom.baeyens@jboss.com 2009-06-26 13:04 Rev.: 5129

JBPM-2348 long commentDbid --> String commentId

6 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: CommentImpl.java (+6)
tom.baeyens@jboss.com 2009-06-26 12:25 Rev.: 5127

JBPM-2348 long deploymentDbid --> String deploymentId

6 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ProcessDefinitionImpl.java (+6 -3)
tom.baeyens@jboss.com 2009-06-26 09:23 Rev.: 5125

JBPM-2307 pruning the api to the minimal

369 lines of code changed in 13 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: Activity.java (new 111), ActivityImpl.java (-2), CompositeElement.java (new 67), CompositeElementImpl.java (-2), ExceptionHandlerImpl.java (-1), ExecutionImpl.java (-3), ObservableElement.java (new 65), ObservableElementImpl.java (-1), OpenProcessDefinition.java (new 59), ProcessDefinitionImpl.java (-1), ProcessModificationsImpl.java (-1), Transition.java (new 67), TransitionImpl.java (-1)
tom.baeyens@jboss.com 2009-06-25 09:23 Rev.: 5109

JBPM-2355 fixed handling of suspended deployments

17 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+3), ProcessDefinitionImpl.java (+14)
tom.baeyens@jboss.com 2009-06-24 19:10 Rev.: 5105

JBPM-2303 JBPM-2354 JBPM-2322 JBPM-2356 hibernate persistence cleanup

3 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: DefaultIdGenerator.java (+1 -1), ExecutionImpl.java (+2 -2)
tom.baeyens@jboss.com 2009-06-24 17:06 Rev.: 5104

JBPM-2303 JBPM-2354 JBPM-2322 JBPM-2356 hibernate persistence cleanup

192 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: DefaultIdGenerator.java (+18 -3), ExecutionImpl.java (+174 -28)
tom.baeyens@jboss.com 2009-06-23 21:29 Rev.: 5099

JBPM-2307 moved api package env to pvm internal

14 lines of code changed in 10 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: CommentImpl.java (+1 -1), DefaultIdGenerator.java (+1 -1), ExceptionHandlerImpl.java (+2 -2), ExceptionHandlerSynchronization.java (+3 -3), ExecutionImpl.java (+2 -2), ObjectReference.java (+1 -1), ProcessDefinitionImpl.java (+1 -1), ScopeInstanceImpl.java (+1 -1), VariableDefinitionImpl.java (+1 -1), VariableOutDefinitionSet.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

7 lines of code changed in 4 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExceptionHandlerImpl.java (+1 -1), ExceptionHandlerSynchronization.java (+2 -2), ExecutionImpl.java (+2 -2), ProcessDefinitionImpl.java (+2 -2)
tom.baeyens@jboss.com 2009-06-12 15:47 Rev.: 5033

JBPM-2212 did state comparison with equals

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+1 -5)
tom.baeyens@jboss.com 2009-06-11 15:47 Rev.: 5029

JBPM-2330 fine tuned execution id generation

3 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: DefaultIdGenerator.java (+3 -8)
tom.baeyens@jboss.com 2009-06-11 15:45 Rev.: 5028

JBPM-2275 verify combination of async messages and end of process instance

7 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+7 -1)
tom.baeyens@jboss.com 2009-06-08 23:57 Rev.: 5006

JBPM-2055 added ExecutionQueryTest and fixed timer deletion problem

7 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+7 -1)
tom.baeyens@jboss.com 2009-06-03 11:38 Rev.: 4979

JBPM-2252 removed access to getActivityName from the Execution API

8 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+8 -3)
tom.baeyens@jboss.com 2009-05-30 18:11 Rev.: 4953

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

12 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExceptionHandlerSynchronization.java (+1 -1), ExecutionImpl.java (+11 -12)
tom.baeyens@jboss.com 2009-05-30 13:36 Rev.: 4949

JBPM-2279 added expression resolution to the wire bindings and made it available during all aspects of execution

9 lines of code changed in 4 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+6 -6), ExpressionEvaluator.java (+1 -1), VariableDefinitionImpl.java (+1 -1), VariableOutDefinitionSet.java (+1 -1)
tom.baeyens@jboss.com 2009-05-29 14:43 Rev.: 4947

JBPM-2279 moved setting of the execution context from ScriptManager.resolveExpression up to ExecutionImpl.erformAtomicOperation

24 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+24)
tom.baeyens@jboss.com 2009-05-28 12:55 Rev.: 4931

JBPM-2231 introducing system variables

57 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/model: ExecutionImpl.java (+44), ScopeInstanceImpl.java (+13 -7)

(79 more)

Generated by StatSVN 0.5.0