|
Deprecated Methods |
org.jbpm.job.executor.JobExecutorThread.acquireJobs()
responsibility moved to DispatcherThread |
org.jbpm.db.AbstractDbTestCase.beginSessionTransaction()
call AbstractDbTestCase.createJbpmContext() instead |
org.jbpm.db.AbstractDbTestCase.commitAndCloseSession()
call AbstractDbTestCase.closeJbpmContext() instead |
org.jbpm.jpdl.xml.JpdlXmlReader.createMailDelegation(String, String, String, String, String)
call JpdlXmlReader.readMailDelegation(Element) instead |
org.jbpm.configuration.ObjectFactoryImpl.createObject(int)
creating objects by index is no longer supported |
org.jbpm.util.EqualsUtil.equals(Object, Object)
hack does not work |
org.jbpm.calendar.Day.findNextDayPartStart(int, Date, Object[])
with no replacement |
org.jbpm.graph.exe.Token.foreUnlock()
Use Token.forceUnlock() instead |
org.jbpm.job.Job.getAqcuireDate()
call Job.getLockTime() instead |
org.jbpm.calendar.BusinessCalendar.getCalendar()
call Calendar.getInstance() directly |
org.jbpm.jpdl.el.parser.SimpleCharStream.getColumn()
|
org.jbpm.db.JbpmSession.getCurrentJbpmSession()
use JbpmConfiguration.getCurrentJbpmContext() instead. |
org.jbpm.graph.def.DelegationException.getExecutionContext()
the returned execution context may not be in a consistent state |
org.jbpm.job.executor.JobExecutor.getHistoryMaxSize()
property has no effect |
org.jbpm.job.Job.getJobExecutorName()
call Job.getLockOwner() instead |
org.jbpm.job.executor.JobExecutor.getLastThreadName()
no longer invoked |
org.jbpm.jpdl.el.parser.SimpleCharStream.getLine()
|
org.jbpm.job.executor.JobExecutor.getLockBufferTime()
property has no effect |
org.jbpm.graph.def.Node.getNameExt()
no use for this method |
org.jbpm.command.ChangeProcessInstanceVersionCommand.getNameMapping()
use getNodeNameMapping instead |
org.jbpm.job.executor.JobExecutorThread.getNextDueDate()
responsibility moved to DispatcherThread |
org.jbpm.job.executor.JobExecutor.getNextThreadName()
no longer invoked |
org.jbpm.command.GetProcessInstanceLogCommand.getProcessId()
use getProcessInstanceId instead |
org.jbpm.command.NewProcessInstanceCommand.getProcessId()
use getProcessDefinitionId instead |
org.jbpm.command.GetProcessInstancesCommand.getProcessId()
|
org.jbpm.command.ChangeProcessInstanceVersionCommand.getProcessId()
use getProcessInstanceId instead |
org.jbpm.command.CancelProcessInstanceCommand.getProcessId()
use getProcessInstanceId instead |
org.jbpm.command.NewProcessInstanceCommand.getProcessName()
use getProcessDefinitionName instead |
org.jbpm.command.GetProcessInstancesCommand.getProcessName()
|
org.jbpm.persistence.db.DbPersistenceServiceFactory.getSchemaExport()
use DbPersistenceServiceFactory.getJbpmSchema() instead |
org.jbpm.job.executor.JobExecutor.getSize()
replaced by JobExecutor.getNbrOfThreads() |
org.jbpm.context.exe.VariableContainer.getUpdatedVariableContainers(ProcessInstance)
call ContextInstance.getUpdatedVariableContainers() instead |
org.jbpm.jpdl.el.impl.JbpmExpressionEvaluator.getUsedFunctionMapper()
call JbpmExpressionEvaluator.getFunctionMapper() instead |
org.jbpm.jpdl.el.impl.JbpmExpressionEvaluator.getUsedVariableResolver()
call JbpmExpressionEvaluator.getVariableResolver() instead |
org.jbpm.job.executor.JobExecutorThread.getWaitPeriod(int)
responsibility moved to DispatcherThread |
org.jbpm.persistence.db.StaleObjectLogConfigurer.hideStaleObjectExceptions()
to hide stale object exceptions, just set the log category threshold above
ERROR. |
org.jbpm.svc.Services.isCausedByStaleState(JbpmPersistenceException)
call DbPersistenceService.isLockingException(Exception) instead |
org.jbpm.persistence.PersistenceService.isRollbackOnly()
call TxService.isRollbackOnly() instead |
org.jbpm.persistence.db.DbPersistenceService.isRollbackOnly()
use TxService.isRollbackOnly() instead |
org.jbpm.util.ClassLoaderUtil.loadClass(String)
Use ClassLoaderUtil.classForName(String) instead |
org.jbpm.graph.def.Transition.removeConditionEnforcement()
call setConditionEnforced(false) instead |
org.jbpm.db.GraphSession.saveProcessInstance(ProcessInstance)
use JbpmContext.save(ProcessInstance) instead. |
org.jbpm.mail.Mail.send(Properties, String, List, List, String, String)
|
org.jbpm.mail.Mail.send(Properties, String, List, String, String)
|
org.jbpm.job.executor.LockMonitorThread.setActive(boolean)
As of jBPM 3.2.3, replaced by LockMonitorThread.deactivate() |
org.jbpm.job.executor.JobExecutorThread.setActive(boolean)
As of jBPM 3.2.3, replaced by JobExecutorThread.deactivate() |
org.jbpm.graph.node.StartState.setArrivingTransitions(Map)
start states do not have arriving transitions |
org.jbpm.JbpmConfiguration.Configs.setDefaultObjectFactory(ObjectFactory)
call JbpmConfiguration.setDefaultObjectFactory(ObjectFactory) instead |
org.jbpm.graph.node.ProcessState.setDefaultSubProcessResolver(SubProcessResolver)
set configuration entry jbpm.sub.process.resolver instead |
org.jbpm.jpdl.el.impl.JbpmExpressionEvaluator.setExpressionEvaluator(ExpressionEvaluator)
set configuration entry jbpm.expression.evaluator instead |
org.jbpm.jpdl.el.impl.JbpmExpressionEvaluator.setFunctionMapper(FunctionMapper)
set configuration entry jbpm.function.mapper instead |
org.jbpm.job.executor.JobExecutor.setHistoryMaxSize(int)
property has no effect |
org.jbpm.jpdl.exe.MilestoneInstance.setId(long)
database identified is not meant to be mutable |
org.jbpm.instantiation.Delegation.setId(long)
database identifier is not meant to be mutable |
org.jbpm.taskmgmt.exe.TaskInstance.setId(long)
database identifier is not meant to be mutable |
org.jbpm.job.executor.JobExecutor.setLockBufferTime(int)
property has no effect |
org.jbpm.job.executor.JobExecutor.setMonitoredJobIds(Map)
call JobExecutor.addMonitoredJobId(String, long) or
JobExecutor.removeMonitoredJobId(String) to manipulate the set of monitored jobs |
org.jbpm.command.ChangeProcessInstanceVersionCommand.setNameMapping(Map)
use setNodeNameMapping instead |
org.jbpm.command.GetProcessInstanceLogCommand.setProcessId(long)
use setProcessInstanceId instead |
org.jbpm.command.NewProcessInstanceCommand.setProcessId(long)
use setProcessDefinitionId instead |
org.jbpm.command.GetProcessInstancesCommand.setProcessId(long)
|
org.jbpm.command.ChangeProcessInstanceVersionCommand.setProcessId(long)
use setProcessInstanceId instead |
org.jbpm.command.CancelProcessInstanceCommand.setProcessId(long)
use setProcessInstanceId instead |
org.jbpm.command.NewProcessInstanceCommand.setProcessName(String)
use setProcessDefinitionName instead |
org.jbpm.command.GetProcessInstancesCommand.setProcessName(String)
|
org.jbpm.persistence.PersistenceService.setRollbackOnly()
call TxService.setRollbackOnly() instead |
org.jbpm.persistence.db.DbPersistenceService.setRollbackOnly()
use TxService.setRollbackOnly() instead |
org.jbpm.persistence.PersistenceService.setRollbackOnly(boolean)
call TxService.setRollbackOnly() instead |
org.jbpm.persistence.db.DbPersistenceService.setRollbackOnly(boolean)
use TxService.setRollbackOnly() instead |
org.jbpm.persistence.db.DbPersistenceService.setSessionWithoutDisablingTx(Session)
call setSession(session, true) instead |
org.jbpm.job.executor.JobExecutor.setSize(int)
replaced by JobExecutor.setNbrOfThreads(int) |
org.jbpm.job.executor.JobExecutor.setStarted(boolean)
call JobExecutor.start() or JobExecutor.stop() to control this job executor. |
org.jbpm.job.executor.JobExecutor.setThreads(Map)
this job executor manages its own thread pool |
org.jbpm.instantiation.UserCodeInterceptorConfig.setUserCodeInterceptor(UserCodeInterceptor)
Use the configuration entry jbpm.user.code.interceptor instead |
org.jbpm.jpdl.el.impl.JbpmExpressionEvaluator.setVariableResolver(VariableResolver)
set configuration entry jbpm.variable.resolver instead |
org.jbpm.job.executor.JobExecutor.startThread()
no longer invoked |
org.jbpm.job.executor.JobExecutor.stopThread()
no longer invoked |