public class MybatisSuspendedJobDataManager extends AbstractDataManager<SuspendedJobEntity> implements SuspendedJobDataManager
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<SuspendedJobEntity> |
suspendedJobsByExecutionIdMatcher |
| Constructor and Description |
|---|
MybatisSuspendedJobDataManager() |
| Modifier and Type | Method and Description |
|---|---|
SuspendedJobEntity |
create() |
long |
findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery) |
List<SuspendedJobEntity> |
findJobsByExecutionId(String executionId) |
List<SuspendedJobEntity> |
findJobsByProcessInstanceId(String processInstanceId) |
List<Job> |
findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery) |
Class<? extends SuspendedJobEntity> |
getManagedEntityClass() |
void |
updateJobTenantIdForDeployment(String deploymentId,
String newTenantId) |
bulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updateprotected CachedEntityMatcher<SuspendedJobEntity> suspendedJobsByExecutionIdMatcher
public Class<? extends SuspendedJobEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<SuspendedJobEntity>public SuspendedJobEntity create()
create in interface DataManager<SuspendedJobEntity>public List<Job> findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery)
findJobsByQueryCriteria in interface SuspendedJobDataManagerpublic long findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery)
findJobCountByQueryCriteria in interface SuspendedJobDataManagerpublic List<SuspendedJobEntity> findJobsByExecutionId(String executionId)
findJobsByExecutionId in interface SuspendedJobDataManagerpublic List<SuspendedJobEntity> findJobsByProcessInstanceId(String processInstanceId)
findJobsByProcessInstanceId in interface SuspendedJobDataManagerpublic void updateJobTenantIdForDeployment(String deploymentId, String newTenantId)
updateJobTenantIdForDeployment in interface SuspendedJobDataManagerCopyright © 2020 Flowable. All rights reserved.