Toggle navigation
Home
org.drools.core.command.CommandService to org.drools.core.runtime.ChainableRunner
No. of Instances - 4
No. of Commits - 2
No. of Projects - {'drools', 'jbpm'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
SingleSessionCommandService
to
PersistableRunner
Add or Remove Method invocation
((PersistableRunner)commandService).getCommandService()
to
((PersistableRunner)commandService).getChainableRunner()
((Interceptor)internalCommandService).getNext()
to
sscs.getChainableRunner()
Rename Variable
internalCommandService
to
runner
internalCommandService
to
runner
internalCommandService
to
runner
internalCommandService
to
runner
internalCommandService
to
runner
internalCommandService
to
runner
internalCommandService
to
runner
commandService
to
runner
commandService
to
runner
commandService
to
runner
commandService
to
runner
Update Class Instacne Creation
new TransactionInterceptor(sessionContext)
to
new TransactionInterceptor()
new TransactionInterceptor(sessionContext)
to
new TransactionInterceptor()