-
Terminally Deprecated ElementsElementDescriptionsince 15.3. Use {@link IContainerContext.getContainerId()}, to be removed 16.0.With this method you can create tasks that are not defined anywhere. We rely on the task definition in many places, so this is bound to cause problems. Instead of using this method, properly model your application with the tasks you need.
-
Deprecated InterfacesInterfaceDescriptionThe process scope is intended to store the 'active' case or task in the session. Process related services, such as AQ_GetCaseInfo or AQ_GetTaskStatus can use this when the optional case or task id is not provided. This usage is discouraged: be explicit about the tasks and cases that you want to manipulate. In DCM 2.0, this concept is no longer used. The case or task to which something should happen always needs to be explicitly specified.
-
Deprecated MethodsMethodDescriptionsince 15.3. Use {@link IContainerContext.getContainerId()}, to be removed 16.0.Legacy toggle expected to be removed in DCM2Expected to be removed in R18Legacy toggle expected to be removed in R16Legacy toggle expected to be removed in R16this method was used for locking/unlocking a case, use
IProcessCaseDao.acquireLock(long, String)
andIProcessCaseDao.unlockCase(long)
insteadWith this method you can create tasks that are not defined anywhere. We rely on the task definition in many places, so this is bound to cause problems. Instead of using this method, properly model your application with the tasks you need.
-
Deprecated Constructors