|
Rename Method public getContext() : Context renamed to public createContext() : RequestContext in class org.jbpm.services.task.commands.TaskCommandExecutorImpl.SelfExecutionCommandService |
From |
To |
|
Rename Method public getContext() : Context renamed to public createContext() : RequestContext in class org.jbpm.process.core.timer.impl.GlobalTimerService.DisposableCommandService |
From |
To |
|
Rename Method private getCommandService() : CommandService renamed to private getRunner() : ExecutableRunner<RequestContext> in class org.jbpm.process.core.timer.impl.GlobalTimerService |
From |
To |
|
Rename Method public getContext() : Context renamed to public createContext() : RequestContext in class org.jbpm.services.task.persistence.TaskTransactionInterceptor |
From |
To |
|
Rename Method public getCommandService(jobContext JobContext) : CommandService renamed to public getRunner(jobContext JobContext) : ExecutableRunner in class org.jbpm.process.core.timer.impl.GlobalTimerService |
From |
To |
|
Rename Method protected getCommandService(processInstanceId Long, ctx ProcessJobContext) : CommandService renamed to protected getRunner(processInstanceId Long, ctx ProcessJobContext) : ExecutableRunner in class org.jbpm.process.core.timer.impl.GlobalTimerService |
From |
To |
|
Change Parameter Type arg0 : org.kie.internal.command.Context to arg0 : org.kie.api.runtime.Context in method public execute(arg0 org.kie.api.runtime.Context) : Object in class org.jbpm.test.functional.migration.ProcessInstanceMigrationTest.UpgradeCommand |
From |
To |
|
Change Parameter Type context : org.kie.internal.command.Context to context : org.kie.api.runtime.Context in method public execute(context org.kie.api.runtime.Context) : Void in class org.jbpm.runtime.manager.impl.PerCaseRuntimeManager.DisposeKSessionCommand |
From |
To |
|
Change Parameter Type interceptor : Interceptor to interceptor : ChainableRunner in method public interceptor(priority int, interceptor ChainableRunner) : HumanTaskConfigurator in class org.jbpm.services.task.HumanTaskConfigurator |
From |
To |
|
Change Parameter Type executor : CommandService to executor : ExecutableRunner in method public CommandBasedTaskService(executor ExecutableRunner, taskEventSupport TaskEventSupport) in class org.jbpm.services.task.impl.command.CommandBasedTaskService |
From |
To |
|
Change Parameter Type commandService : CommandService to commandService : CommandExecutor in method public setCommandService(commandService CommandExecutor) : void in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl |
From |
To |
|
Change Parameter Type interceptor : Interceptor to interceptor : ChainableRunner in method public addInterceptor(interceptor ChainableRunner) : void in class org.jbpm.services.task.commands.TaskCommandExecutorImpl |
From |
To |
|
Change Parameter Type context : org.kie.internal.command.Context to context : org.kie.api.runtime.Context in method public execute(context org.kie.api.runtime.Context) : Void in class org.jbpm.runtime.manager.impl.PerCaseRuntimeManager.SaveMappingCommand |
From |
To |
|
Change Parameter Type interceptor : Interceptor to interceptor : ChainableRunner in method package PriorityInterceptor(priority Integer, interceptor ChainableRunner) in class org.jbpm.services.task.HumanTaskConfigurator.PriorityInterceptor |
From |
To |
|
Change Parameter Type command : Command<T> to executable : Executable in method public execute(executable Executable, ctx RequestContext) : RequestContext in class org.jbpm.process.core.timer.impl.GlobalTimerService.DisposableCommandService |
From |
To |
|
Change Parameter Type commandService : CommandService to commandService : CommandExecutor in method public setCommandService(commandService CommandExecutor) : void in class org.jbpm.executor.ejb.impl.jpa.ExecutorQueryServiceEJBImpl |
From |
To |
|
Change Parameter Type context : org.kie.internal.command.Context to context : org.kie.api.runtime.Context in method public execute(context org.kie.api.runtime.Context) : Void in class org.jbpm.runtime.manager.impl.PerProcessInstanceRuntimeManager.DestroyKSessionCommand |
From |
To |
|
Change Parameter Type context : org.kie.internal.command.Context to context : org.kie.api.runtime.Context in method public execute(context org.kie.api.runtime.Context) : Void in class org.jbpm.runtime.manager.impl.PerCaseRuntimeManager.RemoveMappingCommand |
From |
To |
|
Change Parameter Type commandService : CommandService to commandService : CommandExecutor in method public setCommandService(commandService CommandExecutor) : void in class org.jbpm.executor.ejb.impl.jpa.ExecutorRequestAdminServiceEJBImpl |
From |
To |
|
Change Parameter Type commandService : CommandService to commandService : CommandExecutor in method public setCommandService(commandService CommandExecutor) : void in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService |
From |
To |
|
Change Parameter Type commandService : CommandService to commandService : CommandExecutor in method public setCommandService(commandService CommandExecutor) : void in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl |
From |
To |
|
Change Parameter Type context : org.kie.internal.command.Context to context : org.kie.api.runtime.Context in method public execute(context org.kie.api.runtime.Context) : Void in class org.jbpm.runtime.manager.impl.PerCaseRuntimeManager.DestroyKSessionCommand |
From |
To |
|
Change Parameter Type arg0 : org.kie.internal.command.Context to arg0 : org.kie.api.runtime.Context in method public execute(arg0 org.kie.api.runtime.Context) : Object in class org.jbpm.test.functional.migration.ProcessInstanceMigrationTest.ExplicitUpgradeCommand |
From |
To |
|
Change Parameter Type delegate : CommandService to delegate : ExecutableRunner<RequestContext> in method public DisposableCommandService(delegate ExecutableRunner<RequestContext>, manager RuntimeManager, runtime RuntimeEngine, retry boolean) in class org.jbpm.process.core.timer.impl.GlobalTimerService.DisposableCommandService |
From |
To |
|
Change Parameter Type commandService : CommandService to commandService : CommandExecutor in method public setCommandService(commandService CommandExecutor) : void in class org.jbpm.executor.ejb.impl.jpa.JPAExecutorStoreServiceEJBImpl |
From |
To |
|
Change Parameter Type context : org.kie.internal.command.Context to context : org.kie.api.runtime.Context in method public execute(context org.kie.api.runtime.Context) : Void in class org.jbpm.runtime.manager.impl.PerProcessInstanceRuntimeManager.DisposeKSessionCommand |
From |
To |
|
Change Parameter Type interceptor : Interceptor to interceptor : ChainableRunner in method public addInterceptor(interceptor ChainableRunner) : void in class org.jbpm.services.task.persistence.TaskTransactionInterceptor |
From |
To |
|
Change Return Type Context to RequestContext in method public createContext() : RequestContext in class org.jbpm.services.task.commands.TaskCommandExecutorImpl.SelfExecutionCommandService |
From |
To |
|
Change Return Type CommandService to ExecutableRunner<RequestContext> in method private getRunner() : ExecutableRunner<RequestContext> in class org.jbpm.process.core.timer.impl.GlobalTimerService |
From |
To |
|
Change Return Type Interceptor to ChainableRunner in method public getInterceptor() : ChainableRunner in class org.jbpm.services.task.HumanTaskConfigurator.PriorityInterceptor |
From |
To |
|
Change Return Type Context to RequestContext in method public createContext() : RequestContext in class org.jbpm.services.task.persistence.TaskTransactionInterceptor |
From |
To |
|
Change Return Type CommandService to ExecutableRunner in method protected getRunner(processInstanceId Long, ctx ProcessJobContext) : ExecutableRunner in class org.jbpm.process.core.timer.impl.GlobalTimerService |
From |
To |
|
Change Return Type Context to RequestContext in method public createContext() : RequestContext in class org.jbpm.process.core.timer.impl.GlobalTimerService.DisposableCommandService |
From |
To |
|
Change Return Type T to RequestContext in method public execute(executable Executable, ctx RequestContext) : RequestContext in class org.jbpm.process.core.timer.impl.GlobalTimerService.DisposableCommandService |
From |
To |
|
Change Return Type CommandService to ExecutableRunner in method public getRunner(jobContext JobContext) : ExecutableRunner in class org.jbpm.process.core.timer.impl.GlobalTimerService |
From |
To |
|
Change Return Type T to RequestContext in method public execute(executable Executable, ctx RequestContext) : RequestContext in class org.jbpm.services.task.persistence.TaskTransactionInterceptor |
From |
To |
|
Change Variable Type service : SingleSessionCommandService to service : PersistableRunner in method public testPersistenceWorkItems() : void in class org.jbpm.persistence.session.SingleSessionCommandServiceTest |
From |
To |
|
Change Variable Type service : SingleSessionCommandService to service : PersistableRunner in method public testPersistenceWorkItemsUserTransaction() : void in class org.jbpm.persistence.session.SingleSessionCommandServiceTest |
From |
To |
|
Change Variable Type service : SingleSessionCommandService to service : PersistableRunner in method public testPersistenceSubProcess() : void in class org.jbpm.persistence.session.SingleSessionCommandServiceTest |
From |
To |
|
Change Variable Type internalCommandService : CommandService to internalCommandService : ChainableRunner in method public testInterceptorAfterRollback() : void in class org.jbpm.runtime.manager.impl.SingletonRuntimeManagerTest |
From |
To |
|
Change Variable Type commandService : CommandService to commandService : ExecutableRunner in method public execute(context Context) : Void in class org.jbpm.runtime.manager.impl.PerProcessInstanceRuntimeManager.DestroyKSessionCommand |
From |
To |
|
Change Variable Type context : org.kie.internal.command.Context to context : org.kie.api.runtime.Context in method public getProcessInstanceVariable(processInstanceId Long, variableName String) : Object in class org.jbpm.kie.services.impl.ProcessServiceImpl |
From |
To |
|
Change Variable Type constructor : Constructor<Interceptor> to constructor : Constructor<ChainableRunner> in method protected addDefaultInterceptor() : void in class org.jbpm.services.task.HumanTaskConfigurator |
From |
To |
|
Change Variable Type context : org.kie.internal.command.Context to context : org.kie.api.runtime.Context in method public init() : void in class org.jbpm.runtime.manager.impl.PerCaseRuntimeManager |
From |
To |
|
Change Variable Type defaultInterceptor : Interceptor to defaultInterceptor : ChainableRunner in method protected addOptimisticLockInterceptor() : void in class org.jbpm.services.task.HumanTaskConfigurator |
From |
To |
|
Change Variable Type constructor : Constructor<Interceptor> to constructor : Constructor<ChainableRunner> in method protected addTransactionLockInterceptor() : void in class org.jbpm.services.task.HumanTaskConfigurator |
From |
To |
|
Change Variable Type commandService : CommandService to commandService : ExecutableRunner in method public internalAddDynamicSubProcess(processInstance WorkflowProcessInstance, dynamicContext DynamicNodeInstance, ksession KieRuntime, processId String, parameters Map<String,Object>) : long in class org.jbpm.workflow.instance.node.DynamicUtils |
From |
To |
|
Change Variable Type constructor : Constructor<Interceptor> to constructor : Constructor<ChainableRunner> in method protected addOptimisticLockInterceptor() : void in class org.jbpm.services.task.HumanTaskConfigurator |
From |
To |
|
Change Variable Type commandService : CommandService to commandService : ExecutableRunner in method public beforeCompletion() : void in class org.jbpm.runtime.manager.impl.tx.DestroySessionTransactionSynchronization |
From |
To |
|
Change Variable Type sscs : SingleSessionCommandService to runner : PersistableRunner in method protected addInterceptors(ksession KieSession) : void in class org.jbpm.runtime.manager.impl.factory.JPASessionFactory |
From |
To |
|
Change Variable Type defaultInterceptorClass : Class<Interceptor> to defaultInterceptorClass : Class<ChainableRunner> in method protected addOptimisticLockInterceptor() : void in class org.jbpm.services.task.HumanTaskConfigurator |
From |
To |
|
Change Variable Type service : SingleSessionCommandService to service : PersistableRunner in method public testPersistenceTimer2() : void in class org.jbpm.persistence.session.SingleSessionCommandServiceTest |
From |
To |
|
Change Variable Type commandService : CommandService to runner : ExecutableRunner in method public call() : Void in class org.jbpm.persistence.timer.GlobalJpaTimerJobInstance |
From |
To |
|
Change Variable Type commandService : CommandService to commandService : ExecutableRunner in method public testInterceptorAfterRollback() : void in class org.jbpm.runtime.manager.impl.SingletonRuntimeManagerTest |
From |
To |
|
Change Variable Type context : org.kie.internal.command.Context to context : org.kie.api.runtime.Context in method public init() : void in class org.jbpm.runtime.manager.impl.PerProcessInstanceRuntimeManager |
From |
To |
|
Change Variable Type commandService : CommandService to runner : ExecutableRunner in method private internalAddDynamicWorkItem(processInstance WorkflowProcessInstance, dynamicContext DynamicNodeInstance, ksession KieRuntime, workItemName String, parameters Map<String,Object>) : void in class org.jbpm.workflow.instance.node.DynamicUtils |
From |
To |
|
Change Variable Type defaultInterceptorClass : Class<Interceptor> to defaultInterceptorClass : Class<ChainableRunner> in method protected addDefaultInterceptor() : void in class org.jbpm.services.task.HumanTaskConfigurator |
From |
To |
|
Change Variable Type commandService : CommandService to commandService : ExecutableRunner in method public execute(context Context) : Void in class org.jbpm.runtime.manager.impl.PerCaseRuntimeManager.DestroyKSessionCommand |
From |
To |
|
Change Variable Type defaultInterceptor : Interceptor to defaultInterceptor : ChainableRunner in method protected addDefaultInterceptor() : void in class org.jbpm.services.task.HumanTaskConfigurator |
From |
To |
|
Change Variable Type defaultInterceptorClass : Class<Interceptor> to defaultInterceptorClass : Class<ChainableRunner> in method protected addTransactionLockInterceptor() : void in class org.jbpm.services.task.HumanTaskConfigurator |
From |
To |
|
Change Variable Type service : SingleSessionCommandService to service : PersistableRunner in method public testPersistenceTimer() : void in class org.jbpm.persistence.session.SingleSessionCommandServiceTest |
From |
To |
|
Change Variable Type defaultInterceptor : Interceptor to defaultInterceptor : ChainableRunner in method protected addTransactionLockInterceptor() : void in class org.jbpm.services.task.HumanTaskConfigurator |
From |
To |
|
Change Attribute Type interceptor : Interceptor to interceptor : ChainableRunner in class org.jbpm.services.task.HumanTaskConfigurator.PriorityInterceptor |
From |
To |
|
Change Attribute Type commandService : CommandService to commandService : InternalLocalRunner in class org.jbpm.services.task.commands.TaskCommandExecutorImpl |
From |
To |
|
Change Attribute Type delegate : CommandService to delegate : ExecutableRunner<RequestContext> in class org.jbpm.process.core.timer.impl.GlobalTimerService.DisposableCommandService |
From |
To |
|
Change Attribute Type commandService : CommandService to commandService : CommandExecutor in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService |
From |
To |
|
Change Attribute Type commandService : CommandService to commandService : ChainableRunner in class org.jbpm.services.task.persistence.TaskTransactionInterceptor |
From |
To |
|
Change Attribute Type commandService : CommandService to commandService : CommandExecutor in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl |
From |
To |
|
Change Attribute Type commandService : CommandService to commandService : CommandExecutor in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl |
From |
To |
|
Change Attribute Type executor : CommandService to executor : ExecutableRunner in class org.jbpm.services.task.impl.command.CommandBasedTaskService |
From |
To |