-
Interfaces Interface Description org.activiti.engine.impl.asyncexecutor.AsyncExecutor We discourage the use of the Async Executor inside the engine, we will provide external alternatives for Activiti Cloud. As soon as we provide this alternatives this class will be cleaned up. Until then, use at your own riskorg.activiti.engine.impl.asyncexecutor.ExecuteAsyncRunnableFactory org.activiti.engine.impl.asyncexecutor.JobManager we discourage the use of tenant aware interfaces/classes this will be removed in future versionsorg.activiti.engine.impl.asyncexecutor.multitenant.TenantAwareAsyncExecutor we discourage the use of tenant aware interfaces/classes this will be removed in future versionsorg.activiti.engine.impl.asyncexecutor.multitenant.TenantAwareAsyncExecutorFactory we discourage the use of tenant aware interfaces/classes this will be removed in future versionsorg.activiti.engine.impl.calendar.AdvancedSchedulerResolver Calendar Functionally will be provided as a separate service/libraryorg.activiti.engine.impl.calendar.BusinessCalendar Calendar Functionally will be provided as a separate service/libraryorg.activiti.engine.impl.calendar.BusinessCalendarManager Calendar Functionally will be provided as a separate service/libraryorg.activiti.engine.impl.cfg.multitenant.TenantInfoHolder multi-tenant code will be removed in future version of Activiti and Activiti Cloudorg.activiti.engine.impl.persistence.entity.AttachmentEntity org.activiti.engine.impl.persistence.entity.AttachmentEntityManager org.activiti.engine.impl.persistence.entity.CommentEntity org.activiti.engine.impl.persistence.entity.CommentEntityManager org.activiti.engine.impl.webservice.SyncWebServiceClient due integrations will be delegated to extenal components and the use of the Connector interfaceorg.activiti.engine.impl.webservice.SyncWebServiceClientFactory org.activiti.engine.runtime.Clock dealing with Clock, Calendars and Time will be delaged to a separate service/libraryorg.activiti.engine.runtime.ClockReader dealing with Clock, Calendars and Time will be delaged to a separate service/libraryorg.activiti.engine.runtime.DataObject org.activiti.engine.runtime.DeadLetterJobQuery we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentorg.activiti.engine.runtime.Job we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentorg.activiti.engine.runtime.JobQuery we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentorg.activiti.engine.runtime.SuspendedJobQuery we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentorg.activiti.engine.runtime.TimerJobQuery we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentorg.activiti.engine.task.Attachment this interface and its implementations are going to be removed in future iterations Atttachments doesn't belong to the Process/Task Runtimeorg.activiti.engine.task.Comment this interface and its implementations are going to be removed in future iterations Comments doesn't belong to the Process/Task Runtime
-
Annotation Types Annotation Type Description org.activiti.engine.test.Deployment in favour of creating tests based on fixed classpath resources as done in activiti-spring-boot-starter